aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/console/command/db
Commit message (Expand)AuthorAgeFilesLines
* [ticket/14895] Fix issues in CLI classesMatt Friedman2016-12-083-25/+7
* [ticket/14895] Use SymfonyStyle in all CLIMatt Friedman2016-12-083-16/+31
* [ticket/14434] Refactored to check migrations when setting themMatt Friedman2016-01-282-7/+1
* [ticket/14434] Do not include non-migrations in CLI listMatt Friedman2016-01-271-0/+6
* [ticket/14039] Revamp updaterMate Bartus2015-10-173-5/+15
* [ticket/14162] Add CLI command db:listZoddo2015-09-201-0/+73
* [ticket/14162] Add CLI command db:revertZoddo2015-09-203-35/+141
* [ticket/13697] Moving filesystem related functions to filesystem serviceMateBartus2015-04-161-2/+6
* [ticket/13211] Move console migrator output handler back to console folderMarc Alexander2014-10-252-1/+70
* [ticket/13211] Also use log wrapper output handler for console migrationsMarc Alexander2014-10-251-2/+6
* [ticket/13211] Move console migrator output handler to db folderMarc Alexander2014-10-242-70/+1
* [ticket/13126] Add missing use statementTristan Darricau2014-10-221-0/+1
* [ticket/13126] Fix testsTristan Darricau2014-10-201-1/+0
* [ticket/13126] Change messages verbosity levelsTristan Darricau2014-10-201-1/+1
* [ticket/13126] Move migrator_output_handler to an interfaceTristan Darricau2014-10-201-7/+4
* [ticket/13126] Extends migrator_output_handler instead of using a closureTristan Darricau2014-10-162-23/+73
* [ticket/13126] Improve the feedback when running the migrationsTristan Darricau2014-10-141-32/+24
* [ticket/12368] Always clean the cache prior to run the migrationsTristan Darricau2014-10-051-0/+2
* [ticket/12963] Revert back to "migrations" folder name for extensionsJoas Schilling2014-09-181-8/+0
* [ticket/12963] Edit deprecation messageTristan Darricau2014-09-161-1/+1
* [ticket/12963] Load extensions migrations from /migrationTristan Darricau2014-09-101-0/+9
* Merge pull request #2780 from Nicofuma/ticket/12870Andreas Fischer2014-07-281-0/+2
|\
| * [ticket/12870] Create the migrations table with a method in the migratorTristan Darricau2014-07-271-25/+2
| * [ticket/12870] Create the migrations table in db:migrateTristan Darricau2014-07-261-1/+26
* | [ticket/12656] Use lang keys for CLI command descriptionsDhruv2014-07-231-1/+1
|/
* [ticket/12656] Pass user object into all console commands.Andreas Fischer2014-07-171-6/+2
* [ticket/12655] Don't require acp/common again in the commandsTristan Darricau2014-06-041-1/+1
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
* [ticket/12499] Incorrect call to phpbb\log\log::add() in db:migrateTristan Darricau2014-05-041-1/+1
* [ticket/12475] Tabs, spaces, ...Nils Adermann2014-05-021-2/+2
* [ticket/12475] Load extension migrations on cli updater tooNils Adermann2014-05-021-1/+2
* Merge pull request #2381 from Nicofuma/ticket/12475Andreas Fischer2014-05-021-1/+1
|\
| * [ticket/12475] Error in db:update console commandNicofuma2014-05-021-1/+1
* | [ticket/12474] Error messages should be displayed with <error> tagNicofuma2014-05-021-1/+1
|/
* [ticket/12473] Add console command for database migration.Andreas Fischer2014-05-021-0/+127