aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/access.php
AgeCommit message (Expand)Author
2011-03-04Refs #1926 should not be ignoring the flush variablecash
2011-03-04updated comment on why we may want to keep access cachecash
2011-03-04Refs #1926 made 'access:collections:add_user', 'collection' plugin hook more ...cash
2011-02-08Refs #2543: Core uses the new functions from previous commit.brettp
2011-02-01Moving deprecated functions out of files access.php - entities.php. This tim...ewinslow
2011-02-01Reversing 7975ewinslow
2011-02-01Refs #2839: moved deprecated functions from access.php - private_settings.php...ewinslow
2010-12-21merged the fix to get access collection documentation into trunk from 1.7 branchcash
2010-12-15moving friends views into corecash
2010-12-01Fixes #2430 adds get_entities_from_access_collection() into trunkcash
2010-11-22merged previous 2 commits into trunk - removes use of session class global cash
2010-11-14Fixes #2334: Converted viewtype => listtype and viewtypetoggle => listtypetog...ewinslow
2010-11-13Fixes #2561 fixed typo - thanks for the reportcash
2010-11-10Fixes #2367: With fear and trepidation, converting events/plugin hooks to use...ewinslow
2010-11-03bah! forgot to rename all variables in list_entities_from_access_idewinslow
2010-11-03Fixed regression in deprecated list_entities_from_access_id -- was passing ac...ewinslow
2010-11-03Fixes #2606: Abstracted elgg_list_entities. Takes an optional second argumen...ewinslow
2010-10-28Standardized code in all of core, not including language files, tests, or cor...brettp
2010-09-16Refs #2450: Documented access.php.brettp
2010-09-15Refs #2220: Pulled remaining classes out of lib files. Core classes now auto...ewinslow
2010-09-06Refs #2220: Pulled most classes / interfaces out of lib files (except query.p...ewinslow
2010-08-29Merged [6875] from 1.7 branch into trunkcash
2010-08-22Merged r6757:6810 from 1.7 branch into trunkcash
2010-06-12Merged r6362:6366 from 1.7 to trunk.brettp
2010-05-14merge -r5898:5928 (not excluding riverdashboard, notifications, and messagebo...brettp
2010-02-26Fixes #1540: Added site_guid to get_user_access_collections().brettp
2010-02-19Fixes #1519: Corrected site_guid in create_access_collection().brettp
2010-02-08Fixes #1496: delete_access_collection() invalidates the access collection cac...brettp
2010-02-01Add elgg_deprecated_notice() so we don't have to re-write all the elgg_log() ...brettp
2009-12-10using defines for ACCESS values - closes #1064cash
2009-12-07removed code that wasn't doing anything in access.phpcash
2009-11-02Changed elgg_get_entities_from_access_id() to be closer to how other function...brettp
2009-10-30Deprecating get_entities_from_access_id().nickw
2009-10-24Slight code cleanup.brettp
2009-10-15Merged admin access override hook with ignore access system override hook.brettp
2009-10-13Standardized users and entities.brettp
2009-10-13Fix typo in ElggAccess:get_ignore_access().brettp
2009-10-13First pass at removing $is_admin global.brettp
2009-10-08Brought access.php and sesssion.php up to code standards.brettp
2009-09-16Changed get_entities_from_access_collection() to get_entities_from_access_id(...brettp
2009-09-10Updated fixes for checking for admin in get_access_sql_prefix()brettp
2009-09-10Checking against admin metadata instead of $is_admin global in get_access_sql...brettp
2009-09-10Fixing a bug with when getting the sql suffix for the non-loggedin user.brettp
2009-09-03Adding additional hooks to add/remove/update users for access_collections()brettp
2009-09-01a simple function which returns a string version of an entity's access leveldave
2009-08-31All line endings are now Unix-style.brettp
2009-08-20Whoa nelly this is a big one: Removed license and copyright for files.brettp
2009-08-05Added documentation to list_entities_from_access_collection();brettp
2009-07-29Added get/list_entities_from_access_collection().brettp
2009-07-07Refs #1099: Using write access hook to allow group-only ACLs. Need to examin...brettp