Age | Commit message (Expand) | Author |
2013-02-09 | remove unused code: vars, foreach keys, etc | Steve Clay |
2013-02-09 | Small changes to remove static analysis noise and simplify flow | Steve Clay |
2013-02-09 | Doc fixes and inline type hints for variables (big static analysis cleanup) | Steve Clay |
2013-02-02 | Merge pull request #398 from jeabakker/#4880 | Steve Clay |
2012-11-14 | Fixes #4861: allow lazy-loading for static method callbacks, allow more calla... | Steve Clay |
2012-10-03 | correct singual usage of type in elgg_get_entities_* functions - found | Jerome Bakker |
2012-07-06 | Fixes #3046 adds documentation for requesting entities that do not have metad... | Cash Costello |
2012-04-24 | Fixes #4409. Selecting distinct across entities.* and entity_relationships.id... | Brett Profitt |
2012-01-08 | coding standards fixes - comments | Cash Costello |
2011-11-18 | Fixes #4118 returning bool from leave group functions | cash |
2011-11-15 | Fixes #4090 removes double assignment - thanks to andres.fortier | Cash Costello |
2011-11-01 | standardized the elgg_get_entities* function @return documentation | cash |
2011-10-08 | Fixes #3936 added @access private to internal functions | 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-06-26 | Fixes #3585 do not need to check parameters because was registered for only o... | Cash Costello |
2011-02-15 | Fixes #2860: Deprecated several registration functions that were using the 'c... | ewinslow |
2011-02-14 | Fixes #2914. Merged fix for r.time_created sorting to trunk. | brettp |
2011-02-12 | Refs #2610: Using call_user_func in url hooks | ewinslow |
2011-02-06 | fixed some minor documentation issues | cash |
2011-02-01 | Moved functions from export.php - river.php into deprecated files | ewinslow |
2011-01-06 | Fixes test for $relationship_guid in sql generating function | cash |
2010-12-31 | Refs #2583, #2754: Merged r7445-7446 to trunk. | brettp |
2010-12-11 | provided more flexibility in creating the relationships join sql | cash |
2010-12-08 | Refs #1411. Deprecated get_entities_by_relationship_count() and list_entities... | brettp |
2010-12-08 | Refs #1411: Added elgg_get_entity_from_relationship_count(). | brettp |
2010-11-14 | Fixes #2334: Converted viewtype => listtype and viewtypetoggle => listtypetog... | ewinslow |
2010-11-10 | Fixes #2367: With fear and trepidation, converting events/plugin hooks to use... | ewinslow |
2010-11-06 | Refs #1411 fixes bug introduced in [7213] that broke listing relationships | cash |
2010-11-03 | Refs #1320. Updated core to use elgg_echo()'s native string replacement. | brettp |
2010-11-03 | Refs #1411: Deprecated list_entities_from_relationship() in favor of elgg_lis... | ewinslow |
2010-10-30 | Refs #2598: Converted virtually all uses of $CONFIG->wwwroot to elgg_get_site... | ewinslow |
2010-10-28 | Standardized code in all of core, not including language files, tests, or cor... | brettp |
2010-10-22 | Removed @license, @copyright, and @author from files. License and copyright a... | 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-22 | Merged r6757:6810 from 1.7 branch into trunk | cash |
2010-08-22 | Merged r6701:6756 from 1.7 branch into trunk | cash |
2010-08-22 | Merged r6684:6694 from 1.7 branch to trunk (pages plugin was manually merged ... | cash |
2010-08-21 | Merged r6534-6559 from 1.7 branch to trunk | cash |
2010-02-26 | Refs #1553: Corrected profile link in friending notification. | brettp |
2010-02-17 | Fixes #1488: Removed use of deprecated functions in core. | brettp |
2010-02-01 | Fixes #1213: delete_relationship() triggers delete:relationship hook. | brettp |
2010-02-01 | Add elgg_deprecated_notice() so we don't have to re-write all the elgg_log() ... | brettp |
2010-01-29 | Fixes #1472: get_entity_relationships() supports inverse relationships. | brettp |
2010-01-11 | Sanitising relationship in elgg_get_entities_from_relationship(); | brettp |
2009-12-18 | Clarified the documentation for add_entity_relationship(). | brettp |
2009-12-09 | fixes #1323 and #1186 - PHP 5.3 requires magic methods to be public | cash |
2009-12-07 | fixed typo in get_entities_from_relationship() | cash |
2009-11-21 | fixes #1374 - owner_guid wasn't being set correctly in options array | cash |