| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [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 | 1 | -1/+0 |
| | | | | | PHPBB3-10973 | ||||
| * | [ticket/9916] Updating license in non-distributed files | Unknown | 2012-01-02 | 1 | -1/+1 |
| | | | | | PHPBB3-9916 | ||||
| * | [feature/extension-manager] Split disabling extensions up into steps as well | Nils Adermann | 2011-11-18 | 1 | -0/+5 |
| | | | | | PHPBB3-10323 | ||||
| * | [feature/extension-manager] Support extensions in subdirectories of ext/ | Nils Adermann | 2011-10-14 | 1 | -9/+9 |
| | | | | | PHPBB3-10323 | ||||
| * | [feature/extension-manager] Add prefix to extension meta data / install classes | Nils Adermann | 2011-10-14 | 1 | -6/+6 |
| | | | | | 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] 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] 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] Extension Manager & Finder | Nils Adermann | 2011-09-29 | 1 | -0/+89 |
| Extensions RFC: http://area51.phpbb.com/phpBB/viewtopic.php?f=84&t=41499 Ticket: http://tracker.phpbb.com/browse/PHPBB3-10323 PHPBB3-10323 | |||||
