Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/12594] Remove @package tags and update file headers | Yuriy Rusko | 2014-05-27 | 1 | -3/+7 |
| | | | | PHPBB3-12594 | ||||
* | [ticket/9916] Updating License in the header | Unknown | 2012-01-02 | 1 | -1/+1 |
| | | | | PHPBB3-9916 | ||||
* | [ticket/10394] Use call_user_func_array to pass a ref into a dynamic function | Nils Adermann | 2011-09-27 | 1 | -2/+2 |
| | | | | PHPBB3-10394 | ||||
* | [ticket/10394] Remove call-time pass by reference from tests for PHP 5.4 | Nils Adermann | 2011-09-27 | 1 | -2/+2 |
| | | | | PHPBB3-10394 | ||||
* | [ticket/10309] Coding guidelines fix. | Oleg Pudeyev | 2011-08-09 | 1 | -1/+1 |
| | | | | PHPBB3-10309 | ||||
* | [ticket/10309] Write unicode data to tests/tmp. | Oleg Pudeyev | 2011-08-07 | 1 | -4/+7 |
| | | | | | | | When the tests are run by a different user than the one which owns phpbb source tree, writes will go into a single, known directory. PHPBB3-10309 | ||||
* | [ticket/10206] Failed unicode.org downloads no longer terminate tests | Nils Adermann | 2011-06-10 | 1 | -2/+4 |
| | | | | | | Instead a warning is triggered and an explanation echo'd. PHPBB3-10206 | ||||
* | [ticket/10011] Tests don't work on PHP < 5.3 | Erik Frèrejean | 2011-01-31 | 1 | -5/+5 |
| | | | | | | | | 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 | ||||
* | [ticket/9990] Integrate utf normalizer tests into test suite | Igor Wiedler | 2011-01-11 | 1 | -0/+318 |
PHPBB3-9990 |