Age | Commit message (Expand) | Author |
2010-11-24 | Deprecated list_entities_from_metadata_multi | ewinslow |
2010-11-14 | Fixes #2334: Converted viewtype => listtype and viewtypetoggle => listtypetog... | ewinslow |
2010-11-12 | Updating ElggEntity::clearMetaData() to fail when passed a non-existent metad... | nickw |
2010-11-10 | Fixes #2367: With fear and trepidation, converting events/plugin hooks to use... | ewinslow |
2010-11-09 | Refs #2632 - cleaned up documentation on metadata | cash |
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 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 r6671:6683 from 1.7 branch to trunk | cash |
2010-08-22 | Merged r6620:6653 from 1.7 branch into trunk | cash |
2010-08-22 | Merged [6600],[6601],[6605],[6606],[6607],[6608],[6611] from 1.7 branch into ... | cash |
2010-08-21 | Merged r6534-6559 from 1.7 branch to trunk | cash |
2010-08-21 | Merging r6517:6520 from 1.7 branch | cash |
2010-06-08 | elgg_get_entities_from_metadata() and egef_annotations() support singular -> ... | brettp |
2010-04-07 | Ensuring malformed offset/limit values are ignored by elgg_list_entities_from... | nickw |
2010-04-05 | Metadata lists will default offset and limit to existing url elements. | nickw |
2010-04-05 | Passing entity list options on to view. | nickw |
2010-04-05 | Merged 5530:5604 from 1.7 to trunk. | brettp |
2010-03-24 | Added documentation for order_by_metadata. | brettp |
2010-03-22 | Merged 1.7 bugfixes back into core. (5376:HEAD). | brettp |
2010-03-12 | Added elgg_list_entities_from_metadata() and deprecated list_entities_from_me... | brettp |
2010-02-24 | Fixes #1542: Pulled in Kevin's patch to add ability to sort by metadata. Add... | brettp |
2010-02-23 | Refs #1543: Added support to have pass an array as a value in the metadata_na... | brettp |
2010-02-17 | Fixes #1488: Removed use of deprecated functions in core. | brettp |
2010-02-17 | Refs #1523: elgg_get_entities() uses the constants for defaults and condition... | brettp |
2010-02-07 | Correcting documentation for elgg_get_entities_from_metadata(). | brettp |
2010-02-01 | Added error checking to clear_metadata_by_owner(). | brettp |
2010-02-01 | Add elgg_deprecated_notice() so we don't have to re-write all the elgg_log() ... | brettp |
2010-01-21 | Removing debug output from previous commit. | brettp |
2010-01-21 | Corrected a possible SQL insertion bug in elgg_get_entity_metadata_where_sql(). | brettp |
2010-01-12 | closes #1145 - deprecated current "copy constructor" for all entities and imp... | cash |
2010-01-10 | Fixes #538. Applied Cash's patch. This is an old one...jeepers. | brettp |
2010-01-10 | Fixes #1375: Metadata names and values are properly escaped. | brettp |
2009-12-31 | Removed debug data. | brettp |
2009-11-21 | fixes #1374 - owner_guid wasn't being set correctly in options array | cash |
2009-11-21 | get_entities_from_metadata_multi() had bad option keys - related to #1374. | cash |
2009-11-06 | Corrected documentation for elgg_get_entities_from_metadata() | brettp |
2009-11-02 | Deprecated elgg_get_entities_from_annotations(). | brettp |
2009-10-30 | Namespaced metadata keys for elgg_get_entities_from_metadata() so no clashes ... | brettp |
2009-10-29 | Deprecated get_entities_from_relationships_and_meta(). | brettp |
2009-10-28 | Actually fixed the documentation for elgg_get_entities_from_metadata(). | brettp |
2009-10-28 | Cleaned up table prefix for elgg_get_entity_metadata_where_sql(). | brettp |
2009-10-28 | Updated documentation for elgg_get_entity_metadata_where_sql() | brettp |
2009-10-28 | Deprecated get_entities_from_metadata() and get_entities_from_metadata_multi(). | brettp |
2009-10-27 | Fixed get_entities_from_metadata() wrapper when passing case_sensitive = FALSE. | brettp |