aboutsummaryrefslogtreecommitdiff
path: root/js
AgeCommit message (Expand)Author
2011-10-27Fixes #3832 initialize avatar crop areacash
2011-10-23Fixes #3914. Pulled avatar code out into its own library.Brett Profitt
2011-10-23Fixes #3914. Moved avatar cropping to ui.js.Brett Profitt
2011-10-17Merge pull request #74 from cash/autocompleteCash Costello
2011-10-15Fixes #3540. Added "instant hooks" to JS hooks engine. elgg.register_instant_...Brett Profitt
2011-10-14Fixes #3927. elgg.security.addToken() works for URLs without query strings.Brett Profitt
2011-10-14Refs #3927, #3976. Added elgg.parse_url() and elgg.parse_str().Brett Profitt
2011-10-13added documentation for the userpickercash
2011-10-13fixed bug where a removed user could not be added again in userpickercash
2011-10-13displaying users that have been selected and added remove capabilitycash
2011-10-13got the friends option working for user pickercash
2011-10-09Fixes #3673 added autofocus classCash Costello
2011-10-06using html extension to jquery.ui autocompletecash
2011-09-21Fixes #3770 CSS only site menu that works in IE7cash
2011-09-13Fixes #3539 two conditions for triggering init,system now - dom is ready and ...Cash Costello
2011-09-05Refs #3449, #3770. Using JS to fix submenu dropdown in IE7.Brett Profitt
2011-08-24Fixes #3589. JS "all" hook handlers called only once.Brett Profitt
2011-07-04Fixes #3560 input/date and output/date support ISO 8601 (YYYY-MM-DD) and Unix...cash
2011-06-26Fixes #3470 using rel=toggle nowCash Costello
2011-06-25Fixes #3610 $guid was not definedcash
2011-05-18Fixes #3385 rel now used for the confirm text so that title can be used separ...cash
2011-05-09Pulled in Jeff's patch to fix the user picker.brettp
2011-04-28Fixes #3408. During token refresh, only touching hrefs that contain __elgg_ts...brettp
2011-04-10Fixes #3182: No attempt to go through simplecache at all, but any language ca...ewinslow
2011-04-10Refs #3182: Feeding language loading through /ajax/view to keep thing simpler...ewinslow
2011-04-07Refs #3278. No more likes in login popup handler.brettp
2011-04-07Fixes #3278 Login popup aligned to right side of button.brettp
2011-04-01Returning false in JS hooks is now sent through to the calling trigger. Null ...brettp
2011-04-01Refs #3098. Changed elgg.getUrlFragment to elgg.getSelectorFromUrlFragment to...brettp
2011-03-29Fixed auto-display of system errors in ajax actions. Fixed docs for system_me...brettp
2011-03-29Fixes #3234: Adding explicit collision param for popups.brettp
2011-03-26Fixes #3234, refs #3094. Added the inTarget code back to the popup closing fu...brettp
2011-03-20Fixes #3094. Removed event blocking code for popups.brettp
2011-03-17Fixes #3094, Refs #3111. Clicking outside a popup closes the visible popups.brettp
2011-03-15Refs #2538. Loading js/configuration.js again. Only updating tokens on succes...brettp
2011-03-15JS elgg.echo() returns the key if the string isn't found. This is consistent ...brettp
2011-03-15Refs #2538: Added documentation to most of the JS methods missing it.brettp
2011-03-13Fixes #3110 - checking selector before running date picker jscash
2011-03-12Fixes #3065, #3089. Merged JS events and hooks to a single system. Updated pl...brettp
2011-03-10Fixes #2228: Major cleanup of urls -- remove leading pg/ and trailing / from ...ewinslow
2011-03-09Refs #3027: Using the event popup, ui for advanced placement in elgg.ui.popsUp()brettp
2011-03-08Fixes #3027. Likes popup uses rel='popup' and elgg.ui.popsUp() to position ab...brettp
2011-03-05Fixes #2321: Deprecated input/datepicker and output/calendar in favor of inpu...ewinslow
2011-03-01cleaned up appending system messages since <ul> will always be therecash
2011-03-01Fixes #3032: toggler pattern is now <a href="#target" class="elgg-toggler">.....ewinslow
2011-02-25Refs #2538: Functions don't need double-namespacingewinslow
2011-02-23Fixes #2976: Removed second toggler implementationewinslow
2011-02-22Added elgg.get_site_url(), so people don't have to deal with the config object.ewinslow
2011-02-20Removing more debug code.brettp
2011-02-20Removing debug code from previous.brettp