aboutsummaryrefslogtreecommitdiffstats
path: root/tests/mock/request.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/9916] Updating license in non-distributed filesUnknown2012-01-021-1/+1
| | | | PHPBB3-9916
* [feature/request-class] Remove $html_encode arg, force manual decodingIgor Wiedler2011-08-181-4/+4
| | | | PHPBB3-9716
* [feature/request-class] Add is_secure method to request for HTTPSIgor Wiedler2011-08-181-0/+5
| | | | PHPBB3-9716
* [feature/request-class] Minor spacing CS adjustmentsIgor Wiedler2011-07-161-2/+2
| | | | PHPBB3-9716
* [feature/request-class] Add server(), header() and is_ajax() to requestIgor Wiedler2011-07-151-2/+33
| | | | | | | | | | | | Extend the request class with helpers for reading server vars (server()) and HTTP request headers (header()). Refactor the existing code base to make use of these helpers, make $_SERVER a deactivated super global. Also introduce an is_ajax() method, which checks the X-Requested-With header for the value 'XMLHttpRequest', which is sent by JavaScript libraries, such as jQuery. PHPBB3-9716
* Merge branch 'develop-olympus' into developNils Adermann2011-02-241-0/+46
* develop-olympus: [ticket/10052] Add comments to the session testable factory. [ticket/10052] Correct session tests, and separate session factory from tests