229 Commits

Author SHA1 Message Date
ff80968387 cache controller adjustments and improvements
related to #4792, close #4874
2014-09-01 13:07:56 +02:00
82fbc0ef2c Fixes #4247 2014-08-26 02:32:25 +04:00
d86691240c fixed console guide and docs of FixtureController 2014-08-23 00:37:00 +04:00
5be6a841e3 Cleaned up doc. [skip ci] 2014-08-20 21:14:51 -04:00
033d66deac changed format of applying command to all 2014-08-20 20:48:58 -04:00
461576dc85 added other syntax for and tests for fixture controller 2014-08-20 20:48:58 -04:00
d9cd1a859b added append option to fixture controller 2014-08-20 20:48:58 -04:00
84af0ad1f7 Fixes #4592: Fixed yii help command was listing incorrect action names for methods like actionSayNO 2014-08-07 15:20:05 +04:00
62bffafeea Update MessageController.php
Fixed order of checking config `format` property
2014-08-01 16:23:49 +04:00
100ba6c3ab Replaced substr_compare with strncmp where possible 2014-07-30 02:32:47 +04:00
3a1e0f3a5c property codestyle framework 2014-07-30 00:21:31 +02:00
1c414caace Improved checks where substr_compare is used, replaced more substr + comapre cases with substr_compare 2014-07-30 02:15:08 +04:00
8f81e231da Fixes #4453: yii message/extract wasn't properly writing to po files in case of multiple categories 2014-07-26 02:46:58 +04:00
0edd8bc65a Fixed missing and incorrect phpdoc 2014-07-25 17:26:35 +04:00
07f01bcf2b Used substr_compare instead of substr when we don't care about result 2014-07-23 16:37:49 +04:00
bc3200cef1 Fixes #4295: reworked message extraction for PO files 2014-07-17 19:33:37 +04:00
33edfcff2e Use limit(null) instead of limit(-1)
in migration controller to be compatible to more backends

fixes #3947
2014-07-02 19:48:39 +02:00
10dc407a3c implemented markdown parsing for console command description
issue #746
2014-06-25 18:05:29 +02:00
607294a4f1 Fixes #2821: Console help command incorrectly lists non-console controllers as available commands 2014-06-24 10:50:43 -04:00
0c14f47f9a Fixes #3793: Changed inline autocomplete hints style to get more IDEs support 2014-06-20 17:40:00 +04:00
166465ec7a MigrationInterface extracted 2014-06-17 18:00:22 +03:00
6cc1310aed BaseMigrateController extracted 2014-06-17 17:49:21 +03:00
49f5d364a5 #3807: Wrong js/css path composition at AssetController::buildTarget() fixed 2014-06-13 12:40:40 +03:00
d7a251bbec Removed unused imports, added missing phpdoc 2014-05-30 11:55:17 +06:00
1414f9ab6b limit condition changed 2014-05-28 18:06:11 +04:00
d229cb8206 limit applied to migration 2014-05-27 18:36:41 +04:00
1aeb306d00 Fix incomplete obsolete filling in i18n db extractor
Obsolete keys searching isn't work when we have serveral categories for tranlation with DbMessageSource. Obsolete array filled with last message category only, because it'll always overwritten.
2014-05-26 15:33:37 +04:00
c11ca0873d Fixed asset controller tests 2014-05-25 04:11:41 +04:00
d84898a73d Fixes #2898: yii\console\controllers\AssetController is now using hashes instead of timestamps 2014-05-24 18:39:22 +04:00
1641e057a9 VarDumper::export() applied over framework. 2014-05-20 16:35:12 +03:00
50220cc93d Merge PR #3421 branch 'migrate-command-enhancement' of https://github.com/creocoder/yii2
* 'migrate-command-enhancement' of https://github.com/creocoder/yii2:
  MigrateController refactoring
  CHANGELOG fixed
  Comments updated
  CHANGELOG updated
  MigrateCommand enhancement. `all` option added for `down` action.

Conflicts:
	framework/CHANGELOG.md
2014-05-14 15:48:10 +02:00
f5b7788edd MigrateController refactoring 2014-05-14 13:22:04 +04:00
5c837c0575 fixed console errorHandler class 2014-05-12 19:11:40 +02:00
7511de6cab added errorInfo to exception views 2014-05-12 13:31:33 +02:00
a2aa20f183 simplified errorhandler registration. 2014-05-11 20:59:20 -04:00
697e909c30 Comments updated 2014-05-09 18:33:22 +04:00
5f2101893e MigrateCommand enhancement. all option added for down action. 2014-05-09 18:30:38 +04:00
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 2014-05-07 03:11:35 +04:00
c7b05f0c22 Fixed inconsistent return of \yii\console\Application::runAction() 2014-05-07 03:11:35 +04:00
ff3a20a785 Removed duplicate property 2014-05-06 21:02:35 +04:00
6099e85160 HHVM compatibility Fixes for Yii 2 Console Application 2014-05-06 01:18:37 -05:00
76d8e2b5b3 code style, fixes #3140 2014-04-17 13:24:16 +02:00
7f636fc525 yii\console\controllers\AssetController::actionTemplate() advanced to include jsCompressor and cssCompressor to the template. 2014-04-17 12:57:35 +03:00
72aba34210 yii\console\controllers\AssetController fixed to respect data URL resources 2014-04-17 12:11:34 +03:00
c1445871f4 Correction of many errors code inspection.
Adjustments code according to the standards.
Adding missing PHPDoc comment.
2014-04-16 19:29:07 -03:00
c6e1a2f02f Merge branch 'master' of github.com:yiisoft/yii2
* 'master' of github.com:yiisoft/yii2: (79 commits)
  Refactored app bootstrap logic.
  Update authorization.md
  Fixes #3052: Fixed the issue that cache dependency data is not reused when `reusable` is set true
  start debug logging only if debug runs when bootstrap.
  Update finnish translation
  Add ODBC support to yii\db\Connection
  updated error handler and requirement checker links.
  fixed broken API links [skip ci]
  added more doc [skip ci]
  update class map.
  Fixes #2034: Added `ContentNegotiator` to support response format and language negotiation
  renamed attributes to attributeNames in model
  updated phpdoc
  Removed `Application::preload` in favor of `Application::bootstrap`
  Update module-debug.md
  Update model.md
  Fixes
  Update basics.md
  typo fix [skip ci]
  Added `HtmlResponseFormatter` and `JsonResponseFormatter`
  ...
2014-04-10 22:22:36 +02:00
3c400dbca8 fixed file PHPdoc
issue #3026
2014-04-10 22:10:59 +02:00
3fdcf11f24 updated phpdoc 2014-04-09 18:51:45 +02:00
05afeb4831 Merge branch 'master' 2014-03-31 01:06:09 +04:00
ab799d8ea9 Fixes #2911: Removed tbl_ default for table prefix 2014-03-30 19:33:46 +04:00