Age | Commit message (Expand) | Author |
2011-02-11 | Bah Didn't hit save on annotations.php before I commited the previous change. | brettp |
2011-02-11 | Moved list_entities_from_annotation_count_by_metadata() to deprecated-18.php. | brettp |
2011-02-11 | Refs #650. Added 'annotation_calculation' to elgg_get_annotations(). Deprecat... | brettp |
2011-02-11 | Moved get_annotations() to deprecated-1.8. | brettp |
2011-02-11 | Refs #650. Deprecated get_annotations() for elgg_get_annotations(). | brettp |
2011-02-08 | Refs #2543: Core uses the new functions from previous commit. | brettp |
2011-02-01 | Moving deprecated functions out of files access.php - entities.php. This tim... | ewinslow |
2011-02-01 | Reversing 7975 | ewinslow |
2011-02-01 | Refs #2839: moved deprecated functions from access.php - private_settings.php... | ewinslow |
2010-12-29 | updated documentation on new elgg_annotation_exists() function | cash |
2010-12-13 | Refs #2226 moving riverdashboard into core - need to clean up riverdashboard ... | cash |
2010-12-09 | Refs #1411: Documentation fix. | brettp |
2010-12-09 | Refs #1411. Added ability to specify annotation time_created lower and upper.... | brettp |
2010-12-09 | Refs #1411. Added elgg_get_entities_from_annotation_calculation(). Deprecated... | 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-03 | Refs #1411: Deprecated list_entities_from_relationship() in favor of elgg_lis... | ewinslow |
2010-11-03 | Fixes #2606: Abstracted elgg_list_entities. Takes an optional second argumen... | 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-29 | Merged [6875] from 1.7 branch into trunk | cash |
2010-08-22 | Merged r6812:6837 from 1.7 branch to trunk (skipping some changes to plugins ... | cash |
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 r6614:6617 from 1.7 branch into trunk | cash |
2010-06-08 | elgg_get_entities_from_metadata() and egef_annotations() support singular -> ... | brettp |
2010-06-02 | Mathematical calculations on annotations will return false for non-existent e... | nickw |
2010-06-02 | Requesting annotations from a non-existent subtype will now return nothing in... | nickw |
2010-05-19 | Refs #2165: Added elgg_list_entities_from_annotations() to deprecate list_ent... | brettp |
2010-04-05 | Merged 5530:5604 from 1.7 to trunk. | brettp |
2010-03-25 | Cleaned up the likes interface a bit. | brettp |
2010-03-22 | Merged 1.7 bugfixes back into core. (5376:HEAD). | brettp |
2010-03-21 | generic like this functionality added | dave |
2010-03-01 | Fixes #1558: Applied Cash's patch. Added unit tests to test for regressions ... | brettp |
2010-02-01 | Fixed incorrect deprecated warning. | brettp |
2010-02-01 | Add elgg_deprecated_notice() so we don't have to re-write all the elgg_log() ... | brettp |
2010-01-27 | Fixes #1419: Added remove_from_river_by_annotation(). Deleting annotations no... | brettp |
2010-01-10 | Fixes #1399: Case sensitivity was never in the deprecated function, so no nee... | brettp |
2009-12-05 | get_entities_from_annotations was ignoring group_guid - setting container_gui... | cash |
2009-11-21 | fixes #1374 - owner_guid wasn't being set correctly in options array | cash |
2009-11-13 | Properly ordering annotation objects returned by Elgg methods. | nickw |
2009-11-02 | Deprecated elgg_get_entities_from_annotations(). | brettp |
2009-10-09 | Standardized annotations.php. | brettp |
2009-10-06 | Fixing a spacing issue with constructed SQL query. | nickw |
2009-09-21 | New river code added to allow user comment to be pulled out and displayed | dave |
2009-08-26 | Added entity_owner_guid to get_annotations() | brettp |
2009-08-20 | Whoa nelly this is a big one: Removed license and copyright for files. | brettp |
2009-08-11 | Added timelower and timeupper to get_annotations() and __get_annotations_calc... | brettp |