aboutsummaryrefslogtreecommitdiff
path: root/engine/classes/ElggObject.php
AgeCommit message (Expand)Author
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
2012-12-22Fixes #4856 removed incorrect argument to create_object_entity()Cash Costello
2012-11-26Fixes #4929: Optimize elgg_get_entities and add attribute loaderSteve Clay
2012-10-19Correctly passing guid instead of object in container permissions check.Brett Profitt
2012-02-04Fixes #2112 not loading data from entities table twicecash
2012-01-01Fixes #3209 finished adding class properties documentationCash Costello
2011-12-31Refs #3209: Adds property docs for the four main entity classesEvan Winslow
2011-11-18Fixes #4111 guid is now an intcash
2011-03-20Fixes #2974 using canWriteToContainer() to control access to creating group c...cash
2011-02-21Fixes #2971 added canComment() method and implemented it for ElggBlogcash
2011-02-08Refs #2543: Core uses the new functions from previous commit.brettp
2010-11-20Fixes #2629: Pulled old initialise_attributes() into ElggData and added a def...brettp
2010-11-20Fixes #2490: attributes initialize to NULL instead of empty string or 0. Upd...ewinslow
2010-11-03Refs #1320. Updated core to use elgg_echo()'s native string replacement.brettp
2010-11-03Fixes #2134: Moved getContainerEntity() method to ElggEntityewinslow
2010-10-31Refs #2597: Entity type constructors all use initializeAttributes nowewinslow
2010-10-28Standardized code in all of core, not including language files, tests, or cor...brettp
2010-09-23Refs #2450: Documented ElggSite, clarified some docs on ElggObject.brettp
2010-09-22Converted line endings to unix.brettp
2010-09-22Refs #2450: Documented ElggObject.brettp
2010-09-06Refs #2220: Pulled most classes / interfaces out of lib files (except query.p...ewinslow