aboutsummaryrefslogtreecommitdiff
path: root/engine/classes/ElggEntity.php
AgeCommit message (Expand)Author
2013-10-23replaced all references to trac.elgg.org to the correct GitHub issuesJerome Bakker
2013-06-07Fixes #5600: Entities are kept out of entity cache during saveSteve Clay
2013-04-13cleanup of entity caching codecash
2013-03-15more coding standard fixescash
2013-02-09remove unused code: vars, foreach keys, etcSteve Clay
2013-02-09Doc fixes and inline type hints for variables (big static analysis cleanup)Steve Clay
2012-09-03Fixes #4290: adds volatile metadata cache, unit tests, and pre-loading for fe...Steve Clay
2012-05-17Fixes #4249: Removes links to non-existent documentation.Evan Winslow
2012-05-10Fixes #2776. Overriding permissions to delete metadata when overwriting multi...Brett Profitt
2012-05-10Refs #2776. Cleaned up ElggEntity::setMetaData().Brett Profitt
2012-02-04Fixes #2112 not loading data from entities table twicecash
2012-01-09coding standard fixes to engineCash Costello
2011-11-18Fixes #4111 guid is now an intcash
2011-10-29Fixes #3201 updates rss view type for core Elggcash
2011-10-29Fixes #3920 profile plugin adds a fast loading of user avatarsCash Costello
2011-09-10Fixes #3782 only deleting metadata if the entity has been savedCash Costello
2011-09-04Refs #3661. Merged lat/long metadata fixes to master.Brett Profitt
2011-06-26Fixes #3614 updated use of elgg_view_entity() throughout coreCash Costello
2011-06-25Fixes #3609 removed use of deprecated trigger_plugin_hook()cash
2011-06-07Refs #3510, #3433. Ported r9062 to trunk. Fix for comment hook returning 0 co...brettp
2011-04-14fixes warnings in ElggEntity::getMetadata() (hellekin)cash
2011-04-14making sure ElggEntity::getAnnotations() returns an array, check if temporary...cash
2011-04-02Fixes #3208 setting time_created on updatecash
2011-03-21oof -- how did that happen?ewinslow
2011-03-21Added documentation of magic properties to ElggEntityewinslow
2011-03-20Fixes #3192, refs #650. ElggEntity->getMetaData() sets the limit to 0 for arr...brettp
2011-03-12improved documentation of can write to container method/functioncash
2011-03-09Fixes #3058 pulls likes out as a plugincash
2011-02-21fixes #2885 #2569 likes controlled by canAnnotate() with plugin hookcash
2011-02-21Fixes #2971 added canComment() method and implemented it for ElggBlogcash
2011-02-20Fixes #2963: Rewrote ElggEntity->setMetadata() because yikes. Wrote unit test...brettp
2011-02-14Removed last of deprecated metadata calls in trunk.brettp
2011-02-14Updated trunk to use new annotation functions. Added checks for annotations_*...brettp
2011-02-14Fixes #2918. Moved annotation/metadata delete functions from ElggUser to Elgg...brettp
2011-02-13Deprecated ElggEntity->clearMetadata() by ElggEntity->deleteMetadata(). Disab...brettp
2011-02-13Refs #2907. DRY'd up and abstracted out a lot of metadata / annotation functi...brettp
2011-02-12Refs #650. Replaced count_annotations().brettp
2011-02-12Updated a few recent calls to elgg_get_annotations() to use 'reverse_order_by...brettp
2011-02-12Refs #650. Replaced calls to get_annotations() by elgg_get_annotations().brettp
2011-02-12Refs #650. Replaced uses for get_metadata_byname() by elgg_get_metadata()brettp
2011-02-12Refs #650: Replaced uses of get_metadata_for_entity() by elgg_get_metadata().brettp
2011-02-08Refs #2543: Core uses the new functions from previous commit.brettp
2011-02-06moved the count comments and likes functions into the ElggEntity classcash
2011-02-05Fixes #2559 refs #2475 added ElggEntity:getIconURL() and elgg_view_entity_ic...cash
2011-02-05supporting private settings before an entity is savedcash
2011-01-02Refs #2490. Using array_key_exists() instead of isset() in get() overrides to...brettp
2010-11-29Refs #2668: Deprecated ElggEntity::setContainer() for setContainerGUID()brettp
2010-11-20Fixes #2629: Pulled old initialise_attributes() into ElggData and added a def...brettp
2010-11-20Refs #2668 adds getContainerGUID()cash
2010-11-20Fixes #2668 adding getOwnerGUID()cash