Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/11491] Move file to correct directory | Joas Schilling | 2013-04-12 | 1 | -205/+0 |
| | | | | PHPBB3-11491 | ||||
* | [ticket/11386] Send list of migrations instead of using load_migrations | Nathaniel Guse | 2013-03-03 | 2 | -13/+21 |
| | | | | | | | | | Remove dependency of extension manager for migrator. Keeping load_migrations function for others to use if they desire but requiring the finder be sent to it in order to use it. PHPBB3-11386 | ||||
* | [ticket/11386] Fix failing tests from constructor changes | Nathaniel Guse | 2013-03-02 | 1 | -1/+1 |
| | | | | PHPBB3-11386 | ||||
* | [ticket/11386] Remove tests that check if finder cache is working | Nathaniel Guse | 2013-03-02 | 1 | -5/+13 |
| | | | | | | | These don't seem necessary and are much more complicated to get working now with the changes in this PR PHPBB3-11386 | ||||
* | [ticket/11386] Update tests with new constructors for ext.manager/migrator | Nathaniel Guse | 2013-03-02 | 2 | -3/+15 |
| | | | | PHPBB3-11386 | ||||
* | [feature/migrations] Fix failing tests (again) | Nathaniel Guse | 2013-02-13 | 2 | -24/+25 |
| | | | | PHPBB3-11318 | ||||
* | [feature/migrations] Fix failing tests | Nathaniel Guse | 2013-02-11 | 1 | -4/+12 |
| | | | | PHPBB3-11318 | ||||
* | [feature/migrations] Make the container available to extension installers | Nathan Guse | 2013-02-06 | 2 | -0/+3 |
| | | | | | | | This allows extensions to load and install migrations easily as per their needs. PHPBB3-11318 | ||||
* | [ticket/10933] Dependency inject template context. | Oleg Pudeyev | 2012-11-02 | 1 | -1/+2 |
| | | | | PHPBB3-10933 | ||||
* | [ticket/10631] Some cleanup of the test cases | Nathan Guse | 2012-09-01 | 2 | -67/+107 |
| | | | | | | The acp test case was not actually validating things correctly. Now is does PHPBB3-10631 | ||||
* | [ticket/10631] Fixing a few extension admin issues | Unknown Bliss | 2012-09-01 | 1 | -1/+1 |
| | | | | PHPBB3-10631 | ||||
* | [ticket/10631] Make failure to meet ext enable requirements clearer | Nathan Guse | 2012-09-01 | 1 | -11/+9 |
| | | | | | | | | | Turn the blocks red on the details page if requirement is not met. Also changing a how the errors come up when trying to enable/disable an extension when they cannot be. PHPBB3-10631 | ||||
* | [ticket/10631] Fix metadata_manager_test | Nathan Guse | 2012-09-01 | 1 | -2/+2 |
| | | | | PHPBB3-10631 | ||||
* | [ticket/10631] Functional acp_extensions test, cleanup | Nathan Guse | 2012-09-01 | 4 | -52/+297 |
| | | | | PHPBB3-10631 | ||||
* | [ticket/10631] Metadata manager tests | Nathan Guse | 2012-09-01 | 3 | -54/+396 |
| | | | | PHPBB3-10631 | ||||
* | [ticket/10631] Fix class construct arguments in test | Nathan Guse | 2012-09-01 | 1 | -2/+1 |
| | | | | PHPBB3-10631 | ||||
* | [ticket/10631] A _start_ on a metadata manager test. | Nathan Guse | 2012-09-01 | 1 | -0/+55 |
| | | | | | | No idea if it runs without errors, I do not have the testing stuff setup. PHPBB3-10631 | ||||
* | [ticket/10631] Fixing an error in the test script | Nathan Guse | 2012-09-01 | 1 | -1/+1 |
| | | | | PHPBB3-10631 | ||||
* | [ticket/10631] Update tests | Nathan Guse | 2012-09-01 | 1 | -0/+2 |
| | | | | PHPBB3-10631 | ||||
* | [ticket/10973] Drop all require_once for mocks. Use autoloading. | Andreas Fischer | 2012-07-08 | 2 | -4/+0 |
| | | | | PHPBB3-10973 | ||||
* | Merge remote-tracking branch 'naderman/ticket/10663' into develop | Andreas Fischer | 2012-02-24 | 1 | -0/+0 |
|\ | | | | | | | | | | | * naderman/ticket/10663: [ticket/10663] Extension finder should not find subdirs with directory filter [ticket/10663] Adding nested directory to finder test | ||||
| * | [ticket/10663] Adding nested directory to finder test | Vjacheslav Trushkin | 2012-02-21 | 1 | -0/+0 |
| | | | | | | | | | | | | Adding nested directory to finder test, triggering finder bug PHPBB3-10663 | ||||
* | | [ticket/10667] Fix tests under MySQL 5.5 strict mode | Igor Wiedler | 2012-02-21 | 1 | -0/+3 |
|/ | | | | PHPBB3-10667 | ||||
* | [ticket/9916] Updating license in non-distributed files | Unknown | 2012-01-02 | 2 | -2/+2 |
| | | | | PHPBB3-9916 | ||||
* | [feature/extension-manager] Split disabling extensions up into steps as well | Nils Adermann | 2011-11-18 | 2 | -0/+13 |
| | | | | PHPBB3-10323 | ||||
* | [feature/extension-manager] Rename default methods to core methods on finder. | Nils Adermann | 2011-11-18 | 1 | -25/+22 |
| | | | | | | | There are now extension_ and core_ methods for all finder settings as well as a generic method which overwrites both. PHPBB3-10323 | ||||
* | [feature/extension-manager] Support extensions in subdirectories of ext/ | Nils Adermann | 2011-10-14 | 5 | -16/+16 |
| | | | | PHPBB3-10323 | ||||
* | [feature/extension-manager] Add prefix to extension meta data / install classes | Nils Adermann | 2011-10-14 | 5 | -13/+13 |
| | | | | PHPBB3-10323 | ||||
* | [feature/extension-manager] extension finder now saves ext it found a file in | Nils Adermann | 2011-10-13 | 1 | -7/+5 |
| | | | | PHPBB3-10323 | ||||
* | [feature/extension-manager] Extend the tests for finding directories | Nils Adermann | 2011-09-29 | 1 | -1/+15 |
| | | | | PHPBB3-10323 | ||||
* | [feature/extension-manager] Add extension meta info classes for test extensions | Nils Adermann | 2011-09-29 | 2 | -0/+37 |
| | | | | PHPBB3-10323 | ||||
* | [feature/extension-manager] Don't cache the phpbb_root_path in the ext manager | Nils Adermann | 2011-09-29 | 1 | -2/+2 |
| | | | | | | Otherwise the paths are incorrect from e.g. adm/ PHPBB3-10323 | ||||
* | [feature/extension-manager] Prepend the phpbb_root_path if necessary. | Nils Adermann | 2011-09-29 | 1 | -5/+4 |
| | | | | PHPBB3-10323 | ||||
* | [feature/extension-manager] Add support for directories to the extension finder | Nils Adermann | 2011-09-29 | 1 | -0/+14 |
| | | | | PHPBB3-10323 | ||||
* | [feature/extension-manager] Make sure the extension manager works without cache | Nils Adermann | 2011-09-29 | 1 | -0/+13 |
| | | | | | | Includes a test for manager without a cache PHPBB3-10323 | ||||
* | [feature/extension-manager] Make the cache variable name for extensions dynamic | Nils Adermann | 2011-09-29 | 1 | -3/+3 |
| | | | | | | Allows multiple instances to use cache simultaneously. PHPBB3-10323 | ||||
* | [feature/extension-manager] Test creation of new extension finder cache | Nils Adermann | 2011-09-29 | 1 | -1/+30 |
| | | | | PHPBB3-10323 | ||||
* | [feature/extension-manager] Use an incremental process for enable and purge | Nils Adermann | 2011-09-29 | 1 | -0/+10 |
| | | | | | | | | | | | The enable or purge operation of an extension could take a long time if an expensive operation needs to be executed on a large set of data. To allow this to succeed from a web interface with max_execution_time set in the webserver's php configuration, subsequent requests must continue the operation started earlier. So individual enable and purge implementations must be able to spread their work across multiple steps. PHPBB3-10323 | ||||
* | [feature/extension-manager] Add filename prefix matching in extension finder | Nils Adermann | 2011-09-29 | 1 | -0/+20 |
| | | | | PHPBB3-10323 | ||||
* | [feature/extension-manager] Add missing newlines at end of files | Nils Adermann | 2011-09-29 | 6 | -6/+6 |
| | | | | PHPBB3-10323 | ||||
* | [feature/extension-manager] The class loader no longer knows about extensions | Nils Adermann | 2011-09-29 | 1 | -16/+1 |
| | | | | | | | Instead the class loader is instantiated twice. Once with the phpbb_ prefix and once with the phpbb_ext_ prefix. PHPBB3-10323 | ||||
* | [feature/extension-manager] Porting cron tasks over to the extension finder | Nils Adermann | 2011-09-29 | 1 | -14/+16 |
| | | | | PHPBB3-10323 | ||||
* | [feature/extension-manager] Extension Manager & Finder | Nils Adermann | 2011-09-29 | 12 | -0/+282 |
Extensions RFC: http://area51.phpbb.com/phpBB/viewtopic.php?f=84&t=41499 Ticket: http://tracker.phpbb.com/browse/PHPBB3-10323 PHPBB3-10323 |