Klimov Paul
db15c50557
Fixed yii\console\controllers\AssetController looses bundle override configuration, which makes it external one
2016-08-31 17:25:52 +03:00
Klimov Paul
c9fc60fe74
Fixed yii\console\controllers\AssetController looses custom options of 'target' bundles
2016-08-31 15:59:26 +03:00
Klimov Paul
56cc97ae42
Added yii\console\controllers\AssetController::deleteSource
2016-08-31 13:06:19 +03:00
AS
665a12b25c
Fix typo detaild -> detailed ( #12177 ) [skip ci]
2016-08-17 11:56:25 +03:00
Alexander Makarov
496de65ee2
Fixes #12053 : ./yii migrate/create was generating wrong code when using bigPrimaryKey
2016-08-05 01:09:55 +03:00
Daniel Gomez Pan
cffb3832d1
Fixes #12028 : Add -h|--help option to console command to display help information
2016-08-05 00:52:45 +03:00
Alexander Makarov
9b1b4fc5fa
Added missing phpdoc
2016-07-30 00:02:51 +03:00
Alexander Makarov
33a45b196c
Additional optimization for #12048
2016-07-29 23:37:41 +03:00
Alexander Makarov
0dbe589bf5
Fixes #12048 : Improved message extraction command performance
2016-07-29 23:35:09 +03:00
Егор Малыгин
a2123d8bb9
Fixed typo in BaseMigrateController.php ( #12033 )
2016-07-28 16:34:48 +03:00
Daniel Gómez Pan
83496853c8
Fixes #11461 : Fixed migration tool error when create migrate with comma in defaultValue
2016-07-28 01:15:55 +03:00
Alexander Makarov
6728d5d0e0
Fixes #11965 : fixed docs for MessageController only and except
2016-07-15 21:46:14 +03:00
Carsten Brandt
ee92cfa7ba
release version 2.0.9
2016-07-11 15:36:42 +02:00
Angel Guevara
8c240ed067
Fixes #11683 : Fixed fixture command to work with short syntax. yii fixture "*, -User" should be used instead of yii fixture "*" -User
2016-07-07 01:30:06 +03:00
Alexander Makarov
65232792b9
#10503 : Added note about flusing APC and OpCache from CLI
2016-07-05 23:05:39 +03:00
Robert Korulczyk
5992eea571
Fixes #11808 : _table and _column suffixes are now required when generating migration
2016-07-04 12:50:37 +03:00
Carsten Brandt
4e7f6f64d2
added errorHandler, Request and Response getter
...
to web and console application to ensure better ide completion.
methods in base class are required because they are called from base
class.
fixes #10947
2016-06-20 14:47:17 +02:00
Nikola Kovacs
9d327baa8b
coding style fixes
2016-05-26 11:19:32 +02:00
Carsten Brandt
731769241b
release version 2.0.8
2016-04-28 16:50:20 +02:00
Evgeniy Tkachenko
7615a39e4d
Add note about purge DB ( #11445 )
2016-04-28 12:00:14 +02:00
Carsten Brandt
4411a74ebd
proper fix for #9425 , adjust changes from #11363
...
includes tests and fix that works in all cases.
2016-04-28 01:29:07 +02:00
Carsten Brandt
9ea5d46140
added missing @since annotations
2016-04-28 01:05:31 +02:00
Evgeniy Tkachenko
72eca59399
[ci skip] add note about create_xxx drop_xxx ( #11435 )
2016-04-27 16:44:26 +03:00
Evgeniy Tkachenko
7c663debd5
[ci skip] phpDoc updated ( #11434 )
2016-04-27 16:43:40 +03:00
Andrii Vasyliev
b4995c3990
Fixed yii\console\Application::runAction to not to corrupt response exit code when action returns Response object
...
close #10235
2016-04-22 17:24:11 +02:00
Klimov Paul
de3c7d9d27
Fix MigrateController
2016-04-06 16:28:13 +03:00
Klimov Paul
6e96d881fd
Merge branch 'master' of github.com:yiisoft/yii2 into migrate-fields-refactoring
2016-04-06 16:03:05 +03:00
Angel Guevara
b923adf75c
Enh: Support for useTablePrefix parameter in migrate command
...
Fixes #11166 : migrate command new option `useTablePrefix`
2016-04-06 13:37:37 +03:00
Klimov Paul
a90ffecdb3
MigrateController refactored avoiding internal state changing
2016-04-06 13:37:03 +03:00
Paul Klimov
b72524d490
Fixes #11280 migrate autogenerate breaks MongoDB migration
...
Fixes #11280 : Descendants of `yii\console\controllers\BaseMigrateController`, like the one for MongoDB, unable to create new migration
2016-04-05 23:05:40 +03:00
Angel Guevara
49aec24ae1
Enh: Migrate command now supports foreign keys
...
Fixes #11207 : migrate command can create foreign keys
2016-04-05 01:02:52 +03:00
Alexander Makarov
60be6389bf
Fixes #11081
2016-03-10 21:31:03 +03:00
Daniel Gomez Pan
1989494faa
Console command aliases enhancements
2016-03-05 17:56:12 +03:00
Daniel Gomez Pan
9088d49990
fix name method
2016-03-04 14:13:18 +01:00
Dmitry Naumenko
857eee2451
Merge pull request #10870 from pana1990/10840-add-shorcuts-console
...
WIP #10840
2016-03-04 13:53:28 +02:00
Daniel Gomez Pan
4a5a80b1ce
WIP #10870 : improvement docs [skip ci]
2016-03-04 00:11:13 +01:00
Daniel Gomez Pan
1ce21cd927
WIP #10840 : rename key 'alias' to '_aliases'
2016-02-27 23:26:34 +01:00
Daniel Gomez Pan
5dcfb19112
remove unnecesary check
2016-02-27 02:45:10 +01:00
Daniel Gomez Pan
921b102961
Fixed #10969 : generator migration tool not works with decimal params in column
2016-02-26 03:34:03 +01:00
Carsten Brandt
191f2a4943
fixed phpdoc type names
2016-02-25 20:24:32 +01:00
Daniel Gomez Pan
705edfff5a
Add aliases for core commands
2016-02-25 16:28:19 +01:00
Daniel Gomez Pan
c8a8bfb093
WIP #10840 : add @since [skip ci]
2016-02-19 22:47:36 +01:00
Daniel Gomez Pan
ea14db4eca
WIP #10840 : rename 'key_exists' to 'array_key_exists'
2016-02-19 22:33:06 +01:00
Daniel Gomez Pan
6a5df64768
WIP #10840 : fix regexp
2016-02-19 16:26:53 +01:00
Daniel Gomez Pan
c6d7ba188d
WIP #10840 : refactor regexp
2016-02-18 12:48:37 +01:00
Daniel Gomez Pan
ab18f77fcc
WIP #10840 : fixes phpdocs [skip ci]
2016-02-18 00:24:45 +01:00
Daniel Gomez Pan
29b76e2e8c
WIP #10840 : add phpdocs [skip ci]
2016-02-17 18:05:19 +01:00
Daniel Gomez Pan
f6c2a4382d
WIP #10840 : fix naming var
2016-02-16 23:23:19 +01:00
Daniel Gomez Pan
26ff223855
WIP #10840 : add display shorcuts in help command
2016-02-16 22:56:29 +01:00
Daniel Gomez Pan
edfdb54430
WIP #10840 : rename shortCuts() to optionAliases()
2016-02-16 22:35:40 +01:00