- Enh: Add code testing (mdmunir).
- Enh: Add more documentation (mdmunir).
- Chg: Remove dependenci to
yiisoft/yii2-jui
(mdmunir). - Chg: Add asset bundle for jui autocomplete (mdmunir).
- Bug: #102: Unique validation of the permission and role (mdmunir).
- Enh: Clear cache when menu change (mdmunir).
- Enh: Ensure get latest state of
user
component (mdmunir).
- Enh: Add Portuguese language to translation message (iforme).
- Enh: configurable Navbar defined in module config (Stefano Mtangoo).
- Enh: Add Italian language to translation message (realtebo).
- Enh: Add Persian language to translation message (jafaripur).
- Enh: Add French language to translation message (marsuboss).
- Enh: Internationalization (sosojni).
- Enh: Add Russian language to translation message (m0zart89).
- 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).