Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-17 | Fixes #4963, refs #4847. Error messages don't automatically fade. | Brett Profitt | |
2012-10-19 | Added special checks for mailto: in elgg_normalize_url() and ↵ | Brett Profitt | |
elgg.normalize_url(). | |||
2011-11-10 | Fixes #4010 not sending naked query strings into add ajax tokens and also ↵ | cash | |
fixed a few related bugs in JavaScript | |||
2011-11-05 | Fixes #3976 fixed unit tests for normalizing urls and standardized the code ↵ | cash | |
from the previous merge | |||
2011-11-05 | Merge pull request #88 from sembrestels/t3976 | Cash Costello | |
Refs #3976. Implements the fix for #3747 from PHP in elgg.normalize_url() js function. | |||
2011-11-03 | Fixes #4034 now using approach that exists in IE to find elements in an Array | Cash Costello | |
2011-11-03 | Fixes #3976. elgg.normalize_url() js function has the fix in #3747. | Sem | |
2011-11-01 | added semi-colons after function expressions | cash | |
2011-10-29 | Fixes #4010, refs #3927. Fixed elgg.security.addToken() to work with query ↵ | Brett Profitt | |
strings, relative URLs, and full URLs. | |||
2011-10-15 | Fixes #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-10-14 | Refs #3927, #3976. Added elgg.parse_url() and elgg.parse_str(). | Brett Profitt | |
2011-09-13 | Fixes #3539 two conditions for triggering init,system now - dom is ready and ↵ | Cash Costello | |
languages loaded | |||
2011-04-10 | Refs #3182: Feeding language loading through /ajax/view to keep thing ↵ | ewinslow | |
simpler for now. Reorganized boot process so that we can ajax load the languages asap git-svn-id: http://code.elgg.org/elgg/trunk@8976 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-04-01 | Refs #3098. Changed elgg.getUrlFragment to elgg.getSelectorFromUrlFragment ↵ | brettp | |
to allow for better selectors. git-svn-id: http://code.elgg.org/elgg/trunk@8897 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-03-15 | Refs #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-12 | Fixes #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 | |||
2011-03-10 | Fixes #2228: Major cleanup of urls -- remove leading pg/ and trailing / from ↵ | ewinslow | |
most urls in core and plugins git-svn-id: http://code.elgg.org/elgg/trunk@8653 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-03-01 | cleaned up appending system messages since <ul> will always be there | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@8554 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-25 | Refs #2538: Functions don't need double-namespacing | ewinslow | |
git-svn-id: http://code.elgg.org/elgg/trunk@8479 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-19 | elgg.normalize_url() JS does the same as elgg_normalize_url() PHP. | brettp | |
git-svn-id: http://code.elgg.org/elgg/trunk@8339 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-06 | more css/html improvements - added .elgg-table and a featured module | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@8043 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-01-05 | Fixes #2770: Corrected markup in JS to create system messages. | brettp | |
git-svn-id: http://code.elgg.org/elgg/trunk@7840 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-01-04 | Refs #2771: Removing CRLFs from javascript files. | brettp | |
git-svn-id: http://code.elgg.org/elgg/trunk@7826 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-11-20 | Added an elgg.extend method for merging two or more objects | ewinslow | |
git-svn-id: http://code.elgg.org/elgg/trunk@7361 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-11-14 | Refs #2538: Added vsprintf support to elgg.echo. Added unit tests for ↵ | ewinslow | |
normalize_url, added prototype definitions for Array#forEach for compatibility with IE. git-svn-id: http://code.elgg.org/elgg/trunk@7313 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-11-09 | Added elgg.isNumber type-checking function | ewinslow | |
git-svn-id: http://code.elgg.org/elgg/trunk@7260 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-11-09 | Abstract methods are no longer nameable | ewinslow | |
git-svn-id: http://code.elgg.org/elgg/trunk@7257 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-11-07 | Addition of type-checking helper functions, various tweaks to comments, code ↵ | ewinslow | |
style, etc. git-svn-id: http://code.elgg.org/elgg/trunk@7252 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-11-02 | Refs #2538: Removed stray 'f' from elgg.system_messages that was causing ↵ | ewinslow | |
fatal error git-svn-id: http://code.elgg.org/elgg/trunk@7192 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-11-02 | Refs #2538: Moved js directory to elgg root. | ewinslow | |
git-svn-id: http://code.elgg.org/elgg/trunk@7189 36083f99-b078-4883-b0ff-0f9b5a30f544 |