aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/relationships.php
AgeCommit message (Expand)Author
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
2009-12-07fixed typo in get_entities_from_relationship()cash
2009-11-21fixes #1374 - owner_guid wasn't being set correctly in options arraycash
2009-10-29Deprecated get_entities_from_relationships_and_meta().brettp
2009-10-29Fixed incorrect wrapper for get_entities_from_relationship() -> elgg_get_enti...brettp
2009-10-28Deprecated get_entities_from_relationship()brettp
2009-10-15Standardized gobs of files.brettp
2009-09-04Patch submitted for ticket #886 rolled back as it was causing #1205 -> #886 w...dave
2009-09-03missing comma addeddave
2009-09-02order by bug fixed in get_entities_from_relationshipdave
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-06-29Updated get_*() functions ot return false if an invalid subtype is specified.brettp
2009-05-07Refs #975: Get entities from metadata and relationship now behaves as expectedmarcus
2009-04-27Closes #975: Now possible to search by metadata and relationshipmarcus
2009-02-24Fix for previous, including a change to check_entity_relationships that actua...ben
2009-02-24Introducing the 'delete relationship' event. Fixes #779ben
2009-02-19Introduced get / list entities by relationship countben
2009-02-09Added a new filter to delete relationship functionsben