aboutsummaryrefslogtreecommitdiff
path: root/js/lib/ui.js
AgeCommit message (Collapse)Author
2012-12-17Fixes #4963, refs #4847. Error messages don't automatically fade.Brett Profitt
2012-11-26Fixes #4927 - Removes obsolete commas in JS code for IE7 compatibilityPaweł Sroka
2012-08-10Fixes #4037. Internationalize datepicker.Sem
2011-11-01Fixes #4022 made JS lib a little more consistentcash
2011-11-01added semi-colons after function expressionscash
2011-10-28Fixes #4012 when using a timestamp with input/date, return UTC time rather ↵Cash Costello
than local time
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-09Fixes #3673 added autofocus classCash Costello
2011-09-21Fixes #3770 CSS only site menu that works in IE7cash
2011-09-05Refs #3449, #3770. Using JS to fix submenu dropdown in IE7.Brett Profitt
2011-07-04Fixes #3560 input/date and output/date support ISO 8601 (YYYY-MM-DD) and ↵cash
Unix timestamps. Need to think about how to handle alternate text formats.
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 ↵cash
separately git-svn-id: http://code.elgg.org/elgg/trunk@9099 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-28Fixes #3408. During token refresh, only touching hrefs that contain ↵brettp
__elgg_ts and __elgg_token to avoid changing selector-only hrefs since fragment-only hrefs are normalized by the browser. Not sure how this didn't show up until now. git-svn-id: http://code.elgg.org/elgg/trunk@9049 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-07Refs #3278. No more likes in login popup handler.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@8950 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-07Fixes #3278 Login popup aligned to right side of button.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@8948 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-01Refs #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-29Fixes #3234: Adding explicit collision param for popups.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@8875 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-26Fixes #3234, refs #3094. Added the inTarget code back to the popup closing ↵brettp
function. git-svn-id: http://code.elgg.org/elgg/trunk@8842 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-20Fixes #3094. Removed event blocking code for popups.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@8790 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-17Fixes #3094, Refs #3111. Clicking outside a popup closes the visible popups.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@8750 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-13Fixes #3110 - checking selector before running date picker jscash
git-svn-id: http://code.elgg.org/elgg/trunk@8688 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
2011-03-09Refs #3027: Using the event popup, ui for advanced placement in elgg.ui.popsUp()brettp
git-svn-id: http://code.elgg.org/elgg/trunk@8643 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-08Fixes #3027. Likes popup uses rel='popup' and elgg.ui.popsUp() to position ↵brettp
absolute. git-svn-id: http://code.elgg.org/elgg/trunk@8630 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-05Fixes #2321: Deprecated input/datepicker and output/calendar in favor of ↵ewinslow
input/date and output/date git-svn-id: http://code.elgg.org/elgg/trunk@8582 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-01Fixes #3032: toggler pattern is now <a href="#target" ↵ewinslow
class="elgg-toggler">...</a> Wow, so much nicer. git-svn-id: http://code.elgg.org/elgg/trunk@8538 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-23Fixes #2976: Removed second toggler implementationewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8445 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-20Removing more debug code.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@8355 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-20Removing debug code from previous.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@8354 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-20Fixes #2947: User hover menu attached to body and shows regardless of overflow.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@8353 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-19Avatar menus use live() so they'll work with content inserted into the dom.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@8333 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-19Pulled the confirm link output view's JS into elgg.us. Any links with ↵brettp
elgg-requires-confirmation will get a confirm box with the title of the anchor tag as the question, or the default "Are you sure?" if that doesn't exist. git-svn-id: http://code.elgg.org/elgg/trunk@8310 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-14Fixes #2902: Added elgg-toggler pattern.ewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8228 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-08updates for the admin css based on the reworking I did to the htmlcash
git-svn-id: http://code.elgg.org/elgg/trunk@8067 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-08more tweaking of css - menu and general clean upcash
git-svn-id: http://code.elgg.org/elgg/trunk@8064 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-05Fixes #2559 refs #2475 added ElggEntity:getIconURL() and ↵cash
elgg_view_entity_icon() git-svn-id: http://code.elgg.org/elgg/trunk@8039 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-05cleaned up hover menucash
git-svn-id: http://code.elgg.org/elgg/trunk@8027 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-01-22limit the collapsible menus to page menuscash
git-svn-id: http://code.elgg.org/elgg/trunk@7901 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-01-05Refs #2676 removes old elgg_system_messages() functioncash
git-svn-id: http://code.elgg.org/elgg/trunk@7841 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-01-05Fixes #2676 system messages fade out againcash
git-svn-id: http://code.elgg.org/elgg/trunk@7835 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-01-04Refs #2771: Removing CRLFs from javascript files.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@7826 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-29rewrote the display of likescash
git-svn-id: http://code.elgg.org/elgg/trunk@7748 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-29page menu using the new menu system - admin menu updatedcash
git-svn-id: http://code.elgg.org/elgg/trunk@7738 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-19fixed a few bugs and updated the widget codecash
git-svn-id: http://code.elgg.org/elgg/trunk@7694 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-12added toggler functioncash
git-svn-id: http://code.elgg.org/elgg/trunk@7607 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-02rough implementation of Evan's page layoutcash
git-svn-id: http://code.elgg.org/elgg/trunk@7496 36083f99-b078-4883-b0ff-0f9b5a30f544