aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config/installer
Commit message (Expand)AuthorAgeFilesLines
* [ticket/security/227] Replace ImageMagick support with thumbnail eventDerky2018-10-231-7/+0
* [ticket/14990] Move dispatcher object to the front of the options arrayrxu2017-04-161-1/+1
* [ticket/14990] Fix event name, email parsing, installer and dispatcher callsrxu2017-04-161-0/+1
* [ticket/15044] Add module task for creating search index during installMarc Alexander2017-01-241-0/+10
* [ticket/14492] Add user service to installer & only instantiate if neededMarc Alexander2016-12-031-0/+6
* [ticket/14492] Remove incorrect changes to module orderMarc Alexander2016-12-032-2/+2
* [ticket/14492] Re-enable extensions if updated during updateMarc Alexander2016-12-032-3/+14
* [ticket/14492] Install all packaged extensions by defaultMarc Alexander2016-12-031-9/+10
* [ticket/14492] Add basic task for installing viglink extensionMarc Alexander2016-12-031-0/+9
* [ticket/14765] Fix the typo in the installer routing configrxu2016-09-031-1/+1
* [ticket/13616] Uses symfony/proxy-manager-bridge to lazy load twig lexerTristan Darricau2016-04-031-1/+2
* [ticket/14555] Uniformize cache directory usagesTristan Darricau2016-03-241-1/+1
* [ticket/14523] Replace prototype definition with shared servicesMarc Alexander2016-03-101-4/+4
* Merge pull request #4196 from CHItA/ticket/14487Marc Alexander2016-03-014-1/+13
|\
| * [ticket/14487] Try to handle connection timeoutsMáté Bartus2016-02-284-1/+13
* | [ticket/14499] Add command to update the board from CLITristan Darricau2016-02-251-2/+27
|/
* [ticket/14457] Set the config values related to the RNG in the installer configTristan Darricau2016-02-181-1/+3
* [ticket/14462] Update ordering in install db configMate Bartus2016-02-131-4/+4
* [ticket/14462] Refactor tasks to be more modularMate Bartus2016-02-123-3/+25
* [ticket/14462] Further speed improvementsMate Bartus2016-02-122-0/+4
* [ticket/14312] Allow updating without having the update directoryMate Bartus2016-02-041-0/+1
* [ticket/14262] Move convertor to controllerMate Bartus2016-01-293-0/+47
* [ticket/14247] Use quotes around @ and % strings in YAMLMatt Friedman2015-12-0718-254/+254
* [ticket/14269] Use http_exceptions in the installer instead of die()Mate Bartus2015-11-271-0/+9
* [ticket/14270] Purge cache when the installer is finishedMate Bartus2015-11-082-0/+6
* [ticket/14044] Deduplicate the installersMate Bartus2015-10-222-0/+4
* [ticket/14039] Use update helper to include files in container factoryMate Bartus2015-10-191-0/+1
* [ticket/14039] Fix ACP link generationMate Bartus2015-10-181-0/+1
* [ticket/14039] Use shared language service in the container factoryMate Bartus2015-10-181-0/+1
* [ticket/14039] Revamp updaterMate Bartus2015-10-1712-11/+310
* [ticket/14124] Automatically translate exceptions in CLITristan Darricau2015-08-251-0/+8
* [ticket/14052] Translate installer commandsTristan Darricau2015-07-271-0/+1
* [ticket/13740] Allow language change in the installerMate Bartus2015-07-221-0/+1
* [ticket/13740] Check navigation requirementsMate Bartus2015-07-211-0/+2
* [ticket/13740] Remove default config CLI commandMate Bartus2015-07-211-10/+0
* [ticket/13740] Exit from installation if phpBB is already installedMate Bartus2015-07-203-0/+8
* [ticket/13740] Add more room for further tasksMate Bartus2015-07-206-23/+23
* [ticket/13740] Remove service container from modulesMate Bartus2015-07-091-2/+1
* [ticket/13740] Fix itteration problems, implement class name aware collectionsMate Bartus2015-07-096-6/+6
* [ticket/13740] Use service collection instead of array of task namesMate Bartus2015-07-097-8/+102
* [ticket/13740] CLI installer and fixesTristan Darricau2015-07-082-0/+49
* [ticket/13740] Fix controller class name in service definitionMate Bartus2015-07-081-1/+1
* [ticket/13740] Load schema_data.sql from the correct locationCHItA2015-07-081-0/+1
* [ticket/13740] Add navigation bar support for the installerCHItA2015-07-082-0/+4
* [ticket/13740] Add better progress handling, also add log messagesCHItA2015-07-082-0/+4
* [ticket/13740] Tasks can appear as multiple steps for the progress barCHItA2015-07-084-15/+15
* [ticket/13740] Installer's install tasks and modulesMateBartus2015-07-0813-0/+365
* [ticket/13740] Front facing files and controllersMateBartus2015-07-082-0/+24