This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors
/
yii2
Watch
2
Star
0
Fork
0
You've already forked yii2
mirror of
https://github.com/yiisoft/yii2.git
synced
2026-03-12 18:28:37 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
9f8ca6b3db1f23d795bc2128e172aaccebd74dfc
yii2
/
framework
/
console
/
controllers
History
Alexander Makarov
1713a99c79
Fixes
#7924
: Migrations in history are now ordered by time applied allowing to roll back in reverse order no matter how these were applied
2015-03-31 16:56:49 +03:00
..
AssetController.php
'Dividing asset bundles into group' docs added
2015-02-17 12:01:06 +02:00
BaseMigrateController.php
Fixes
#7269
:
yii\console\controllers\BaseMigrateController
now throws exception if directory specified doesn't exist and action isn't
create
2015-02-19 02:23:45 +03:00
CacheController.php
fixed indentation in Cache Controller
2015-01-18 14:09:26 +01:00
FixtureController.php
Enh:
yii fixture
command now offers help if no arguments are provided instead of crashing
2014-11-28 00:32:38 +03:00
HelpController.php
created Console::wrapText() to imrove console help output on small screens
2015-03-05 21:19:42 +01:00
MessageController.php
Fixes
#6895
: Added
ignoreCategories
config option for message command to ignore categories specified
2015-03-06 21:51:42 +03:00
MigrateController.php
Fixes
#7924
: Migrations in history are now ordered by time applied allowing to roll back in reverse order no matter how these were applied
2015-03-31 16:56:49 +03:00