Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating file_get_contents() and curl calls to HttpClient #1243

Merged
merged 51 commits into from
Sep 22, 2013
Merged

Updating file_get_contents() and curl calls to HttpClient #1243

merged 51 commits into from
Sep 22, 2013

Commits on Aug 24, 2013

  1. Fixing whitespaces on HttpClient.php

    Replaced spaces with tabs, delete a few trailing spaces. Overall
    indentation is okay.
    Diogo Freire committed Aug 24, 2013
    Configuration menu
    Copy the full SHA
    af07dae View commit details
    Browse the repository at this point in the history
  2. Updated Json_Controller::layer

    Diogo Freire committed Aug 24, 2013
    Configuration menu
    Copy the full SHA
    a591fbc View commit details
    Browse the repository at this point in the history
  3. Updated Json_Controller::layer

    Diogo Freire committed Aug 24, 2013
    Configuration menu
    Copy the full SHA
    e9ed83c View commit details
    Browse the repository at this point in the history
  4. Updated "map_Core::geocode"

    *TERRIBLE* error handling in this function though. Won't deal with it
    here.
    Diogo Freire committed Aug 24, 2013
    Configuration menu
    Copy the full SHA
    3f65533 View commit details
    Browse the repository at this point in the history
  5. Fixing "Geocoder_core::geocode_feed"

    Also not great error handling in this function.
    Diogo Freire committed Aug 24, 2013
    Configuration menu
    Copy the full SHA
    a5ec91e View commit details
    Browse the repository at this point in the history
  6. Updating "Upgrade::_fetch_core_release()"

    Added a bit of error management as well.
    Diogo Freire committed Aug 24, 2013
    Configuration menu
    Copy the full SHA
    8a91f67 View commit details
    Browse the repository at this point in the history
  7. Updating comment on Upgrade file

    Diogo Freire committed Aug 24, 2013
    Configuration menu
    Copy the full SHA
    6ab878c View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2013

  1. Fixing spaces on HttpClient.php

    Diogo Freire committed Aug 28, 2013
    Configuration menu
    Copy the full SHA
    893601e View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/develop' into 923

    Diogo Freire committed Aug 28, 2013
    Configuration menu
    Copy the full SHA
    27b4a76 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c9a859d View commit details
    Browse the repository at this point in the history
  4. Updating map.php file to use HttpClient

    Unfortunately, the function seems to only be used by a piece of code that
    can't be reached. Hacked my way to test it.
    Diogo Freire committed Aug 28, 2013
    Configuration menu
    Copy the full SHA
    c3bcbe2 View commit details
    Browse the repository at this point in the history
  5. Shuffling http_response_code() function

    We're grabbing the response code after we close the handler, which is
    quite useless.
    Diogo Freire committed Aug 28, 2013
    Configuration menu
    Copy the full SHA
    47a047d View commit details
    Browse the repository at this point in the history
  6. Updating adming setting files

    Using HttpClient library to check for clean urls functionality.
    Diogo Freire committed Aug 28, 2013
    Configuration menu
    Copy the full SHA
    a0da50f View commit details
    Browse the repository at this point in the history
  7. Updating _curl_req() function

    Using HttpClient now.
    Diogo Freire committed Aug 28, 2013
    Configuration menu
    Copy the full SHA
    a70e3f1 View commit details
    Browse the repository at this point in the history
  8. Deleting curl_init check

    Diogo Freire committed Aug 28, 2013
    Configuration menu
    Copy the full SHA
    bac3803 View commit details
    Browse the repository at this point in the history
  9. Adding error handling

    Forgot to add error handling two files. Done it now.
    Diogo Freire committed Aug 28, 2013
    Configuration menu
    Copy the full SHA
    4ab4ef6 View commit details
    Browse the repository at this point in the history
  10. Updating Stats_model reference to self

    Diogo Freire committed Aug 28, 2013
    Configuration menu
    Copy the full SHA
    b28a694 View commit details
    Browse the repository at this point in the history
  11. Cant find where _curl_req() is used on admin/stats

    Deleting function, which is dangerous, but a necessary evil.
    Diogo Freire committed Aug 28, 2013
    Configuration menu
    Copy the full SHA
    52febe7 View commit details
    Browse the repository at this point in the history
  12. Updating Sharing plugin curl call

    Diogo Freire committed Aug 28, 2013
    Configuration menu
    Copy the full SHA
    f2a2aa1 View commit details
    Browse the repository at this point in the history
  13. Updating VideoEmbend::thumbnail()

    Using HttpClient to retrieve thumbnail now
    Diogo Freire committed Aug 28, 2013
    Configuration menu
    Copy the full SHA
    62a3728 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2013

  1. Updating stats file

    Diogo Freire committed Sep 5, 2013
    Configuration menu
    Copy the full SHA
    a1324fa View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2013

  1. Updated Json_Controller::layer

    Diogo Freire committed Sep 17, 2013
    Configuration menu
    Copy the full SHA
    df963dc View commit details
    Browse the repository at this point in the history
  2. Updated Json_Controller::layer

    Diogo Freire committed Sep 17, 2013
    Configuration menu
    Copy the full SHA
    902277d View commit details
    Browse the repository at this point in the history
  3. Updated "map_Core::geocode"

    *TERRIBLE* error handling in this function though. Won't deal with it
    here.
    Diogo Freire committed Sep 17, 2013
    Configuration menu
    Copy the full SHA
    9589a82 View commit details
    Browse the repository at this point in the history
  4. Fixing "Geocoder_core::geocode_feed"

    Also not great error handling in this function.
    Diogo Freire committed Sep 17, 2013
    Configuration menu
    Copy the full SHA
    2dcc9fa View commit details
    Browse the repository at this point in the history
  5. Updating "Upgrade::_fetch_core_release()"

    Added a bit of error management as well.
    Diogo Freire committed Sep 17, 2013
    Configuration menu
    Copy the full SHA
    103d770 View commit details
    Browse the repository at this point in the history
  6. Updating comment on Upgrade file

    Diogo Freire committed Sep 17, 2013
    Configuration menu
    Copy the full SHA
    d71b42a View commit details
    Browse the repository at this point in the history
  7. Updating map.php file to use HttpClient

    Unfortunately, the function seems to only be used by a piece of code that
    can't be reached. Hacked my way to test it.
    Diogo Freire committed Sep 17, 2013
    Configuration menu
    Copy the full SHA
    b902736 View commit details
    Browse the repository at this point in the history
  8. Shuffling http_response_code() function

    We're grabbing the response code after we close the handler, which is
    quite useless.
    Diogo Freire committed Sep 17, 2013
    Configuration menu
    Copy the full SHA
    0780647 View commit details
    Browse the repository at this point in the history
  9. Updating adming setting files

    Using HttpClient library to check for clean urls functionality.
    Diogo Freire committed Sep 17, 2013
    Configuration menu
    Copy the full SHA
    98b79f6 View commit details
    Browse the repository at this point in the history
  10. Updating _curl_req() function

    Using HttpClient now.
    Diogo Freire committed Sep 17, 2013
    Configuration menu
    Copy the full SHA
    79facb9 View commit details
    Browse the repository at this point in the history
  11. Deleting curl_init check

    Diogo Freire committed Sep 17, 2013
    Configuration menu
    Copy the full SHA
    3f036ad View commit details
    Browse the repository at this point in the history
  12. Adding error handling

    Forgot to add error handling two files. Done it now.
    Diogo Freire committed Sep 17, 2013
    Configuration menu
    Copy the full SHA
    3714e01 View commit details
    Browse the repository at this point in the history
  13. Updating Stats_model reference to self

    Diogo Freire committed Sep 17, 2013
    Configuration menu
    Copy the full SHA
    a2079ad View commit details
    Browse the repository at this point in the history
  14. Cant find where _curl_req() is used on admin/stats

    Deleting function, which is dangerous, but a necessary evil.
    Diogo Freire committed Sep 17, 2013
    Configuration menu
    Copy the full SHA
    d975ef7 View commit details
    Browse the repository at this point in the history
  15. Updating Sharing plugin curl call

    Diogo Freire committed Sep 17, 2013
    Configuration menu
    Copy the full SHA
    79c65ce View commit details
    Browse the repository at this point in the history
  16. Updating VideoEmbend::thumbnail()

    Using HttpClient to retrieve thumbnail now
    Diogo Freire committed Sep 17, 2013
    Configuration menu
    Copy the full SHA
    033871f View commit details
    Browse the repository at this point in the history
  17. Updating stats file

    Diogo Freire committed Sep 17, 2013
    Configuration menu
    Copy the full SHA
    a7b40e3 View commit details
    Browse the repository at this point in the history
  18. Merge branch '923-fixes' of https://github.com/ditorelo/Ushahidi_Web

    …into 923-fixes
    Diogo Freire committed Sep 17, 2013
    Configuration menu
    Copy the full SHA
    03a4a24 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2013

  1. Checking if cURL is installed

    Diogo Freire committed Sep 18, 2013
    Configuration menu
    Copy the full SHA
    2153d16 View commit details
    Browse the repository at this point in the history
  2. Small typos and documenting execute function better

    Diogo Freire committed Sep 18, 2013
    Configuration menu
    Copy the full SHA
    48779f7 View commit details
    Browse the repository at this point in the history
  3. Typo and deleting exception check from stats file (try catch should t…

    …ake care of that
    Diogo Freire committed Sep 18, 2013
    Configuration menu
    Copy the full SHA
    50b3221 View commit details
    Browse the repository at this point in the history
  4. Updating VideoEmbed to look nicer

    Diogo Freire committed Sep 18, 2013
    Configuration menu
    Copy the full SHA
    ce95f6e View commit details
    Browse the repository at this point in the history
  5. Upgrading Upgrade class :)

    Diogo Freire committed Sep 18, 2013
    Configuration menu
    Copy the full SHA
    8338bd3 View commit details
    Browse the repository at this point in the history
  6. Fixing geocode function

    Diogo Freire committed Sep 18, 2013
    Configuration menu
    Copy the full SHA
    5d9dfd7 View commit details
    Browse the repository at this point in the history
  7. Making sure standard behaviour isn't changed

    Diogo Freire committed Sep 18, 2013
    Configuration menu
    Copy the full SHA
    ee1dc07 View commit details
    Browse the repository at this point in the history
  8. Making sure code is how we like it

    Diogo Freire committed Sep 18, 2013
    Configuration menu
    Copy the full SHA
    45e2989 View commit details
    Browse the repository at this point in the history
  9. Making sure code is how we like it

    Diogo Freire committed Sep 18, 2013
    Configuration menu
    Copy the full SHA
    3fc9e7d View commit details
    Browse the repository at this point in the history
  10. Merge branch '923-fixes' of https://github.com/ditorelo/Ushahidi_Web

    …into 923-fixes
    Diogo Freire committed Sep 18, 2013
    Configuration menu
    Copy the full SHA
    2c91b91 View commit details
    Browse the repository at this point in the history
  11. Making sure code is how we like it

    Diogo Freire committed Sep 18, 2013
    Configuration menu
    Copy the full SHA
    6f1608f View commit details
    Browse the repository at this point in the history
  12. Merge branch '923-fixes' of https://github.com/ditorelo/Ushahidi_Web

    …into 923-fixes
    Diogo Freire committed Sep 18, 2013
    Configuration menu
    Copy the full SHA
    631ec0a View commit details
    Browse the repository at this point in the history