| Commit message (Expand) | Author | Age | Files | Lines |
* | [ticket/14948] Adjust calls for twig and phpunit updates | Marc Alexander | 2019-05-09 | 1 | -1/+1 |
* | [ticket/14542] Fix tests | Máté Bartus | 2019-05-06 | 1 | -0/+1 |
* | [ticket/14542] Move cron to controller | Máté Bartus | 2019-05-06 | 1 | -1/+27 |
* | [ticket/14972] replace all occurrences of sizeof() with the count() | rxu | 2018-01-01 | 1 | -1/+1 |
* | [ticket/12594] Remove @package tags and update file headers | Yuriy Rusko | 2014-05-27 | 4 | -12/+28 |
* | [ticket/12503] All tests should extend \phpbb_test_case | Joas Schilling | 2014-05-05 | 1 | -1/+1 |
* | [ticket/11700] Move all recent code to namespaces | Nils Adermann | 2013-09-16 | 7 | -9/+9 |
* | [feature/compiled-dic] Remove old test | David King | 2012-11-10 | 1 | -50/+0 |
* | [ticket/11159] Static public is the currently approved order. | Oleg Pudeyev | 2012-11-06 | 3 | -3/+3 |
* | Merge branch 'develop' into feature/dic | Igor Wiedler | 2012-07-21 | 2 | -5/+0 |
|\ |
|
| * | [ticket/10973] Drop all require_once for mocks. Use autoloading. | Andreas Fischer | 2012-07-08 | 2 | -3/+0 |
* | | [feature/dic] Fix test suite for dic-powered cron | Igor Wiedler | 2012-04-09 | 8 | -31/+72 |
|/ |
|
* | [ticket/9916] Updating license in non-distributed files | Unknown | 2012-01-02 | 5 | -5/+5 |
* | [feature/extension-manager] Refactoring the structure of extension provider | Nils Adermann | 2011-09-29 | 1 | -2/+2 |
* | [feature/extension-manager] Don't cache the phpbb_root_path in the ext manager | Nils Adermann | 2011-09-29 | 1 | -1/+1 |
* | [feature/extension-manager] Extract extension provider functionality from cron | Nils Adermann | 2011-09-29 | 1 | -3/+1 |
* | [feature/extension-manager] Remove cron's dependency on the extension manager. | Nils Adermann | 2011-09-29 | 5 | -20/+58 |
* | [feature/extension-manager] Porting cron tasks over to the extension finder | Nils Adermann | 2011-09-29 | 8 | -33/+57 |
* | [ticket/10011] Removing __DIR__ uses I missed in previous commit | Nils Adermann | 2011-03-07 | 1 | -3/+3 |
* | [ticket/10011] Removing __DIR__ for PHP5.2 compatability from new files. | Nils Adermann | 2011-03-07 | 1 | -6/+6 |
* | [feature/system-cron] More tests for cron manager. | Oleg Pudeyev | 2011-02-12 | 4 | -0/+55 |
* | [feature/system-cron] Cache cron's task names. | Nils Adermann | 2011-02-12 | 3 | -8/+70 |
* | [feature/system-cron] Use a RecursiveDirectoryIterator instead of readdir. | Nils Adermann | 2011-02-12 | 1 | -1/+1 |
* | [feature/system-cron] Move tests to phpunit.xml and always load class loader | Nils Adermann | 2011-02-12 | 2 | -59/+7 |
* | [feature/system-cron] Basic tests for cron manager. | Oleg Pudeyev | 2011-02-12 | 2 | -0/+98 |