summaryrefslogtreecommitdiff
path: root/content_permissions.php
AgeCommit message (Collapse)AuthorFilesLines
2008-03-22Protect against invalid content id.Nick Palmer1-1/+6
2007-10-10migrate core ajax services off prototype to mochikitwjames51-3/+3
2007-09-11add tri-state permissioning to assignment to allow overriding of default to ↵Christian Fowler1-13/+6
force always allow/deny, regardless of assignment
2007-07-15ajaxed liberty content permissionsMax Kremmel1-2/+46
2007-07-06set up UI to work with a unison permission approach. content permissions ↵Max Kremmel1-24/+35
backend needs some more logic fixes but UI to assign and remove permissions is working nicely now
2007-06-17update getAllGroups() to not return stuff in ['data'] hashkey. this is still ↵Max Kremmel1-3/+2
from tikiwiki days and is tedious to deal with.
2007-06-17getGroupPermissions() now takes a parameter hash instead of the individual ↵Max Kremmel1-2/+2
inputs.
2007-03-31lots of content permissions work. tentatively added updateUserPermissions() ↵Max Kremmel1-3/+54
to service load function.
2006-10-13phpDoc correctionsLester Caine1-0/+9
2006-07-18try to clean up some of the obejct permission code - make it easy to assign ↵Max Kremmel1-0/+6
object permissions using liberty/content_permissions_inc.php