Skip to content

Releases: ivanamat/cakephp3-aclmanager

1.3

18 Feb 14:24
Compare
Choose a tag to compare

v1.3

Added

  • AclManager.hideDenied Hide plugins, controllers and actions denied in ACLs lists.

Changed

  • AclManager.ignoreActions Ignore all plugins, controllers and actions you don't want to add to your ACLs.
    Configure::write('AclManager.ignoreActions', array(
        'actionName', // ignore action
        'Plugin.*', // Ignore the plugin
        'Plugin.Controller/*', // Ignore the plugin controller
        'Plugin.Controller/Action', // Ignore specific action from the plugin.
        'Error/*' // Ignore the controller
        'Error/Action' // Ignore specifc action from controller
    ));
  • Updated indexctp and permissioins.ctp: Show or hide ACLs that do not have permissions in the ACL list. Show flash messages below the actions panel.
  • Fixed acoUpdate syncronization.

v1.2

27 Sep 21:26
Compare
Choose a tag to compare

Added

  • AclManager.ignoreActios Ignore all actions you don't want to add to your ACLs.

v1.1

23 Sep 21:40
Compare
Choose a tag to compare

Modified

  • Fixed the aro alias naming.
  • Updated version requirement to ~1.0 for latest cakephp/plugin-installer.
  • Updating docs to use correct config param for setting admin prefix.

v1.0.6

11 Apr 22:46
Compare
Choose a tag to compare

Modified

  • Fixed Update AROs

v1.0.5

02 Apr 00:29
Compare
Choose a tag to compare
  • Fixed bug on "Update ACOs". Now use AclExtras to update ACOs.
  • Use AclManager.aros to set AROs models. This make the plugin more configurable.
  • Added AclManager.admin param to set admin prefix. This param is boolean type.

RC 1.0.3

22 Jul 22:50
Compare
Choose a tag to compare

This release is stable but should be used with groups, roles and users as explained in the README.md document.

Fixed

Fix AclManagerComponet, remove unset([0]); from __setAcos. This error remove the first controller from array.

Known issues

AclManager::arosBuilder Needs always Groups, Roles and Users, it must be read from Configure::read('AclManager.aros');.

Todo list:

  • Aro search engine

RC 1.0.2

22 Jul 20:43
Compare
Choose a tag to compare

This release is stable but should be used with groups, roles and users as explained in the README.md document.

Fixed

Renamed AclHelper to AclManagerHelper.

Known issues

AclManager::arosBuilder Needs always Groups, Roles and Users, it must be read from Configure::read('AclManager.aros');.

Todo list:

  • Aro search engine

Pre-Release

19 Jul 21:31
Compare
Choose a tag to compare

BETA v1.0-beta

This release is stable but should be used with groups, roles and users as explained in the README.md document.

Known issues

  • AclManager::arosBuilder Needs always Groups, Roles and Users, it must be read from Configure::read('AclManager.aros');.

Todo list:

  • Aro search engine