Age | Commit message (Expand) | Author |
2011-11-16 | atleast renaming the ui js libs | Cash Costello |
2011-11-16 | Fixes #4010 not sending naked query strings into add ajax tokens and also fix... | cash |
2011-11-05 | Fixes #3976 fixed unit tests for normalizing urls and standardized the code f... | cash |
2011-11-05 | Merge pull request #88 from sembrestels/t3976 | Cash Costello |
2011-11-03 | Fixes #4034 now using approach that exists in IE to find elements in an Array | Cash Costello |
2011-11-03 | Refs #4051 hooks trigger function was returning undefined when it should have... | Cash Costello |
2011-11-03 | Fixes #3976. elgg.normalize_url() js function has the fix in #3747. | Sem |
2011-11-01 | Fixes #4022 made JS lib a little more consistent | cash |
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 st... | Brett Profitt |
2011-10-28 | Fixes #4012 when using a timestamp with input/date, return UTC time rather th... | Cash Costello |
2011-10-27 | Fixes #3832 initialize avatar crop area | cash |
2011-10-23 | Fixes #3914. Pulled avatar code out into its own library. | Brett Profitt |
2011-10-23 | Fixes #3914. Moved avatar cropping to ui.js. | Brett Profitt |
2011-10-17 | Merge pull request #74 from cash/autocomplete | Cash Costello |
2011-10-15 | Fixes #3540. Added "instant hooks" to JS hooks engine. elgg.register_instant_... | Brett Profitt |
2011-10-14 | Fixes #3927. elgg.security.addToken() works for URLs without query strings. | Brett Profitt |
2011-10-14 | Refs #3927, #3976. Added elgg.parse_url() and elgg.parse_str(). | Brett Profitt |
2011-10-13 | added documentation for the userpicker | cash |
2011-10-13 | fixed bug where a removed user could not be added again in userpicker | cash |
2011-10-13 | displaying users that have been selected and added remove capability | cash |
2011-10-13 | got the friends option working for user picker | cash |
2011-10-09 | Fixes #3673 added autofocus class | Cash Costello |
2011-10-06 | using html extension to jquery.ui autocomplete | cash |
2011-09-21 | Fixes #3770 CSS only site menu that works in IE7 | cash |
2011-09-13 | Fixes #3539 two conditions for triggering init,system now - dom is ready and ... | Cash Costello |
2011-09-05 | Refs #3449, #3770. Using JS to fix submenu dropdown in IE7. | Brett Profitt |
2011-08-24 | Fixes #3589. JS "all" hook handlers called only once. | Brett Profitt |
2011-07-04 | Fixes #3560 input/date and output/date support ISO 8601 (YYYY-MM-DD) and Unix... | cash |
2011-06-26 | Fixes #3470 using rel=toggle now | Cash Costello |
2011-06-25 | Fixes #3610 $guid was not defined | cash |
2011-05-18 | Fixes #3385 rel now used for the confirm text so that title can be used separ... | cash |
2011-05-09 | Pulled in Jeff's patch to fix the user picker. | brettp |
2011-04-28 | Fixes #3408. During token refresh, only touching hrefs that contain __elgg_ts... | brettp |
2011-04-10 | Fixes #3182: No attempt to go through simplecache at all, but any language ca... | ewinslow |
2011-04-10 | Refs #3182: Feeding language loading through /ajax/view to keep thing simpler... | ewinslow |
2011-04-07 | Refs #3278. No more likes in login popup handler. | brettp |
2011-04-07 | Fixes #3278 Login popup aligned to right side of button. | brettp |
2011-04-01 | Returning false in JS hooks is now sent through to the calling trigger. Null ... | brettp |
2011-04-01 | Refs #3098. Changed elgg.getUrlFragment to elgg.getSelectorFromUrlFragment to... | brettp |
2011-03-29 | Fixed auto-display of system errors in ajax actions. Fixed docs for system_me... | brettp |
2011-03-29 | Fixes #3234: Adding explicit collision param for popups. | brettp |
2011-03-26 | Fixes #3234, refs #3094. Added the inTarget code back to the popup closing fu... | brettp |
2011-03-20 | Fixes #3094. Removed event blocking code for popups. | brettp |
2011-03-17 | Fixes #3094, Refs #3111. Clicking outside a popup closes the visible popups. | brettp |
2011-03-15 | Refs #2538. Loading js/configuration.js again. Only updating tokens on succes... | brettp |
2011-03-15 | JS elgg.echo() returns the key if the string isn't found. This is consistent ... | brettp |
2011-03-15 | Refs #2538: Added documentation to most of the JS methods missing it. | brettp |
2011-03-13 | Fixes #3110 - checking selector before running date picker js | cash |
2011-03-12 | Fixes #3065, #3089. Merged JS events and hooks to a single system. Updated pl... | brettp |