74 Commits (b9cbc56330c16f21c1fd8ea35a7017bb45b7ee49)

Author SHA1 Message Date
Robert Korulczyk 5a8c3d537b Enable `phpdoc_summary` rule in php-cs-fixer config (#14675) 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
Robert Korulczyk ba0ab403b5 Added php-cs-fixer coding standards validation to Travis CI (#14100) 7 years ago
SilverFire - Dmitry Naumenko f7c9e6b852
Enhanced FixtureController::getFixtureRelativeName() 7 years ago
Skiba Max 51dd58cf34
Fixed #13551: loading fixtures in subdirectories 7 years ago
lynicidn 96dae1cebc file will not loaded 8 years ago
Dmitry Naumenko 2853dcbad7 Update FixtureController.php 8 years ago
Sidney Lins (slinstj) 9173656b53 Improves error message for invalid namespace in FixtureController 8 years ago
Robert Korulczyk 4aa935e69e Fixes #12055: Changed `boolean` to `bool` and `integer` to `int` in phpdoc 8 years ago
Alexander Makarov 9b1b4fc5fa Added missing phpdoc 8 years ago
Angel Guevara 8c240ed067 Fixes #11683: Fixed fixture command to work with short syntax. `yii fixture "*, -User"` should be used instead of `yii fixture "*" -User` 8 years ago
Nikola Kovacs 9d327baa8b coding style fixes 8 years ago
Evgeniy Tkachenko 7615a39e4d Add note about purge DB (#11445) 9 years ago
Carsten Brandt 9ea5d46140 added missing `@since` annotations 9 years ago
Carsten Brandt 191f2a4943 fixed phpdoc type names 9 years ago
Daniel Gomez Pan 705edfff5a Add aliases for core commands 9 years ago
SilverFire - Dmitry Naumenko cd87d67f34 Global DOCS update: ~~~ replaced with ``` 9 years ago
Alexander Makarov 1b3770fd21 Use === instead of == where possible 9 years ago
Alexander Makarov 5ab4f0f090 Better quotes usage in strings 9 years ago
Carsten Brandt 6d9fe671de various code style and whitespace adjustments 9 years ago
Alexander Makarov 19af264530 Enh: `yii fixture` command now offers help if no arguments are provided instead of crashing 10 years ago
munawer 33b760eca2 [ci skip] Guide typos fixed 10 years ago
Qiang Xue 1ad7e5f77a Fixes #5508: Dropped the support for the `--append` option for the `fixture` command 10 years ago
Alexander Mohorev 899b778994 Correct type declarations 10 years ago
Carsten Brandt 2bfec326d5 Proper error message when fixture controller is called without input 10 years ago
Alexander Makarov 02622b6fe4 phpdoc fixes and additions 10 years ago
Qiang Xue d2b864da84 prepare for 2.0.0-rc release. 10 years ago
Alexander Makarov 00ca1cb4b3 Fixes #4914 10 years ago
Ragazzo d86691240c fixed console guide and docs of FixtureController 10 years ago
Qiang Xue 5be6a841e3 Cleaned up doc. [skip ci] 10 years ago
Mark 033d66deac changed format of applying command to all 10 years ago
Mark 461576dc85 added other syntax for and tests for fixture controller 10 years ago
Mark d9cd1a859b added append option to fixture controller 10 years ago
Alexander Makarov a86d2ad11e Added `yii\console\Controller::EXIT_CODE_NORMAL` and `yii\console\Controller::EXIT_CODE_ERROR` constants, `yii\console\MigrateController` now returns `yii\console\Controller::EXIT_CODE_ERROR` in case of failed migration 11 years ago
Carsten Brandt 76d8e2b5b3 code style, fixes #3140 11 years ago
Thiago Talma c1445871f4 Correction of many errors code inspection. 11 years ago
Carsten Brandt 67dd874e0c renamed console controller optoins param $id to $actionId 11 years ago
Carsten Brandt bf3c75147d reverted breaking PHPdoc codestyle changes 11 years ago
SonicGD b5f8a4dc22 Reformat code te be PSR-2 compatible 11 years ago
Christian Nadolle 706ab7f968 combine globalOptions() with local options into options($id) 11 years ago
Carsten Brandt 740a769477 improved HelpController with messages for each command 11 years ago
AlexGx 6d72c6a723 fix code style 11 years ago
AlexGx c047fbe0df fix code style `No space found after comma in function call` 11 years ago
AlexGx c5ed024109 fix phpFoc, added missing param 11 years ago
Mark 325c7a18c4 improved fixture command 11 years ago
Sorokin Victor a73953c05b Update FixtureController.php 11 years ago
Mark 663e898ba7 fixed docs, added checks 11 years ago
Mark cb8fc55a66 removed suffix, since it will be applied later in getFixturesConfig method. 11 years ago
Mark 14d303d479 added suffix 11 years ago