aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/group.php
AgeCommit message (Expand)Author
2013-05-30fixed: only returning groups in get_user_membership (as documented)Jerome Bakker
2013-04-19Fixes #5367 returning all groups that a user belongs to - need to deprecate t...Cash Costello
2013-02-02Merge pull request #398 from jeabakker/#4880Steve Clay
2012-12-18Merge branch 'pr-380' into 1.8Brett Profitt
2012-12-08Fixes #4806 make the create_<subtype>_entity() functions privatecash
2012-10-03correct singual usage of type in elgg_get_entities_* functionsJerome Bakker
2012-09-07Better logic for when to forward to loginSteve Clay
2012-09-07Fixes #4789: group_gatekeeper() and river hide closed/invisible group content...Steve Clay
2012-02-09Fixes #4361 corrects forwarding logic for closed groupsCash Costello
2011-10-08Fixes #3936 added @access private to internal functionsCash Costello
2011-09-19forward throws Exception if headers sent. fix for http://trac.elgg.org/ticket...Steve Clay
2011-06-29added @since dates on two functions in group librarycash
2011-06-07Refs #3510, #3418. Merged fix for forwarding after output to trunk.brettp
2011-03-20Fixes #3114 added the rss link back to pagescash
2011-02-08Refs #2543: Core uses the new functions from previous commit.brettp
2011-02-01Moved functions from export.php - river.php into deprecated filesewinslow
2011-02-01Reversing 7975ewinslow
2011-02-01Refs #2839: moved deprecated functions from access.php - private_settings.php...ewinslow
2011-01-26changed elgg_get_page_owner() to elgg_get_page_owner_entity() to be more cons...cash
2011-01-23Refs #2557 merged fix into trunk from 1.7 branchcash
2011-01-01Fixes #2561 only triggering join, group event if the add relationship succeededcash
2010-11-29Fixes #2694 fixed typo in join_group()cash
2010-11-22Refs #2660: Merged r7409's remove_group_tool_option() to trunk.brettp
2010-11-20Fixes #2237: Added 'reason' parameter to forward() to allow proper headers an...ewinslow
2010-11-14Fixes #2334: Converted viewtype => listtype and viewtypetoggle => listtypetog...ewinslow
2010-11-10Fixes #2367: With fear and trepidation, converting events/plugin hooks to use...ewinslow
2010-11-03Moved list_entities_groups to groups.php and deprecated in favor of elgg_list...ewinslow
2010-11-03Refs #2351: deprecated get_objects_in_group() in favor of elgg_get_entities()...ewinslow
2010-11-03Refs #1320. Updated core to use elgg_echo()'s native string replacement.brettp
2010-11-03Refs #1411: Deprecated get_entities_from_metadata_groups(_multi) in favor of ...ewinslow
2010-10-30Refs #1439: Using new page_owner functions in all of coreewinslow
2010-10-28Standardized code in all of core, not including language files, tests, or cor...brettp
2010-10-22Removed @license, @copyright, and @author from files. License and copyright a...brettp
2010-09-24Refs #2437: Merged [6707] to trunk.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-22Merged r6757:6810 from 1.7 branch into trunkcash
2010-08-22Merged r6701:6756 from 1.7 branch into trunkcash
2010-04-05Merged 5530:5604 from 1.7 to trunk.brettp
2010-03-01Fixes #1566: Rewriting calls to get_group_members() to use 1.7's constant for...brettp
2010-02-22Fixes #1528: Correctly throwing exceptions for objects, groups, and users.brettp
2010-02-17Fixes #1488: Removed use of deprecated functions in core. brettp
2010-02-01Add elgg_deprecated_notice() so we don't have to re-write all the elgg_log() ...brettp
2010-01-31Deprecated old search functions and views.brettp
2010-01-12closes #1145 - deprecated current "copy constructor" for all entities and imp...cash
2009-12-21fixed #1087 - is_group_member() now returns boolean values onlycash
2009-12-08fixes #1287 - users now removed from group acl when leaving group - changed o...cash
2009-11-07Moved default search hooks into search mod.brettp
2009-11-06Removed old group search hook.brettp
2009-11-06Added search for group, tags, and users.brettp