aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/migrator.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-4/+6
| | | | PHPBB3-12594
* [ticket/11883] Report completed data step in migration as "Installing Data"Nathan2013-10-021-2/+3
| | | | PHPBB3-11883
* [ticket/11662] Typos: occured -> occurredAndreas Fischer2013-07-121-1/+1
| | | | PHPBB3-11662
* 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