aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/migrator.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/15664] Ajaxify ext actions in ACPJakub Senko2019-05-091-1/+1
| | | | PHPBB3-15664
* Merge branch '3.1.x' into 3.2.xMarc Alexander2016-08-311-0/+3
|\ | | | | | | | | Conflicts: phpBB/phpbb/db/migration/tool/module.php
| * Merge pull request #4377 from rxu/ticket/14703Marc Alexander2016-08-311-0/+3
| |\ | | | | | | | | | [ticket/14703] Fix parent module selection for custom extension modules
| | * [ticket/14703] Select the parent module id from the several foundrxu2016-07-231-0/+1
| | | | | | | | | | | | PHPBB3-14703
| | * [ticket/14703] Refine the parent module selection for custom extension modulesrxu2016-07-101-0/+2
| | | | | | | | | | | | PHPBB3-14703
* | | [ticket/14742] Display message if reverting schema is in progressOliver Schramm2016-08-111-0/+1
| | | | | | | | | | | | PHPBB3-14742
* | | Merge branch 'ticket/14742' into ticket/14742-32xOliver Schramm2016-08-111-0/+1
|\ \ \ | |/ /
| * | [ticket/14742] Pause after each schema changeOliver Schramm2016-08-111-0/+1
| |/ | | | | | | | | | | It is certainly better than running them all at once PHPBB3-14742
* | [ticket/14162] Add CLI command db:revertZoddo2015-09-201-0/+7
|/ | | | | | This command allow to revert a migration from the CLI PHPBB3-14162
* [ticket/11521] Add missing lang strings for migration exceptionsMatt Friedman2015-04-281-0/+7
| | | | PHPBB3-11521
* [ticket/13126] Improve the feedback when running the migrationsTristan Darricau2014-10-141-0/+4
| | | | PHPBB3-13126
* [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