aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db/migrator.php
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ticket/14742' into ticket/14742-32xOliver Schramm2016-08-201-50/+46
|\
| * [ticket/14742] Reset migration_data_state before revertingOliver Schramm2016-08-201-1/+4
| * [ticket/14742] Pause after each update_data step tooOliver Schramm2016-08-201-50/+34
| * [ticket/14742] Improve readability of the codeOliver Schramm2016-08-201-0/+4
| * [ticket/14742] Fix comments in migratorOliver Schramm2016-08-201-1/+2
* | Merge branch 'ticket/14742' into ticket/14742-32xOliver Schramm2016-08-121-15/+58
|\ \ | |/
| * [ticket/14742] Enhance measured time for migrationsOliver Schramm2016-08-121-5/+24
| * [ticket/14742] Improve verbosity of migrator outputOliver Schramm2016-08-121-2/+6
* | [ticket/14742] Fix progress bar in database updaterOliver Schramm2016-08-111-0/+22
* | Merge branch 'ticket/14742' into ticket/14742-32xOliver Schramm2016-08-111-2/+28
|\ \ | |/
| * [ticket/14742] Avoid loop while reverting schemaOliver Schramm2016-08-111-2/+7
| * [ticket/14742] Make $last_run_migration protectedOliver Schramm2016-08-111-1/+14
| * [ticket/14742] Fix schema updateOliver Schramm2016-08-111-1/+11
* | [ticket/14742] Display message if reverting schema is in progressOliver Schramm2016-08-111-4/+8
* | Merge branch 'ticket/14742' into ticket/14742-32xOliver Schramm2016-08-111-18/+24
|\ \ | |/
| * [ticket/14742] Small fixes to migratorOliver Schramm2016-08-111-4/+2
| * [ticket/14742] Avoid loop while reverting dataOliver Schramm2016-08-111-12/+11
| * [ticket/14742] Pause after each schema changeOliver Schramm2016-08-111-2/+11
* | [ticket/14434] Refactored to check migrations when setting themMatt Friedman2016-01-281-3/+21
* | [ticket/14434] Remove redundant conditionalMatt Friedman2016-01-271-3/+3
* | [ticket/14434] Remove recursion to simplify is_migration methodMatt Friedman2016-01-271-21/+6
* | [ticket/14434] Extract migration check to a reusable methodMatt Friedman2016-01-271-3/+41
* | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-1/+1
* | [ticket/14039] Revamp updaterMate Bartus2015-10-171-1/+3
* | [ticket/14162] Add CLI command db:revertZoddo2015-09-201-0/+19
* | Merge branch 'develop-ascraeus' into developJoas Schilling2015-01-201-6/+46
|\ \ | |/
| * [ticket/13489] Disable the event dispatcher in the migratorTristan Darricau2015-01-141-6/+46
* | [ticket/13421] Move tools to subdirectoryJoas Schilling2014-12-061-2/+2
* | [ticket/13421] Always require the interface when possibleJoas Schilling2014-12-061-2/+2
|/
* [ticket/13303] Speed up migration dependency calculation.Cesar G2014-11-071-1/+9
* [ticket/13126] Fix testsTristan Darricau2014-10-201-10/+10
* [ticket/13126] Change messages verbosity levelsTristan Darricau2014-10-201-5/+5
* [ticket/13126] Improve the feedback when running the migrationsTristan Darricau2014-10-141-0/+51
* [ticket/13064] Revert "[ticket/13064] Validate the migrations provided to ..."Joas Schilling2014-09-171-18/+1
* [ticket/13064] Validate the migrations provided to migrator::set_migrations()Tristan Darricau2014-09-141-1/+18
* [ticket/11909] Remove unused function load_migrationsn-aleha2014-08-261-54/+0
* [ticket/12870] Add doc blockTristan Darricau2014-07-281-0/+4
* [ticket/12870] Create the migrations table with a method in the migratorTristan Darricau2014-07-271-0/+20
* [ticket/12446] Unnecessary db connect inphpbb_bootstrap_enabled_extsTristan Darricau2014-06-261-1/+1
* [ticket/12715] Cleanup comments in \phpbb\db\*Tristan Darricau2014-06-151-2/+6
* [ticket/12508] Move \phpbb\extension\finder to \phpbb\finderJoas Schilling2014-06-101-2/+2
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-5/+7
* [ticket/12432] Migrator should not revert custom functionsNicofuma2014-04-261-4/+11
* Merge remote-tracking branch 'github-nickvergessen/ticket/12282' into develop...Nils Adermann2014-04-101-2/+2
|\
| * [ticket/12282] Use interface for type hintingJoas Schilling2014-04-011-2/+2
* | [ticket/12349] Update license header in several new filesJoas Schilling2014-04-031-1/+1
|/
* [ticket/11880] Move get_schema_steps function to a migrator helper classNathan Guse2014-02-051-67/+7
* [ticket/11880] Break up schema changes in the migratorNathan Guse2014-02-031-21/+86
* [ticket/12007] Default last_result to 0 instead of falseDhruv2013-11-081-3/+3
* [task/code-sniffer] Remove the IN_PHPBB check side-effect from class files.Andreas Fischer2013-10-301-8/+0