Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: debmzhang/yii2-admin

Tags

2.8

Toggle 2.8's commit message
Added multi app (frontend/backend) support. (mdmsoft#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 mdmsoft#309 (comment))

2.7

Toggle 2.7's commit message
Merge pull request mdmsoft#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

2.2

Toggle 2.2's commit message
Merge pull request mdmsoft#210 from softark/add-extra-fields

Small enhancements on the Assignment pages

3.2

Toggle 3.2's commit message
prepare new release depend on new `deesoft/yii2-angular` ext.

3.1

Toggle 3.1's commit message
Prepare new release

3.0

Toggle 3.0's commit message
bug fix