forked from bobtfish/catalyst-actionrole-acl
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Changes
20 lines (14 loc) · 753 Bytes
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
v0.06
- add AuthzValidateMethod
- Documentation fixes (stephan48)
v0.05 UNRELEASED
- Convert from an action class into an ActionRole (t0m)
v0.04 Tue Apr 28 11:09:54 CDT 2009
- Added attribute validation with exceptions to Role::ACL constructor.
- Action must include at least one RequiresRole or AllowedRole attribute or an exception will result.
- Added mandatory "ACLDetachTo" attribute, names action to which request is detached on ACL violation.
- Removed tests against "unreachable" action, since actions without ACLs now generate exceptions.
v0.02 Wed Apr 15 11:58:38 CDT 2009
- Use MRO::Compat instead of NEXT to re-dispatch the 'execute' method.
- Added missing inc/ directory for Module::Install.
v0.01 Alpha release