Yii2 Admin Change Log ¶
1.0.0-rc under development ¶
- Chg #10:
cache is not used anymore (mdmunir).
- Chg #11: Only use required style sheet (mdmunir).
- Bug #12: Allow another module name (mdmunir).
- Chg: Using
VarDumper::export to save data of mdm\models\AuthItem (mdmunir).
- Chg: Allow using another
yii\rbac\Rule instance (mdmunir).
- Add: Custom side menu via
mdm\admin\Module::items (mdmunir).
- Add: Added menu manager (mdmunir).
- Add: Migration for table menu (mdmunir).
- Chg: Remove prefix
menu_ from column name of table menu (mdmunir).
- Chg: Added column
data to table menu (mdmunir).
- Chg: Can customize return of
mdm\admin\components\AccessHelper::getAssignedMenu() with provide a callback to method (mdmunir).
- Add: Added Menu order (mdmunir).
- Chg: Add require "yiisoft/yii2-jui" to composer.json (mdmunir, hashie5).
- Bug: #19: Added table prefix to table
menu for some query (mdmunir, liu0472).
- Chg: #21: Force set allow
null to column parent in database migration (mdmunir).
- Bug: #24: change
$cache === null to isset($cache) (mdmunir).
- Chg: Remove
mdm\admin\components\BizRule (mdmunir).
- Chg: Change convert string to
yii\rbac\Item::$data with Json::decode() (mdmunir).
- Chg: Add extra param to route (mdmunir).
- Chg: Add ability to get sparated menu. See Using Menu (mdmunir).
- Chg: Refactor layout (mdmunir).
- Chg: Change
AccessHelper to MenuHelper (mdmunir).
- Add: Add
db and cache configuration (mdmunir).
- Chg: Change migration path name (mdmunir).
- Chg:
db and cache configuration via $app->params['mdm.admin.configs'] (mdmunir).
- Chg: #29: Change
yii\caching\GroupDependency to yii\caching\TagDependency (mdmunir).
- Chg: Remove
mdm\admin\Module::allowActions. Set access control directly with mdm\admin\components\AccessControl (mdmunir).
- Bug: Bug fix. Ensure array has index before check
in_array() (mdmunir).
- Chg: Change cache strategy (mdmunir).
- Add: Add comment docs for entire class (mdmunir).
- Chg:
mdm\admin\components\DbManager now inherited from yii\rbac\DbManager (mdmunir).
- Chg: Change module default layout (mdmunir).
- Add: Add documentation (mdmunir).
- Chg: Change back items to controllers (mdmunir).