aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/metadata.php
AgeCommit message (Expand)Author
2010-11-14Fixes #2334: Converted viewtype => listtype and viewtypetoggle => listtypetog...ewinslow
2010-11-12Updating ElggEntity::clearMetaData() to fail when passed a non-existent metad...nickw
2010-11-10Fixes #2367: With fear and trepidation, converting events/plugin hooks to use...ewinslow
2010-11-09Refs #2632 - cleaned up documentation on metadatacash
2010-11-03Fixes #2606: Abstracted elgg_list_entities. Takes an optional second argumen...ewinslow
2010-10-28Standardized code in all of core, not including language files, tests, or cor...brettp
2010-10-22Removed @license, @copyright, and @author from files. License and copyright a...brettp
2010-09-15Refs #2220: Pulled remaining classes out of lib files. Core classes now auto...ewinslow
2010-09-06Refs #2220: Pulled most classes / interfaces out of lib files (except query.p...ewinslow
2010-08-29Merged [6875] from 1.7 branch into trunkcash
2010-08-22Merged r6757:6810 from 1.7 branch into trunkcash
2010-08-22Merged r6701:6756 from 1.7 branch into trunkcash
2010-08-22Merged r6671:6683 from 1.7 branch to trunkcash
2010-08-22Merged r6620:6653 from 1.7 branch into trunkcash
2010-08-22Merged [6600],[6601],[6605],[6606],[6607],[6608],[6611] from 1.7 branch into ...cash
2010-08-21Merged r6534-6559 from 1.7 branch to trunkcash
2010-08-21Merging r6517:6520 from 1.7 branchcash
2010-06-08elgg_get_entities_from_metadata() and egef_annotations() support singular -> ...brettp
2010-04-07Ensuring malformed offset/limit values are ignored by elgg_list_entities_from...nickw
2010-04-05Metadata lists will default offset and limit to existing url elements.nickw
2010-04-05Passing entity list options on to view.nickw
2010-04-05Merged 5530:5604 from 1.7 to trunk.brettp
2010-03-24Added documentation for order_by_metadata.brettp
2010-03-22Merged 1.7 bugfixes back into core. (5376:HEAD).brettp
2010-03-12Added elgg_list_entities_from_metadata() and deprecated list_entities_from_me...brettp
2010-02-24Fixes #1542: Pulled in Kevin's patch to add ability to sort by metadata. Add...brettp
2010-02-23Refs #1543: Added support to have pass an array as a value in the metadata_na...brettp
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