aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/relationships.php
AgeCommit message (Expand)Author
2013-03-15more coding standard fixescash
2013-03-10Fixes #4823 returning ElggRelationship from check_entity_relationship() rathe...Cash Costello
2013-02-09remove unused code: vars, foreach keys, etcSteve Clay
2013-02-09Small changes to remove static analysis noise and simplify flowSteve Clay
2013-02-09Doc fixes and inline type hints for variables (big static analysis cleanup)Steve Clay
2013-02-02Merge pull request #398 from jeabakker/#4880Steve Clay
2012-11-14Fixes #4861: allow lazy-loading for static method callbacks, allow more calla...Steve Clay
2012-10-03correct singual usage of type in elgg_get_entities_* functions - foundJerome Bakker
2012-07-06Fixes #3046 adds documentation for requesting entities that do not have metad...Cash Costello
2012-04-24Fixes #4409. Selecting distinct across entities.* and entity_relationships.id...Brett Profitt
2012-01-08coding standards fixes - commentsCash Costello
2011-11-18Fixes #4118 returning bool from leave group functionscash
2011-11-15Fixes #4090 removes double assignment - thanks to andres.fortierCash Costello
2011-11-01standardized the elgg_get_entities* function @return documentationcash
2011-10-08Fixes #3936 added @access private to internal functionsCash Costello
2011-10-02Merged docs update for getters from 1.7.Brett Profitt
2011-09-29Fixes #3827 updated documentation on @return for elgg_get_entities* functionscash
2011-06-26Fixes #3585 do not need to check parameters because was registered for only o...Cash Costello
2011-02-15Fixes #2860: Deprecated several registration functions that were using the 'c...ewinslow
2011-02-14Fixes #2914. Merged fix for r.time_created sorting to trunk.brettp
2011-02-12Refs #2610: Using call_user_func in url hooksewinslow
2011-02-06fixed some minor documentation issuescash
2011-02-01Moved functions from export.php - river.php into deprecated filesewinslow
2011-01-06Fixes test for $relationship_guid in sql generating functioncash
2010-12-31Refs #2583, #2754: Merged r7445-7446 to trunk.brettp
2010-12-11provided more flexibility in creating the relationships join sqlcash
2010-12-08Refs #1411. Deprecated get_entities_by_relationship_count() and list_entities...brettp
2010-12-08Refs #1411: Added elgg_get_entity_from_relationship_count().brettp
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-06Refs #1411 fixes bug introduced in [7213] that broke listing relationshipscash
2010-11-03Refs #1320. Updated core to use elgg_echo()'s native string replacement.brettp
2010-11-03Refs #1411: Deprecated list_entities_from_relationship() in favor of elgg_lis...ewinslow
2010-10-30Refs #2598: Converted virtually all uses of $CONFIG->wwwroot to elgg_get_site...ewinslow
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-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-08-22Merged r6684:6694 from 1.7 branch to trunk (pages plugin was manually merged ...cash
2010-08-21Merged r6534-6559 from 1.7 branch to trunkcash
2010-02-26Refs #1553: Corrected profile link in friending notification.brettp
2010-02-17Fixes #1488: Removed use of deprecated functions in core. brettp
2010-02-01Fixes #1213: delete_relationship() triggers delete:relationship hook.brettp
2010-02-01Add elgg_deprecated_notice() so we don't have to re-write all the elgg_log() ...brettp
2010-01-29Fixes #1472: get_entity_relationships() supports inverse relationships.brettp
2010-01-11Sanitising relationship in elgg_get_entities_from_relationship();brettp
2009-12-18Clarified the documentation for add_entity_relationship().brettp
2009-12-09fixes #1323 and #1186 - PHP 5.3 requires magic methods to be publiccash