| Commit message (Expand) | Author | Age | Files | Lines |
* | [ticket/11696] Rename db_tools.php so it can be autoloaded | Joas Schilling | 2013-07-14 | 1 | -2/+0 |
* | [ticket/11698] Moving all autoloadable files to phpbb/ | Nils Adermann | 2013-07-14 | 2 | -4/+4 |
* | [feature/twig] Remove resource locator dependency from template | Nathaniel Guse | 2013-07-01 | 1 | -1/+0 |
* | [feature/twig] Use phpbb_template_twig in tests | Nathan Guse | 2013-06-12 | 1 | -1/+1 |
* | Merge remote-tracking branch 'EXreaction/ticket/11415' into develop | David King | 2013-05-18 | 3 | -4/+25 |
|\ |
|
| * | [ticket/11415] Add test for find_from_extension() | Nathan Guse | 2013-05-14 | 1 | -0/+17 |
| * | [ticket/11415] Fix ext.manager constructor in tests | Nathaniel Guse | 2013-05-03 | 1 | -1/+0 |
| * | [ticket/11415] Remove migrator dependency from extension manager | Nathaniel Guse | 2013-05-01 | 2 | -3/+8 |
* | | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ticket/11465 | Marc Alexander | 2013-05-12 | 7 | -229/+99 |
|\ \ |
|
| * | | [ticket/11450] Move mocked class into mock/metadata_manager.php | Joas Schilling | 2013-05-08 | 1 | -15/+2 |
| * | | [ticket/11450] Fix tests class name | Joas Schilling | 2013-05-08 | 1 | -1/+1 |
| * | | [ticket/11450] Require db_tools file to be included | Joas Schilling | 2013-05-08 | 1 | -0/+2 |
| * | | [ticket/11450] Fix all instances of phpbb_extension_metadata_manager | Joas Schilling | 2013-05-08 | 1 | -4/+2 |
| |/ |
|
| * | [ticket/11335] (more) Make php_ext 'php' not '.php' | Nathan Guse | 2013-04-24 | 1 | -1/+1 |
| * | [ticket/11335] (tests) Make php_ext 'php' not '.php' | Nathan Guse | 2013-04-24 | 2 | -2/+2 |
| * | Merge pull request #1324 from nickvergessen/ticket/10844-2 | Nils Adermann | 2013-04-24 | 4 | -1/+70 |
| |\ |
|
| | * | [ticket/10844] Increase prefix to not match template/ in finder test | Joas Schilling | 2013-04-22 | 1 | -1/+1 |
| | * | [ticket/10844] Add extension template file to locate | Joas Schilling | 2013-04-22 | 1 | -0/+1 |
| | * | [ticket/10844] Add unit tests for different root_paths | Joas Schilling | 2013-04-12 | 2 | -0/+68 |
| * | | Merge pull request #1290 from nickvergessen/ticket/11362 | Nils Adermann | 2013-04-24 | 3 | -1/+20 |
| |\ \ |
|
| | * | | [ticket/11362] Extension manager depends on filesystem | Joas Schilling | 2013-04-17 | 3 | -1/+4 |
| | * | | [ticket/11362] Add unit test for ../ in directory paths | Joas Schilling | 2013-03-12 | 1 | -0/+16 |
| | |/ |
|
| * | | [ticket/11491] Move file to correct directory | Joas Schilling | 2013-04-12 | 1 | -205/+0 |
| |/ |
|
* | | [ticket/11465] Add disabled ext to allow proper testing of get_module_infos() | Marc Alexander | 2013-05-12 | 5 | -2/+50 |
* | | [ticket/11465] Add tests for optional arguments of get_module_infos() | Marc Alexander | 2013-05-12 | 1 | -0/+60 |
* | | [ticket/11465] Add comments explaining the tests | Marc Alexander | 2013-05-10 | 3 | -2/+13 |
* | | [ticket/11465] Correctly set the root path for the test | Joas Schilling | 2013-04-10 | 1 | -0/+5 |
* | | [ticket/11465] Add phpBB module to test | Joas Schilling | 2013-04-10 | 3 | -0/+62 |
* | | [ticket/11465] Move require_once() in unit test to the top of the file | Marc Alexander | 2013-03-22 | 1 | -7/+4 |
* | | [ticket/11465] Add unit tests for acp_modules::get_module_infos() | Marc Alexander | 2013-03-22 | 7 | -0/+158 |
|/ |
|
* | [ticket/11386] Send list of migrations instead of using load_migrations | Nathaniel Guse | 2013-03-03 | 2 | -13/+21 |
* | [ticket/11386] Fix failing tests from constructor changes | Nathaniel Guse | 2013-03-02 | 1 | -1/+1 |
* | [ticket/11386] Remove tests that check if finder cache is working | Nathaniel Guse | 2013-03-02 | 1 | -5/+13 |
* | [ticket/11386] Update tests with new constructors for ext.manager/migrator | Nathaniel Guse | 2013-03-02 | 2 | -3/+15 |
* | [feature/migrations] Fix failing tests (again) | Nathaniel Guse | 2013-02-13 | 2 | -24/+25 |
* | [feature/migrations] Fix failing tests | Nathaniel Guse | 2013-02-11 | 1 | -4/+12 |
* | [feature/migrations] Make the container available to extension installers | Nathan Guse | 2013-02-06 | 2 | -0/+3 |
* | [ticket/10933] Dependency inject template context. | Oleg Pudeyev | 2012-11-02 | 1 | -1/+2 |
* | [ticket/10631] Some cleanup of the test cases | Nathan Guse | 2012-09-01 | 2 | -67/+107 |
* | [ticket/10631] Fixing a few extension admin issues | Unknown Bliss | 2012-09-01 | 1 | -1/+1 |
* | [ticket/10631] Make failure to meet ext enable requirements clearer | Nathan Guse | 2012-09-01 | 1 | -11/+9 |
* | [ticket/10631] Fix metadata_manager_test | Nathan Guse | 2012-09-01 | 1 | -2/+2 |
* | [ticket/10631] Functional acp_extensions test, cleanup | Nathan Guse | 2012-09-01 | 4 | -52/+297 |
* | [ticket/10631] Metadata manager tests | Nathan Guse | 2012-09-01 | 3 | -54/+396 |
* | [ticket/10631] Fix class construct arguments in test | Nathan Guse | 2012-09-01 | 1 | -2/+1 |
* | [ticket/10631] A _start_ on a metadata manager test. | Nathan Guse | 2012-09-01 | 1 | -0/+55 |
* | [ticket/10631] Fixing an error in the test script | Nathan Guse | 2012-09-01 | 1 | -1/+1 |
* | [ticket/10631] Update tests | Nathan Guse | 2012-09-01 | 1 | -0/+2 |
* | [ticket/10973] Drop all require_once for mocks. Use autoloading. | Andreas Fischer | 2012-07-08 | 2 | -4/+0 |
* | Merge remote-tracking branch 'naderman/ticket/10663' into develop | Andreas Fischer | 2012-02-24 | 1 | -0/+0 |
|\ |
|