aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/entities.php
AgeCommit message (Expand)Author
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
2009-10-27Created elgg_get_entities_from_metadata() and made get_entities_from_metadata().brettp
2009-10-25Corrected bug when passing container_guids or owner_guids of 0.brettp
2009-10-24Created elgg_get_entities() and rewrote get_entities() to pass to the new fun...brettp
2009-10-22Pulling in MITRE's search core. Fo'rizzle this time. Yo.brettp
2009-10-16Rewriting core debug messages to be more informative.nickw
2009-10-13Standardized users and entities.brettp
2009-10-13Standardized entities.php.brettp
2009-10-09Reverted back to previous copy removing Justin's search because of views prob...brettp
2009-10-09Pulled in Justin's search changes from github.brettp
2009-10-09Creating an ElggObject unit test.nickw
2009-10-08Adding generic unit tests for ElggEntity.nickw
2009-10-07Fixes #790: Removing unneeded @s.brettp
2009-10-06Adding unit test methods to the new Entities test.nickw
2009-10-02Added unit tests for entities.brettp
2009-09-04Added strip_tags() to setting titles in ElggEntitybrettp
2009-08-31All line endings are now Unix-style.brettp
2009-08-28Fixes #1196: ElggEntity::disable() now accepts a 2nd arg for recursive. New ...brettp
2009-08-20Whoa nelly this is a big one: Removed license and copyright for files.brettp
2009-07-06Closes #742: Ability to retrieve master icon from getIcon() interface.marcus
2009-06-29Updated get_*() functions ot return false if an invalid subtype is specified.brettp
2009-05-28Refs #965: Search now correctly using page handler to make it easier to replace.marcus
2009-05-05Closes #1007: Private data now removed on entity deletion.marcus
2009-04-22Closes #957: Annotations and metadata owned by a deleted user are now also de...marcus