aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/install/module/update_database
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-011-1/+1
| | | | PHPBB3-14972
* [prep-release-3.2.0] Correctly compare extensions versionMarc Alexander2017-01-071-1/+1
|
* [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] Add language variables for updating extensionsMarc Alexander2016-12-031-4/+4
| | | | PHPBB3-14492
* [ticket/14492] Prevent timeouts in install & update extensions tasksMarc Alexander2016-12-031-1/+19
| | | | PHPBB3-14492
* [ticket/14492] Use same list for checking if extension should be updatedMarc Alexander2016-12-031-2/+2
| | | | 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-031-28/+33
| | | | PHPBB3-14492
* [ticket/14492] Remove unused use statementMarc Alexander2016-12-031-1/+0
| | | | 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] Allow specifying extensions to update & installMarc Alexander2016-12-031-1/+6
| | | | PHPBB3-14492
* [ticket/14492] Set install extensions to synthetic and fix step countMarc Alexander2016-12-031-1/+1
| | | | PHPBB3-14492
* [ticket/14492] Apply fixes to update extensions taskMarc Alexander2016-12-031-3/+37
| | | | | | The regex was also simplified. PHPBB3-14492
* [ticket/14492] Re-enable extensions if updated during updateMarc Alexander2016-12-031-0/+162
| | | | PHPBB3-14492
* [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/14393] Fix db update progress barMáté Bartus2016-03-301-2/+1
| | | | PHPBB3-14393
* [ticket/14393] Fix updater behaviourMáté Bartus2016-03-271-1/+1
| | | | PHPBB3-14393
* [ticket/14462] Further speed improvementsMate Bartus2016-02-121-1/+0
| | | | | | | | - Cache the secondary container - Only initialize tasks/modules that are being used - Add timeout error message in the AJAX UI PHPBB3-14462
* [ticket/14312] Push migration error messages to the userMate Bartus2016-02-041-0/+1
| | | | PHPBB3-14312
* [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/14278] Check if user_id is set and fall back to ANONYMOUSMarc Alexander2015-11-091-1/+1
| | | | PHPBB3-14278
* [ticket/14039] Revamp updaterMate Bartus2015-10-172-0/+245
PHPBB3-14039