419 Commits (64142f0677a3197eed6fef3fa92fc99a3000389d)

Author SHA1 Message Date
Alexander Makarov 110199bcfd
Fix #17859: Fix loading fixtures under Windows 5 years ago
Alexander Makarov 67ff6f814b
Fix #17771: migrate/fresh was not returning exit code 5 years ago
Dmitry V. Alekseev 6e2b1782e5
Fix #16855: Ignore console commands that have no actions 5 years ago
Bizley e50a07c30c Fix #17437: Fixed generating namespaced migrations 5 years ago
Alexander Kartavenko 2b9374558b Fix #17395: Fixed issues with actions that contain underscores in their names 5 years ago
Alexander Makarov d23537fa26
Fix type annotations 5 years ago
Alexander Kartavenko 757bc42645 Fixes #17325: Fixed "Cannot drop view" for MySQL while `migrate/fresh` 5 years ago
Alexander Kartavenko 0fcd495583 Fixes #16394: Fixed issues in `migrate/create` when specifying default values with colons and adding multiple columns 5 years ago
Alexander Kartavenko c5397f8784 Closes #16411. Fix windows tests (#17380) 5 years ago
Nikolay Poryadin 5b5150ae62 Fixes #17133: Fixed aliases rendering during help generation for a console command 6 years ago
Ricardo Pérez e6513a2c9e Fixes #17124: Fixed ErrorException when run `./yii fixture/unload` without arguments 6 years ago
Pavel Ivanov 905cfd9725 Fixes #17098: Fixed message/extract when using message params returned from method calls 6 years ago
Albert Borsos ec1809bed2 Fix to do not delete used message files with nested category names (#17021) 6 years ago
Nikolay 1a34f61e56 Fixes #16941: Set `yii\console\controllers\MigrateController::useTablePrefix` to true as default value 6 years ago
Ruitang Du 5250197d3b Fixed typo in MessageController docs [skip ci] (#16982) 6 years ago
Andrew c162bd7ae7 Fixes #16910: Fix messages sorting on extract 6 years ago
Dmitry V. Alexeev b5be47321b Fixes #16469: Allow cache to be specified as interface and to be configured in DI container 6 years ago
Groonya db1d730695 Fixes #16822: Create config dir recursively in message/config 6 years ago
Groonya 8150cd1ed4 Fixes #16580: Delete unused php message files in MessageController if `$removeUnused` option is on 6 years ago
cuileon 489dd119a5 merge from yiisoft/yii2 6 years ago
ErickSkrauch 5208ef761e Fixes #16828: `yii\console\controllers\MessageController::translator` recognized object' methods and functions calls as identical sets of tokens 6 years ago
Elvira Sheina e55b3e0ba1 Fixes #16278: Fixed drop existing views when console `migrate/fresh` command runs 6 years ago
Alexander Makarov e4b559d720
Fixes #16217: Fixed `yii\console\controllers\HelpController` to work well in Windows environment 6 years ago
Vladimir Reznichenko 1a74b3d4f8 [minor] SCA with Php Inspections (EA Ultimate) (#15871) 7 years ago
Vladimir Reznichenko f9b03dfd42 SCA with Php Inspections (EA Ultimate) 7 years ago
Viktor Khokhryakov 2c68336754 Fix #15724: MigrateController::optionAliases() have 2 same keys 7 years ago
Klimov Paul 65f6b59b35 `@inheritdoc` notation changed 7 years ago
Elvira Sheina b953a184e3 Fixes #13919: Added option to add comment for created table to migration console command 7 years ago
Vladimir Reznichenko 185209957e Fixes #15270: Resolved potential race conditions when writing generated php-files 7 years ago
IceJOKER 8897ea7270 Fixes #15249: Controllers in subdirectories were not visible in commands list 7 years ago
Brandon Kelly 0948109a19 Fixes #15221: Console improvements 7 years ago
Alexander Makarov 2d672b6722
release version 2.0.13 7 years ago
Carsten Brandt e311001ef5 #14543: Adjusted implementation of migration name length limit 7 years ago
Dmitry Dorogin 614fb52c45 Fixes #14543: Throw exception when trying to create migration longer than 255 symbols 7 years ago
Hisateru Tanaka 43ea93315f Fixes #14929: Additional semicolon should avoid an affection of trailing line comment when asset/compress 7 years ago
Hisateru Tanaka 6e8cc4c151 Fixes #14929: Ensure trailing `;` on combining files with `asset` command to fix compiler failures 7 years ago
Alexander Makarov 6bde69aa96 Fixes #14016: Fixed empty messages marked as unused in PHP and PO sources when extracted with message command when `markUnused` is `false` 7 years ago
Alexander Makarov a1ddd8b907 Fixes #14129: Fixed console help to properly work with tricky camelcased controller names 7 years ago
Vitaly ab8c54f12a Fixes #14864: Ability to use dependencies in constructor of migrations 7 years ago
Carsten Brandt 97923ac783
ensure backwards compatibiliy with migration without $compact 7 years ago
Kolyunya f866edcfba
Fix console cache controller 7 years ago
Francis Lavoie 9588c8f5a4 Fixes #13853: Added `yii\db\Migration::$compact` as well as `yii\console\controllers\BaseMigrateController::$compact` to allow making the migration console output more compact 7 years ago
Klimov Paul 264831cf21 `BaseMigrateController::refreshDatabase()` renamed to `truncateDatabase()` 7 years ago
Robert Korulczyk 5a8c3d537b Enable `phpdoc_summary` rule in php-cs-fixer config (#14675) 7 years ago
Robert Korulczyk 1501c659ac Add empty lines before return statements. (#14682) [skip ci] 7 years ago
Herbert Maschke 58792cdac5 Fixes #14664: Add migrate/fresh command to truncate database and apply migrations again 7 years ago
Michaël Arnauts e472b4e29c Fixes #14525: Fixed 2.0.12 regression of loading of global fixtures trough `yii fixture/load` 7 years ago
Carsten Brandt 2f9f15bf92 Fixes #14188: Add constants and function for sysexits(3) to `ConsoleHelper` 7 years ago
Carsten Brandt 0070b97837 allow migrate/mark to mark the history base (#14428) 7 years ago
Robert Korulczyk d2781cd232 Added configuration for headers in PHP files generated by `message/extract` command (#14417) 7 years ago