aboutsummaryrefslogtreecommitdiffstats
path: root/tests/extension
Commit message (Collapse)AuthorAgeFilesLines
...
* [feature/extension-manager] Rename default methods to core methods on finder.Nils Adermann2011-11-181-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 Adermann2011-10-145-16/+16
| | | | PHPBB3-10323
* [feature/extension-manager] Add prefix to extension meta data / install classesNils Adermann2011-10-145-13/+13
| | | | PHPBB3-10323
* [feature/extension-manager] extension finder now saves ext it found a file inNils Adermann2011-10-131-7/+5
| | | | PHPBB3-10323
* [feature/extension-manager] Extend the tests for finding directoriesNils Adermann2011-09-291-1/+15
| | | | PHPBB3-10323
* [feature/extension-manager] Add extension meta info classes for test extensionsNils Adermann2011-09-292-0/+37
| | | | PHPBB3-10323
* [feature/extension-manager] Don't cache the phpbb_root_path in the ext managerNils Adermann2011-09-291-2/+2
| | | | | | Otherwise the paths are incorrect from e.g. adm/ PHPBB3-10323
* [feature/extension-manager] Prepend the phpbb_root_path if necessary.Nils Adermann2011-09-291-5/+4
| | | | PHPBB3-10323
* [feature/extension-manager] Add support for directories to the extension finderNils Adermann2011-09-291-0/+14
| | | | PHPBB3-10323
* [feature/extension-manager] Make sure the extension manager works without cacheNils Adermann2011-09-291-0/+13
| | | | | | Includes a test for manager without a cache PHPBB3-10323
* [feature/extension-manager] Make the cache variable name for extensions dynamicNils Adermann2011-09-291-3/+3
| | | | | | Allows multiple instances to use cache simultaneously. PHPBB3-10323
* [feature/extension-manager] Test creation of new extension finder cacheNils Adermann2011-09-291-1/+30
| | | | PHPBB3-10323
* [feature/extension-manager] Use an incremental process for enable and purgeNils Adermann2011-09-291-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 finderNils Adermann2011-09-291-0/+20
| | | | PHPBB3-10323
* [feature/extension-manager] Add missing newlines at end of filesNils Adermann2011-09-296-6/+6
| | | | PHPBB3-10323
* [feature/extension-manager] The class loader no longer knows about extensionsNils Adermann2011-09-291-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 finderNils Adermann2011-09-291-14/+16
| | | | PHPBB3-10323
* [feature/extension-manager] Extension Manager & FinderNils Adermann2011-09-2912-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