Closed
Bug 545447
Opened 16 years ago
Closed 13 years ago
Rework ACLs to use newest Zend_ACL library
Categories
(Websites Graveyard :: byob.mozilla.com, enhancement, P5)
Websites Graveyard
byob.mozilla.com
Tracking
(Not tracked)
RESOLVED
WONTFIX
1.6
People
(Reporter: lorchard, Unassigned)
References
Details
The current access control code is a bit clunky thanks to some assertion features missing from the version of Zend_ACL initially used. The newest version of Zend_ACL has better features now, so think about refactoring to use it.
See also, plugin directory's usage:
http://github.com/lmorchard/plugindir/blob/master/application/hooks/acl.php
http://github.com/lmorchard/plugindir/blob/master/modules/auth_profiles/helpers/authprofiles.php
http://github.com/lmorchard/plugindir/blob/master/application/controllers/plugins.php
Only downside is that the plugin directory code drops multiple roles per profile, but that might be okay.
Comment 3•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WONTFIX
| Assignee | ||
Updated•11 years ago
|
Product: Websites → Websites Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•