aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/console/command/db
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14895] Fix issues in CLI classesMatt Friedman2016-12-083-25/+7
| | | | PHPBB3-14895
* [ticket/14895] Use SymfonyStyle in all CLIMatt Friedman2016-12-083-16/+31
| | | | PHPBB3-14895
* [ticket/14434] Refactored to check migrations when setting themMatt Friedman2016-01-282-7/+1
| | | | PHPBB3-14434
* [ticket/14434] Do not include non-migrations in CLI listMatt Friedman2016-01-271-0/+6
| | | | PHPBB3-14434
* [ticket/14039] Revamp updaterMate Bartus2015-10-173-5/+15
| | | | PHPBB3-14039
* [ticket/14162] Add CLI command db:listZoddo2015-09-201-0/+73
| | | | | | | | | This command lists all installed and uninstalled migrations. Note: The class is named `list_command`, because `list` is a reserved word and can't be used as class name in PHP. PHPBB3-14162
* [ticket/14162] Add CLI command db:revertZoddo2015-09-203-35/+141
| | | | | | This command allow to revert a migration from the CLI PHPBB3-14162
* [ticket/13697] Moving filesystem related functions to filesystem serviceMateBartus2015-04-161-2/+6
| | | | | | | | | | | | | | | | * Moving filesystem service to \phpbb\filesystem namespace * Wraping Symfony's Filesystem component * Moving filesystem related functions from includes/functions.php into \phpbb\filesystem\filesystem Functions moved (and deprecated): - phpbb_chmod - phpbb_is_writable - phpbb_is_absolute - phpbb_own_realpath - phpbb_realpath * Adding interface for filesystem service PHPBB3-13697
* [ticket/13211] Move console migrator output handler back to console folderMarc Alexander2014-10-252-1/+70
| | | | PHPBB3-13211
* [ticket/13211] Also use log wrapper output handler for console migrationsMarc Alexander2014-10-251-2/+6
| | | | PHPBB3-13211
* [ticket/13211] Move console migrator output handler to db folderMarc Alexander2014-10-242-70/+1
| | | | PHPBB3-13211
* [ticket/13126] Add missing use statementTristan Darricau2014-10-221-0/+1
| | | | PHPBB3-13126
* [ticket/13126] Fix testsTristan Darricau2014-10-201-1/+0
| | | | PHPBB3-13126
* [ticket/13126] Change messages verbosity levelsTristan Darricau2014-10-201-1/+1
| | | | PHPBB3-13126
* [ticket/13126] Move migrator_output_handler to an interfaceTristan Darricau2014-10-201-7/+4
| | | | PHPBB3-13126
* [ticket/13126] Extends migrator_output_handler instead of using a closureTristan Darricau2014-10-162-23/+73
| | | | PHPBB3-13126
* [ticket/13126] Improve the feedback when running the migrationsTristan Darricau2014-10-141-32/+24
| | | | PHPBB3-13126
* [ticket/12368] Always clean the cache prior to run the migrationsTristan Darricau2014-10-051-0/+2
| | | | PHPBB3-12368
* [ticket/12963] Revert back to "migrations" folder name for extensionsJoas Schilling2014-09-181-8/+0
| | | | | | The issues that can be created with the name change are just too much PHPBB3-12963
* [ticket/12963] Edit deprecation messageTristan Darricau2014-09-161-1/+1
| | | | PHPBB3-12963
* [ticket/12963] Load extensions migrations from /migrationTristan Darricau2014-09-101-0/+9
| | | | PHPBB3-12963
* Merge pull request #2780 from Nicofuma/ticket/12870Andreas Fischer2014-07-281-0/+2
|\ | | | | | | | | | | | | | | | | | | [ticket/12870] phpbbcli.php db:migrate can not update from 3.0.12 to 3.1 * Nicofuma/ticket/12870: [ticket/12870] Add doc block [ticket/12870] Create the migrations table with a method in the migrator [ticket/12870] Add $config['version'] in phpbb_extension_manager_test [ticket/12870] Create the migrations table in db:migrate
| * [ticket/12870] Create the migrations table with a method in the migratorTristan Darricau2014-07-271-25/+2
| | | | | | | | PHPBB3-12870
| * [ticket/12870] Create the migrations table in db:migrateTristan Darricau2014-07-261-1/+26
| | | | | | | | PHPBB3-12870
* | [ticket/12656] Use lang keys for CLI command descriptionsDhruv2014-07-231-1/+1
|/ | | | PHPBB3-12656
* [ticket/12656] Pass user object into all console commands.Andreas Fischer2014-07-171-6/+2
| | | | PHPBB3-12656
* [ticket/12655] Don't require acp/common again in the commandsTristan Darricau2014-06-041-1/+1
| | | | PHPBB3-12655
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
| | | | PHPBB3-12594
* [ticket/12499] Incorrect call to phpbb\log\log::add() in db:migrateTristan Darricau2014-05-041-1/+1
| | | | | | https://tracker.phpbb.com/browse/PHPBB3-12499 PHPBB3-12499
* [ticket/12475] Tabs, spaces, ...Nils Adermann2014-05-021-2/+2
| | | | PHPBB3-12475
* [ticket/12475] Load extension migrations on cli updater tooNils Adermann2014-05-021-1/+2
| | | | PHPBB3-12475
* Merge pull request #2381 from Nicofuma/ticket/12475Andreas Fischer2014-05-021-1/+1
|\ | | | | | | | | | | | | [ticket/12475] Undefined variable $log in db:migrate console command * Nicofuma/ticket/12475: [ticket/12475] Error in db:update console command
| * [ticket/12475] Error in db:update console commandNicofuma2014-05-021-1/+1
| | | | | | | | PHPBB3-12475
* | [ticket/12474] Error messages should be displayed with <error> tagNicofuma2014-05-021-1/+1
|/ | | | PHPBB3-12474
* [ticket/12473] Add console command for database migration.Andreas Fischer2014-05-021-0/+127
PHPBB3-12473