| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'remotes/Blitze/ticket/11383' into develop | Nathaniel Guse | 2013-03-09 | 1 | -0/+6 |
|\ |
|
| * | [ticket/11383] Correctly revert modules added/removed by migrator | OpenShift guest | 2013-03-03 | 1 | -0/+6 |
* | | Merge remote-tracking branch 'EXreaction/ticket/11386-3' into develop | David King | 2013-03-04 | 1 | -105/+81 |
|\ \ |
|
| * \ | Merge branch 'develop' of git://github.com/phpbb/phpbb3 into ticket/11386-3 | Nathaniel Guse | 2013-03-04 | 1 | -4/+4 |
| |\ \ |
|
| * | | | [ticket/11386] Fix missing ; | Nathaniel Guse | 2013-03-04 | 1 | -1/+1 |
| * | | | [ticket/11386] Send list of migrations instead of using load_migrations | Nathaniel Guse | 2013-03-03 | 1 | -106/+82 |
| | |/
| |/| |
|
* | | | Merge remote-tracking branch 'EXreaction/ticket/11393' into develop | David King | 2013-03-04 | 1 | -1/+8 |
|\ \ \
| |_|/
|/| | |
|
| * | | [ticket/11393] Give more information on database updater | Nathaniel Guse | 2013-03-03 | 1 | -1/+8 |
| |/ |
|
* | | [ticket/11396] Rename insert_migration to set_migration_state | Nathaniel Guse | 2013-03-03 | 1 | -4/+4 |
|/ |
|
* | [ticket/11386] Fix circular reference error & serialize error | Nathaniel Guse | 2013-03-02 | 1 | -2/+11 |
* | [ticket/11386] Forgot to get the migration classes | Nathaniel Guse | 2013-03-02 | 1 | -5/+11 |
* | [ticket/11386] Use finder to find migration files | Nathaniel Guse | 2013-03-02 | 1 | -39/+14 |
* | Merge remote-tracking branch 'EXreaction/ticket/11372' into develop | David King | 2013-02-28 | 1 | -13/+13 |
|\ |
|
| * | [ticket/11372] Migrator should only check if effectively installed if not | Nathaniel Guse | 2013-02-27 | 1 | -13/+13 |
* | | Merge remote-tracking branch 'EXreaction/ticket/11370' into develop | David King | 2013-02-28 | 1 | -22/+17 |
|\ \ |
|
| * | | [ticket/11370] Effectively installed migrations not inserted into table | Nathaniel Guse | 2013-02-26 | 1 | -22/+17 |
| |/ |
|
* | | [ticket/11369] Reverting migration throws error | Nathaniel Guse | 2013-02-26 | 1 | -1/+1 |
|/ |
|
* | [ticket/11367] Always freeresult | Nathan Guse | 2013-02-26 | 1 | -2/+2 |
* | [ticket/11367] Migrator throws error if migrations table does not exist | Nathaniel Guse | 2013-02-25 | 1 | -4/+12 |
* | [feature/migrations] Fix unfulfillable function | Nathaniel Guse | 2013-02-09 | 1 | -2/+2 |
* | [feature/migrations] Add language strings for migrations errors | Nathaniel Guse | 2013-02-09 | 1 | -7/+9 |
* | [ticket/9737] Fix a few minor things in migrations | Nathaniel Guse | 2013-01-22 | 1 | -3/+3 |
* | [feature/migrations] Make sure migration data not done before running data step | Nathan Guse | 2013-01-13 | 1 | -1/+1 |
* | [feature/migrations] Function to populate the migrations table (for install) | Nathan Guse | 2013-01-13 | 1 | -0/+36 |
* | [feature/migrations] Function effectively_installed() in migrations | Nathan Guse | 2013-01-13 | 1 | -3/+17 |
* | [feature/migrations] Make load_migrations recursive (optionally) | Nathan Guse | 2013-01-12 | 1 | -3/+14 |
* | [feature/migrations] Store depends on in the database (serialized) | Nathan Guse | 2013-01-10 | 1 | -33/+46 |
* | [feature/migrations] Revert method completed | Nathan Guse | 2013-01-10 | 1 | -33/+41 |
* | [feature/migrations] Creating revert method to attempt reverting a migration | Nathan Guse | 2013-01-09 | 1 | -0/+100 |
* | [feature/migrations] Reverse data functionality | Nathan Guse | 2013-01-09 | 1 | -11/+26 |
* | [feature/migrations] Make sure the path sent to load_migrations is a directory | Nathan Guse | 2013-01-09 | 1 | -0/+5 |
* | [feature/migrations] Fix if method (and create a test for it) | Nathan Guse | 2013-01-09 | 1 | -5/+15 |
* | [feature/migrations] Comments | Nathan Guse | 2013-01-09 | 1 | -6/+22 |
* | [feature/migrations] Store state properly and send past result to callable | Nathan Guse | 2013-01-09 | 1 | -14/+42 |
* | [feature/migrations] Fixing returns of callables and handling data state | Nathan Guse | 2013-01-09 | 1 | -38/+120 |
* | [feature/migrations] Migrations now somewhat works | Nathan Guse | 2013-01-09 | 1 | -33/+80 |
* | [feature/migrations] Update phpbb_db_migrator class for PHP 5.3.3 | David King | 2013-01-09 | 1 | -1/+1 |
* | [feature/migrations] Move migrator to service container | Nathan Guse | 2013-01-09 | 1 | -16/+19 |
* | [feature/migrations] Process migration steps and move to PHP5 code | Nils Adermann | 2013-01-09 | 1 | -19/+107 |
* | [feature/migrations] Remove references as it is now 3.1 code | Nathan Guse | 2013-01-09 | 1 | -7/+7 |
* | [feature/migrations] Change migration data processing to run step by step | Nils Adermann | 2013-01-09 | 1 | -1/+23 |
* | [feature/migrations] Standard vars for migrations and run sql with feedback | Nils Adermann | 2013-01-09 | 1 | -3/+14 |
* | [feature/migrations] Return schema changes in database update style array | Nils Adermann | 2013-01-09 | 1 | -1/+6 |
* | [feature/migrations] Store start and end time of migrations | Nils Adermann | 2013-01-09 | 1 | -0/+21 |
* | [feature/migrations] Basic migrations with schema and data changes | Nils Adermann | 2013-01-09 | 1 | -0/+227 |