Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/11700] Move all recent code to namespaces | Nils Adermann | 2013-09-16 | 1 | -4/+4 |
| | | | | PHPBB3-11700 | ||||
* | [ticket/10939] Added tests for phpbb_request::file | Fyorl | 2012-08-20 | 1 | -0/+17 |
| | | | | PHPBB3-10939 | ||||
* | [ticket/10939] Modified request test slightly to include $_FILES | Fyorl | 2012-08-15 | 1 | -0/+8 |
| | | | | PHPBB3-10939 | ||||
* | [ticket/9916] Updating license in non-distributed files | Unknown | 2012-01-02 | 1 | -1/+1 |
| | | | | PHPBB3-9916 | ||||
* | [feature/request-class] Remove $html_encode arg, force manual decoding | Igor Wiedler | 2011-08-18 | 1 | -3/+1 |
| | | | | PHPBB3-9716 | ||||
* | [feature/request-class] Add is_secure method to request for HTTPS | Igor Wiedler | 2011-08-18 | 1 | -0/+11 |
| | | | | PHPBB3-9716 | ||||
* | [feature/request-class] Make server() use the $html_encode parameter | Igor Wiedler | 2011-08-06 | 1 | -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 request | Igor Wiedler | 2011-07-15 | 1 | -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 develop | Igor Wiedler | 2011-01-10 | 1 | -0/+77 |
This merge commit includes ascraeus-specific renames and adjustments. |