Eric Lippmann
2c1a37afa3
Use Zend_Form_Element::filterName() for translating restriction names to element names
...
fixes #8086
2014-12-29 10:51:12 +01:00
Eric Lippmann
6960a08de0
Revert "Escape restriction names manually in Forms\Security\RoleForm"
...
This reverts commit 706e5504e6
.
HTML5 does allow any non-empty value for the name attribute but Zend only permits
alphanumerics, the underscore, the circumflex and any ASCII character in range \x7f to \xff (127 to 255).
Thus only escaping the slash (/) is wrong.
refs #8086
2014-12-29 09:39:23 +01:00
Johannes Meyer
706e5504e6
Escape restriction names manually in Forms\Security\RoleForm
...
fixes #8086
2014-12-22 10:46:29 +01:00
Eric Lippmann
f0ece3d88a
Revert "Remove permissions and restrictions for now"
...
This reverts commit 8335bdcb32
.
Readd permissions and restrictions.
2014-11-25 16:11:01 +01:00
Eric Lippmann
8335bdcb32
Remove permissions and restrictions for now
...
Our first beta release will not include permissions and restrictions.
We'll better test it before making it public.
2014-11-20 16:14:00 +01:00
Eric Lippmann
e67d937642
Permissions: Allow to set restrictions too
2014-11-20 15:54:00 +01:00
Eric Lippmann
0c219655e0
Security: Our Config object no longer supports __set, __get and so on
...
refs #5647
2014-11-19 14:44:53 +01:00
Eric Lippmann
f556fc43e9
Security: Remove the restriction form
...
refs #5647
2014-11-19 14:24:20 +01:00
Eric Lippmann
7592642991
Security: Remove the permission form
...
refs #5647
2014-11-19 14:24:10 +01:00
Eric Lippmann
0a6440a6a6
Security: Add role form
...
This form will replace the permission and restriction form
refs #5647
2014-11-19 14:24:02 +01:00
Eric Lippmann
84b98cd58d
Security: Fix Form namespace
2014-11-18 17:10:14 +01:00
Eric Lippmann
945d94491a
security: add form for setting and removing user and group restrictions
...
refs #5647
2014-11-06 17:38:38 +01:00
Eric Lippmann
0f48382f69
security: Add form for granting and revoking user and group permissions
...
refs #5647
2014-11-04 16:14:39 +01:00