summaryrefslogtreecommitdiff
path: root/content_permissions.php
AgeCommit message (Collapse)AuthorFilesLines
2025-08-27Kernel functions changes to cover uninitialized variables and style changes ↵lsces1-21/+18
for PHP8.4
2021-02-03update path for kernel/includes/setup_inc.phpmodela bitweaver1-1/+1
2021-02-02move _inc and _lib to includes/ and use PKG_INCLUDE_PATH constantsmodela bitweaver1-1/+1
2020-08-08remove default TRUE on verifyTicketspiderr1-1/+1
2014-08-01mass reworking of structure editingChristian Fowler1-2/+0
2013-05-12fix smarty_modifier_biticon loadPlugin with smarty_function_biticonspiderr1-1/+1
2013-04-06major clean up for Smarty 3.0 and another pass at cleaning the top menusspiderr1-1/+1
2013-03-05use GONE for not found; default sort_modespiderr1-1/+1
2012-06-08revert getContactUrl with getDisplayUrl - looks like a mass search and ↵spiderr1-1/+1
replace gone wild
2012-04-17Tidy up to remove 'STRICT' warningsLester Caine ext:(%22)1-1/+1
Split static and dynamic use of getDisplayUrl Create getContentUrl as the instantiated version parameters need to be identical across all classes getAttachment augmented by a static loadAttachment
2012-02-10use HttpStatusCodes in ::fatalError callspiderr1-2/+1
2010-06-09Strip down CVS keywords.cvs2git1-1/+1
2010-02-08deprecate root bit_setup_inc use kernel/setup_inc.phpwjames51-2/+2
2009-10-29add isAdmin check in 'visible' flag for getAllGroups to make sure admins can ↵Christian Fowler1-2/+2
see all groups
2009-10-29roll back, whatever the limit on groups to be loaded was supposed to address ↵wjames51-3/+3
completely disables an administrators ability to adjust custom content permissions, which is the primary purpose of this.
2009-10-20content_permissions now only shows groups that you own or that are publicTyler Bello1-3/+3
2008-06-25change display call to use a hash for display options, add display_mode to ↵Christian Fowler1-2/+2
options hash
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