This repository has been archived by the owner on Sep 19, 2023. It is now read-only.
Releases: justcoded/yii2-rbac
Releases · justcoded/yii2-rbac
Update Kartik Select 2 dependency
Merge pull request #15 from deadmantfa/master Updated Kartik Yii2 Select2 Widget
Bootstrap4 support hotfix
- Bootstrap4 support bug fix on Permission update screen
Bootstrap4 support, Auto create missing permissions
- NEW: Bootstrap4 Themes support html.
- NEW: RouteAccessControl filter now have a new parameter:
autoCreatePermission
. When your application is in debug mode it will auto-create permissions for controller/actions. So you don't need to scan new actions anymore.
Compatibility with Adminlte bootstrap theme javascript
Merge pull request #11 from justcoded/develop Fix js to be compatible with adminlte v2.6
Access control filter more accurate default allow routes regexp
- Default allow regexp are now for site/*
- In debug mode it also allow gii and debug modules
Permission Child/Parents relations fixes
Permission Child/Parents boxes fixes:
- Cleanup available options from already exists and the one which can't be added (which can be easily defined)
- Fixed fatal error on hierarchy loop (if you add parent A which has several parents and then you try add child B, which is parent for A - you will get a hierarchy loop and fatal error)
Role permission selector Tree-based UI
- Permissions selector now have real Tree-based UI with jstree.js Provides more intuitive selection of permissions.
- Fix wrong unique name validations for Role and Permission creating form
Route scanner patch
Routes Scanner patch to ignore comments within scan process
(there was a problem when comments has some code similar to what is looked for (class declaration/namespace declarations)
Role permission selector hotfix
- Disable inherit permissions in role permissions multi-select box.
First release candidate
- Rbac console commands to init, assign master and scan routes
- GUI interface
- Route Access Control filter