aboutsummaryrefslogtreecommitdiff
path: root/engine
AgeCommit message (Expand)Author
2009-02-04Moves access permissions references over to using the ACCESS_* constants defi...ben
2009-02-04Moved the access constant definitions from access.php to elgglib.php, so they...ben
2009-02-04When a new password is generated, the salt is now regenerated first. Fixes #726.ben
2009-02-04ticket #732 committeddave
2009-02-03Elgg Javascript update content functionben
2009-02-03ticket #728 dealt withdave
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-29Tentatively downgraded version requirement.ben
2009-01-28notify_user now traps exceptions and logs them.ben
2009-01-27Change to notification object registration function.ben
2009-01-27Added container_guid to ElggEntity->save() and update_entity() functions. Fix...ben
2009-01-27Moving actions into the boot event.ben
2009-01-26Moved actions out of init filesben
2009-01-26Added object notifications plugin hook override.ben
2009-01-26Fixed pagination issue with count annotations function.ben
2009-01-25Fixes #709: get_language() now fails correctly. @ben Why is this introduced? ...marcus
2009-01-24Fixing access controls on multi-metadatamarcus
2009-01-23Refs #706marcus
2009-01-23Moved current language detection out into the function get_language();ben
2009-01-23Refs #562: Configuration flag to disable database sessions.marcus
2009-01-22A further change to ensure notification messages don't get changed for every ...ben
2009-01-22Slight change to notifications.ben
2009-01-22Added more granular notification hookben
2009-01-22Closes #701: Blank tags not returned by string_to_tag_arraymarcus
2009-01-22Granular notification: a startben
2009-01-22Relationships no longer double addedmarcus
2009-01-21Closes #700: If a plugin doesn't physically exist then it is deleted.marcus
2009-01-21Introducing a function that orders by sums of an annotation AND limits by a m...ben
2009-01-21Closes #699: get_user_by_username now using access controls. Will no longer t...marcus
2009-01-20Added toggling for the annotation sum list functions.ben
2009-01-20Added to and fixed the list by annotation count functions.ben
2009-01-20Fix for previousben
2009-01-20Added the missing 'group by' clause to the get annotations by sum SQL query.ben
2009-01-19Added user to user settingsmarcus
2009-01-19Refs #697: Now using plugin hook so one can do live validation of valuesmarcus
2009-01-19Closes #698: Typo corrected - nice spot!marcus
2009-01-19Closes #697: Events triggered when plugin settings are updated.marcus
2009-01-19Fix for previous.ben
2009-01-19Added annotation sum functionsben
2009-01-19Closes #691: Should have been is_memcache_available()marcus
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-14Closes #669: Logins rate limited. Accounts are limited to 5 fails in a 5 minu...marcus
2009-01-14Closes #675: Posted missing commits from last time.marcus
2009-01-13Comment correction.ben
2009-01-13Fix for template handler override.ben
2009-01-13Closes #676: Entity subtables now deleted on failed connections.marcus
2009-01-13Better trigger_plugin_hook documentation.ben