349 Commits

Author SHA1 Message Date
862a5dd6b7 Added support for field yii\console\controllers\BaseMigrateController::$migrationNamespaces setup from CLI 2017-01-16 16:48:44 +02:00
25a7ed60e7 Docs about namespaced migrations fixed 2017-01-10 14:22:50 +02:00
2853dcbad7 Update FixtureController.php 2017-01-02 10:13:43 +02:00
9173656b53 Improves error message for invalid namespace in FixtureController 2017-01-02 00:07:50 -02:00
4454d05410 Added ZSH completion, moved scripts to a separate directory 2016-12-03 00:36:40 +01:00
05b17ebb65 Added bash completion file for ./yii commands
This allows to auto-complete commands available by the `./yii`
executable on the bash by expanding the first argument with the TAB key.
E.g. Typing `./yii [TAB]` will list all commands. `./yii mig[TAB]` will
auto-complete to `./yii migrate` and tab after that will list all
migration sub-commands(actions).

fixes #475
2016-12-03 00:36:40 +01:00
SG5
1141fc81a7 Fixes #12735: Fixed yii\console\controllers\MigrateController creating multiple primary keys for field bigPrimaryKey:unsigned 2016-12-02 01:03:24 +03:00
18b0dab360 Fixed yii\console\controllers\AssetController::adjustCssUrl() breaks URL reference specification (url(#id)) 2016-11-29 10:24:39 +02:00
1157657cab Fixed incorrect order of migrations history in case yii\console\controllers\MigrateController::$migrationNamespaces is in use 2016-11-14 14:24:53 +02:00
450eefaa50 Some phpdoc fixes from scrutinizer. 2016-11-12 22:11:30 +01:00
5c3cdd792b fix code style 2016-11-12 18:15:27 +03:00
3d3d69e3a8 returned back orderBy() 2016-11-12 18:06:02 +03:00
50062d0b9f some change 2016-11-12 15:30:46 +03:00
c7c8f09827 ksort and reverse to uksort 2016-11-12 11:10:57 +03:00
481932e238 add migration name to sort 2016-11-12 02:20:00 +03:00
59f7335b8f change getMigrationHistory 2016-11-12 00:58:20 +03:00
b48b1a0657 Fixes #12904: Fixed lowercase table name in migrations 2016-11-08 23:39:44 +03:00
2d96da4e29 Merge branch 'master' of https://github.com/diezztsk/yii2 into diezztsk-master 2016-11-07 13:23:03 +03:00
e30e53843a Changelog update. Fixed phpDoc comment. 2016-11-07 10:35:20 +07:00
4aa935e69e Fixes #12055: Changed boolean to bool and integer to int in phpdoc 2016-11-07 02:51:39 +03:00
99f1d04421 Extract default help header to protected method. 2016-11-03 11:41:34 +07:00
4f89265fff Fixes #12748: Migration generator now tries to fetch reference column name for foreignKey from schema if it's not set explicitly 2016-11-01 02:02:16 +03:00
02e0ac7034 Fixes #12807: Added console controller checks for yii\console\controllers\HelpController 2016-10-23 14:02:59 +03:00
11fe407ad0 release version 2.0.10 2016-10-20 14:02:50 +02:00
19a896a299 Improve phpdoc and error in BaseMigrateController (#12573) [skip ci] 2016-09-20 22:44:00 +02:00
239cdcdf8a Regex fix 2016-09-16 11:58:41 +03:00
0450b2002a Added missing @since 2016-09-13 11:26:50 +03:00
7acd3b6400 Fixed namespace path resolve on Windows at BaseMigrateController 2016-09-13 11:25:48 +03:00
8aa0e85a07 Add migration namespace support (#12511)
namespace support added to `BaseMigrateController`
2016-09-12 14:01:04 +03:00
8ec60e3d9b Merge branch '12423-migration-tool' of https://github.com/pana1990/yii2 into pana1990-12423-migration-tool 2016-09-11 21:17:43 +03:00
ae42d7b281 Fix #12423 Fix bug migration tool when creating fields with brackets in comment 2016-09-11 18:03:09 +02:00
db15c50557 Fixed yii\console\controllers\AssetController looses bundle override configuration, which makes it external one 2016-08-31 17:25:52 +03:00
c9fc60fe74 Fixed yii\console\controllers\AssetController looses custom options of 'target' bundles 2016-08-31 15:59:26 +03:00
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
496de65ee2 Fixes #12053: ./yii migrate/create was generating wrong code when using bigPrimaryKey 2016-08-05 01:09:55 +03:00
9b1b4fc5fa Added missing phpdoc 2016-07-30 00:02:51 +03:00
33a45b196c Additional optimization for #12048 2016-07-29 23:37:41 +03:00
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
6728d5d0e0 Fixes #11965: fixed docs for MessageController only and except 2016-07-15 21:46:14 +03:00
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
65232792b9 #10503: Added note about flusing APC and OpCache from CLI 2016-07-05 23:05:39 +03:00
5992eea571 Fixes #11808: _table and _column suffixes are now required when generating migration 2016-07-04 12:50:37 +03:00
9d327baa8b coding style fixes 2016-05-26 11:19:32 +02:00
731769241b release version 2.0.8 2016-04-28 16:50:20 +02:00
7615a39e4d Add note about purge DB (#11445) 2016-04-28 12:00:14 +02:00
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
9ea5d46140 added missing @since annotations 2016-04-28 01:05:31 +02:00
72eca59399 [ci skip] add note about create_xxx drop_xxx (#11435) 2016-04-27 16:44:26 +03:00