Updated ACL Plugin

This article is also available in the following languages:
By interlock
An updated ACL Plugin for 1.3. Allows creation/editing/removing of ACO, ARO and CRUD.
This plugin is a forked copy of phishy's work on github: http://github.com/phishy/acl_plugin
You can find the newest copy of the plugin on github: http://github.com/interlock/acl_plugin.

Installation is simple:

  1. If your using GIT for your project, goto the root directory of your GIT project and issue the command: git submodule add git://github.com/interlock/acl_plugin.git app/plugins/acl
  2. If your not using GIT, you'll need it to download the latest copy with the following command: git clone git://github.com/interlock/acl_plugin.git

The plugin expects to be in the directory app/plugins/acl

New Features/changes include:
  • Updated to use jQuery (which is the default ajax library in 1.3)
  • Added very crude CRUD editing support
  • Fixed all 1.3 related issues

Comments

  • Posted 02/19/11 06:04:36 AM
    Installed it and working. Thanks for the work, man.
  • Posted 06/12/10 05:18:47 PM
    I'm getting the following error:
    Fatal error: Class 'AclAppController' not found in C:\wamp\www\rotorspace_cake\app\plugins\acl\controllers\acl_controller.php on line 3
  • Posted 05/04/10 09:58:23 PM
    Hi James,
    I installed this plugin, using 1.3 stable, when I'm trying to access admin/acl, I'm getting the overview screen, but if I try to access admin/acl/acos or admin/acl/aros or admin/acl/permissions, i get an i.e. "ArosController could not be found."
    my application runs in a subdirectory of the website... maybe a routing problem?

    Greetings,
    James

Comments are closed for articles over a year old