Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/9916] Updating header license and removing Version $Id$ | Unknown | 2011-12-31 | 1 | -1/+1 |
| | | | | PHPBB3-9916 | ||||
* | [feature/extension-manager] Split disabling extensions up into steps as well | Nils Adermann | 2011-11-18 | 1 | -3/+7 |
| | | | | PHPBB3-10323 | ||||
* | [feature/extension-manager] Fix "disbale" typo in comment | Nils Adermann | 2011-11-18 | 1 | -1/+1 |
| | | | | PHPBB3-10323 | ||||
* | [feature/extension-manager] Use an incremental process for enable and purge | Nils Adermann | 2011-09-29 | 1 | -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 & Finder | Nils Adermann | 2011-09-29 | 1 | -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 |