aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/install
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14742] Increase user feedback by improving progress barOliver Schramm2016-08-202-5/+20
| | | | | | | We now count and display each step that was done by increasing the task count. PHPBB3-14742
* [ticket/14742] Further improve progress bar in db updaterOliver Schramm2016-08-121-9/+15
| | | | PHPBB3-14742
* [ticket/14742] Fix progress bar in database updaterOliver Schramm2016-08-111-3/+16
| | | | | | | Because of the new way, schema update steps are handled, the already misleading progress bar was even more misleading. This should fix it. PHPBB3-14742
* [ticket/14633] Check for XML extension support on installMáté Bartus2016-07-301-0/+19
| | | | PHPBB3-14633
* Merge branch '3.1.x' into 3.2.xMarc Alexander2016-07-071-1/+1
| | | | | | Conflicts: phpBB/install/install_install.php phpBB/language/en/install.php
* [ticket/14591] Use the correct delimiter for MSSQLDavid Colón2016-05-181-3/+3
| | | PHPBB3-14591
* Merge pull request #4315 from Nicofuma/ticket/14628Marc Alexander2016-05-161-4/+5
|\ | | | | | | [ticket/14628] Supports translatable error messages in the CLI installer
| * [ticket/14628] Supports translatable error messages in the CLI installerTristan Darricau2016-05-051-4/+5
| | | | | | | | PHPBB3-14628
* | [ticket/14595] Added smtp_port where places where smtp_host exists.Derek Held2016-05-143-0/+12
| | | | | | | | PHPBB3-14595
* | [ticket/14595] Added SMTP port to getConfigTreeBuilderDerek Held2016-05-141-0/+3
|/ | | | PHPBB3-14595
* Merge pull request #4236 from Nicofuma/ticket/13616Máté Bartus2016-04-131-0/+3
|\ | | | | [ticket/13616] Uses symfony/proxy-manager-bridge to lazy load twig lexer
| * [ticket/13616] Fix UI testsTristan Darricau2016-04-031-0/+3
| | | | | | | | PHPBB3-13616
* | Merge pull request #4284 from CHItA/ticket/14589Tristan Darricau2016-04-121-2/+6
|\ \ | | | | | | | | | | | | | | | | | | | | | [ticket/14589] Add error messages for failable installer requirements * CHItA/ticket/14589: [ticket/14589] Fix grammatical errors in language strings [ticket/14589] Add error messages for failable installer requirements
| * | [ticket/14589] Add error messages for failable installer requirementsMáté Bartus2016-04-101-2/+6
| |/ | | | | | | PHPBB3-14589
* | [ticket/14590] Prevent refresh requests after the last tasks in modulesMáté Bartus2016-04-111-1/+1
|/ | | | PHPBB3-14590
* Merge pull request #4255 from CHItA/ticket/14393Tristan Darricau2016-03-313-11/+14
|\ | | | | | | | | | | | | | | | | [ticket/14393] Fix updater behaviour * CHItA/ticket/14393: [ticket/14393] Fix db update progress bar [ticket/14393] Fix init for conflict archive [ticket/14393] Fix updater behaviour
| * [ticket/14393] Fix db update progress barMáté Bartus2016-03-301-2/+1
| | | | | | | | PHPBB3-14393
| * [ticket/14393] Fix init for conflict archiveMáté Bartus2016-03-271-7/+6
| | | | | | | | PHPBB3-14393
| * [ticket/14393] Fix updater behaviourMáté Bartus2016-03-273-4/+9
| | | | | | | | PHPBB3-14393
* | [ticket/14564] Fix cookie domain calculationMáté Bartus2016-03-271-1/+8
|/ | | | PHPBB3-14564
* [ticket/14510] Prevent infinite loop in add_bots taskMáté Bartus2016-03-021-0/+1
| | | | PHPBB3-14510
* Merge pull request #4196 from CHItA/ticket/14487Marc Alexander2016-03-014-2/+142
|\ | | | | | | [ticket/14487] Try to handle connection timeouts
| * [ticket/14487] Add missing use statementMáté Bartus2016-02-291-0/+1
| | | | | | | | PHPBB3-14487
| * [ticket/14487] Try to handle connection timeoutsMáté Bartus2016-02-283-2/+141
| | | | | | | | PHPBB3-14487
* | [ticket/14499] Fix wording and commentsTristan Darricau2016-02-291-1/+1
| | | | | | | | PHPBB3-14499
* | [ticket/14499] Add missing config settingsTristan Darricau2016-02-281-1/+4
| | | | | | | | PHPBB3-14499
* | [ticket/14499] Add command to update the board from CLITristan Darricau2016-02-259-21/+476
|/ | | | PHPBB3-14499
* [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()