Commit Graph

484 Commits

Author SHA1 Message Date
lynicidn
96dae1cebc file will not loaded
https://github.com/yiisoft/yii2/tree/master/framework/test
2017-04-27 20:51:56 +03:00
Alexander Makarov
70cd75c84e Fixes #13226: yii cache command now warns about the fact that it's not able to flush APC cache from console 2017-04-26 03:19:49 +03:00
Vladimir Reznichenko
6da1ec6fb2 Fixes #13845: mt_rand() is not used instead of rand() in yii\captcha\CaptchaAction + minor code improvements 2017-03-24 13:50:13 +03:00
Sam
9459eaa277 Fixes #10372: Fixed console controller including complex typed arguments in help 2017-03-15 15:47:21 +03:00
Daniel Gómez Pan
73ddf2e65e Fixes #13670: Fixed alias option from console when it includes - or _ in option name 2017-02-28 16:39:03 +03:00
SilverFire - Dmitry Naumenko
1dc4618f3d Fixed MessageConstroller::saveMessagesToDb() to work on different DBMS correctly
Closes #13494
2017-02-21 23:37:17 +02:00
SilverFire - Dmitry Naumenko
e9a96ee834 Replced InvalidParamException with \yii\console\Exception in Request::resolve() 2017-02-21 08:24:15 +02:00
SilverFire - Dmitry Naumenko
86b08e29d2 Enhanced yii\console\Request::resolve() to prevent passing parameters, that begin from digits
Closes #8641
2017-02-20 23:17:40 +02:00
Bizley
59801958fe example corrected (#13555) 2017-02-10 23:33:15 +01:00
Bizley
1749c46c5d Fixes #11502: Fixed yii\console\controllers\MessageController to properly populate missing languages in case of extraction with "db" format 2017-02-02 02:50:34 +03:00
Carsten Brandt
c19b2f7dc8 release version 2.0.11 2017-02-01 17:46:29 +01:00
Klimov Paul
862a5dd6b7 Added support for field yii\console\controllers\BaseMigrateController::$migrationNamespaces setup from CLI 2017-01-16 16:48:44 +02:00
Klimov Paul
25a7ed60e7 Docs about namespaced migrations fixed 2017-01-10 14:22:50 +02:00
Carsten Brandt
7c98000391 Update Controller.php 2017-01-07 21:15:30 +01:00
Dmitry Naumenko
2853dcbad7 Update FixtureController.php 2017-01-02 10:13:43 +02:00
Sidney Lins (slinstj)
9173656b53 Improves error message for invalid namespace in FixtureController 2017-01-02 00:07:50 -02:00
Pavel Ivanov
8060300bf4 Small optimization of yii\console\Request::resolve() 2016-12-31 20:57:24 +03:00
Pavel Ivanov
4db3bcd64c Fixes #13277: Invalid parsing of -- in CLI 2016-12-31 16:31:07 +02:00
Klimov Paul
194577c55e Code style fix 2016-12-26 15:39:33 +02:00
Daniel Gómez Pan
b985ea3476 Fix #13108: Negative integer parameter causes "Unknown alias" error w… (#13220)
* Fix #13108: Negative integer parameter causes "Unknown alias" error when you execute command console

* Fix #13108: Fix small issues

* Update Request.php

change order
2016-12-17 21:30:36 +02:00
Carsten Brandt
7fead4f011 Merge pull request #12959 from yiisoft/bash-completion
Added bash completion file for ./yii commands
2016-12-03 01:25:06 +01:00
Carsten Brandt
187c44e43e implement suggestion for unknown command in console application
suggestion is based on two principles:

- first suggest commands the begin with the unknown name, to suggest
  commands after accidentally hitting enter
- second find similar commands by computing the levenshtein distance
  which is a measurement on how many changes need to be made to convert
  one string into another. This is perfect for finding typos.
2016-12-03 01:17:50 +01:00
Carsten Brandt
1d3495d84d Alternative implementation for Unknown command suggestions
alternative implementation for #12661, proof of concept, does not
include filtering by similarity yet.

issue #12659
2016-12-03 01:13:28 +01:00
SilverFire - Dmitry Naumenko
4454d05410 Added ZSH completion, moved scripts to a separate directory 2016-12-03 00:36:40 +01:00
Carsten Brandt
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
Klimov Paul
18b0dab360 Fixed yii\console\controllers\AssetController::adjustCssUrl() breaks URL reference specification (url(#id)) 2016-11-29 10:24:39 +02:00
Alexey Rogachev
e705519c5a Fixes #13071: Help option for commands was not working in modules 2016-11-27 16:14:08 +03:00
Klimov Paul
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
Robert Korulczyk
1a70f60332 Merge master into doc-fixes
Conflicts:
	framework/web/AssetManager.php
2016-11-13 15:35:18 +01:00
Robert Korulczyk
7a3a342127 Fix errors reported by apidoc extension. (#12986) 2016-11-13 14:51:21 +01:00
Robert Korulczyk
450eefaa50 Some phpdoc fixes from scrutinizer. 2016-11-12 22:11:30 +01:00
Robert Korulczyk
cf0952406d Cosmetic changes in console controller. 2016-11-12 21:35:19 +01:00
evgen
5c3cdd792b fix code style 2016-11-12 18:15:27 +03:00
evgen
3d3d69e3a8 returned back orderBy() 2016-11-12 18:06:02 +03:00
evgen
50062d0b9f some change 2016-11-12 15:30:46 +03:00
evgen
c7c8f09827 ksort and reverse to uksort 2016-11-12 11:10:57 +03:00
evgen
481932e238 add migration name to sort 2016-11-12 02:20:00 +03:00
Evgeny
59f7335b8f change getMigrationHistory 2016-11-12 00:58:20 +03:00
Alexander Zlakomanov
b48b1a0657 Fixes #12904: Fixed lowercase table name in migrations 2016-11-08 23:39:44 +03:00
Alexander Makarov
2d96da4e29 Merge branch 'master' of https://github.com/diezztsk/yii2 into diezztsk-master 2016-11-07 13:23:03 +03:00
diezztsk
e30e53843a Changelog update. Fixed phpDoc comment. 2016-11-07 10:35:20 +07:00
Robert Korulczyk
4aa935e69e Fixes #12055: Changed boolean to bool and integer to int in phpdoc 2016-11-07 02:51:39 +03:00
diezztsk
99f1d04421 Extract default help header to protected method. 2016-11-03 11:41:34 +07:00
MKiselev
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
Tobias Munk
02e0ac7034 Fixes #12807: Added console controller checks for yii\console\controllers\HelpController 2016-10-23 14:02:59 +03:00
Carsten Brandt
11fe407ad0 release version 2.0.10 2016-10-20 14:02:50 +02:00
Basil
e3a240af27 Added example from prompt method. (#12579)
* Added example from prompt method.

* Fixed wrong error message
2016-09-27 12:19:46 +02:00
Nikola Kovacs
19a896a299 Improve phpdoc and error in BaseMigrateController (#12573) [skip ci] 2016-09-20 22:44:00 +02:00
Klimov Paul
239cdcdf8a Regex fix 2016-09-16 11:58:41 +03:00