aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/install/installer.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14896] Do not overwrite login when finishing installMarc Alexander2016-12-071-5/+11
| | | | | | | Otherwise the user will be "logged in" again as guest user which will prevent any redirectiong to the ACP after the installation. PHPBB3-14896
* [ticket/14492] Add user service to installer & only instantiate if neededMarc Alexander2016-12-031-10/+5
| | | | PHPBB3-14492
* [ticket/14492] Fix redirection to help phpBB pageMarc Alexander2016-12-031-2/+14
| | | | PHPBB3-14492
* [ticket/14492] Redirect to help phpBB page after installationMarc Alexander2016-12-031-1/+1
| | | | PHPBB3-14492
* [ticket/14487] Try to handle connection timeoutsMáté Bartus2016-02-281-1/+21
| | | | PHPBB3-14487
* [ticket/14462] Fix commentsMate Bartus2016-02-121-1/+1
| | | | PHPBB3-14462
* [ticket/14462] Further speed improvementsMate Bartus2016-02-121-37/+79
| | | | | | | | - Cache the secondary container - Only initialize tasks/modules that are being used - Add timeout error message in the AJAX UI PHPBB3-14462
* [ticket/14270] Purge cache when the installer is finishedMate Bartus2015-11-081-3/+12
| | | | PHPBB3-14270
* [ticket/14039] Fix acp linkMate Bartus2015-10-181-1/+1
| | | | PHPBB3-14039
* [ticket/14039] Fix ACP link generationMate Bartus2015-10-181-17/+11
| | | | PHPBB3-14039
* [ticket/14039] Revamp updaterMate Bartus2015-10-171-3/+11
| | | | PHPBB3-14039
* [ticket/14097] Remove auto refresh on install failureMate Bartus2015-08-211-2/+1
| | | | PHPBB3-14097
* [ticket/14097] Improve error and failure handling in the installerMate Bartus2015-08-171-2/+10
| | | | PHPBB3-14097
* [ticket/13740] Add success message when install finishedMate Bartus2015-07-231-0/+29
| | | | PHPBB3-13740
* [ticket/13740] Fix CS and docblocksMate Bartus2015-07-211-25/+0
| | | | PHPBB3-13740
* [ticket/13740] Clean up install config file when installation has finishedMate Bartus2015-07-201-1/+8
| | | | PHPBB3-13740
* [ticket/13740] Fix CSMate Bartus2015-07-101-6/+0
| | | | PHPBB3-13740
* [ticket/13740] Remove service container from modulesMate Bartus2015-07-091-3/+1
| | | | 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-3/+3
| | | | PHPBB3-13740
* [ticket/13740] Use service collection instead of array of task namesMate Bartus2015-07-091-89/+57
| | | | PHPBB3-13740
* [ticket/13740] Fix CS and extend phpbb extensionsCHItA2015-07-081-5/+6
| | | | | | [ci skip] PHPBB3-13740
* [ticket/13740] Move installer files to phpbb/install directoryCHItA2015-07-081-0/+286
PHPBB3-13740