| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
PHPBB3-10973
|
|
|
|
|
|
| |
Removing static from data provider functions
PHPBB3-10733
|
|
|
|
| |
PHPBB-10609
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* develop-olympus:
[ticket/9916] Changing header in non-distributed files
[ticket/9916] Changing coding guidelines license
[ticket/9916] Updating License in the header
Conflicts:
tests/mock/cache.php
|
| |
| |
| |
| | |
PHPBB3-9916
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
|\ \
| |/
| |
| |
| |
| | |
* develop-olympus:
[ticket/10101] Add test case for native phpass hashes
[ticket/10101] Add support for native phpass hashes
|
| |
| |
| |
| | |
PHPBB3-10101
|
|\ \
| |/
| |
| |
| |
| |
| |
| | |
* develop-olympus:
[ticket/10011] Tests don't work on PHP < 5.3
Conflicts:
tests/security/redirect_test.php
|
| |
| |
| |
| |
| |
| |
| |
| | |
Due to the usage of `__DIR__` for the file includes the tests can't
be ran on systems with PHP < 5.3. Replace all occurances of
`__DIR__` with `dirname(__FILE__)`.
PHPBB3-10011
|
|\ \
| |/
| |
| | |
This merge commit includes ascraeus-specific renames and adjustments.
|
| |
| |
| |
| | |
PHPBB3-9987
|
|/
|
|
| |
PHPBB-9979
|
|
|
|
| |
PHPBB3-9967
|
|
Start adding unit tests for bugs you fix! Tests for anything are
welcome really. We have to work on these a lot.
|