aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/entities.php
AgeCommit message (Expand)Author
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-06-23Added optional 4th argument 'class' for elgg_instanceof().brettp
2010-05-26Fix problem rewriting type_subtype_pair -> type_subtype_pairs in elgg_get_ent...brettp
2010-05-20create_entity() now adds a default last_action set to the same as time_create...brettp
2010-05-14Merged 5928-6908 from 1.7 branch to trunk.brettp
2010-05-14merge -r5898:5928 (not excluding riverdashboard, notifications, and messagebo...brettp
2010-04-17Updated docs for types and subtypes in elgg_get_entities().brettp
2010-04-16Merged type_subtype_pair fix from 1.7 branch.brettp
2010-04-05Merged 5605:5622 from 1.7 to trunk.brettp
2010-04-05Merged 5530:5604 from 1.7 to trunk.brettp
2010-04-05Merged 5487:5525 from 1.7 to trunk.brettp
2010-03-23Added remove_subtype() and update_subtype().brettp
2010-03-22Merged 1.7 bugfixes back into core. (5376:HEAD).brettp
2010-03-10Added elgg_instanceof().brettp
2010-03-09Fixed incorrect deprecated function rewrite for list_entities().brettp
2010-03-01Fixes #1563: Added time_updated and site_guid to the export vals.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-13Cleaned up tag searching so you can search on a specific tag. Useful in sear...brettp
2010-02-12Closes #1506: Added elgg_register_tag_metadata_name(), elgg_get_registered_ta...brettp
2010-02-04Refs #1200: Changed logic in elgg_get_entity_type_subtype_where_sql() to retu...brettp
2010-02-01Fixed incorrect variable for subtype in get_entity_dates().brettp
2010-02-01Fixes #1406: get_entity_dates() supports order by.brettp
2010-02-01Fixes #1376: added ElggEntity::removeRelationship().brettp
2010-02-01Updated documentation for elgg_get_entities().brettp
2010-02-01Fixes #1325: ElggEntities::countEntitiesFromRelationship() support inverse re...brettp
2010-02-01Put the can_write_to_container() plugin hook in the right place after [3871].brettp
2010-02-01Add elgg_deprecated_notice() so we don't have to re-write all the elgg_log() ...brettp
2010-01-31Deprecated old search functions and views.brettp
2010-01-31Fixes #1164: can_write_to_container() now sends default values through contai...brettp
2010-01-20Fixed documentation for time created and modified params in elgg_get_entities().brettp
2010-01-12Fixes #1414: Metadata set to a falsy value (except NULL) returns TRUE for iss...brettp
2010-01-12closes #1145 - deprecated current "copy constructor" for all entities and imp...cash
2010-01-08Refs #1400: Fixed a typo in checking the site_guid. Can't duplicate #1400 no...brettp
2009-12-21fixes #988 - subtype is now available on new entities after being savedcash
2009-12-20fixed typo in list_entities()cash
2009-12-17when asking for a count of entities, we now return an integer rather than a s...cash
2009-12-08fixes #1305 - user and entity cache now cleared on deletecash
2009-11-24Fixing a bug resulting from get_loggedin_user() return FALSE.nickw
2009-11-24entities can now have metadata of 0 and return the correct type. Fixes #1192cash
2009-11-24fixes #935cash
2009-11-20Fixed a bug with group by and order by in elgg_get_entities. #ElggCampBAbrettp
2009-11-09Ignoring empty owner_guids in elgg_get_entities.brettp
2009-11-07fixed bug in list_entities() wrapper function - it was ignoring false values ...cash
2009-11-06Added ability to pass 0 as a subtype meaning "entities without a subtype".brettp
2009-11-02Deprecated elgg_get_entities_from_annotations().brettp
2009-10-28Deprecated get_entities_from_metadata() and get_entities_from_metadata_multi().brettp
2009-10-27Removed some commented out code.brettp