Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/14895] Fix issues in CLI classes | Matt Friedman | 2016-12-08 | 3 | -25/+7 |
| | | | | PHPBB3-14895 | ||||
* | [ticket/14895] Use SymfonyStyle in all CLI | Matt Friedman | 2016-12-08 | 3 | -16/+31 |
| | | | | PHPBB3-14895 | ||||
* | [ticket/14434] Refactored to check migrations when setting them | Matt Friedman | 2016-01-28 | 2 | -7/+1 |
| | | | | PHPBB3-14434 | ||||
* | [ticket/14434] Do not include non-migrations in CLI list | Matt Friedman | 2016-01-27 | 1 | -0/+6 |
| | | | | PHPBB3-14434 | ||||
* | [ticket/14039] Revamp updater | Mate Bartus | 2015-10-17 | 3 | -5/+15 |
| | | | | PHPBB3-14039 | ||||
* | [ticket/14162] Add CLI command db:list | Zoddo | 2015-09-20 | 1 | -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:revert | Zoddo | 2015-09-20 | 3 | -35/+141 |
| | | | | | | This command allow to revert a migration from the CLI PHPBB3-14162 | ||||
* | [ticket/13697] Moving filesystem related functions to filesystem service | MateBartus | 2015-04-16 | 1 | -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 folder | Marc Alexander | 2014-10-25 | 2 | -1/+70 |
| | | | | PHPBB3-13211 | ||||
* | [ticket/13211] Also use log wrapper output handler for console migrations | Marc Alexander | 2014-10-25 | 1 | -2/+6 |
| | | | | PHPBB3-13211 | ||||
* | [ticket/13211] Move console migrator output handler to db folder | Marc Alexander | 2014-10-24 | 2 | -70/+1 |
| | | | | PHPBB3-13211 | ||||
* | [ticket/13126] Add missing use statement | Tristan Darricau | 2014-10-22 | 1 | -0/+1 |
| | | | | PHPBB3-13126 | ||||
* | [ticket/13126] Fix tests | Tristan Darricau | 2014-10-20 | 1 | -1/+0 |
| | | | | PHPBB3-13126 | ||||
* | [ticket/13126] Change messages verbosity levels | Tristan Darricau | 2014-10-20 | 1 | -1/+1 |
| | | | | PHPBB3-13126 | ||||
* | [ticket/13126] Move migrator_output_handler to an interface | Tristan Darricau | 2014-10-20 | 1 | -7/+4 |
| | | | | PHPBB3-13126 | ||||
* | [ticket/13126] Extends migrator_output_handler instead of using a closure | Tristan Darricau | 2014-10-16 | 2 | -23/+73 |
| | | | | PHPBB3-13126 | ||||
* | [ticket/13126] Improve the feedback when running the migrations | Tristan Darricau | 2014-10-14 | 1 | -32/+24 |
| | | | | PHPBB3-13126 | ||||
* | [ticket/12368] Always clean the cache prior to run the migrations | Tristan Darricau | 2014-10-05 | 1 | -0/+2 |
| | | | | PHPBB3-12368 | ||||
* | [ticket/12963] Revert back to "migrations" folder name for extensions | Joas Schilling | 2014-09-18 | 1 | -8/+0 |
| | | | | | | The issues that can be created with the name change are just too much PHPBB3-12963 | ||||
* | [ticket/12963] Edit deprecation message | Tristan Darricau | 2014-09-16 | 1 | -1/+1 |
| | | | | PHPBB3-12963 | ||||
* | [ticket/12963] Load extensions migrations from /migration | Tristan Darricau | 2014-09-10 | 1 | -0/+9 |
| | | | | PHPBB3-12963 | ||||
* | Merge pull request #2780 from Nicofuma/ticket/12870 | Andreas Fischer | 2014-07-28 | 1 | -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 migrator | Tristan Darricau | 2014-07-27 | 1 | -25/+2 |
| | | | | | | | | PHPBB3-12870 | ||||
| * | [ticket/12870] Create the migrations table in db:migrate | Tristan Darricau | 2014-07-26 | 1 | -1/+26 |
| | | | | | | | | PHPBB3-12870 | ||||
* | | [ticket/12656] Use lang keys for CLI command descriptions | Dhruv | 2014-07-23 | 1 | -1/+1 |
|/ | | | | PHPBB3-12656 | ||||
* | [ticket/12656] Pass user object into all console commands. | Andreas Fischer | 2014-07-17 | 1 | -6/+2 |
| | | | | PHPBB3-12656 | ||||
* | [ticket/12655] Don't require acp/common again in the commands | Tristan Darricau | 2014-06-04 | 1 | -1/+1 |
| | | | | PHPBB3-12655 | ||||
* | [ticket/12594] Remove @package tags and update file headers | Yuriy Rusko | 2014-05-27 | 1 | -3/+7 |
| | | | | PHPBB3-12594 | ||||
* | [ticket/12499] Incorrect call to phpbb\log\log::add() in db:migrate | Tristan Darricau | 2014-05-04 | 1 | -1/+1 |
| | | | | | | https://tracker.phpbb.com/browse/PHPBB3-12499 PHPBB3-12499 | ||||
* | [ticket/12475] Tabs, spaces, ... | Nils Adermann | 2014-05-02 | 1 | -2/+2 |
| | | | | PHPBB3-12475 | ||||
* | [ticket/12475] Load extension migrations on cli updater too | Nils Adermann | 2014-05-02 | 1 | -1/+2 |
| | | | | PHPBB3-12475 | ||||
* | Merge pull request #2381 from Nicofuma/ticket/12475 | Andreas Fischer | 2014-05-02 | 1 | -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 command | Nicofuma | 2014-05-02 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-12475 | ||||
* | | [ticket/12474] Error messages should be displayed with <error> tag | Nicofuma | 2014-05-02 | 1 | -1/+1 |
|/ | | | | PHPBB3-12474 | ||||
* | [ticket/12473] Add console command for database migration. | Andreas Fischer | 2014-05-02 | 1 | -0/+127 |
PHPBB3-12473 |