aboutsummaryrefslogtreecommitdiffstats
path: root/tests/request/request_test.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-4/+4
| | | | PHPBB3-11700
* [ticket/10939] Added tests for phpbb_request::fileFyorl2012-08-201-0/+17
| | | | PHPBB3-10939
* [ticket/10939] Modified request test slightly to include $_FILESFyorl2012-08-151-0/+8
| | | | PHPBB3-10939
* [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-3/+1
| | | | PHPBB3-9716
* [feature/request-class] Add is_secure method to request for HTTPSIgor Wiedler2011-08-181-0/+11
| | | | PHPBB3-9716
* [feature/request-class] Make server() use the $html_encode parameterIgor Wiedler2011-08-061-0/+44
| | | | | | | | | $request->server() should not auto html-escape values. header() however should. Also introduce some tests for this behaviour. Thanks to nn- for catching this. PHPBB3-9716
* [feature/request-class] Add server(), header() and is_ajax() to requestIgor Wiedler2011-07-151-1/+14
| | | | | | | | | | | | 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 developIgor Wiedler2011-01-101-0/+77
This merge commit includes ascraeus-specific renames and adjustments.