| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [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 | -4/+4 |
| | | | | | PHPBB3-9716 | ||||
| * | [feature/request-class] Add is_secure method to request for HTTPS | Igor Wiedler | 2011-08-18 | 1 | -0/+5 |
| | | | | | PHPBB3-9716 | ||||
| * | [feature/request-class] Minor spacing CS adjustments | Igor Wiedler | 2011-07-16 | 1 | -2/+2 |
| | | | | | PHPBB3-9716 | ||||
| * | [feature/request-class] Add server(), header() and is_ajax() to request | Igor Wiedler | 2011-07-15 | 1 | -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 develop | Nils Adermann | 2011-02-24 | 1 | -0/+46 |
| * develop-olympus: [ticket/10052] Add comments to the session testable factory. [ticket/10052] Correct session tests, and separate session factory from tests | |||||
