summaryrefslogtreecommitdiff
path: root/BitPermUser.php
AgeCommit message (Expand)AuthorFilesLines
2012-09-28Missed static function - e_strict compliancelsces1-1/+1
2012-08-17revert usage of TEAM_ID in core classes. don't what that is or where it is su...spiderr1-2/+2
2012-08-06ANONYMOUS_TEAM_ID tag to identify new model codelsces1-2/+2
2012-05-09Merge branch 'master' of github.com:bitweaver/usersspiderr1-131/+0
2012-05-09iterate through assignPermissionToGroup only if query returns values (possibl...spiderr1-3/+4
2012-04-16Strip depricated codeLester Caine ext:(%22)1-131/+0
2010-06-09Strip down CVS keywords.cvs2git1-3/+3
2010-04-24softly deprecate BitSystem::verifyPermission and move it to BitPermUser where...wjames51-3/+19
2010-04-17step three of contenttype name plural - replace all instances where name is a...wjames51-4/+4
2010-04-12Revert BitPermUser.php back to 1.86, commits were mistakesDaniel Sutcliffe1-5/+5
2010-04-12switchboard/plugins/email/transport.phpDaniel Sutcliffe1-5/+5
2010-02-21fix assumeUser to use cookie value, and not cookie nameChristian Fowler1-5/+4
2010-02-09remove sloppy user_cookie_site global from tiki days and use BitUser::getSite...Christian Fowler1-5/+5
2009-11-16move getGroups from BitPermUser to BitUser, function unrelated to permissions...Tyler Bello1-35/+3
2009-10-29add isAdmin check in 'visible' flag for getAllGroups to make sure admins can ...Christian Fowler1-4/+4
2009-10-20Change to AND from OR on is_publicTyler Bello1-4/+4
2009-10-20Change is_public from 1 to yTyler Bello1-4/+4
2009-10-20Replace where string with updated formatting and add flag to get only visible...Tyler Bello1-16/+21
2009-10-01remove ref to non-existant copyright.txt filewjames51-4/+4
2009-10-01fix LGPL license ref from non-existant license.txt file to lgpl urlwjames51-4/+4
2009-02-25add pForceReload to ::loadPermisssionsChristian Fowler1-5/+5
2009-02-12add checkbox to delete all of a users content when deleting the user - curren...Christian Fowler1-5/+5
2009-01-24enable perm overriding - retooling of deprecated setPermission - required by ...Tekimaki1-3/+26
2008-11-03fix typoChristian Fowler1-4/+4
2008-11-03check for gBitUser->hasPermission p_users_admin, not admin, as p_users_admin ...Christian Fowler1-6/+7
2008-11-03fix assumeUser by checking hashes directlyChristian Fowler1-5/+6
2008-10-19add @deprecated doc tags where appropriateMax Kremmel1-3/+39
2008-10-18deprecate all semaphore code. this has now been moved to a separate package c...Max Kremmel1-23/+15
2008-10-18don't deprecate setPermission. it might come in handy.Max Kremmel1-23/+23
2008-10-18massive code cleanup. methods have been renamed to camelCaps where appropriat...Max Kremmel1-262/+534
2008-09-27move storeImages to BitPermUser after all other inserts because it can set mE...Christian Fowler1-3/+7
2007-09-04delete from users_groups_map when deleting groupChristian Fowler1-3/+5
2007-07-16Add m(Admin|Edit|View)ContentPermission to various classes. update LibertyCon...Max Kremmel1-3/+6
2007-07-11cameCaps remove_permission_from_group()Max Kremmel1-5/+5
2007-06-29Remove debug around expunge which was breaking remove userLester Caine1-4/+3
2007-06-24update user domains to be more complete, and auto set requested user_id/home ...Christian Fowler1-3/+4
2007-06-17*** empty log message ***Max Kremmel1-9/+7
2007-06-17add option to only show root groupsMax Kremmel1-10/+11
2007-06-17undefined index fixesMax Kremmel1-7/+6
2007-06-17getGroupPermissions() now takes a parameter hash instead of the individual in...Max Kremmel1-29/+37
2007-06-17remove references to unused BitCache class. this has to be rewritten a bit an...Max Kremmel1-15/+3
2007-06-16oops, typoMax Kremmel1-4/+4
2007-06-15make sure no empty permissions can show up on unassigned perms pageMax Kremmel1-6/+6
2007-06-15CHOP CHOP: cut out group nesting code and moved groups level stuff to separat...Max Kremmel1-90/+10
2007-06-14don't excede character limitMax Kremmel1-4/+4
2007-03-19move object_permissions to liberty_content_permissionsChristian Fowler1-104/+3
2007-01-14Added some documentation.Hiran Chaudhuri1-3/+9
2007-01-06rename some methods in BitDbBase to meet bitweaver standards. all changes bac...Max Kremmel1-5/+5
2006-12-29fix reference to wrong column nameMax Kremmel1-4/+4
2006-12-22only display permissions of active packagesMax Kremmel1-11/+33