aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/extension/base.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/9916] Updating header license and removing Version $Id$Unknown2011-12-311-1/+1
| | | | PHPBB3-9916
* [feature/extension-manager] Split disabling extensions up into steps as wellNils Adermann2011-11-181-3/+7
| | | | PHPBB3-10323
* [feature/extension-manager] Fix "disbale" typo in commentNils Adermann2011-11-181-1/+1
| | | | PHPBB3-10323
* [feature/extension-manager] Use an incremental process for enable and purgeNils Adermann2011-09-291-2/+20
| | | | | | | | | | | 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] Extension Manager & FinderNils Adermann2011-09-291-0/+35
Extensions RFC: http://area51.phpbb.com/phpBB/viewtopic.php?f=84&t=41499 Ticket: http://tracker.phpbb.com/browse/PHPBB3-10323 PHPBB3-10323