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
Andrey Smirnov
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
Alexander Makarov
c11ca0873d
Fixed asset controller tests
2014-05-25 04:11:41 +04:00
Alexander Makarov
d84898a73d
Fixes #2898 : yii\console\controllers\AssetController is now using hashes instead of timestamps
2014-05-24 18:39:22 +04:00
Klimov Paul
1641e057a9
VarDumper::export() applied over framework.
2014-05-20 16:35:12 +03:00
Alexander Kochetov
f5b7788edd
MigrateController refactoring
2014-05-14 13:22:04 +04:00
Alexander Kochetov
697e909c30
Comments updated
2014-05-09 18:33:22 +04:00
Alexander Kochetov
5f2101893e
MigrateCommand enhancement. all option added for down action.
2014-05-09 18:30:38 +04:00
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
2014-05-07 03:11:35 +04:00
Alexander Makarov
ff3a20a785
Removed duplicate property
2014-05-06 21:02:35 +04:00
Carsten Brandt
76d8e2b5b3
code style, fixes #3140
2014-04-17 13:24:16 +02:00
Klimov Paul
7f636fc525
yii\console\controllers\AssetController::actionTemplate() advanced to include jsCompressor and cssCompressor to the template.
2014-04-17 12:57:35 +03:00
Klimov Paul
72aba34210
yii\console\controllers\AssetController fixed to respect data URL resources
2014-04-17 12:11:34 +03:00
Thiago Talma
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
Carsten Brandt
3c400dbca8
fixed file PHPdoc
...
issue #3026
2014-04-10 22:10:59 +02:00
Alexander Makarov
ab799d8ea9
Fixes #2911 : Removed tbl_ default for table prefix
2014-03-30 19:33:46 +04:00
Carsten Brandt
67dd874e0c
renamed console controller optoins param $id to $actionId
2014-03-26 17:51:52 +01:00
Carsten Brandt
bf3c75147d
reverted breaking PHPdoc codestyle changes
...
issue #2852
2014-03-23 20:51:09 +01:00
Qiang Xue
8e11ad0360
refactored code to use Instance::ensure()
2014-03-18 12:31:27 -04:00
Qiang Xue
72c99663ff
Refactored container.
2014-03-18 11:49:52 -04:00
Qiang Xue
8c2e39235f
Turn module and application into DI containers.
2014-03-17 23:57:01 -04:00
SonicGD
b5f8a4dc22
Reformat code te be PSR-2 compatible
2014-03-16 10:46:21 +06:00
Christian Nadolle
0051a1ece4
sort options by action in Migration controller
2014-03-09 22:47:05 +01:00
Christian Nadolle
706ab7f968
combine globalOptions() with local options into options($id)
...
adjust existing Console Controllers and docs
2014-03-09 22:45:04 +01:00
Christian Nadolle
b0d7559a8d
console/Controller show help for local options
2014-03-09 00:43:12 +01:00
Carsten Brandt
f7148c2d80
callback -> callable
...
this term is resolveable by the php docs when linking types in apidoc
2014-03-08 21:04:47 +01:00
Carsten Brandt
740a769477
improved HelpController with messages for each command
2014-03-06 22:43:57 +01:00
Alexander Makarov
51d6db7d80
Merge pull request #2607 from mitalcoi/db_message_source
...
enchansment of db message source
2014-03-04 20:08:40 +03:00
Sorokin Victor
1a14ed2127
Update MessageController.php
2014-03-04 12:40:13 +02:00
Sorokin Victor
4d4a3f0804
Update MessageController.php
2014-03-04 12:36:54 +02:00
AlexGx
6d72c6a723
fix code style
2014-03-04 06:27:22 +02:00
AlexGx
eaaa5b1bb5
fix code style
2014-03-04 06:12:30 +02:00