aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/install/module
Commit message (Collapse)AuthorAgeFilesLines
...
| * [ticket/10809] Remove MSSQL supportJakub Senko2016-08-021-1/+1
| | | | | | | | PHPBB3-10809
* | [ticket/14742] Increase user feedback by improving progress barOliver Schramm2016-08-201-4/+10
| | | | | | | | | | | | | | 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/14595] Added smtp_port where places where smtp_host exists.Derek Held2016-05-142-0/+11
| | | | PHPBB3-14595
* [ticket/14589] Add error messages for failable installer requirementsMáté Bartus2016-04-101-2/+6
| | | | PHPBB3-14589
* 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
* [ticket/14499] Add command to update the board from CLITristan Darricau2016-02-252-1/+9
| | | | PHPBB3-14499
* [ticket/14462] Fix commentsMate Bartus2016-02-125-9/+9
| | | | PHPBB3-14462
* [ticket/14462] Refactor tasks to be more modularMate Bartus2016-02-129-165/+835
| | | | PHPBB3-14462
* [ticket/14462] Further speed improvementsMate Bartus2016-02-1213-49/+1
| | | | | | | | - Cache the secondary container - Only initialize tasks/modules that are being used - Add timeout error message in the AJAX UI PHPBB3-14462
* [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 #4156 from CHItA/ticket/14445Tristan Darricau2016-02-021-0/+13
|\ | | | | | | | | | | | | [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-021-0/+13
| | | | | | | | PHPBB3-14445
* | [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/14326] Decode diffed file's content during updateMate Bartus2015-12-022-6/+6
| | | | PHPBB3-14326
* [ticket/14308] Fix multibyte input for installerrxu2015-11-242-5/+5
| | | | PHPBB3-14308
* [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-303-3/+5
| | | | 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] Fix folder creation and deleted binary file issueMate Bartus2015-10-181-1/+1
| | | | PHPBB3-14039
* [ticket/14039] Fix file check for deleted filesMate Bartus2015-10-181-1/+1
| | | | PHPBB3-14039
* [ticket/14039] Revamp updaterMate Bartus2015-10-1721-20/+2089
| | | | PHPBB3-14039
* [ticket/14205] Bump PHP requirement to PHP 5.4Tristan Darricau2015-10-041-1/+1
| | | | PHPBB3-14205
* [ticket/14056] Fix remaining schema pathMate Bartus2015-07-291-1/+1
| | | | PHPBB3-14056
* [ticket/14056] Keep install schema resources in the install folderMate Bartus2015-07-292-3/+3
| | | | PHPBB3-14056
* [ticket/13740] Move default data settings out of constructorsMate Bartus2015-07-252-175/+166
| | | | PHPBB3-13740
* [ticket/13740] Fix CSMate Bartus2015-07-241-0/+1
| | | | PHPBB3-13740
* [ticket/13740] Fix $script_path in obtain_dataMate Bartus2015-07-231-1/+1
| | | | PHPBB3-13740
* [ticket/13740] Login admin when install finishedMate Bartus2015-07-231-8/+35
| | | | PHPBB3-13740
* [ticket/13740] Fix docblocks and commentsMate Bartus2015-07-202-2/+2
| | | | PHPBB3-13740
* [ticket/13740] Fix CSMate Bartus2015-07-091-1/+0
| | | | PHPBB3-13740
* [ticket/13740] Fix itteration problems, implement class name aware collectionsMate Bartus2015-07-091-21/+34
| | | | PHPBB3-13740
* [ticket/13740] CLI installer and fixesTristan Darricau2015-07-082-1/+2
| | | | | | [ci skip] PHPBB3-13740