Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/10820] Add test cases | Dhruv | 2013-06-05 | 1 | -4/+37 |
| | | | | | | More test cases to check against different versions PHPBB3-10820 | ||||
* | [ticket/10820] Rename function | Dhruv | 2013-06-05 | 1 | -2/+2 |
| | | | | PHPBB3-10820 | ||||
* | [ticket/10820] Fix copyright | Dhruv | 2013-06-05 | 1 | -1/+1 |
| | | | | PHPBB3-10820 | ||||
* | [ticket/10820] Change function call in tests | Dhruv | 2013-06-05 | 1 | -1/+1 |
| | | | | PHPBB3-10820 | ||||
* | [ticket/10820] Add test cases | Dhruv | 2013-05-12 | 1 | -0/+32 |
| | | | | PHPBB3-10325 | ||||
* | [ticket/10820] add unit tests for phpbb_is_greater_ie7 | Dhruv | 2013-04-29 | 1 | -0/+65 |
| | | | | PHPBB3-10820 | ||||
* | [ticket/10973] Drop all require_once for mocks. Use autoloading. | Andreas Fischer | 2012-07-08 | 1 | -1/+0 |
| | | | | PHPBB3-10973 | ||||
* | [ticket/9916] Updating license in non-distributed files | Unknown | 2012-01-02 | 1 | -1/+1 |
| | | | | PHPBB3-9916 | ||||
* | [feature/request-class] Add server(), header() and is_ajax() to request | Igor Wiedler | 2011-07-15 | 1 | -4/+8 |
| | | | | | | | | | | | | 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 | ||||
* | [ticket/10011] Tests can't be ran on PHP < 5.3 | Erik Frèrejean | 2011-01-31 | 1 | -1/+1 |
| | | | | | | Apply the `__DIR__` fix to some remaining Ascraeus tests PHPBB3-10011 | ||||
* | Merge branch 'develop-olympus' into develop | Igor Wiedler | 2011-01-10 | 1 | -0/+0 |
| | | | | This merge commit includes ascraeus-specific renames and adjustments. | ||||
* | Merge branch 'develop-olympus' into develop | Igor Wiedler | 2011-01-07 | 2 | -42/+1 |
| | | | | | | | | | | | This commit also ports all ascraeus tests to the new format. Conflicts: tests/all_tests.php tests/network/all_tests.php tests/request/all_tests.php tests/request/request_var.php tests/template/templates/includephp.html | ||||
* | [ticket/9627] Prefix function names with 'phpbb_'. | Andreas Fischer | 2010-10-23 | 1 | -4/+4 |
| | | | | PHPBB3-9627 | ||||
* | [ticket/9627] Adding unit tests for http_byte_range(). | Andreas Fischer | 2010-10-23 | 2 | -0/+66 |
| | | | | PHPBB3-9627 | ||||
* | [ticket/9627] Adding download unit tests. | Andreas Fischer | 2010-10-23 | 1 | -0/+36 |
PHPBB3-9627 |