aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/db/migration
Commit message (Expand)AuthorAgeFilesLines
* Changing effectively_installed function to check if the config var is set.Tabitha Backoff2013-03-311-1/+1
* Migration file and change board_home_text to board_index_textTabitha Backoff2013-03-282-2/+23
* Ticket# 11477 - Allow customisation of "Board index"Tabitha Backoff2013-03-281-0/+2
* [ticket/10202] Add migration file for config_db_text.Andreas Fischer2013-03-051-0/+45
* [ticket/11398] Correctly call permission_set method in permission toolMarc Alexander2013-03-051-1/+1
* Merge remote-tracking branch 'EXreaction/ticket/11394' into developDavid King2013-03-043-8/+8
|\
| * [ticket/11394] Relax Migration ToolsNathaniel Guse2013-03-043-8/+8
* | Merge remote-tracking branch 'remotes/marc/feature/avatars' into developNathaniel Guse2013-03-041-0/+67
|\ \
| * | [feature/avatars] Update module_auth of ucp module and fix small issuesMarc Alexander2013-03-041-9/+12
| * | [feature/avatars] Add migrations data file for avatarsMarc Alexander2013-03-041-0/+64
| |/
* | Merge remote-tracking branch 'remotes/nickv/ticket/10411-2' into developNathaniel Guse2013-03-041-0/+104
|\ \ | |/ |/|
| * [ticket/10411] Fix call to function on non-object $db->...()Joas Schilling2013-03-011-2/+2
| * [ticket/10411] Add migrations file for teampage tableJoas Schilling2013-02-271-0/+104
* | [ticket/11385] Fix issue with migration module tool not getting extension mod...OpenShift guest2013-03-021-1/+1
* | [ticket/11363] Fix to make get_module_infos get from all extensionsNathaniel Guse2013-03-011-26/+26
* | [ticket/11103] Fix effectively installed checkNathan Guse2013-02-281-1/+1
* | Merge branch 'develop' of github.com:phpbb/phpbb3 into ticket/11103Nathan Guse2013-02-281-28/+17
|\ \
| * | [ticket/11363] Fix a couple bugs and throw errors if the file not foundNathaniel Guse2013-02-271-0/+12
| * | [ticket/11363] Load module info files for extensions tooNathaniel Guse2013-02-271-34/+11
| |/
* | [ticket/11103] Notifications Migration fileNathaniel Guse2013-02-261-0/+160
|/
* [feature/migrations] Fully revert the removal of the user_msnm fieldNathaniel Guse2013-02-231-1/+0
* Merge branch 'develop' of git://github.com/phpbb/phpbb3 into feature/migratio...Nathaniel Guse2013-02-235-50/+31
|\
| * [feature/migrations] getLocalisedMessage function for migration exceptionNathan Guse2013-02-151-0/+14
| * [feature/migrations] getParameters function for migration exceptionNathaniel Guse2013-02-091-0/+10
| * [feature/migrations] Add language strings for migrations errorsNathaniel Guse2013-02-093-7/+7
* | [feature/migrations] Remove user_msnm migrationNathan Guse2013-02-062-0/+44
* | [feature/migrations] Correct depends_onNathan Guse2013-02-065-4/+8
* | [feature/migrations] Subdirectories for migration dataNathan Guse2013-02-0643-88/+88
* | [feature/migrations] Reports table schema changes in recent developNathan Guse2013-02-062-0/+43
* | [feature/migrations] effectively installed check for migration dataNathan Guse2013-02-0643-138/+210
* | [feature/migrations] Comments for the return in the custom functionsNathan Guse2013-02-062-0/+2
* | [feature/migrations] Fix migrations installer, schema for schema_data.sqlNathan Guse2013-02-061-17/+26
* | [feature/migrations] Make depends_on static to call it without dependenciesNathan Guse2013-02-0643-121/+245
* | [feature/migrations] Revert schema for migration dataNathan Guse2013-02-0641-168/+314
* | [feature/migrations] Rebuilding migrations data on developNathan Guse2013-02-0641-0/+2914
|/
* [feature/migrations] Remove default values from necessary parametersNathaniel Guse2013-02-043-50/+61
* [ticket/9737] Fix some commentsNathaniel Guse2013-01-231-2/+2
* [ticket/9737] Fix a few minor things in migrationsNathaniel Guse2013-01-221-1/+6
* [feature/migrations] Function effectively_installed() in migrationsNathan Guse2013-01-131-0/+15
* [feature/migrations] Make depends_on static to call it without dependenciesNathan Guse2013-01-101-1/+1
* [feature/migrations] Creating revert method to attempt reverting a migrationNathan Guse2013-01-091-0/+23
* [feature/migrations] Reverse data functionalityNathan Guse2013-01-094-0/+138
* [feature/migrations] CommentsNathan Guse2013-01-091-6/+6
* [feature/migrations] Store state properly and send past result to callableNathan Guse2013-01-091-2/+2
* [feature/migrations] Fixing returns of callables and handling data stateNathan Guse2013-01-096-165/+208
* [feature/migrations] Remove migration data (separate PR)Nathan Guse2013-01-0941-2887/+0
* [feature/migrations] Migrations now somewhat worksNathan Guse2013-01-0922-3210/+628
* [feature/migrations] Move migrator to service containerNathan Guse2013-01-0944-72/+837
* [feature/migrations] Remove references as it is now 3.1 codeNathan Guse2013-01-0941-134/+4206
* [feature/migrations] Rename classes, depends onNathan Guse2013-01-0948-347/+347