aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/install/module_base.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/16261] Missing check whether the index exists in install - PHP 7.43D-I2019-12-221-1/+1
| | | | PHPBB3-16261
* [ticket/14590] Prevent refresh requests after the last tasks in modulesMáté Bartus2016-04-111-1/+1
| | | | PHPBB3-14590
* [ticket/14462] Fix commentsMate Bartus2016-02-121-1/+1
| | | | PHPBB3-14462
* [ticket/14462] Further speed improvementsMate Bartus2016-02-121-51/+46
| | | | | | | | - Cache the secondary container - Only initialize tasks/modules that are being used - Add timeout error message in the AJAX UI PHPBB3-14462
* [ticket/14039] Revamp updaterMate Bartus2015-10-171-1/+1
| | | | PHPBB3-14039
* [ticket/13740] Fix CSMate Bartus2015-07-101-5/+0
| | | | PHPBB3-13740
* [ticket/13740] Remove service container from modulesMate Bartus2015-07-091-6/+3
| | | | PHPBB3-13740
* [ticket/13740] Fix CSMate Bartus2015-07-091-1/+0
| | | | PHPBB3-13740
* [ticket/13740] Fix itteration problems, implement class name aware collectionsMate Bartus2015-07-091-47/+32
| | | | PHPBB3-13740
* [ticket/13740] Use service collection instead of array of task namesMate Bartus2015-07-091-47/+37
| | | | PHPBB3-13740
* [ticket/13740] Move installer files to phpbb/install directoryCHItA2015-07-081-0/+252
PHPBB3-13740