Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [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 |