Navigation Menu

Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Rename Zend\Http accessors to get*() style #1690

Merged

Commits on Jun 30, 2012

  1. Rename all accessors to a get*() pattern

    The methods uri(), query(), post(), server(), env(), file() and cookie()
    change to a get*() pattern like getQuery().
    Jurian Sluiman committed Jun 30, 2012
    Copy the full SHA
    66bed1c View commit details
    Browse the repository at this point in the history
  2. Code cleanup

    1. Remove trailing white spaces
    2. Remove commented code
    Jurian Sluiman committed Jun 30, 2012
    Copy the full SHA
    3dfdf01 View commit details
    Browse the repository at this point in the history
  3. Update Zend\Http to use new accessors

    All query() replaced by getQuery() etc
    Jurian Sluiman committed Jun 30, 2012
    Copy the full SHA
    6f18291 View commit details
    Browse the repository at this point in the history
  4. Add another replacement in Request object

    Jurian Sluiman committed Jun 30, 2012
    Copy the full SHA
    048e4e9 View commit details
    Browse the repository at this point in the history
  5. Update tests of Zend\Http with new accessors

    Jurian Sluiman committed Jun 30, 2012
    Copy the full SHA
    221645d View commit details
    Browse the repository at this point in the history
  6. Update Zend\Authentication for Zend\Http changes

    Jurian Sluiman committed Jun 30, 2012
    Copy the full SHA
    d86a86d View commit details
    Browse the repository at this point in the history
  7. Update Zend\GData service with Zend\Http changes

    Jurian Sluiman committed Jun 30, 2012
    Copy the full SHA
    cda1b62 View commit details
    Browse the repository at this point in the history
  8. Update Zend\Json with Zend\Http changes

    Jurian Sluiman committed Jun 30, 2012
    Copy the full SHA
    2906b72 View commit details
    Browse the repository at this point in the history
  9. Update Zend\OAuth to latest Zend\Http changes

    Jurian Sluiman committed Jun 30, 2012
    Copy the full SHA
    50874f2 View commit details
    Browse the repository at this point in the history
  10. Update Zend\OpenId to latest Zend\Http changes

    Jurian Sluiman committed Jun 30, 2012
    Copy the full SHA
    eff556e View commit details
    Browse the repository at this point in the history
  11. Update Zend\Rest to latest Zend\Http changes

    Jurian Sluiman committed Jun 30, 2012
    Copy the full SHA
    7c04f24 View commit details
    Browse the repository at this point in the history
  12. Update Zend\View to latest Zend\Http changes

    Jurian Sluiman committed Jun 30, 2012
    Copy the full SHA
    d13a448 View commit details
    Browse the repository at this point in the history
  13. Update Zend\XmlRpc to latest Zend\Http changes

    Jurian Sluiman committed Jun 30, 2012
    Copy the full SHA
    26411af View commit details
    Browse the repository at this point in the history
  14. Update routes to check for getUri() instead of uri()

    Jurian Sluiman committed Jun 30, 2012
    Copy the full SHA
    20f9df1 View commit details
    Browse the repository at this point in the history
  15. Fix missing tests for Zend\Http changes

    Jurian Sluiman committed Jun 30, 2012
    Copy the full SHA
    efbccdf View commit details
    Browse the repository at this point in the history
  16. Update Zend\Mvc\Controller to Zend\Http changes

    Jurian Sluiman committed Jun 30, 2012
    Copy the full SHA
    7a5b6c7 View commit details
    Browse the repository at this point in the history