aboutsummaryrefslogtreecommitdiff
path: root/engine
AgeCommit message (Expand)Author
2009-03-03Cache delete now functionalmarcus
2009-03-02Limitless queries now supportedmarcus
2009-03-02Changed the order of the access dropdown so that it is in order of increasing...kevinjardine
2009-03-02Corrected unnecessarily patriotic comments.ben
2009-03-02Removing duplicate deletion code.marcus
2009-03-02Minor change to previous.ben
2009-03-02A different table to check db existence against.ben
2009-03-01Closes #828: Quite correct - rather tired - arrays are individually trimmed -...marcus
2009-03-01Closes #828: Array input values now trimmed individually.marcus
2009-02-28Closes #665: Using a bit of preg callback magic to do <wbr> encoding and href...marcus
2009-02-28Closes #824: $language is initialisedmarcus
2009-02-28Disabling updateclient on installs as part of upgrade, this is because it is ...marcus
2009-02-27Enable all / disable all functionality addedmarcus
2009-02-26Fixes to container permissions and widgets to allow default widgets to work w...kevinjardine
2009-02-26Small access tweak for sending notifications.ben
2009-02-26Added "enemies" code to get_access_sql_suffix. This implements two features: ...kevinjardine
2009-02-26Closes #822: Action file existed however the action was not registered (previ...marcus
2009-02-26Closes #807: Removed echo on page_draw()marcus
2009-02-25Refs #808: Bug was actually fixed by not using empty... register_translations...marcus
2009-02-25Closes #808: Removed register_translation from the wild, now called on boot s...marcus
2009-02-25Added friends access levelkevinjardine
2009-02-25Introduces user default access.kevinjardine
2009-02-24Syntax improvements for the get_metadata functionsben
2009-02-24Fix for previous, including a change to check_entity_relationships that actua...ben
2009-02-24Introducing the 'delete relationship' event. Fixes #779ben
2009-02-24Notifications with nonexistent handlers no longer throw an exception; they no...ben
2009-02-24The session initialisation order is slightly altered to allow for language se...ben
2009-02-24Fixed error in notification procedureben
2009-02-24Minor variable fix. Fixes #811ben
2009-02-24Added fixes to create_entity and add_widgets to correctly handle containers.ben
2009-02-24Made icon views work properly for non-default icons, and introduced elgg_view...kevinjardine
2009-02-23Added the ability to turn simplecache on and off.kevinjardine
2009-02-23ACCESS_DEFAULT is now defined.ben
2009-02-23Removing the external definition from the page handler again.ben
2009-02-23RSS for group topics, including fixes for annotation getURL() overrideben
2009-02-23Further external marker on the pagehandler for walledgardenben
2009-02-23Hook for better walled gardenben
2009-02-23Introducing group_gatekeeper()ben
2009-02-23Added site default access permissions. Refs #744ben
2009-02-20Notification messages can be suppressed programmatically.ben
2009-02-20Fixes an annoying problem in countAnnotations.ben
2009-02-20isFriend() now retrieving userid correctlymarcus
2009-02-20Closes #487: Removed superfluous page_draw from exception view.marcus
2009-02-20Added some documentation to the river functions.ben
2009-02-20Fixes warning messages on disable or delete for times when an entity has no s...marcus
2009-02-19Pagination is now optional on river lists; is removed on the river widgetben
2009-02-19Friends river no longer shows your own stuff.ben
2009-02-19An alternative template handler will now be sought by elgg_view by default. F...ben
2009-02-19A lighter way to detect if the db has been installed. Fixes #791ben
2009-02-19Fixed parameter errors in site-related functions. Fixes #793ben