aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/entities.php
AgeCommit message (Expand)Author
2009-03-11Closes 868: Fixes regression introduced in [3119]. Version number bumped.marcus
2009-03-11Added a clause that will detect if insert_data returned 0 rather than false, ...ben
2009-03-06Added garbage collector hook to clear up orphaned sub table entities.marcus
2009-03-05Error in subtype detectionben
2009-03-05Fixed search RSSben
2009-03-04Access fixben
2009-03-04Let's go with the most obvious application of this.ben
2009-03-04River access issuesben
2009-03-03Removed calls to the deprecated entity cacheben
2009-02-26Fixes to container permissions and widgets to allow default widgets to work w...kevinjardine
2009-02-24Added fixes to create_entity and add_widgets to correctly handle containers.ben
2009-02-20Fixes warning messages on disable or delete for times when an entity has no s...marcus
2009-02-19Introducing archive functionality.ben
2009-02-16Short circuit get entity on impossible values, saving two db queries per pagemarcus
2009-02-12Clear river items on entity deleteben
2009-02-09A single notification is now sent out on forum topic creation.ben
2009-02-09Refs #640: Entity disable now recursivemarcus
2009-02-09Refs #640, #282: Recursive deletion of owned and contained entities.marcus
2009-02-09Closes #720: setCalendarTimeAndDuration() now saves end time correctly.marcus
2009-02-04Moves access permissions references over to using the ACCESS_* constants defi...ben
2009-02-04ticket #732 committeddave
2009-02-03patch number #724 applieddave
2009-02-02Fixed bug in get_entities allowing for multiple subtypes.ben
2009-01-30Moving over to use file_exists to check for default entity icons, which shoul...ben
2009-01-27Added container_guid to ElggEntity->save() and update_entity() functions. Fix...ben
2009-01-23Refs #706marcus
2009-01-09Minor variable name and comment change.marcus
2009-01-08Minor error message improvementmarcus
2009-01-08Added extra belts and braces check (minor)marcus
2009-01-08Added extra belts and braces check (minor)marcus
2009-01-08Refs #640: Renamed and moved entities.php:disable_entities to user.php:disabl...marcus
2009-01-08Delete replaced by disable in disable_entitymarcus
2009-01-05* Added addRelationship to ElggEntity... bit of an omission! marcus
2008-11-26Closes #571: Widgets now use private store for settingsmarcus
2008-11-25Hook for future geocoding library added.marcus
2008-11-20Refs #452: Calendar interface on entitiesmarcus
2008-11-20Introducing get_entities_from_private_setting();marcus
2008-11-20Refs #571. Fixes #569, #570: marcus
2008-11-20Refs #569, #570, #571: Corrected and optimised insert querymarcus
2008-11-20Refs #569, #570, #571: dbprefix not prefix;marcus
2008-11-20Refs #569, #570, #571: Added remove_all_private_settings()marcus
2008-11-20Refs #569, #570, #571: Added get_all_private_settings();marcus
2008-11-19Fixes #568: Exportable code now inclusive not exclusive.marcus
2008-11-19Base private setting functions, commit 2ben
2008-11-19Base private setting functions, commit 1ben
2008-11-14* Introducing get_loggedin_user() and get_loggedin_userid()marcus
2008-11-12git-svn-id: https://code.elgg.org/elgg/trunk@2445 36083f99-b078-4883-b0ff-0f9...marcus
2008-11-07Refs #529: Experimental object level cachingmarcus
2008-11-06Reverted limited caching back to array since caching objects don't work so we...marcus
2008-11-04Moved caching to function so it can be easily replacedmarcus