aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/metadata.php
AgeCommit message (Expand)Author
2010-02-17Fixes #1488: Removed use of deprecated functions in core. brettp
2010-02-17Refs #1523: elgg_get_entities() uses the constants for defaults and condition...brettp
2010-02-07Correcting documentation for elgg_get_entities_from_metadata().brettp
2010-02-01Added error checking to clear_metadata_by_owner().brettp
2010-02-01Add elgg_deprecated_notice() so we don't have to re-write all the elgg_log() ...brettp
2010-01-21Removing debug output from previous commit.brettp
2010-01-21Corrected a possible SQL insertion bug in elgg_get_entity_metadata_where_sql().brettp
2010-01-12closes #1145 - deprecated current "copy constructor" for all entities and imp...cash
2010-01-10Fixes #538. Applied Cash's patch. This is an old one...jeepers.brettp
2010-01-10Fixes #1375: Metadata names and values are properly escaped.brettp
2009-12-31Removed debug data.brettp
2009-11-21fixes #1374 - owner_guid wasn't being set correctly in options arraycash
2009-11-21get_entities_from_metadata_multi() had bad option keys - related to #1374.cash
2009-11-06Corrected documentation for elgg_get_entities_from_metadata()brettp
2009-11-02Deprecated elgg_get_entities_from_annotations().brettp
2009-10-30Namespaced metadata keys for elgg_get_entities_from_metadata() so no clashes ...brettp
2009-10-29Deprecated get_entities_from_relationships_and_meta().brettp
2009-10-28Actually fixed the documentation for elgg_get_entities_from_metadata().brettp
2009-10-28Cleaned up table prefix for elgg_get_entity_metadata_where_sql().brettp
2009-10-28Updated documentation for elgg_get_entity_metadata_where_sql()brettp
2009-10-28Deprecated get_entities_from_metadata() and get_entities_from_metadata_multi().brettp
2009-10-27Fixed get_entities_from_metadata() wrapper when passing case_sensitive = FALSE.brettp
2009-10-27Created elgg_get_entities_from_metadata() and made get_entities_from_metadata().brettp
2009-10-21Allowing entities to be retrieved by case-insensitive search.nickw
2009-10-15Standardized gobs of files.brettp
2009-08-31All line endings are now Unix-style.brettp
2009-08-20Whoa nelly this is a big one: Removed license and copyright for files.brettp
2009-07-24Fixes #1144: Added comma between order by fields.brettp
2009-07-02order by now works on get entities from metadatadave
2009-07-01Metadata delete now passing correct object, also handles missing metadata ent...marcus
2009-06-05Closes #639: marcus
2009-06-04Closes #998 : Operator selection on get by metadata multimarcus
2009-05-27Delete event now triggered on metadata and annotation deletemarcus
2009-04-22Deleting correct data + using correct tablesmarcus
2009-04-22Closes #957: Annotations and metadata owned by a deleted user are now also de...marcus
2009-04-09Closes #974: Owner_guid may now be an arraymarcus
2009-03-31Closes #896: Error thrown if user not validate. Metadata physically removed r...marcus
2009-02-24Syntax improvements for the get_metadata functionsben
2009-02-10Closes #757: Removed strtolower as it is not UTF8 safe. See http://www.phpwac...marcus
2009-02-04Moves access permissions references over to using the ACCESS_* constants defi...ben
2009-01-24Fixing access controls on multi-metadatamarcus
2009-01-23Refs #706marcus
2009-01-22Closes #701: Blank tags not returned by string_to_tag_arraymarcus
2009-01-08Closes #667: Minor tweak, an e should be an mmarcus
2008-12-30Closes #643: Confirmed bug, applied fix as suggested.marcus
2008-11-24Closes #580: Fixed tagging trim and strtolowermarcus
2008-11-20Fixes #531: Access permissions enforcedmarcus
2008-11-14* Introducing get_loggedin_user() and get_loggedin_userid()marcus
2008-11-07Refs #529: Experimental memcaching for metadatamarcus
2008-10-06Introduced a way to either tether metadata access to entities, or to make the...ben