aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db/migrator.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'develop-ascraeus' into developJoas Schilling2015-01-201-6/+46
|\ | | | | | | | | | | | | Conflicts: phpBB/phpbb/db/migration/data/v30x/release_3_0_5_rc1.php phpBB/phpbb/db/migration/profilefield_base_migration.php phpBB/phpbb/db/migrator.php
| * [ticket/13489] Disable the event dispatcher in the migratorTristan Darricau2015-01-141-6/+46
| | | | | | | | PHPBB3-13489
* | [ticket/13421] Move tools to subdirectoryJoas Schilling2014-12-061-2/+2
| | | | | | | | PHPBB3-13421
* | [ticket/13421] Always require the interface when possibleJoas Schilling2014-12-061-2/+2
|/ | | | PHPBB3-13421
* [ticket/13303] Speed up migration dependency calculation.Cesar G2014-11-071-1/+9
| | | | PHPBB3-13303
* [ticket/13126] Fix testsTristan Darricau2014-10-201-10/+10
| | | | PHPBB3-13126
* [ticket/13126] Change messages verbosity levelsTristan Darricau2014-10-201-5/+5
| | | | PHPBB3-13126
* [ticket/13126] Improve the feedback when running the migrationsTristan Darricau2014-10-141-0/+51
| | | | PHPBB3-13126
* [ticket/13064] Revert "[ticket/13064] Validate the migrations provided to ..."Joas Schilling2014-09-171-18/+1
| | | | | | This reverts commit 46a9fe93d797bf7d56fd9b1e204f3c0459270122. PHPBB3-13064
* [ticket/13064] Validate the migrations provided to migrator::set_migrations()Tristan Darricau2014-09-141-1/+18
| | | | PHPBB3-13064
* [ticket/11909] Remove unused function load_migrationsn-aleha2014-08-261-54/+0
| | | | | | Remove unused function load_migrations from \phpbb\db\migrator PHPBB3-11909
* [ticket/12870] Add doc blockTristan Darricau2014-07-281-0/+4
| | | | PHPBB3-12870
* [ticket/12870] Create the migrations table with a method in the migratorTristan Darricau2014-07-271-0/+20
| | | | PHPBB3-12870
* [ticket/12446] Unnecessary db connect inphpbb_bootstrap_enabled_extsTristan Darricau2014-06-261-1/+1
| | | | PHPBB3-12446
* [ticket/12715] Cleanup comments in \phpbb\db\*Tristan Darricau2014-06-151-2/+6
| | | | PHPBB3-12715
* [ticket/12508] Move \phpbb\extension\finder to \phpbb\finderJoas Schilling2014-06-101-2/+2
| | | | PHPBB3-12508
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-5/+7
| | | | PHPBB3-12594
* [ticket/12432] Migrator should not revert custom functionsNicofuma2014-04-261-4/+11
| | | | | | https://tracker.phpbb.com/browse/PHPBB3-12432 PHPBB3-12432
* Merge remote-tracking branch 'github-nickvergessen/ticket/12282' into ↵Nils Adermann2014-04-101-2/+2
|\ | | | | | | | | | | | | | | | | | | | | | | develop-ascraeus * github-nickvergessen/ticket/12282: [ticket/12282] Update new references [ticket/12282] Update container db mock [ticket/12282] Add new line at EOF of the interface [ticket/12282] Use interface for type hinting [ticket/12282] Use {@inheritDoc} for inherited methods [ticket/12282] Add Interface for DBAL drivers
| * [ticket/12282] Use interface for type hintingJoas Schilling2014-04-011-2/+2
| | | | | | | | PHPBB3-12282
* | [ticket/12349] Update license header in several new filesJoas Schilling2014-04-031-1/+1
|/ | | | PHPBB3-12349
* [ticket/11880] Move get_schema_steps function to a migrator helper classNathan Guse2014-02-051-67/+7
| | | | PHPBB3-11880
* [ticket/11880] Break up schema changes in the migratorNathan Guse2014-02-031-21/+86
| | | | PHPBB3-11880
* [ticket/12007] Default last_result to 0 instead of falseDhruv2013-11-081-3/+3
| | | | | | | PostgreSQL does not map null/false to 0 and thus this variable causes an error. PHPBB3-12007
* [task/code-sniffer] Remove the IN_PHPBB check side-effect from class files.Andreas Fischer2013-10-301-8/+0
| | | | PHPBB3-11980
* Merge remote-tracking branch 'EXreaction/ticket/11883' into developDhruv2013-10-041-0/+5
|\ | | | | | | | | | | | | | | # By Nathan (1) and Nathan Guse (1) # Via Nathan Guse * EXreaction/ticket/11883: [ticket/11883] Only output the migration time, not total [ticket/11883] Report completed data step in migration as "Installing Data"
| * [ticket/11883] Report completed data step in migration as "Installing Data"Nathan2013-10-021-0/+5
| | | | | | | | PHPBB3-11883
* | [ticket/11882] If dependency is incorrect/unfulfillable, throw an errorNathan2013-10-021-0/+5
|/ | | | PHPBB3-11882
* [ticket/11691] Change detection of effectively_installed()Joas Schilling2013-09-261-1/+3
| | | | | | | When start is set for a migration, it is not yet effectively installed. So we just continue doing it... PHPBB3-11691
* [ticket/11700] Fix a few more commentsNils Adermann2013-09-161-1/+1
| | | | PHPBB3-11700
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-19/+21
| | | | PHPBB3-11700
* [ticket/11698] Moving all autoloadable files to phpbb/Nils Adermann2013-07-141-0/+746
PHPBB3-11698