1.0.0-stable prepare
- No change
- Bug #12: Allow another module name (mdmunir).
- Bug: #19: Added table prefix to table
menu
for some query (mdmunir, liu0472). - Bug: #24: change
$cache === null
toisset($cache)
(mdmunir). - Bug: Bug fix. Ensure array has index before check
in_array()
(mdmunir). - Bug: Typo fix, replace
AssigmentController
toAssignmentController
(mdmunir). - Enh: Custom side menu via
mdm\admin\Module::items
(mdmunir). - Enh: Added menu manager (mdmunir).
- Enh: Migration for table menu (mdmunir).
- Enh: Added Menu order (mdmunir).
- Enh: Add
db
andcache
configuration (mdmunir). - Enh: Add comment docs for entire class (mdmunir).
- Enh: Add documentation (mdmunir).
- Enh #57: Allow user to assign permission directly (mdmunir).
- Chg #10:
cache
is not used anymore (mdmunir). - Chg #11: Only use required style sheet (mdmunir).
- Chg: Using
VarDumper::export
to savedata
ofmdm\models\AuthItem
(mdmunir). - Chg: Allow using another
yii\rbac\Rule
instance (mdmunir). - Chg: Remove prefix
menu_
from column name of tablemenu
(mdmunir). - Chg: Added column
data
to tablemenu
(mdmunir). - Chg: Can customize return of
mdm\admin\components\AccessHelper::getAssignedMenu()
with provide a callback to method (mdmunir). - Chg: Add require "yiisoft/yii2-jui" to composer.json (mdmunir, hashie5).
- Chg: #21: Force set allow
null
to columnparent
in database migration (mdmunir). - Chg: Remove
mdm\admin\components\BizRule
(mdmunir). - Chg: Change convert string to
yii\rbac\Item::$data
withJson::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
toMenuHelper
(mdmunir). - Chg: Change migration path name (mdmunir).
- Chg:
db
andcache
configuration via$app->params['mdm.admin.configs']
(mdmunir). - Chg: #29: Change
yii\caching\GroupDependency
toyii\caching\TagDependency
(mdmunir). - Chg: Remove
mdm\admin\Module::allowActions
. Set access control directly withmdm\admin\components\AccessControl
(mdmunir). - Chg: Change cache strategy (mdmunir).
- Chg:
mdm\admin\components\DbManager
now inherited fromyii\rbac\DbManager
(mdmunir). - Chg: Change module default layout (mdmunir).
- Chg: Change back items to controllers (mdmunir).
- Chg: Set default layout to
null
(mdmunir). - Chg #53: Fixed typo. Change Role to Permission (mdmunir).
- Chg: Simplify using layout (mdmunir).