aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/migrator.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'EXreaction/ticket/11394' into developDavid King2013-03-041-4/+0
|\ | | | | | | | | | | | | # By Nathaniel Guse # Via Nathaniel Guse * EXreaction/ticket/11394: [ticket/11394] Relax Migration Tools
| * [ticket/11394] Relax Migration ToolsNathaniel Guse2013-03-041-4/+0
| | | | | | | | | | | | | | Do not throw as many exceptions in the migration tools (when something unexpected occurs but can be safely ignored). PHPBB3-11394
* | [ticket/11393] Give more information on database updaterNathaniel Guse2013-03-031-0/+3
|/ | | | PHPBB3-11393
* [feature/migrations] Add explanatory language string for migration errorsNathaniel Guse2013-02-091-0/+1
| | | | | | | This should be used if an exception is thrown to inform the user of what occurred. PHPBB3-11351
* [feature/migrations] Add language strings for migrations errorsNathaniel Guse2013-02-091-0/+55
Unfulfillable returns string of the missing dependency name now if the migration is unfulfillable (this is significantly more helpful). PHPBB3-11351