aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/db/migration/tool/module.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11394] Relax Migration ToolsNathaniel Guse2013-03-041-3/+3
| | | | | | | Do not throw as many exceptions in the migration tools (when something unexpected occurs but can be safely ignored). PHPBB3-11394
* [ticket/11385] Fix issue with migration module tool not getting extension ↵OpenShift guest2013-03-021-1/+1
| | | | | | module info PHPBB3-11385
* [ticket/11363] Fix to make get_module_infos get from all extensionsNathaniel Guse2013-03-011-26/+26
| | | | | | Depends on 11381 PHPBB3-11363
* [ticket/11363] Fix a couple bugs and throw errors if the file not foundNathaniel Guse2013-02-271-0/+12
| | | | PHPBB3-11363
* [ticket/11363] Load module info files for extensions tooNathaniel Guse2013-02-271-34/+11
| | | | | | Use the acp_modules::get_module_infos function instead of our own include code PHPBB3-11363
* [feature/migrations] Add language strings for migrations errorsNathaniel Guse2013-02-091-3/+3
| | | | | | | Unfulfillable returns string of the missing dependency name now if the migration is unfulfillable (this is significantly more helpful). PHPBB3-11351
* [feature/migrations] Remove default values from necessary parametersNathaniel Guse2013-02-041-18/+26
| | | | | | Clean up some comments PHPBB3-9737
* [feature/migrations] Reverse data functionalityNathan Guse2013-01-091-0/+31
| | | | | | | | | If data step fails, attempt to roll back any previous calls from the migration that failed. Fix some failing tests PHPBB3-9737
* [feature/migrations] Store state properly and send past result to callableNathan Guse2013-01-091-2/+2
| | | | | | Fix return on module add PHPBB3-9737
* [feature/migrations] Fixing returns of callables and handling data stateNathan Guse2013-01-091-87/+90
| | | | | | Lots of comments and some other miscellaneous fixes. PHPBB3-9737
* [feature/migrations] Migrations now somewhat worksNathan Guse2013-01-091-0/+471
PHPBB3-9737