aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/install/helper
Commit message (Expand)AuthorAgeFilesLines
* [ticket/13616] Fix UI testsTristan Darricau2016-04-031-0/+3
* [ticket/14487] Try to handle connection timeoutsMáté Bartus2016-02-281-1/+40
* [ticket/14462] Fix CS and typoMate Bartus2016-02-121-1/+1
* [ticket/14462] Further speed improvementsMate Bartus2016-02-125-36/+71
* [ticket/14460] Use the selected language with AJAX requests as wellMate Bartus2016-02-062-8/+10
* Merge pull request #4017 from CHItA/ticket/14262Tristan Darricau2016-02-025-1/+141
|\
| * [ticket/14262] Move convertor to controllerMate Bartus2016-01-295-1/+141
* | [ticket/14445] Force refresh before schema generationMate Bartus2016-02-021-3/+3
|/
* [ticket/14373] Do not pass arrays to strpos()Marc Alexander2015-12-201-1/+1
* [ticket/14344] Improve output of HTML errors trigged during installMarc Alexander2015-12-072-0/+8
* [ticket/14345] Move new line to ternary comparisonMarc Alexander2015-12-071-3/+3
* [ticket/14345] Check if description exists in message aryMarc Alexander2015-12-071-3/+6
* [ticket/14039] Use update helper to include files in container factoryMate Bartus2015-10-191-24/+15
* [ticket/14039] Fix inclusion logic in update helperMate Bartus2015-10-191-6/+1
* [ticket/14039] Fix folder creation and deleted binary file issueMate Bartus2015-10-181-0/+7
* [ticket/14039] Fix constants for the updaterMate Bartus2015-10-181-1/+12
* [ticket/14039] Fix misunderstandable comment in the archive file updaterMate Bartus2015-10-181-1/+3
* [ticket/14039] Use shared language service in the container factoryMate Bartus2015-10-181-4/+16
* [ticket/14039] Fix filesystem file updater's mkdir usageMate Bartus2015-10-181-16/+1
* [ticket/14039] Use compatibility globals from the update packageMate Bartus2015-10-181-1/+8
* [ticket/14039] Fix language constants and commentsMate Bartus2015-10-181-1/+1
* [ticket/14039] Revamp updaterMate Bartus2015-10-1714-20/+1012
* [ticket/13904] Modify files for changes in ini wrapperMarc Alexander2015-09-091-4/+4
* [ticket/13740] Reduce number of references in nav providerMate Bartus2015-07-261-6/+12
* [ticket/13740] Fix infinite config.php check loopMate Bartus2015-07-251-5/+1
* [ticket/13740] Move default data settings out of constructorsMate Bartus2015-07-251-88/+85
* [ticket/13740] Deduplicate container builder's checksMate Bartus2015-07-251-20/+15
* [ticket/13740] Use JSON for installer configMate Bartus2015-07-251-2/+2
* [ticket/13740] Fix is_phpbb_installed() methodMate Bartus2015-07-231-4/+4
* [ticket/13740] Login admin when install finishedMate Bartus2015-07-234-0/+43
* [ticket/13740] Secure installer config against corrupted config dataMate Bartus2015-07-231-4/+12
* [ticket/13740] Check navigation requirementsMate Bartus2015-07-212-0/+28
* [ticket/13740] Fix CS and docblocksMate Bartus2015-07-212-6/+19
* [ticket/13740] Exit from installation if phpBB is already installedMate Bartus2015-07-201-0/+60
* [ticket/13740] Fix docblocks and commentsMate Bartus2015-07-201-1/+2
* [ticket/13740] Clean up install config file when installation has finishedMate Bartus2015-07-201-0/+23
* [ticket/13740] Fix database version comparisonMate Bartus2015-07-091-3/+3
* [ticket/13740] Use service collection instead of array of task namesMate Bartus2015-07-091-8/+2
* [ticket/13740] Fixes and Tests for database helperMate Bartus2015-07-081-1/+2
* [ticket/13740] Clean up CLI CSMate Bartus2015-07-081-5/+6
* [ticket/13740] Clean up CLI mergeMate Bartus2015-07-082-1/+22
* [ticket/13740] CLI installer and fixesTristan Darricau2015-07-086-5/+310
* [ticket/13740] Use DBAL for retrieving DB versionCHItA2015-07-081-4/+3
* [ticket/13740] Move installer files to phpbb/install directoryCHItA2015-07-0812-0/+1882