aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/elgglib.php
AgeCommit message (Expand)Author
2009-03-03Closes #831: Plugin view location is now cached in a file in dataroot and is ...marcus
2009-02-26Closes #807: Removed echo on page_draw()marcus
2009-02-25Added friends access levelkevinjardine
2009-02-24Made icon views work properly for non-default icons, and introduced elgg_view...kevinjardine
2009-02-23ACCESS_DEFAULT is now defined.ben
2009-02-20Closes #487: Removed superfluous page_draw from exception view.marcus
2009-02-19An alternative template handler will now be sought by elgg_view by default. F...ben
2009-02-19delete confirmation added to delete pagesdave
2009-02-18Closes #790: Removed @ before include statements.marcus
2009-02-17Added some very basic page load profiling.marcus
2009-02-17Closes #785: datalists now pulls all settings on first item load.marcus
2009-02-16A little more flexibility for the simplecache.ben
2009-02-16Views simplecache improvements.ben
2009-02-16Committing the simplecache for views.ben
2009-02-15latest activity link removed as it will be replaced by a full activity streamdave
2009-02-13Closes #769: Added short circuit to quit function if entity is null.marcus
2009-02-13Closes #772: $value no longer being incorrectly set when memcache is enabled.marcus
2009-02-04Moved the access constant definitions from access.php to elgglib.php, so they...ben
2009-02-03Elgg Javascript update content functionben
2009-01-27Moving actions into the boot event.ben
2009-01-26Moved actions out of init filesben
2009-01-23Refs #706marcus
2009-01-22Closes #701: Blank tags not returned by string_to_tag_arraymarcus
2009-01-15git-svn-id: https://code.elgg.org/elgg/trunk@2572 36083f99-b078-4883-b0ff-0f9...marcus
2009-01-15Added shutdown, system event. Refs #672marcus
2009-01-13Fix for template handler override.ben
2009-01-13Better trigger_plugin_hook documentation.ben
2009-01-09Minor variable name and comment change.marcus
2009-01-05Fixes #655, Refs #628: Install now working with correct event chain (#628).marcus
2008-12-23Closes #628: Event change now terminates on false. Nice spot :)marcus
2008-12-08Fixes to user banning.ben
2008-12-05Prototype view cachingmarcus
2008-11-14Removed some "Undefined" messagesmarcus
2008-11-14"Undefined" messages tidied upmarcus
2008-11-10Content length headers on JS and cssmarcus
2008-11-10Javascript now correctly marked as cacheablemarcus
2008-11-07Fixed datalists errormarcus
2008-11-07Refs #529: Experimental memcaching on datalistsmarcus
2008-11-06datalists now has primary key, datalist set function optimisedmarcus
2008-11-06Not possible to get any more, so tell them somarcus
2008-11-05Extends elgg_view_tree to support other view types.marcus
2008-11-03Minor tweaks 'cos case does matter...marcus
2008-10-29Annotation pagination is now corrected where more than 10 items are being dis...ben
2008-10-28Views are now more granular.ben
2008-10-16Moving internal function out of elgg_view_tree() since this caused problemsmarcus
2008-10-13git-svn-id: https://code.elgg.org/elgg/trunk@2253 36083f99-b078-4883-b0ff-0f9...marcus
2008-10-13Catching error on datalistsmarcus
2008-10-06Removed unnecessary debugmarcus
2008-10-06You can now remove pagination from a listben
2008-10-06Minor fix for previous.ben