aboutsummaryrefslogtreecommitdiff
path: root/js/lib/hooks.js
AgeCommit message (Collapse)Author
2011-11-03Refs #4051 hooks trigger function was returning undefined when it should ↵Cash Costello
have been returning true
2011-11-01added semi-colons after function expressionscash
2011-10-15Fixes #3540. Added "instant hooks" to JS hooks engine. ↵Brett Profitt
elgg.register_instant_hook(name, type) will cause any handler registering to that hook to be immediately executed if the hook has been previously triggered. Open for better suggestions about the name.
2011-08-24Fixes #3589. JS "all" hook handlers called only once.Brett Profitt
2011-04-01Returning false in JS hooks is now sent through to the calling trigger. Null ↵brettp
still returns the original value. git-svn-id: http://code.elgg.org/elgg/trunk@8898 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-15Refs #2538: Added documentation to most of the JS methods missing it.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@8717 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-12Fixes #3065, #3089. Merged JS events and hooks to a single system. Updated ↵brettp
plugins and core to use it. Added elgg.getURLFragment() and using it elgg.ui.popsUp(). git-svn-id: http://code.elgg.org/elgg/trunk@8671 36083f99-b078-4883-b0ff-0f9b5a30f544