aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Datepicker: Don't set _curInst in hideDatepicker. Fixes #8174 - jQuery datepi...Scott González2012-04-031-2/+0
* Grunt: Whitelist js and css files for @version replacement instead of blackli...Scott González2012-04-021-3/+3
* Protect all copyright notices against minificationJörn Zaefferer2012-04-0242-42/+42
* Build: Add grunt.js along with some other mods to 1-8-stableJörn Zaefferer2012-04-024-1/+627
* Datepicker: Changed German translation for weekHeader to "KW". Fixes #8231 - ...Simon2012-04-021-1/+1
* Fixes #6979 - Several components are leaking variables into the global scope.felix2012-03-295-6/+5
* Datepicker: Fixed nextText, prevText, and Sunday and split words onto multipl...Scott González2012-03-291-7/+43
* Effects: Backporting e8ba367 to 1-8-stable - Fixes #8113 - addClass not anima...Corey Frang2012-03-271-1/+1
* Tabs: Wrap attribute value in quotes when querying. Fixes #8207 - Tabs: Error...Scott González2012-03-221-1/+1
* Datepicker: Fixed month name for Macedonian localization. Fixes #8206 - Datep...stojce2012-03-221-2/+2
* Datepicker: Added Georgian localization. Fixes #8205 - Datepicker: Add Georgi...Lado Lomidze2012-03-223-0/+24
* Upgrade jQuery to 1.7.2.Scott González2012-03-22311-825/+10367
* Mouse: Unbind events bound to document on destroy. Fixes #8199 - _mouseDestro...Scott González2012-03-191-0/+3
* Updated copyright year.Scott González2012-03-1947-47/+47
* Revert "Button: Apply overflow: hidden in all browsers except IE 6,7 to avoid...Scott González2012-03-191-1/+1
* Datepicker: Corrected values of dayNamesShort in Finnish translation. Fixes #...Scott González2012-03-141-12/+12
* Resizable: Update aspectRatio to use calculated aspectRatio in case of: conta...gromo2012-03-021-2/+2
* Datepicker: modified a catch variable to no longer mask an existing variable ...Jasvir Nagra2012-02-251-2/+2
* Sortable: modified the contents of placeholder to a single " ". Fixed #8...Bertjh2012-02-241-1/+1
* Corrected week header for et locale. Fixed #8129 - Localization error in et l...Richard D. Worth2012-02-231-1/+1
* Updating the 1-8-stable version to 1.8.19preScott González2012-02-201-1/+1
* Tagging the 1.8.18 release.1.8.18Scott González2012-02-201-1/+1
* Added Datepicker Hindi i18n file. Fixed #8118 - Datepicker i18n - Hindi local...Richard D. Worth2012-02-153-0/+26
* Sortable demos: connect lists - added some bottom padding to each container. ...Richard D. Worth2012-02-131-1/+1
* Datepicker: Added Khmer localization. Fixes #8116 - Datepicker: Add Khmer loc...Douglas2012-02-123-0/+26
* Accordion demo: Work around some IE quirks in the sortable demo. Fixes #5413 ...Scott González2012-02-111-14/+12
* Autocomplete: Set context for ajax requests instead of relying on default con...Scott González2012-02-111-1/+3
* Slider: Prevent the default action on keydown if we're listening for the pres...Scott González2012-02-091-6/+2
* Datepicker: Allow descendant elements in triggers. Fixes #8107 - Closing the ...Scott González2012-02-081-1/+1
* Resizable: Removed Opera relative/absolute positioning exception code. Fixed...TJ VanToll2012-02-081-35/+1
* Demos draggable: corrected cursor option in cursor-style demos to not be insi...Richard D. Worth2012-02-071-2/+2
* Sortable: Fixed destroy method to call parent destroy method. Fixes #8094 - ....Scott González2012-02-021-0/+1
* Datepicker i18n: Changed Hebrew monthNamesShort from number to names. Fixes #...levushka2012-02-011-2/+2
* Accordion demo: Clear out originalEvent in hoverintent special event. Fixes #...Scott González2012-01-311-0/+4
* Demos: Specify the dataType when loading the demo and docs files. Fixes #8069...Scott González2012-01-281-2/+2
* Datepicker i18n: Fixed Macedonian date format. Fixes #8040 - Datepicker: Mace...stojce2012-01-201-1/+1
* Datepicker: added check to account for multiple pickers on one page. Fixed #5...ryanolton2012-01-201-1/+4
* Datepicker i18n: Fix monthNames, monthNamesShort, dayNames, showMonthAfterYea...clear002012-01-201-7/+7
* Sortable: Added a variable to track if initialization is complete. Fixes #475...SpoonNZ2012-01-201-1/+5
* Core: Access offsetHeight on div for support tests to avoid a layout bug in I...Scott González2012-01-191-0/+5
* Position: Update fullname reference; jQuery => $. Fixes #8029 - Position: The...Scott González2012-01-191-1/+1
* Button: Properly handle disabled option on init. Fixes #8028 - Getting unset ...Scott González2012-01-181-5/+3
* Datepicker i18n (nl-BE): Removed BOM.Scott González2012-01-121-2/+2
* Simulate: Define getters for pageX and pageY in mouse events if they come thr...Scott González2012-01-121-1/+25
* Simulate: fixed charCode to be undefined unless specified. Fixed #3229 - Safa...Richard D. Worth2012-01-121-1/+1
* Tests (Simulate): Make the blur event async to deal with IE's native blur bei...Scott González2012-01-121-11/+16
* Tests (Simulate): Added focus and blur support.Scott González2012-01-121-0/+49
* Tests (Simulate): Whitespace cleanup.Scott González2012-01-121-70/+99
* Build: Also minify i18n files.Jörn Zaefferer2011-12-011-0/+6
* Button: Apply overflow: hidden in all browsers except IE 6,7 to avoid expandi...Scott González2011-11-291-1/+1