Skip to content

Tags: mdmsoft/yii2-admin

Tags

2.12

Toggle 2.12's commit message
add info assigned user to role.

2.11

Toggle 2.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update index.php

2.10

Toggle 2.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update DefaultController.php

2.9

Toggle 2.9's commit message
refactoring user menu.

2.8

Toggle 2.8's commit message
Added multi app (frontend/backend) support. (#309)

* - Added multi app (frontend/backend) support.

* Bugfix

* Bugfix: Expanded cache key by Yii::$app->id to differenciate between apps (frontend/backend).
I did not notice, that $module->getUniqueId() returns an empty string when $module is the app itself. Therefore the cache could not differenciate between frontend and backend. Thus resulting in the same routes for all indicated apps.

* Filter out empty parent items. Sometimes a menu item is defined by url = # and is used as a container for sub-items. If all the subitems are forbidden then this patch removes the parent entry as well.

* Bugfix: Debug bar disappeared. Thanks to yongtiger (see #309 (comment))

2.7

Toggle 2.7's commit message
Merge pull request #268 from cgernert/patch-2

Save new password, instead of saving the old one again

2.6

Toggle 2.6's commit message
Allow directly attach rule using rule class name

2.5

Toggle 2.5's commit message
docs

2.4

Toggle 2.4's commit message
readme

2.3

Toggle 2.3's commit message
fix assignment view