aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/install
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14920] Force installer to only populate core migrationsMarc Alexander2016-12-171-0/+1
| | | | PHPBB3-14920
* [ticket/14894] Use correct config name for conflicts archive extensionMarc Alexander2016-12-091-1/+1
| | | | PHPBB3-14894
* Merge pull request #4565 from marc1706/ticket/14896Máté Bartus2016-12-081-5/+11
|\ | | | | | | [ticket/14896] Do not overwrite login when finishing install
| * [ticket/14896] Do not overwrite login when finishing installMarc Alexander2016-12-071-5/+11
| | | | | | | | | | | | | | Otherwise the user will be "logged in" again as guest user which will prevent any redirectiong to the ACP after the installation. PHPBB3-14896
* | [ticket/14897] Add $restart_progress_bar to iohandler baseMáté Bartus2016-12-071-0/+5
|/ | | | PHPBB3-14897
* [ticket/14492] Add user service to installer & only instantiate if neededMarc Alexander2016-12-031-10/+5
| | | | PHPBB3-14492
* [ticket/14492] Fix redirection to help phpBB pageMarc Alexander2016-12-031-2/+14
| | | | PHPBB3-14492
* [ticket/14492] Update versions in filesMarc Alexander2016-12-031-1/+1
| | | | PHPBB3-14492
* [ticket/14492] Update phpBB version and fix miscellaneous code issuesMarc Alexander2016-12-031-1/+2
| | | | PHPBB3-14492
* [ticket/14492] Install all extensions if 'all' is specified for extensionsMarc Alexander2016-12-031-1/+1
| | | | PHPBB3-14492
* [ticket/14492] Add language variables for updating extensionsMarc Alexander2016-12-031-4/+4
| | | | PHPBB3-14492
* [ticket/14492] Prevent timeouts in install & update extensions tasksMarc Alexander2016-12-032-2/+39
| | | | PHPBB3-14492
* [ticket/14492] Use same list for checking if extension should be updatedMarc Alexander2016-12-032-8/+31
| | | | PHPBB3-14492
* [ticket/14492] Unify version check for installing default extensionsMarc Alexander2016-12-031-2/+2
| | | | PHPBB3-14492
* [ticket/14492] Use extension manager instead of finder and add try/catchMarc Alexander2016-12-032-34/+44
| | | | PHPBB3-14492
* [ticket/14492] Remove unused use statementMarc Alexander2016-12-031-1/+0
| | | | PHPBB3-14492
* [ticket/14492] Redirect to help phpBB page after installationMarc Alexander2016-12-031-1/+1
| | | | PHPBB3-14492
* [ticket/14492] Properly retrieve version updating fromMarc Alexander2016-12-032-52/+62
| | | | PHPBB3-14492
* [ticket/14492] Rework logic for selecting which extensions to updateMarc Alexander2016-12-031-27/+54
| | | | PHPBB3-14492
* [ticket/14492] Check if composer.json exists in viglink folder on file_checkMarc Alexander2016-12-031-1/+1
| | | | PHPBB3-14492
* [ticket/14492] Define extensions to install in config not via cli argumentMarc Alexander2016-12-034-17/+13
| | | | PHPBB3-14492
* [ticket/14492] Removed unused use statementMarc Alexander2016-12-031-2/+0
| | | | PHPBB3-14492
* [ticket/14492] Only show fail of extension install if it's availableMarc Alexander2016-12-031-4/+4
| | | | PHPBB3-14492
* [ticket/14492] Allow specifying extensions to update & installMarc Alexander2016-12-033-1/+33
| | | | PHPBB3-14492
* [ticket/14492] Set install extensions to synthetic and fix step countMarc Alexander2016-12-032-7/+2
| | | | PHPBB3-14492
* [ticket/14492] Apply fixes to update extensions taskMarc Alexander2016-12-032-4/+38
| | | | | | The regex was also simplified. PHPBB3-14492
* [ticket/14492] Correctly check if extension was enabled during installMarc Alexander2016-12-031-4/+38
| | | | | | | Also fixed some incorrectly generated log messages and improved the regex. PHPBB3-14492
* [ticket/14492] Do not install extensions in installer if in test envMarc Alexander2016-12-031-0/+5
| | | | PHPBB3-14492
* [ticket/14492] Re-enable extensions if updated during updateMarc Alexander2016-12-032-2/+163
| | | | PHPBB3-14492
* [ticket/14492] Install all packaged extensions by defaultMarc Alexander2016-12-031-15/+31
| | | | PHPBB3-14492
* [ticket/14492] Do not copy viglink on update if it was deletedMarc Alexander2016-12-031-0/+9
| | | | PHPBB3-14492
* [ticket/14492] Add basic task for installing viglink extensionMarc Alexander2016-12-031-0/+119
| | | | PHPBB3-14492
* [ticket/14875] Move raw_variable() method to request_interfaceMarc Alexander2016-12-022-5/+5
| | | | PHPBB3-14875
* [ticket/14875] Add method for raw input to request and add to installerMarc Alexander2016-11-254-24/+32
| | | | | | | | | | A method for retrieving raw input has been added to the request class. This will be used in the installer to retrieve the datatabase password while also allowing utf8 characters. Not escaping the input is ok in this case as it won't be put anywhere in this raw form and only be used to populate the entry for the password field in config.php. PHPBB3-14875
* [ticket/14875] Add method for untrimmed input to ajax iohandlerMarc Alexander2016-11-242-1/+26
| | | | | | | Due to the pre-encoded input and the escaping of the input, the string has to be decoded twice for the password. PHPBB3-14875
* [ticket/14739] Remove SQLite 2.8.x database driverJakub Senko2016-11-161-17/+0
| | | | PHPBB3-14739
* Merge pull request #4265 from Senky/ticket/10809Tristan Darricau2016-09-252-10/+1
|\ | | | | | | | | | | | | | | [ticket/10809] Remove MSSQL support * Senky/ticket/10809: [ticket/10809] Reflect MSSQL removal in docs files [ticket/10809] Remove MSSQL support
| * [ticket/10809] Remove MSSQL supportJakub Senko2016-08-022-10/+1
| | | | | | | | PHPBB3-10809
* | [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