aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/metadata.php
AgeCommit message (Expand)Author
2013-10-27#5952 - fix infinite loop when disabling > 50 annotations or metadataMatt Beckett
2013-07-13adds warning for those using a string value with the operand "IN" for metadat...Cash Costello
2013-06-08Fixes #5598: Properly update metadata cache in update_metadata()Steve Clay
2013-05-11Fixes #5419 adds tests for enabling/disabling annotations and fixes bug with ...Cash Costello
2013-03-30Fixes #4867 handling boolean false values as metadata pair valuecash
2013-03-15more coding standard fixescash
2013-03-10Fixes #5214: Successfully invalidates metadata cache in some corner casesSteve Clay
2013-03-06Fixes #4393 working around the overloaded 'count' parametercash
2013-03-05Fixes #5165 handling html tags passed as tagsCash Costello
2013-02-09Doc fixes and inline type hints for variables (big static analysis cleanup)Steve Clay
2012-09-03Fixes #4290: adds volatile metadata cache, unit tests, and pre-loading for fe...Steve Clay
2012-07-06Fixes #3046 adds documentation for requesting entities that do not have metad...Cash Costello
2012-05-10Fixes #4512. Passing inc_offset only for deleting / disabling callbacks in me...Brett Profitt
2012-05-10Documented that elgg_delete_metadata/annotations() returns null for no ops.Brett Profitt
2012-02-07Fixes #1043 tags retain their caseCash Costello
2012-01-22Fixes #4321. Limit alone is no longer valid for batch delete operations for m...Brett Profitt
2012-01-22Refs #4325. Restored the null vs bool return in elgg_delete_metadata().Brett Profitt
2012-01-22Fixes #4318 added guid to the list of parameters for elgg_delete_metadata()Cash Costello
2012-01-10Fixes #4269. Not using ElggBatch to delete metadata / annotations. Added unit...Brett Profitt
2012-01-09Fixes #4243. Added docs for metadata_calculation option to elgg_get_metadata().Brett Profitt
2012-01-09coding standard fixes to engineCash Costello
2012-01-08most of the comments in the engine now past the snifferCash Costello
2011-12-23Fixes #682 not deleting metadata when update, metadata event handlers return ...Cash Costello
2011-11-01standardized the elgg_get_entities* function @return documentationcash
2011-10-08Fixes #3936 added @access private to internal functionsCash Costello
2011-10-02Merged docs update for getters from 1.7.Brett Profitt
2011-09-29Fixes #3827 updated documentation on @return for elgg_get_entities* functionscash
2011-03-26Refs #3238 fix for updating name of metadata for trunkcash
2011-03-26added defaults for value_type and owner_guid to create_metadata - refs https:...cash
2011-03-26Closes #3202 'count' already supported, added unit testscash
2011-02-15Fixes #2860: Deprecated several registration functions that were using the 'c...ewinslow
2011-02-14Removed last of deprecated metadata calls in trunk.brettp
2011-02-14Updated trunk to use new annotation functions. Added checks for annotations_*...brettp
2011-02-14More fixes to annotations/metadata changes. Now all function support getting ...brettp
2011-02-14Refs #2912. Added checks for constraints in dangerous functions. Unit tests n...brettp
2011-02-13Refs #2907. DRY'd up and abstracted out a lot of metadata / annotation functi...brettp
2011-02-12Refs #650. Changed elgg_get_metadata_by_id() to elgg_get_metadata_from_id() t...brettp
2011-02-12Refs #650. Replaced get_metadata() by elgg_get_metadata_by_id()brettp
2011-02-12Refs #650: Replaced uses of get_metadata_for_entity() by elgg_get_metadata().brettp
2011-02-12Deprecated get_metadata() by elgg_get_metadata_by_id() to avoid confusion wit...brettp
2011-02-12Refs #650: Deprecated find_metadata() with elgg_get_metadata(). Deprecated ge...brettp
2011-02-11Refs #650. Deprecated get_annotations() for elgg_get_annotations().brettp
2011-02-08Refs #2543: Core uses the new functions from previous commit.brettp
2011-02-01Moved functions from export.php - river.php into deprecated filesewinslow
2011-02-01Reversing 7975ewinslow
2011-02-01Refs #2839: moved deprecated functions from access.php - private_settings.php...ewinslow
2011-01-06Fixes #2774 - fixes several E_NOTICE issues - mostly due to accessign array i...cash
2011-01-01Fixes #2698 not sanitizing strings to prevent double encodingcash
2010-12-31Merged r7272 from 1.7 to trunk.brettp
2010-11-24Deprecated list_entities_from_metadata_multiewinslow