Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-07 | Fixes #5600: Entities are kept out of entity cache during save | Steve Clay | |
2013-04-13 | cleanup of entity caching code | cash | |
2013-03-15 | more coding standard fixes | cash | |
2012-12-22 | Fixes #4856 removed incorrect argument to create_object_entity() | Cash Costello | |
2012-11-26 | Fixes #4929: Optimize elgg_get_entities and add attribute loader | Steve Clay | |
2012-10-19 | Correctly passing guid instead of object in container permissions check. | Brett Profitt | |
2012-02-04 | Fixes #2112 not loading data from entities table twice | cash | |
2012-01-01 | Fixes #3209 finished adding class properties documentation | Cash Costello | |
2011-12-31 | Refs #3209: Adds property docs for the four main entity classes | Evan Winslow | |
2011-11-18 | Fixes #4111 guid is now an int | cash | |
2011-03-20 | Fixes #2974 using canWriteToContainer() to control access to creating group ↵ | cash | |
content git-svn-id: http://code.elgg.org/elgg/trunk@8795 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-21 | Fixes #2971 added canComment() method and implemented it for ElggBlog | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@8381 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-08 | Refs #2543: Core uses the new functions from previous commit. | brettp | |
git-svn-id: http://code.elgg.org/elgg/trunk@8078 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-11-20 | Fixes #2629: Pulled old initialise_attributes() into ElggData and added a ↵ | brettp | |
default param to emit a deprecation notice if called. git-svn-id: http://code.elgg.org/elgg/trunk@7387 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-11-20 | Fixes #2490: attributes initialize to NULL instead of empty string or 0. ↵ | ewinslow | |
Updated tests to reflect this git-svn-id: http://code.elgg.org/elgg/trunk@7376 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-11-03 | Refs #1320. Updated core to use elgg_echo()'s native string replacement. | brettp | |
git-svn-id: http://code.elgg.org/elgg/trunk@7227 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-11-03 | Fixes #2134: Moved getContainerEntity() method to ElggEntity | ewinslow | |
git-svn-id: http://code.elgg.org/elgg/trunk@7219 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-10-31 | Refs #2597: Entity type constructors all use initializeAttributes now | ewinslow | |
git-svn-id: http://code.elgg.org/elgg/trunk@7158 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-10-28 | Standardized code in all of core, not including language files, tests, or ↵ | brettp | |
core mods. git-svn-id: http://code.elgg.org/elgg/trunk@7124 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-09-23 | Refs #2450: Documented ElggSite, clarified some docs on ElggObject. | brettp | |
git-svn-id: http://code.elgg.org/elgg/trunk@6958 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-09-22 | Converted line endings to unix. | brettp | |
git-svn-id: http://code.elgg.org/elgg/trunk@6957 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-09-22 | Refs #2450: Documented ElggObject. | brettp | |
git-svn-id: http://code.elgg.org/elgg/trunk@6955 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-09-06 | Refs #2220: Pulled most classes / interfaces out of lib files (except ↵ | ewinslow | |
query.php and exception.php) into "classes" folder. Replaced inline classes with "require_once" statements for now. Ran unit tests to verify functionality before committing. git-svn-id: http://code.elgg.org/elgg/trunk@6908 36083f99-b078-4883-b0ff-0f9b5a30f544 |