229 Commits (3af08064b8f49bb96ebd3873a6a5b8cdd8d68e50)

Author SHA1 Message Date
Mark ff80968387 cache controller adjustments and improvements 10 years ago
Alexander Makarov 82fbc0ef2c Fixes #4247 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 84af0ad1f7 Fixes #4592: Fixed `yii help` command was listing incorrect action names for methods like `actionSayNO` 10 years ago
maxlapko 62bffafeea Update MessageController.php 10 years ago
RichWeber 92cd13a913 pull origin 10 years ago
Alexander Makarov 100ba6c3ab Replaced substr_compare with strncmp where possible 10 years ago
Carsten Brandt 3a1e0f3a5c property codestyle framework 10 years ago
Alexander Makarov 1c414caace Improved checks where substr_compare is used, replaced more substr + comapre cases with substr_compare 10 years ago
Alexander Makarov 8f81e231da Fixes #4453: `yii message/extract` wasn't properly writing to po files in case of multiple categories 10 years ago
Alexander Makarov 0edd8bc65a Fixed missing and incorrect phpdoc 10 years ago
Alexander Makarov 07f01bcf2b Used substr_compare instead of substr when we don't care about result 10 years ago
Alexander Makarov bc3200cef1 Fixes #4295: reworked message extraction for PO files 10 years ago
Carsten Brandt 33edfcff2e Use `limit(null)` instead of `limit(-1)` 10 years ago
Carsten Brandt 10dc407a3c implemented markdown parsing for console command description 10 years ago
Qiang Xue 607294a4f1 Fixes #2821: Console help command incorrectly lists non-console controllers as available commands 10 years ago
Alexander Makarov 0c14f47f9a Fixes #3793: Changed inline autocomplete hints style to get more IDEs support 10 years ago
Klimov Paul 166465ec7a `MigrationInterface` extracted 10 years ago
Klimov Paul 6cc1310aed `BaseMigrateController` extracted 10 years ago
Klimov Paul 49f5d364a5 #3807: Wrong js/css path composition at `AssetController::buildTarget()` fixed 10 years ago
Alexander Makarov d7a251bbec Removed unused imports, added missing phpdoc 10 years ago
Mark 1414f9ab6b limit condition changed 10 years ago
Mark d229cb8206 limit applied to migration 10 years ago
Andrey Smirnov 1aeb306d00 Fix incomplete obsolete filling in i18n db extractor 10 years ago
Alexander Makarov c11ca0873d Fixed asset controller tests 10 years ago
Alexander Makarov d84898a73d Fixes #2898: `yii\console\controllers\AssetController` is now using hashes instead of timestamps 10 years ago
Klimov Paul 1641e057a9 `VarDumper::export()` applied over framework. 10 years ago
Alexander Kochetov f5b7788edd MigrateController refactoring 11 years ago
Carsten Brandt 5c837c0575 fixed console errorHandler class 11 years ago
Carsten Brandt 7511de6cab added errorInfo to exception views 11 years ago
Qiang Xue a2aa20f183 simplified errorhandler registration. 11 years ago
Alexander Kochetov 697e909c30 Comments updated 11 years ago
Alexander Kochetov 5f2101893e MigrateCommand enhancement. `all` option added for `down` action. 11 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
Alexander Makarov c7b05f0c22 Fixed inconsistent return of \yii\console\Application::runAction() 11 years ago
Alexander Makarov ff3a20a785 Removed duplicate property 11 years ago
Jurmarcus Allen 6099e85160 HHVM compatibility Fixes for Yii 2 Console Application 11 years ago
Carsten Brandt 76d8e2b5b3 code style, fixes #3140 11 years ago
Klimov Paul 7f636fc525 `yii\console\controllers\AssetController::actionTemplate()` advanced to include `jsCompressor` and `cssCompressor` to the template. 11 years ago
Klimov Paul 72aba34210 `yii\console\controllers\AssetController` fixed to respect data URL resources 11 years ago
Thiago Talma c1445871f4 Correction of many errors code inspection. 11 years ago
Carsten Brandt 3c400dbca8 fixed file PHPdoc 11 years ago
Carsten Brandt 3fdcf11f24 updated phpdoc 11 years ago
Alexander Makarov ab799d8ea9 Fixes #2911: Removed `tbl_` default for table prefix 11 years ago
Carsten Brandt a4b6fb263d handle Exceptions in application init() 11 years ago
Carsten Brandt 89f6a00147 created console errorHandler 11 years ago