| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [ticket/14831] Rename migration and replace preg_replace() with simpler methods | Marc Alexander | 2016-10-25 | 1 | -2/+2 |
| | | | | | PHPBB3-14831 | ||||
| * | [ticket/14831] Add migration for deduplicating entries and fix typo | Marc Alexander | 2016-10-23 | 1 | -3/+3 |
| | | | | | PHPBB3-14831 | ||||
| * | [ticket/14831] Add method for getting valid migration name | Marc Alexander | 2016-10-23 | 1 | -26/+34 |
| | | | | | PHPBB3-14831 | ||||
| * | [ticket/14831] Fall back to possible migration names instead of adding prefix | Marc Alexander | 2016-10-23 | 1 | -3/+28 |
| | | | | | | | | | | | Instead of just adding the backslash as prefix if needed, this will take care of falling back to any possible migration with or without backslash no matter how the mgiration was saved in the database or called in the migrations file. This will result in a more robust migrator in regards to naming the migrations and previously run migrations. PHPBB3-14831 | ||||
| * | [ticket/14831] Make sure migrations always start with backslash | Marc Alexander | 2016-10-22 | 1 | -0/+3 |
| | | | | | | | | | The migration system expects every migration to start with a backslash. If depends on definitions do not supply that leading backslash, we should make sure it's added manually before calling the depends on migration. PHPBB3-14831 | ||||
| * | [ticket/14742] Reset migration_data_state before reverting | Oliver Schramm | 2016-08-20 | 1 | -1/+4 |
| | | | | | PHPBB3-14742 | ||||
| * | [ticket/14742] Pause after each update_data step too | Oliver Schramm | 2016-08-20 | 1 | -50/+34 |
| | | | | | | | | Rewriting process_data_step() to remove the now useless foreach() loop. PHPBB3-14742 | ||||
| * | [ticket/14742] Improve readability of the code | Oliver Schramm | 2016-08-20 | 1 | -0/+4 |
| | | | | | PHPBB3-14742 | ||||
| * | [ticket/14742] Fix comments in migrator | Oliver Schramm | 2016-08-20 | 1 | -1/+2 |
| | | | | | PHPBB3-14742 | ||||
| * | [ticket/14742] Enhance measured time for migrations | Oliver Schramm | 2016-08-12 | 1 | -5/+24 |
| | | | | | PHPBB3-14742 | ||||
| * | [ticket/14742] Improve verbosity of migrator output | Oliver Schramm | 2016-08-12 | 1 | -2/+6 |
| | | | | | PHPBB3-14742 | ||||
| * | [ticket/14742] Avoid loop while reverting schema | Oliver Schramm | 2016-08-11 | 1 | -2/+7 |
| | | | | | PHPBB3-14742 | ||||
| * | [ticket/14742] Make $last_run_migration protected | Oliver Schramm | 2016-08-11 | 1 | -1/+14 |
| | | | | | PHPBB3-14742 | ||||
| * | [ticket/14742] Fix schema update | Oliver Schramm | 2016-08-11 | 1 | -1/+11 |
| | | | | | | | First make it work, then avoid a loop PHPBB3-14742 | ||||
| * | [ticket/14742] Small fixes to migrator | Oliver Schramm | 2016-08-11 | 1 | -4/+2 |
| | | | | | PHPBB3-14742 | ||||
| * | [ticket/14742] Avoid loop while reverting data | Oliver Schramm | 2016-08-11 | 1 | -12/+11 |
| | | | | | | | This combines reverted updata_data and revert_data into a single array. PHPBB3-14742 | ||||
| * | [ticket/14742] Pause after each schema change | Oliver Schramm | 2016-08-11 | 1 | -2/+11 |
| | | | | | | | It is certainly better than running them all at once PHPBB3-14742 | ||||
| * | [ticket/13489] Disable the event dispatcher in the migrator | Tristan Darricau | 2015-01-14 | 1 | -6/+46 |
| | | | | | PHPBB3-13489 | ||||
| * | [ticket/13303] Speed up migration dependency calculation. | Cesar G | 2014-11-07 | 1 | -1/+9 |
| | | | | | PHPBB3-13303 | ||||
| * | [ticket/13126] Fix tests | Tristan Darricau | 2014-10-20 | 1 | -10/+10 |
| | | | | | PHPBB3-13126 | ||||
| * | [ticket/13126] Change messages verbosity levels | Tristan Darricau | 2014-10-20 | 1 | -5/+5 |
| | | | | | PHPBB3-13126 | ||||
| * | [ticket/13126] Improve the feedback when running the migrations | Tristan Darricau | 2014-10-14 | 1 | -0/+51 |
| | | | | | PHPBB3-13126 | ||||
| * | [ticket/13064] Revert "[ticket/13064] Validate the migrations provided to ..." | Joas Schilling | 2014-09-17 | 1 | -18/+1 |
| | | | | | | | This reverts commit 46a9fe93d797bf7d56fd9b1e204f3c0459270122. PHPBB3-13064 | ||||
| * | [ticket/13064] Validate the migrations provided to migrator::set_migrations() | Tristan Darricau | 2014-09-14 | 1 | -1/+18 |
| | | | | | PHPBB3-13064 | ||||
| * | [ticket/11909] Remove unused function load_migrations | n-aleha | 2014-08-26 | 1 | -54/+0 |
| | | | | | | | Remove unused function load_migrations from \phpbb\db\migrator PHPBB3-11909 | ||||
| * | [ticket/12870] Add doc block | Tristan Darricau | 2014-07-28 | 1 | -0/+4 |
| | | | | | PHPBB3-12870 | ||||
| * | [ticket/12870] Create the migrations table with a method in the migrator | Tristan Darricau | 2014-07-27 | 1 | -0/+20 |
| | | | | | PHPBB3-12870 | ||||
| * | [ticket/12446] Unnecessary db connect inphpbb_bootstrap_enabled_exts | Tristan Darricau | 2014-06-26 | 1 | -1/+1 |
| | | | | | PHPBB3-12446 | ||||
| * | [ticket/12715] Cleanup comments in \phpbb\db\* | Tristan Darricau | 2014-06-15 | 1 | -2/+6 |
| | | | | | PHPBB3-12715 | ||||
| * | [ticket/12508] Move \phpbb\extension\finder to \phpbb\finder | Joas Schilling | 2014-06-10 | 1 | -2/+2 |
| | | | | | PHPBB3-12508 | ||||
| * | [ticket/12594] Remove @package tags and update file headers | Yuriy Rusko | 2014-05-27 | 1 | -5/+7 |
| | | | | | PHPBB3-12594 | ||||
| * | [ticket/12432] Migrator should not revert custom functions | Nicofuma | 2014-04-26 | 1 | -4/+11 |
| | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-12432 PHPBB3-12432 | ||||
| * | Merge remote-tracking branch 'github-nickvergessen/ticket/12282' into ↵ | Nils Adermann | 2014-04-10 | 1 | -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 hinting | Joas Schilling | 2014-04-01 | 1 | -2/+2 |
| | | | | | | | | | PHPBB3-12282 | ||||
| * | | [ticket/12349] Update license header in several new files | Joas Schilling | 2014-04-03 | 1 | -1/+1 |
| |/ | | | | PHPBB3-12349 | ||||
| * | [ticket/11880] Move get_schema_steps function to a migrator helper class | Nathan Guse | 2014-02-05 | 1 | -67/+7 |
| | | | | | PHPBB3-11880 | ||||
| * | [ticket/11880] Break up schema changes in the migrator | Nathan Guse | 2014-02-03 | 1 | -21/+86 |
| | | | | | PHPBB3-11880 | ||||
| * | [ticket/12007] Default last_result to 0 instead of false | Dhruv | 2013-11-08 | 1 | -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 Fischer | 2013-10-30 | 1 | -8/+0 |
| | | | | | PHPBB3-11980 | ||||
| * | Merge remote-tracking branch 'EXreaction/ticket/11883' into develop | Dhruv | 2013-10-04 | 1 | -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" | Nathan | 2013-10-02 | 1 | -0/+5 |
| | | | | | | | | | PHPBB3-11883 | ||||
| * | | [ticket/11882] If dependency is incorrect/unfulfillable, throw an error | Nathan | 2013-10-02 | 1 | -0/+5 |
| |/ | | | | PHPBB3-11882 | ||||
| * | [ticket/11691] Change detection of effectively_installed() | Joas Schilling | 2013-09-26 | 1 | -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 comments | Nils Adermann | 2013-09-16 | 1 | -1/+1 |
| | | | | | PHPBB3-11700 | ||||
| * | [ticket/11700] Move all recent code to namespaces | Nils Adermann | 2013-09-16 | 1 | -19/+21 |
| | | | | | PHPBB3-11700 | ||||
| * | [ticket/11698] Moving all autoloadable files to phpbb/ | Nils Adermann | 2013-07-14 | 1 | -0/+746 |
| PHPBB3-11698 | |||||
