Age | Commit message (Expand) | Author |
2012-05-14 | Making sure access calls don't get cached if access is disabled and it's the ... | Brett Profitt |
2012-05-14 | Only caching access lists after ready, system fires. | Brett Profitt |
2012-01-22 | Fixes #4295 using on duplicate key to not fail when adding the same user more... | cash |
2012-01-08 | coding standards fixes - comments | Cash Costello |
2012-01-01 | Fixes #3939 if user does not have permissions to see the name of the access c... | cash |
2011-11-18 | Fixes #4115 returning bool from remove_user_from_access_collection() | cash |
2011-11-18 | Fixes #4113 returning a bool from delete_access_collection() | cash |
2011-11-01 | standardized the elgg_get_entities* function @return documentation | cash |
2011-10-21 | Fixes #3989 fixed access of non-object property in access lib | Cash Costello |
2011-10-08 | Fixes #3942 fixed all the warnings and notices in the unit tests | Cash Costello |
2011-10-08 | Fixes #3936 added @access private to internal functions | Cash Costello |
2011-10-08 | Fixes #3937 updated the documentation for the access lib and a few minor code... | Cash Costello |
2011-10-02 | Merged docs update for getters from 1.7. | Brett Profitt |
2011-09-29 | Fixes #3827 updated documentation on @return for elgg_get_entities* functions | cash |
2011-09-05 | Fixed a stupid problem I introduced in the installation and only just caught >:O | Brett Profitt |
2011-09-03 | Fixed typo in call to function. | Brett Profitt |
2011-08-30 | Fixes #3543. Ported access collections fix to master. | Brett Profitt |
2011-07-06 | Revert "Merged ACL fixes from 1.7 branch." | Brett Profitt |
2011-07-06 | Revert "Fixes #3552. Addess ACL unit tests. These currently fail because of #... | Brett Profitt |
2011-07-03 | Merged ACL fixes from 1.7 branch. | Brett Profitt |
2011-07-03 | Merged d423aee393458d6827db from 1.7 to master. | Brett Profitt |
2011-03-04 | Refs #1926 should not be ignoring the flush variable | cash |
2011-03-04 | updated comment on why we may want to keep access cache | cash |
2011-03-04 | Refs #1926 made 'access:collections:add_user', 'collection' plugin hook more ... | cash |
2011-02-08 | Refs #2543: Core uses the new functions from previous commit. | brettp |
2011-02-01 | Moving deprecated functions out of files access.php - entities.php. This tim... | ewinslow |
2011-02-01 | Reversing 7975 | ewinslow |
2011-02-01 | Refs #2839: moved deprecated functions from access.php - private_settings.php... | ewinslow |
2010-12-21 | merged the fix to get access collection documentation into trunk from 1.7 branch | cash |
2010-12-15 | moving friends views into core | cash |
2010-12-01 | Fixes #2430 adds get_entities_from_access_collection() into trunk | cash |
2010-11-22 | merged previous 2 commits into trunk - removes use of session class global | cash |
2010-11-14 | Fixes #2334: Converted viewtype => listtype and viewtypetoggle => listtypetog... | ewinslow |
2010-11-13 | Fixes #2561 fixed typo - thanks for the report | cash |
2010-11-10 | Fixes #2367: With fear and trepidation, converting events/plugin hooks to use... | ewinslow |
2010-11-03 | bah! forgot to rename all variables in list_entities_from_access_id | ewinslow |
2010-11-03 | Fixed regression in deprecated list_entities_from_access_id -- was passing ac... | ewinslow |
2010-11-03 | Fixes #2606: Abstracted elgg_list_entities. Takes an optional second argumen... | ewinslow |
2010-10-28 | Standardized code in all of core, not including language files, tests, or cor... | brettp |
2010-09-16 | Refs #2450: Documented access.php. | brettp |
2010-09-15 | Refs #2220: Pulled remaining classes out of lib files. Core classes now auto... | ewinslow |
2010-09-06 | Refs #2220: Pulled most classes / interfaces out of lib files (except query.p... | ewinslow |
2010-08-29 | Merged [6875] from 1.7 branch into trunk | cash |
2010-08-22 | Merged r6757:6810 from 1.7 branch into trunk | cash |
2010-06-12 | Merged r6362:6366 from 1.7 to trunk. | brettp |
2010-05-14 | merge -r5898:5928 (not excluding riverdashboard, notifications, and messagebo... | brettp |
2010-02-26 | Fixes #1540: Added site_guid to get_user_access_collections(). | brettp |
2010-02-19 | Fixes #1519: Corrected site_guid in create_access_collection(). | brettp |
2010-02-08 | Fixes #1496: delete_access_collection() invalidates the access collection cac... | brettp |
2010-02-01 | Add elgg_deprecated_notice() so we don't have to re-write all the elgg_log() ... | brettp |