aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/install/helper/container_factory.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/15424] Multiple typo fixes in docs & commentsluzpaz2019-05-081-1/+1
| | | | | | Fixed typos in some docs, guidelines, some non-user-facing files. PHPBB3-15424
* [ticket/13616] Fix UI testsTristan Darricau2016-04-031-0/+3
| | | | PHPBB3-13616
* [ticket/14462] Further speed improvementsMate Bartus2016-02-121-12/+6
| | | | | | | | - Cache the secondary container - Only initialize tasks/modules that are being used - Add timeout error message in the AJAX UI PHPBB3-14462
* [ticket/14039] Use update helper to include files in container factoryMate Bartus2015-10-191-24/+15
| | | | PHPBB3-14039
* [ticket/14039] Fix constants for the updaterMate Bartus2015-10-181-1/+12
| | | | PHPBB3-14039
* [ticket/14039] Use shared language service in the container factoryMate Bartus2015-10-181-4/+16
| | | | PHPBB3-14039
* [ticket/14039] Use compatibility globals from the update packageMate Bartus2015-10-181-1/+8
| | | | PHPBB3-14039
* [ticket/14039] Revamp updaterMate Bartus2015-10-171-4/+15
| | | | PHPBB3-14039
* [ticket/13740] Fix infinite config.php check loopMate Bartus2015-07-251-5/+1
| | | | PHPBB3-13740
* [ticket/13740] Deduplicate container builder's checksMate Bartus2015-07-251-20/+15
| | | | PHPBB3-13740
* [ticket/13740] Login admin when install finishedMate Bartus2015-07-231-0/+5
| | | | PHPBB3-13740
* [ticket/13740] Fix CS and docblocksMate Bartus2015-07-211-0/+17
| | | | PHPBB3-13740
* [ticket/13740] Move installer files to phpbb/install directoryCHItA2015-07-081-0/+149
PHPBB3-13740