aboutsummaryrefslogtreecommitdiff
path: root/js
AgeCommit message (Expand)Author
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
2011-02-20Fixes #2947: User hover menu attached to body and shows regardless of overflow.brettp
2011-02-19elgg.action() now supports full URLs.brettp
2011-02-19elgg.normalize_url() JS does the same as elgg_normalize_url() PHP.brettp
2011-02-19Avatar menus use live() so they'll work with content inserted into the dom.brettp
2011-02-19Pulled the confirm link output view's JS into elgg.us. Any links with elgg-re...brettp
2011-02-19Fixes #2753: Default widgets merged into core as extensible admin section and...brettp
2011-02-18Added stub for page owners in elgg.jsbrettp
2011-02-15Refs #2102: addressing more userpicker/autocomplete bugsewinslow
2011-02-15Replaced all occurrences of register_page_handler in core with elgg_register_...ewinslow
2011-02-15Refs #2102: Replace input/userpicker with jQuery UI autocompleteewinslow
2011-02-14Refs #2102: Replaced input/autocomplete with jQuery UI autocomplete (untested)ewinslow
2011-02-14No need for double-namespacing of javascript functionsewinslow