Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-15 | more coding standard fixes | cash | |
2013-03-10 | Fixes #4823 returning ElggRelationship from check_entity_relationship() ↵ | Cash Costello | |
rather than stdClass object | |||
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 | |
#4880 - incorrect usage of elgg_get_entities_* parameters | |||
2012-11-14 | Fixes #4861: allow lazy-loading for static method callbacks, allow more ↵ | Steve Clay | |
callables | |||
2012-10-03 | correct singual usage of type in elgg_get_entities_* functions - found | Jerome Bakker | |
more bad usage | |||
2012-07-06 | Fixes #3046 adds documentation for requesting entities that do not have ↵ | Cash Costello | |
metadata or relationships | |||
2012-04-24 | Fixes #4409. Selecting distinct across entities.* and ↵ | Brett Profitt | |
entity_relationships.id instead of r.* so entities loaded via elgg_get_entities_from_relationship() have the correct time_created. | |||
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 ↵ | Cash Costello | |
one event | |||
2011-02-15 | Fixes #2860: Deprecated several registration functions that were using the ↵ | ewinslow | |
'callback-first' ordering git-svn-id: http://code.elgg.org/elgg/trunk@8257 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-14 | Fixes #2914. Merged fix for r.time_created sorting to trunk. | brettp | |
git-svn-id: http://code.elgg.org/elgg/trunk@8220 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-12 | Refs #2610: Using call_user_func in url hooks | ewinslow | |
git-svn-id: http://code.elgg.org/elgg/trunk@8139 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-06 | fixed some minor documentation issues | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@8050 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-01 | Moved functions from export.php - river.php into deprecated files | ewinslow | |
git-svn-id: http://code.elgg.org/elgg/trunk@7980 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-01-06 | Fixes test for $relationship_guid in sql generating function | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@7845 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-12-31 | Refs #2583, #2754: Merged r7445-7446 to trunk. | brettp | |
git-svn-id: http://code.elgg.org/elgg/trunk@7794 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-12-11 | provided more flexibility in creating the relationships join sql | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@7596 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-12-08 | Refs #1411. Deprecated get_entities_by_relationship_count() and ↵ | brettp | |
list_entities_by_relationship_count(). git-svn-id: http://code.elgg.org/elgg/trunk@7569 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-12-08 | Refs #1411: Added elgg_get_entity_from_relationship_count(). | brettp | |
git-svn-id: http://code.elgg.org/elgg/trunk@7562 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-11-14 | Fixes #2334: Converted viewtype => listtype and viewtypetoggle => ↵ | ewinslow | |
listtypetoggle. Did my best to maintain backwards compatibility but might have missed something... git-svn-id: http://code.elgg.org/elgg/trunk@7311 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-11-10 | Fixes #2367: With fear and trepidation, converting events/plugin hooks to ↵ | ewinslow | |
use elgg_ prefixed versions git-svn-id: http://code.elgg.org/elgg/trunk@7284 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-11-06 | Refs #1411 fixes bug introduced in [7213] that broke listing relationships | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@7248 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-11-03 | Refs #1320. Updated core to use elgg_echo()'s native string replacement. | brettp | |
git-svn-id: http://code.elgg.org/elgg/trunk@7227 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-11-03 | Refs #1411: Deprecated list_entities_from_relationship() in favor of ↵ | ewinslow | |
elgg_list_entities_from_relationship() git-svn-id: http://code.elgg.org/elgg/trunk@7213 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-10-30 | Refs #2598: Converted virtually all uses of $CONFIG->wwwroot to ↵ | ewinslow | |
elgg_get_site_url() git-svn-id: http://code.elgg.org/elgg/trunk@7146 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-10-28 | Standardized code in all of core, not including language files, tests, or ↵ | brettp | |
core mods. git-svn-id: http://code.elgg.org/elgg/trunk@7124 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-10-22 | Removed @license, @copyright, and @author from files. License and copyright ↵ | brettp | |
are covered by LICENSE.txt and COPYRIGHT.txt in root. git-svn-id: http://code.elgg.org/elgg/trunk@7118 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-09-15 | Refs #2220: Pulled remaining classes out of lib files. Core classes now ↵ | ewinslow | |
autoloaded via __autoload(). git-svn-id: http://code.elgg.org/elgg/trunk@6941 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-09-06 | Refs #2220: Pulled most classes / interfaces out of lib files (except ↵ | ewinslow | |
query.php and exception.php) into "classes" folder. Replaced inline classes with "require_once" statements for now. Ran unit tests to verify functionality before committing. git-svn-id: http://code.elgg.org/elgg/trunk@6908 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-08-22 | Merged r6757:6810 from 1.7 branch into trunk | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@6850 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-08-22 | Merged r6701:6756 from 1.7 branch into trunk | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@6849 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-08-22 | Merged r6684:6694 from 1.7 branch to trunk (pages plugin was manually merged ↵ | cash | |
due to standardization of code in trunk but not branch) git-svn-id: http://code.elgg.org/elgg/trunk@6848 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-08-21 | Merged r6534-6559 from 1.7 branch to trunk | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@6840 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-02-26 | Refs #1553: Corrected profile link in friending notification. | brettp | |
git-svn-id: http://code.elgg.org/elgg/trunk@3974 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-02-17 | Fixes #1488: Removed use of deprecated functions in core. | brettp | |
git-svn-id: http://code.elgg.org/elgg/trunk@3947 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-02-01 | Fixes #1213: delete_relationship() triggers delete:relationship hook. | brettp | |
git-svn-id: http://code.elgg.org/elgg/trunk@3883 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-02-01 | Add elgg_deprecated_notice() so we don't have to re-write all the elgg_log() ↵ | brettp | |
deprecated notices to register_error()s. Updated current ones to use this. git-svn-id: http://code.elgg.org/elgg/trunk@3874 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-01-29 | Fixes #1472: get_entity_relationships() supports inverse relationships. | brettp | |
git-svn-id: http://code.elgg.org/elgg/trunk@3856 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-01-11 | Sanitising relationship in elgg_get_entities_from_relationship(); | brettp | |
git-svn-id: http://code.elgg.org/elgg/trunk@3797 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2009-12-18 | Clarified the documentation for add_entity_relationship(). | brettp | |
git-svn-id: http://code.elgg.org/elgg/trunk@3771 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2009-12-09 | fixes #1323 and #1186 - PHP 5.3 requires magic methods to be public | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@3744 36083f99-b078-4883-b0ff-0f9b5a30f544 |