Yii2 framework backup
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Vladimir Reznichenko 6da1ec6fb2
Fixes #13845: `mt_rand()` is not used instead of `rand()` in `yii\captcha\CaptchaAction` + minor code improvements
8 years ago
..
AssetController.php Fixed `yii\console\controllers\AssetController::adjustCssUrl()` breaks URL reference specification (`url(#id)`) 8 years ago
BaseMigrateController.php Added support for field `yii\console\controllers\BaseMigrateController::$migrationNamespaces` setup from CLI 8 years ago
CacheController.php Some phpdoc fixes from scrutinizer. 8 years ago
FixtureController.php Update FixtureController.php 8 years ago
HelpController.php Added ZSH completion, moved scripts to a separate directory 8 years ago
MessageController.php Fixes #13845: `mt_rand()` is not used instead of `rand()` in `yii\captcha\CaptchaAction` + minor code improvements 8 years ago
MigrateController.php Fixes #12735: Fixed `yii\console\controllers\MigrateController` creating multiple primary keys for field `bigPrimaryKey:unsigned` 8 years ago
ServeController.php Fixes #12055: Changed `boolean` to `bool` and `integer` to `int` in phpdoc 8 years ago