Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-06 | Fixes #4393 working around the overloaded 'count' parameter | cash | |
2013-02-09 | Lots of new @todos :( | Steve Clay | |
2013-02-09 | Fixes #5052 using name for annotations and using correct class for export | Cash Costello | |
2013-02-09 | remove unused code: vars, foreach keys, etc | Steve Clay | |
2013-02-09 | simplify flow, style | 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 | |
2012-12-17 | Fixes #4709. Removed documentation for unused annotation_id(s) in ↵ | Brett Profitt | |
egef_annotations(). | |||
2012-05-10 | Fixes #4512. Passing inc_offset only for deleting / disabling callbacks in ↵ | Brett Profitt | |
metastring functions. | |||
2012-05-10 | Refs #4487. Turning off system log (even more) during upgrades. Removed ↵ | Brett Profitt | |
debug call to system_log() in create_annotation(). | |||
2012-01-22 | Fixes #4321. Limit alone is no longer valid for batch delete operations for ↵ | Brett Profitt | |
metadata or annotations. | |||
2012-01-10 | Fixes #4269. Not using ElggBatch to delete metadata / annotations. Added ↵ | Brett Profitt | |
unit tests for deleting annotations/md. Fixed an annoying inconsistency with "metastring/s" option in private functions. | |||
2012-01-09 | Fixes #4243. Added docs for metadata_calculation option to elgg_get_metadata(). | Brett Profitt | |
2012-01-08 | most of the comments in the engine now past the sniffer | Cash Costello | |
2012-01-05 | Fixes #4243. Added docs to explain the difference between ↵ | Brett Profitt | |
annotation_calculation and calculation. | |||
2011-12-23 | Fixes #683 not deleting annotation when event handlers return false on an update | Cash Costello | |
2011-12-08 | Fixes #4025 added a url handler for comments | cash | |
2011-11-01 | standardized the elgg_get_entities* function @return documentation | cash | |
2011-10-13 | Fixes #3901. Corrected typo for maxtime sorting. | Brett Profitt | |
2011-10-08 | Fixes #3942 fixed all the warnings and notices in the unit tests | Cash Costello | |
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-04-21 | Refs #3195. Selectively joining certain tables for performance with ↵ | brettp | |
annotation calculations. git-svn-id: http://code.elgg.org/elgg/trunk@9011 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-04-21 | Reverting the annotation changes because they're not ready yet. | brettp | |
git-svn-id: http://code.elgg.org/elgg/trunk@9010 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-04-21 | Fixed a problem with the annotation batch operation test. | brettp | |
git-svn-id: http://code.elgg.org/elgg/trunk@9009 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-04-14 | Refs #3195. Changed the way annotation calculations are performed. Seems to ↵ | brettp | |
be working better, but will want to test more before closing. git-svn-id: http://code.elgg.org/elgg/trunk@9000 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-03-26 | Refs #3238 #3246 anootations needed the same fixes as metadata | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@8852 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-03-26 | Closes #3202 'count' already supported, added unit tests | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@8840 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
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-15 | Fixes #2808: elgg_get_array_value => elgg_extract | ewinslow | |
git-svn-id: http://code.elgg.org/elgg/trunk@8247 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-14 | Updated trunk to use new annotation functions. Added checks for ↵ | brettp | |
annotations_* options vs annotation_* options because it's so easy to confuse. git-svn-id: http://code.elgg.org/elgg/trunk@8223 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-14 | More fixes to annotations/metadata changes. Now all function support getting ↵ | brettp | |
via a metastring id. git-svn-id: http://code.elgg.org/elgg/trunk@8221 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-14 | Refs #2912. Added checks for constraints in dangerous functions. Unit tests ↵ | brettp | |
no longer remove all metadata/annotations. git-svn-id: http://code.elgg.org/elgg/trunk@8215 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-13 | Refs #2907. DRY'd up and abstracted out a lot of metadata / annotation ↵ | brettp | |
functions so I can implement #1115 with a clean conscious. git-svn-id: http://code.elgg.org/elgg/trunk@8207 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-12 | Refs #650. Replaced calls to get_annotations() by elgg_get_annotations(). | brettp | |
git-svn-id: http://code.elgg.org/elgg/trunk@8182 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-12 | Refs #650: Deprecated find_metadata() with elgg_get_metadata(). Deprecated ↵ | brettp | |
get_metadata_for_entity() and get_metadata_byname() <twitch>. Added elgg_get_metastrings_based_objects() to deal with the commonalities between the metadata and annotation getter functions. git-svn-id: http://code.elgg.org/elgg/trunk@8174 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-11 | Bah Didn't hit save on annotations.php before I commited the previous change. | brettp | |
git-svn-id: http://code.elgg.org/elgg/trunk@8120 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-11 | Moved list_entities_from_annotation_count_by_metadata() to deprecated-18.php. | brettp | |
git-svn-id: http://code.elgg.org/elgg/trunk@8119 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-11 | Refs #650. Added 'annotation_calculation' to elgg_get_annotations(). ↵ | brettp | |
Deprecated list_annotations() by elgg_list_annotations(). Deprecated get_annotations_*() by elgg_get_annotations() and passing annotation_calculation. git-svn-id: http://code.elgg.org/elgg/trunk@8118 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-11 | Moved get_annotations() to deprecated-1.8. | brettp | |
git-svn-id: http://code.elgg.org/elgg/trunk@8110 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-11 | Refs #650. Deprecated get_annotations() for elgg_get_annotations(). | brettp | |
git-svn-id: http://code.elgg.org/elgg/trunk@8109 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-08 | Refs #2543: Core uses the new functions from previous commit. | brettp | |
git-svn-id: http://code.elgg.org/elgg/trunk@8078 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-01 | Moving deprecated functions out of files access.php - entities.php. This ↵ | ewinslow | |
time into two files based on version deprecated and maintaining documentation git-svn-id: http://code.elgg.org/elgg/trunk@7979 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-01 | Reversing 7975 | ewinslow | |
git-svn-id: http://code.elgg.org/elgg/trunk@7978 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-01 | Refs #2839: moved deprecated functions from access.php - ↵ | ewinslow | |
private_settings.php to deprecated.php. Still have to do relationships.php - xml.php. Deleted documentation for these functions since 1) it was using up precious bytes, and 2) documentation should not be needed since people should not be trying to use these if they are using 1.8, and 3) I assume the documentation will exist as archived 1.7 docs. git-svn-id: http://code.elgg.org/elgg/trunk@7975 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-12-29 | updated documentation on new elgg_annotation_exists() function | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@7747 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-12-13 | Refs #2226 moving riverdashboard into core - need to clean up riverdashboard ↵ | cash | |
plugin and move to plugins repository and update plugins with new river views git-svn-id: http://code.elgg.org/elgg/trunk@7610 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-12-09 | Refs #1411: Documentation fix. | brettp | |
git-svn-id: http://code.elgg.org/elgg/trunk@7581 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-12-09 | Refs #1411. Added ability to specify annotation time_created lower and ↵ | brettp | |
upper. Deprecated remaining get/list_entities_from/by_annotation*() functions. git-svn-id: http://code.elgg.org/elgg/trunk@7580 36083f99-b078-4883-b0ff-0f9b5a30f544 |