aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/install
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14462] Fix commentsMate Bartus2016-02-127-11/+11
| | | | PHPBB3-14462
* [ticket/14462] Fix CS and typoMate Bartus2016-02-121-1/+1
| | | | PHPBB3-14462
* [ticket/14462] Refactor tasks to be more modularMate Bartus2016-02-129-165/+835
| | | | PHPBB3-14462
* [ticket/14462] Further speed improvementsMate Bartus2016-02-1220-173/+197
| | | | | | | | - Cache the secondary container - Only initialize tasks/modules that are being used - Add timeout error message in the AJAX UI PHPBB3-14462
* Merge pull request #4169 from CHItA/ticket/14460Tristan Darricau2016-02-075-18/+13
|\ | | | | | | | | | | | | [ticket/14460] Use the selected language with AJAX requests as well * CHItA/ticket/14460: [ticket/14460] Use the selected language with AJAX requests as well
| * [ticket/14460] Use the selected language with AJAX requests as wellMate Bartus2016-02-065-18/+13
| | | | | | | | PHPBB3-14460
* | [ticket/14312] Allow updating without having the update directoryMate Bartus2016-02-042-15/+38
| | | | | | | | PHPBB3-14312
* | [ticket/14312] Push migration error messages to the userMate Bartus2016-02-041-0/+1
|/ | | | PHPBB3-14312
* Merge pull request #4017 from CHItA/ticket/14262Tristan Darricau2016-02-026-3/+144
|\ | | | | | | | | | | | | | | | | | | [ticket/14262] Move convertor to controller * CHItA/ticket/14262: [ticket/14262] Add error handling and small CS fixes [ticket/14262] Remove converter template duplicate [ticket/14262] Fix stage navigation [ticket/14262] Move convertor to controller
| * [ticket/14262] Move convertor to controllerMate Bartus2016-01-296-3/+144
| | | | | | | | PHPBB3-14262
* | Merge pull request #4156 from CHItA/ticket/14445Tristan Darricau2016-02-022-3/+16
|\ \ | | | | | | | | | | | | | | | | | | [ticket/14445] Force refresh before schema generation * CHItA/ticket/14445: [ticket/14445] Force refresh before schema generation
| * | [ticket/14445] Force refresh before schema generationMate Bartus2016-02-022-3/+16
| |/ | | | | | | PHPBB3-14445
* | [ticket/14321] Clean up arcihve controller logicMate Bartus2016-02-021-3/+3
| | | | | | | | PHPBB3-14321
* | [ticket/14434] Refactored to check migrations when setting themMatt Friedman2016-01-281-10/+1
| | | | | | | | PHPBB3-14434
* | [ticket/14434] Check migrations in the database updater taskMatt Friedman2016-01-281-0/+9
|/ | | | PHPBB3-14434
* [ticket/13442] UTF-8 symbols for database hostlavigor2016-01-141-2/+2
| | | | PHPBB3-13442
* [ticket/13454] Remove unused variablesMarc Alexander2016-01-062-2/+1
| | | | | | This is the first part of the changes. More to come. PHPBB3-13454
* [ticket/14378] Use consistent template variable pathsMarc Alexander2015-12-221-3/+3
| | | | PHPBB3-14378
* [ticket/14373] Do not pass arrays to strpos()Marc Alexander2015-12-201-1/+1
| | | | PHPBB3-14373
* [ticket/14344] Improve output of HTML errors trigged during installMarc Alexander2015-12-072-0/+8
| | | | PHPBB3-14344
* [ticket/14345] Move new line to ternary comparisonMarc Alexander2015-12-071-3/+3
| | | | PHPBB3-14345
* [ticket/14345] Check if description exists in message aryMarc Alexander2015-12-071-3/+6
| | | | PHPBB3-14345
* Merge pull request #4046 from CHItA/ticket/14269Tristan Darricau2015-12-073-2/+135
|\ | | | | | | | | | | | | | | | | [ticket/14269] Use http_exceptions in the installer instead of die() * CHItA/ticket/14269: [ticket/14269] Change HTTP status codes to 403 [ticket/14269] Fix comments and language var names [ticket/14269] Use http_exceptions in the installer instead of die()
| * [ticket/14269] Change HTTP status codes to 403Mate Bartus2015-12-052-2/+2
| | | | | | | | PHPBB3-14269
| * [ticket/14269] Fix comments and language var namesMate Bartus2015-12-033-4/+4
| | | | | | | | PHPBB3-14269
| * [ticket/14269] Use http_exceptions in the installer instead of die()Mate Bartus2015-11-273-2/+135
| | | | | | | | PHPBB3-14269
* | Merge pull request #4055 from CHItA/ticket/14326Marc Alexander2015-12-032-6/+6
|\ \ | | | | | | | | | [ticket/14326] Decode diffed file's content during update
| * | [ticket/14326] Decode diffed file's content during updateMate Bartus2015-12-022-6/+6
| |/ | | | | | | PHPBB3-14326
* | [ticket/14320] Fix language selector in the installerMate Bartus2015-11-291-1/+1
|/ | | | PHPBB3-14320
* [ticket/14308] Fix multibyte input for installerrxu2015-11-242-5/+5
| | | | PHPBB3-14308
* Merge pull request #4016 from CHItA/ticket/14270Tristan Darricau2015-11-231-3/+12
|\ | | | | | | | | | | | | [ticket/14270] Purge cache when the installer is finished * CHItA/ticket/14270: [ticket/14270] Purge cache when the installer is finished
| * [ticket/14270] Purge cache when the installer is finishedMate Bartus2015-11-081-3/+12
| | | | | | | | PHPBB3-14270
* | [ticket/14281] Correctly pass parameters to add_error_messageMarc Alexander2015-11-101-1/+1
| | | | | | | | PHPBB3-14281
* | [ticket/14281] Fix installer CLI after recent changesMarc Alexander2015-11-102-3/+3
| | | | | | | | PHPBB3-14281
* | [ticket/14278] Check if user_id is set and fall back to ANONYMOUSMarc Alexander2015-11-091-1/+1
| | | | | | | | PHPBB3-14278
* | [ticket/14274] Include user functions during installerMatt Friedman2015-11-051-0/+5
|/ | | | PHPBB3-14274
* [ticket/14044] Add config as global in notify userMate Bartus2015-11-031-2/+5
| | | | PHPBB3-14044
* [ticket/14044] Fix language selection data lossMate Bartus2015-10-304-3/+6
| | | | PHPBB3-14044
* [ticket/14044] Fix wrong descriptions in installMate Bartus2015-10-281-1/+1
| | | | PHPBB3-14044
* [ticket/14044] Solve missing email template errorMate Bartus2015-10-281-1/+7
| | | | PHPBB3-14044
* [ticket/14044] global $table_prefix in constants.phpMate Bartus2015-10-281-4/+0
| | | | PHPBB3-14044
* [ticket/14044] Try to fix missing table prefixMate Bartus2015-10-281-0/+4
| | | | PHPBB3-14044
* [ticket/14044] Deduplicate the installersMate Bartus2015-10-224-12/+34
| | | | PHPBB3-14044
* [ticket/14039] Use update helper to include files in container factoryMate Bartus2015-10-191-24/+15
| | | | PHPBB3-14039
* [ticket/14039] Fix inclusion logic in update helperMate Bartus2015-10-191-6/+1
| | | | PHPBB3-14039
* [ticket/14039] Fix folder creation and deleted binary file issueMate Bartus2015-10-182-1/+8
| | | | PHPBB3-14039
* [ticket/14039] Fix file check for deleted filesMate Bartus2015-10-181-1/+1
| | | | PHPBB3-14039
* [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] Fix constants for the updaterMate Bartus2015-10-181-1/+12
| | | | PHPBB3-14039