Qiang Xue
|
d2b864da84
|
prepare for 2.0.0-rc release.
|
2014-09-27 21:59:54 -04:00 |
|
Qiang Xue
|
97e37f7864
|
Fixed some issues in asset command.
|
2014-09-26 16:32:19 -04:00 |
|
Klimov Paul
|
684365e8c9
|
Fixed yii\console\controllers\CacheController does not check if cache component instance of 'yii\caching\Cache'
close #5055
|
2014-09-17 18:49:32 +02:00 |
|
Klimov Paul
|
db26e65c62
|
Fixed yii\console\controllers\MessageController handles category name containing dot incorrectly
|
2014-09-17 15:48:12 +03:00 |
|
Qiang Xue
|
00cfe93b20
|
Finished console Gii feature.
|
2014-09-14 14:25:11 -04:00 |
|
Qiang Xue
|
443779d693
|
Merge commit '81c3c48c53d5087be681fc5472a837bc4660ca12' into console-gii
Conflicts:
framework/console/controllers/HelpController.php
|
2014-09-14 14:22:43 -04:00 |
|
Qiang Xue
|
6a9b3c7774
|
Finished console Gii.
|
2014-09-14 14:15:16 -04:00 |
|
Qiang Xue
|
bfb9aa84f7
|
WIP
|
2014-09-14 11:29:26 -04:00 |
|
Alexander Makarov
|
4832760604
|
Removed unused "use" statements
|
2014-09-07 15:46:54 +04:00 |
|
Qiang Xue
|
e3ca5a8168
|
Reverted/fixed some incorrect changes.
|
2014-09-05 20:23:11 -04:00 |
|
Alexander Makarov
|
d471f0ba91
|
Fixes #4288: added a hint on how to specify console boolean values to the output of help
|
2014-09-06 00:52:23 +04:00 |
|
Qiang Xue
|
aeb8dd560a
|
Refactored console help system [skip ci]
|
2014-09-04 21:14:09 -04:00 |
|
Qiang Xue
|
fadfdf690a
|
Refactored help system. [skip ci]
|
2014-09-04 19:47:52 -04:00 |
|
Alexander Makarov
|
fbdf2ef461
|
Renamed HelpParser::getFull() to HelpParser::getDetail()
|
2014-09-04 20:20:15 +04:00 |
|
Alexander Makarov
|
d549aa39a7
|
Fixed method name
|
2014-09-04 20:19:01 +04:00 |
|
Alexander Makarov
|
9c9ce298c7
|
Merge pull request #4913 from yiisoft/console-help-refactoring
Console help refactoring
|
2014-09-04 20:09:07 +04:00 |
|
Alexander Makarov
|
da7af42371
|
Added information about --appconfig to output of help command, color option is now passed to controller whose help we're getting
|
2014-09-04 19:49:18 +04:00 |
|
Alexander Makarov
|
21440d7aed
|
Moved common help parsing code into HelpParser. Action methods now have default implementation.
|
2014-09-04 19:28:00 +04:00 |
|
Alexander Makarov
|
00ca1cb4b3
|
Fixes #4914
|
2014-09-04 03:27:13 +04:00 |
|
Alexander Makarov
|
d44f424858
|
Fixed getting controller description, refactored a bit more
|
2014-09-04 03:14:36 +04:00 |
|
Alexander Makarov
|
277d8cbaeb
|
Got rid of console inline action
|
2014-09-04 03:01:28 +04:00 |
|
Alexander Makarov
|
dbac35b1aa
|
Removed description and help code duplication
|
2014-09-04 02:38:15 +04:00 |
|
Alexander Makarov
|
d74e89a1ca
|
Extracted inline action object creation, implemented it in console controller in order to use console inline action instead of base one
|
2014-09-04 01:27:16 +04:00 |
|
Mark
|
ff80968387
|
cache controller adjustments and improvements
related to #4792, close #4874
|
2014-09-01 13:07:56 +02:00 |
|
Alexander Makarov
|
82fbc0ef2c
|
Fixes #4247
|
2014-08-26 02:32:25 +04:00 |
|
Ragazzo
|
d86691240c
|
fixed console guide and docs of FixtureController
|
2014-08-23 00:37:00 +04:00 |
|
Qiang Xue
|
5be6a841e3
|
Cleaned up doc. [skip ci]
|
2014-08-20 21:14:51 -04:00 |
|
Mark
|
033d66deac
|
changed format of applying command to all
|
2014-08-20 20:48:58 -04:00 |
|
Mark
|
461576dc85
|
added other syntax for and tests for fixture controller
|
2014-08-20 20:48:58 -04:00 |
|
Mark
|
d9cd1a859b
|
added append option to fixture controller
|
2014-08-20 20:48:58 -04:00 |
|
Carsten Brandt
|
c43b7ee8b5
|
console help WIP
|
2014-08-12 00:05:19 +02:00 |
|
Alexander Makarov
|
84af0ad1f7
|
Fixes #4592: Fixed yii help command was listing incorrect action names for methods like actionSayNO
|
2014-08-07 15:20:05 +04:00 |
|
maxlapko
|
62bffafeea
|
Update MessageController.php
Fixed order of checking config `format` property
|
2014-08-01 16:23:49 +04:00 |
|
Alexander Makarov
|
100ba6c3ab
|
Replaced substr_compare with strncmp where possible
|
2014-07-30 02:32:47 +04:00 |
|
Carsten Brandt
|
3a1e0f3a5c
|
property codestyle framework
|
2014-07-30 00:21:31 +02:00 |
|
Alexander Makarov
|
1c414caace
|
Improved checks where substr_compare is used, replaced more substr + comapre cases with substr_compare
|
2014-07-30 02:15:08 +04:00 |
|
Alexander Makarov
|
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 |
|
Alexander Makarov
|
0edd8bc65a
|
Fixed missing and incorrect phpdoc
|
2014-07-25 17:26:35 +04:00 |
|
Alexander Makarov
|
07f01bcf2b
|
Used substr_compare instead of substr when we don't care about result
|
2014-07-23 16:37:49 +04:00 |
|
Alexander Makarov
|
bc3200cef1
|
Fixes #4295: reworked message extraction for PO files
|
2014-07-17 19:33:37 +04:00 |
|
Carsten Brandt
|
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 |
|
Carsten Brandt
|
10dc407a3c
|
implemented markdown parsing for console command description
issue #746
|
2014-06-25 18:05:29 +02:00 |
|
Qiang Xue
|
607294a4f1
|
Fixes #2821: Console help command incorrectly lists non-console controllers as available commands
|
2014-06-24 10:50:43 -04:00 |
|
Alexander Makarov
|
0c14f47f9a
|
Fixes #3793: Changed inline autocomplete hints style to get more IDEs support
|
2014-06-20 17:40:00 +04:00 |
|
Klimov Paul
|
166465ec7a
|
MigrationInterface extracted
|
2014-06-17 18:00:22 +03:00 |
|
Klimov Paul
|
6cc1310aed
|
BaseMigrateController extracted
|
2014-06-17 17:49:21 +03:00 |
|
Klimov Paul
|
49f5d364a5
|
#3807: Wrong js/css path composition at AssetController::buildTarget() fixed
|
2014-06-13 12:40:40 +03:00 |
|
Alexander Makarov
|
d7a251bbec
|
Removed unused imports, added missing phpdoc
|
2014-05-30 11:55:17 +06:00 |
|
Mark
|
1414f9ab6b
|
limit condition changed
|
2014-05-28 18:06:11 +04:00 |
|
Mark
|
d229cb8206
|
limit applied to migration
|
2014-05-27 18:36:41 +04:00 |
|