Skip to content

1 8 stable #23

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 325 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
325 commits
Select commit Hold shift + click to select a range
dcbc808
Tagging the 1.8.12 release.
scottgonzalez Apr 13, 2011
3ca87ad
Updating the 1-8-stable version to 1.8.13pre
scottgonzalez Apr 13, 2011
06815a9
Datepicker: Fixed dateFormat for nl locale. Fixes #7250 - Datepicker:…
scottgonzalez Apr 15, 2011
df7e300
Datepicker: Fixed Slovak locale. Fixes #7254 - Datepicker: Incorrect …
Lopo Apr 12, 2011
5439940
Class Animation: Use .attr( "class" ) instead of .attr( "className" )…
scottgonzalez Apr 27, 2011
5e095e9
Resizable: switch data: background image to valid image file, small 1…
rdworth Apr 29, 2011
96f6b1a
Core: reuse tabindex value. Fixed #7257 - optimize :tabbable.
adambaratz Apr 15, 2011
0da176b
Datepicker: bind hover events using delegate. Fixed #7256 - minimize …
adambaratz Apr 15, 2011
a6d8fd1
Draggable: containment now updates dynamically to handle scrolling co…
ef4 Apr 28, 2011
f3737a9
Bug fix for another use case, see comment by whittet here: http://bug…
whittet Apr 27, 2011
15b9e9d
Draggable: Modified the iframe shims to load prior to dragging. Fixed…
webghost Apr 19, 2011
0d0adde
Datepicker: Remove BOM. Fixed #6734 - Datepicker i18n: Problem with J…
kzys May 4, 2011
f9faa0a
Datepicker: Greedy matching in month name. Fixed #7062 - $.datepicker…
kzys May 4, 2011
870977a
Datepicker: Remove old "ui-datepicker-multi-N" before add new one. Fi…
kzys May 4, 2011
4c218ee
Button: stop disabled button from firing click events. fixes #5945. B…
eikes May 5, 2011
7360265
Datepicker: Moved the setting of _datepickerShowing to after postPro…
scottgonzalez May 6, 2011
7eda94a
Mouse: Changed mouseHandled check to a local var rather than using or…
kborchers May 9, 2011
38af07e
Resizable: Skip autohide hover action when resizable is disabled. Fix…
carsonmcdonald May 9, 2011
36110e0
Autocomplete: Use appropriate methods for getting scroll values for .…
scottgonzalez May 11, 2011
5e1032e
Datepicker: Fixed #7043 - Using multiple months always renders 6 rows…
kzys May 6, 2011
201b5ed
Draggable: Remove id when cloning helpers. Fixes #4564 - Draggable+So…
kzys May 11, 2011
03ce9fb
Slider: add handles in single DOM operation. Fixed #7259 - optimize h…
adambaratz May 11, 2011
3edda96
Datepicker: Removed duplicate call to _updateDatepicker when changing…
gplocke May 11, 2011
2b84107
Datepicker: Disabled datepicker should disable own select element too…
kzys May 6, 2011
804ba0a
Revert "Datepicker: Fixed #7043 - Using multiple months always render…
scottgonzalez May 12, 2011
10fa7f9
Datepicker: removed conditional mozilla browser check block. Fixes #7…
May 12, 2011
23f2225
Tagging the 1.8.13 release.
scottgonzalez May 12, 2011
731e93a
Updating the 1-8-stable version to 1.8.14pre
scottgonzalez May 12, 2011
c8326a4
Theme: Reducing size of CSS for Corner Properties - Fixes #7356 - Red…
gnarf May 12, 2011
15cb567
Button: Added rtl detection so corner classes would properly be appli…
dcneiner May 12, 2011
3842fa9
Button: no longer calls _resetButton() after changing the disabled op…
dcneiner May 12, 2011
16b4ffb
Draggable: Check for grid elements set to 0 to prevent divide by 0 er…
kborchers May 13, 2011
427f3d4
Button: Don't fire click/change events if mouse was dragged during cl…
kborchers May 13, 2011
1866905
Draggable: Changed logic to only subtract left and top offsets of con…
kborchers May 12, 2011
c147049
Datepicker: Made the day of year calculator be more accurate. Fixes #…
fracmak May 14, 2011
4e3f8bd
Button demo: modified order of selectors. Fixed #7094 - Buttons probl…
bboyle May 16, 2011
3124864
Datepicker: onClose callback should be triggered by show. Fixed #6656…
kzys May 6, 2011
c45dd91
Button: Refactored formResetHandler and fixed scope. Foxes #7261 - Re…
scottgonzalez May 18, 2011
fab1729
Dialog: Changed IE6 overlay width adjustment to apply to all IE versi…
jzaefferer May 18, 2011
e05559e
There's no guard against unparsed characters at the end of the date s…
jzaefferer May 18, 2011
2dc37c9
missing comma(cherry picked from commit 39fab1f39811818887e8906ede214…
jebaird May 17, 2011
fcd6e8d
CSS: added support for konqueror border-radius. Fixed #6097.
jgv May 18, 2011
9c0cd47
Resizable: Remove workaround for handles not working in IE when trans…
scottgonzalez May 20, 2011
ed65ce7
Sortable: Changed to check the parent's length so that the dom positi…
kborchers May 16, 2011
bb076e3
Simulate: account for document scroll in findCenter function. Fixes #…
rdworth May 26, 2011
ad947c7
Button: modified the event bindings for focus and blur. Fixed #6711 -…
ruprict May 26, 2011
3735bab
Button: adding event.preventDefault. Fixes #5945 - Disabled buttons s…
shellscape May 26, 2011
b196d1f
Resizable: correct aspectRatio handling with min/max dimensions. Fixe…
May 26, 2011
b04c6ec
Mouse: Optimize the cancel locator, works around a bug where .add(eve…
May 27, 2011
ce2fbb9
Droppable: Added dragStart and dragStop to ddmanager and call them fr…
kborchers May 27, 2011
d3ffacb
Effects: Fixed typo. Fixes #7435 - animateClass ignores easing due to…
scottgonzalez May 28, 2011
4d8529c
Datepicker: Don't use .delegate(). Fixes #7470 - Datepicker: 1.8.x ca…
scottgonzalez Jun 13, 2011
57b9e9d
Datepicker: Calculate the max number of rows necessary when displayin…
kborchers May 27, 2011
4878ed8
Datepicker: Reset this.maxRows (rows in a month) on each row in a mul…
kborchers Jun 13, 2011
f27a537
Datepicker: Set font-size to 0em on ui-datepicker-row-break to overri…
kborchers Jun 13, 2011
fe1b0dc
Tagging the 1.8.14 release.
scottgonzalez Jun 17, 2011
928abeb
Updating the 1-8-stable version to 1.8.15pre
scottgonzalez Jun 17, 2011
86a09ae
Datepicker: Removing unnessecary typeof check. Fixed #6669 - Datepick…
marcneuwirth Jun 22, 2011
bb9f9fa
Datepicker: Added onSelect.apply() call to _doKeyDown method when ent…
marcneuwirth Jun 28, 2011
b8e14e7
Datepicker: Added onSelect.apply() call to _setDate method if onSelec…
marcneuwirth Jun 28, 2011
ab3b78e
Merge pull request #322 from kborchers/bug_5665
gnarf Jun 16, 2011
c81bfb9
Datepicker: show inline datepicker setting explicit display:block ins…
rdworth Jul 19, 2011
c1929fc
Datepicker i18n: Corrected Dutch abbreviation of month name March. Fi…
rdworth Jul 19, 2011
8d43fe7
Slider: Fixed var statement. Fixes #7564 - alignValue Global Scope.
scottgonzalez Jul 19, 2011
f7202b8
Added compound test suite and updated QUnit.
scottgonzalez Jul 28, 2011
c3c6daf
Accordion tests: Fixed fixture id.
scottgonzalez Jul 28, 2011
cd74589
Tests: Deleted failing widget tests.
scottgonzalez Jul 28, 2011
7f8e7da
Tests: Delete everything that fails.
scottgonzalez Jul 28, 2011
4b17402
Tests: Added ability to run tests against different versions of jQuer…
scottgonzalez Jul 28, 2011
b796cc5
jQuery 1.6 support.
scottgonzalez Jul 29, 2011
bd48ddf
Revert "Mouse: Changed mouseHandled check to a local var rather than …
scottgonzalez Aug 1, 2011
1d47956
Datepicker: Removed click handling for month and year dropdowns. Fixe…
scottgonzalez Aug 1, 2011
baa2e96
Upgrade jQuery to 1.6.2.
scottgonzalez Aug 2, 2011
54f1e73
Tagging the 1.8.15 release.
scottgonzalez Aug 2, 2011
694b460
Updating the 1-8-stable version to 1.8.16pre
scottgonzalez Aug 2, 2011
67ff57a
Build: Updated release script.
scottgonzalez Aug 2, 2011
abf97f7
Backport of f9996682b5739661c21548f0de3d4c4883c5119d for 1-8-stable.
pelme Aug 2, 2011
4c57f36
Merge pull request #415 from pelme/1-8-stable
scottgonzalez Aug 2, 2011
82df692
Effects: Backporting 8108ec8 - Fixes #7595 - Wrapper-creating jquery-…
gnarf Aug 2, 2011
14ab4f4
Mouse: Changed mouseHandled check to a local var rather than using or…
kborchers Aug 2, 2011
07d5271
Button: Adding quotes to the attribute selector for labels - Fixes #7…
gnarf Aug 4, 2011
66d6766
Backport widget demo from master to get it up on jqueryui.com with th…
jzaefferer Aug 4, 2011
3e98e73
Revert "Datepicker: Added onSelect.apply() call to _setDate method if…
scottgonzalez Aug 9, 2011
c5799b5
Mouse: Work around a bug in IE 8 where disabled inputs don't have a n…
scottgonzalez Aug 9, 2011
1b5af10
Datepicker: Added ability to stop datepicker from beforeShow. Fixes #…
Aug 9, 2011
c7c5b6b
Widget: Wrap the remove event trigerring in a try/catch. Fixes #7510 …
scottgonzalez Aug 9, 2011
1d266c1
Widget demo: Fixed typo.
scottgonzalez Aug 9, 2011
7c15d3c
Datepicker: Revert "Datepicker: Removing unnessecary typeof check. Fi…
scottgonzalez Aug 10, 2011
930c650
Draggable: Only run iframeFix logic if the option is truthy. Fixes #7…
scottgonzalez Aug 12, 2011
7b3e6a8
Droppable: Don't use .parentsUntil(). Fixes #7530 - Droppable fails o…
scottgonzalez Aug 12, 2011
269fcfb
Tagging the 1.8.16 release.
scottgonzalez Aug 15, 2011
a62074d
Updating the 1-8-stable version to 1.8.17pre
scottgonzalez Aug 15, 2011
8f16cc3
Dialog: Tabbing out of a modal dialog was possible because keypress d…
gnarf Aug 19, 2011
5d4d40f
Dialog: Update to 96e5c24 - keyup apparently doesn't work like I thou…
gnarf Aug 20, 2011
000b173
Button: Fixed RTL detection to default to LTR. Fixes #7697 - Buttonse…
scottgonzalez Sep 6, 2011
eddf076
Datepicker i17n hu: Corrected some spellings and abbreviations as wel…
rdworth Sep 13, 2011
af7d433
Datepicker i18n hu: Corrected four-digit year in dateFormat. Fixes #7…
rdworth Sep 13, 2011
872387a
Datepicker: Added additional check to checkExternalClick to work when…
kborchers Sep 12, 2011
5c6cfe2
Sortable: replaced hard-coded sortable with this.widgetName, and remo…
rdworth Sep 27, 2011
db1e73e
Progressbar: Hide overflowing content. Fixes #7743 - Progressbar: Val…
scottgonzalez Sep 27, 2011
b09eebe
Build: `ant size` will now give you a report detailing differences in…
gnarf Oct 17, 2011
6cd672b
Build: whitespace
gnarf Oct 17, 2011
e7702c1
Build: Fixing the sizer script to handle this many files
gnarf Oct 17, 2011
1e2fcb9
Build: For some reason, using parallel for gzip is causing some trunc…
gnarf Oct 17, 2011
b41873b
Autocomplete: Re-enable native autocomplete whent he page is unloaded…
scottgonzalez Oct 18, 2011
4dd204b
Upgraded jQuery to 1.6.4.
scottgonzalez Oct 18, 2011
be6b87b
Sortable tests: Commented out assertions that don't make sense.
scottgonzalez Oct 18, 2011
ca2ac47
Default to jQuery 1.6.4 for tests.
scottgonzalez Oct 18, 2011
eee4db7
Build: Switching to uglify.js instead of closure compilier. Saves 4 …
gnarf Oct 18, 2011
39e75ad
Button: Create text span in correct document.
scottgonzalez Oct 20, 2011
757384b
Autocomplete: Add 1px to the width of the menu to avoid wrapping in F…
scottgonzalez Oct 25, 2011
bfbc0b1
Position: Added a check for fraction support in element positions. Fi…
kborchers Oct 26, 2011
0fcf3d8
Datepicker: Changed Kazakh locale from kz to kk. Fixes #7829 - Kazakh…
scottgonzalez Nov 1, 2011
9a87c1a
Accordion: Fixed #7238 - Problem with accordion slide animation fixed…
MGaetan89 Nov 6, 2011
1e28f83
Upgrade jQuery to 1.7.
scottgonzalez Nov 9, 2011
6f6e2de
Theme base core: Updated clearfix to 'new micro clearfix hack' by Nic…
rdworth Nov 9, 2011
aa4e8ab
Widget: Set event.target in ._trigger(). Fixes #7852 - Droppable even…
scottgonzalez Nov 10, 2011
0a6ce1f
Demos accordion hoverintent: moved event.type setter to not clobber e…
rdworth Nov 11, 2011
e9002c4
Selectable: add ui-selectee class to elements matching filter on refr…
rdworth Nov 16, 2011
30446f9
Merge pull request #511 from basti1253/master
rdworth Nov 17, 2011
a8b75a5
Datepicker: Added Luxembourgish translation. Fixes #7891 Datepicker: …
mweimerskirch Nov 17, 2011
a03863d
Datepicker: Added Welsh/UK localization. Fixes #7892 Datepicker: Add …
wgriffiths Nov 17, 2011
ebff2f9
Datepicker: Added Macedonian i18n for date picker plugin. Fixes #7893…
stojce Nov 17, 2011
126aafc
Datepicker: added i18n for nl-BE. Fixes #7895 Datepicker: Add Dutch (…
Nov 17, 2011
4bff6f5
jquery.ui.datepicker-uk.js : Corrected translation of the weekHeader.…
igormilla Oct 10, 2011
56422bd
Widget: Don't use $.event.props when creating events.
scottgonzalez Nov 21, 2011
f7b28df
Droppable: Make sure._drop is called for all relevant droppables. Fix…
bikeshedder Nov 21, 2011
63bd71f
Datepicker: Fix `this` reference in _hideDatepicker(). Fixed #7722 - …
Sep 16, 2011
ffd3f51
Selectable: Explicitly check event.ctrlKey now that jQuery differenti…
scottgonzalez Nov 22, 2011
94cc884
Upgrade jQuery to 1.7.1.
scottgonzalez Nov 22, 2011
f74537d
Tagging the 1.8.17 release.
scottgonzalez Nov 29, 2011
ef6668b
Updating the 1-8-stable version to 1.8.18pre
scottgonzalez Nov 29, 2011
005709f
Button: Apply overflow: hidden in all browsers except IE 6,7 to avoid…
scottgonzalez Nov 29, 2011
349dce3
Build: Also minify i18n files.
jzaefferer Dec 1, 2011
ead7e92
Tests (Simulate): Whitespace cleanup.
scottgonzalez Oct 31, 2011
069c645
Tests (Simulate): Added focus and blur support.
scottgonzalez Jan 12, 2012
aa9ca2b
Tests (Simulate): Make the blur event async to deal with IE's native …
scottgonzalez Nov 1, 2011
2e1da90
Simulate: fixed charCode to be undefined unless specified. Fixed #322…
rdworth Nov 7, 2011
0b7155f
Simulate: Define getters for pageX and pageY in mouse events if they …
scottgonzalez Jan 12, 2012
94321ca
Datepicker i18n (nl-BE): Removed BOM.
scottgonzalez Jan 12, 2012
f7f13b5
Button: Properly handle disabled option on init. Fixes #8028 - Gettin…
scottgonzalez Jan 18, 2012
e2a2112
Position: Update fullname reference; jQuery => $. Fixes #8029 - Posit…
scottgonzalez Jan 19, 2012
9e4455f
Core: Access offsetHeight on div for support tests to avoid a layout …
scottgonzalez Jan 20, 2012
b00faa9
Sortable: Added a variable to track if initialization is complete. Fi…
IanSimpson Jan 20, 2012
5953d19
Datepicker i18n: Fix monthNames, monthNamesShort, dayNames, showMonth…
clears Jan 12, 2012
120ee58
Datepicker: added check to account for multiple pickers on one page. …
Jan 12, 2012
40d9a19
Datepicker i18n: Fixed Macedonian date format. Fixes #8040 - Datepick…
stojce Dec 5, 2011
69daf17
Demos: Specify the dataType when loading the demo and docs files. Fix…
scottgonzalez Jan 28, 2012
5d4df03
Accordion demo: Clear out originalEvent in hoverintent special event.…
scottgonzalez Jan 31, 2012
2866894
Datepicker i18n: Changed Hebrew monthNamesShort from number to names.…
levushka Feb 1, 2012
988b803
Sortable: Fixed destroy method to call parent destroy method. Fixes #…
scottgonzalez Feb 2, 2012
edd52ed
Demos draggable: corrected cursor option in cursor-style demos to not…
rdworth Feb 7, 2012
28fb436
Resizable: Removed Opera relative/absolute positioning exception code…
tjvantoll Feb 7, 2012
dc12b4d
Datepicker: Allow descendant elements in triggers. Fixes #8107 - Clos…
scottgonzalez Feb 8, 2012
4700302
Slider: Prevent the default action on keydown if we're listening for …
scottgonzalez Feb 9, 2012
fc6d6e1
Autocomplete: Set context for ajax requests instead of relying on def…
scottgonzalez Feb 11, 2012
e77249e
Accordion demo: Work around some IE quirks in the sortable demo. Fixe…
scottgonzalez Feb 11, 2012
d62d000
Datepicker: Added Khmer localization. Fixes #8116 - Datepicker: Add K…
Feb 13, 2012
fff9d87
Sortable demos: connect lists - added some bottom padding to each con…
rdworth Feb 13, 2012
b87a0a3
Added Datepicker Hindi i18n file. Fixed #8118 - Datepicker i18n - Hin…
rdworth Feb 15, 2012
5c7d046
Tagging the 1.8.18 release.
scottgonzalez Feb 20, 2012
e011350
Updating the 1-8-stable version to 1.8.19pre
scottgonzalez Feb 20, 2012
35e2919
Corrected week header for et locale. Fixed #8129 - Localization error…
rdworth Feb 23, 2012
f0b7130
Sortable: modified the contents of placeholder to a single " ". …
bertterheide Feb 24, 2012
5c2eea3
Datepicker: modified a catch variable to no longer mask an existing v…
jasvir Feb 24, 2012
fea7862
Resizable: Update aspectRatio to use calculated aspectRatio in case o…
Feb 22, 2012
91df42e
Datepicker: Corrected values of dayNamesShort in Finnish translation.…
scottgonzalez Mar 14, 2012
959e36b
Revert "Button: Apply overflow: hidden in all browsers except IE 6,7 …
scottgonzalez Mar 19, 2012
5e3ad8f
Updated copyright year.
scottgonzalez Mar 19, 2012
a76366f
Mouse: Unbind events bound to document on destroy. Fixes #8199 - _mou…
scottgonzalez Mar 19, 2012
ec3ce5c
Upgrade jQuery to 1.7.2.
scottgonzalez Mar 22, 2012
4451f86
Datepicker: Added Georgian localization. Fixes #8205 - Datepicker: Ad…
liorocks Mar 22, 2012
c21aa07
Datepicker: Fixed month name for Macedonian localization. Fixes #8206…
stojce Mar 22, 2012
090ce43
Tabs: Wrap attribute value in quotes when querying. Fixes #8207 - Tab…
scottgonzalez Mar 22, 2012
e220cf2
Effects: Backporting e8ba367 to 1-8-stable - Fixes #8113 - addClass n…
gnarf Mar 27, 2012
c45911c
Datepicker: Fixed nextText, prevText, and Sunday and split words onto…
scottgonzalez Mar 29, 2012
6fb584e
Fixes #6979 - Several components are leaking variables into the globa…
felix9 Mar 29, 2012
8b46758
Datepicker: Changed German translation for weekHeader to "KW". Fixes …
sattes-faction Apr 2, 2012
9631a41
Build: Add grunt.js along with some other mods to 1-8-stable
jzaefferer Apr 2, 2012
dc67d2c
Protect all copyright notices against minification
jzaefferer Apr 2, 2012
97d9628
Grunt: Whitelist js and css files for @version replacement instead of…
scottgonzalez Apr 2, 2012
fc6e72b
Datepicker: Don't set _curInst in hideDatepicker. Fixes #8174 - jQuer…
scottgonzalez Apr 3, 2012
d040b8f
Autocomplete: Move race condition logic from ajax requests to general…
scottgonzalez Apr 3, 2012
9668cb8
Autocomplete: Don't invoke a search from arrow keys when the element …
Apr 7, 2012
5ec0dd8
Autocomplete combobox demo: Fixed styling of button. Fixed #8242 - Au…
scottgonzalez Apr 8, 2012
eaacf82
Build: Update prepare-release for use with grunt.
scottgonzalez Apr 11, 2012
9bf90c6
Remove compare_size; defer to plugin.
rwaldron Apr 12, 2012
f01db5d
Position: Simplify default demo by removing drag functionality on pos…
scottgonzalez Apr 15, 2012
27c4854
Tagging the 1.8.19 release.
scottgonzalez Apr 16, 2012
aec682c
Updating the 1-8-stable version to 1.8.20pre
scottgonzalez Apr 16, 2012
2f4c74c
Grunt: Replace all instances of @VERSION during copy. Fixes #8261 - B…
scottgonzalez Apr 18, 2012
e9471d0
Build: Removed ant build.
scottgonzalez Apr 18, 2012
365e102
Build: Update grunt to 0.3.9. Fixes #8257 - Minified files are missin…
scottgonzalez Apr 18, 2012
36d44d1
Sortable: Always set placeholder size when necessary. Fixes #8262 - j…
bertterheide Apr 19, 2012
849b562
Datepicker: Corrections in Hindi weekday names, text labels. Fixes #8…
geekgod Apr 14, 2012
8ce8b77
Resizable: Apply zIndex option to all handles. Partial Fix for #7960-…
tjvantoll Jan 10, 2012
42041f8
Datepicker: Added missing quote in Hindi i18n.
scottgonzalez Apr 23, 2012
3752211
Revert "Sortable: Always set placeholder size when necessary. Fixes #…
scottgonzalez Apr 30, 2012
1ffafe6
Revert "Sortable: modified the contents of placeholder to a single "&…
scottgonzalez Apr 30, 2012
f0c3cf6
Draggable: Don't run stop methods for elements that have been removed…
scottgonzalez Apr 30, 2012
81835fa
Sortable: update placeholder when axis is x or y. Fixed #8274 - place…
Apr 25, 2012
8226f9f
Tagging the 1.8.20 release.
scottgonzalez Apr 30, 2012
17d7f2b
Updating the 1-8-stable version to 1.8.21pre
scottgonzalez Apr 30, 2012
6a665a1
Datepicker range demo: Use public APIs. Fixes #8292 - Double Click on…
scottgonzalez May 3, 2012
8e899da
Sortable: Moved change of helper position css. Fixed #5321 – Helper i…
martinf55 May 7, 2012
8445984
Autocomplete combobox demo: Define this.wrapper for use inside destro…
scottgonzalez Apr 28, 2012
b676d59
Effects: Check for anonymous content being exposed via document.activ…
scottgonzalez May 7, 2012
3cf2b7c
Position: Patch .offset( fn ) setter for jQuery 1.3.2. Fixes #8254 - …
scottgonzalez May 8, 2012
0cbfb2f
Datepicker: Fixed Basque locale. Fixes #8318 - Datepicker i18n: Basqu…
eillarra May 14, 2012
637d102
Autocomplete combobox demo: Add combobox-specific classes for styling…
scottgonzalez May 15, 2012
b76ac30
Sortable: calculating item positions on the fly and setting the direc…
scottgonzalez May 22, 2012
f6019da
Progressbar demo: Made animated background selector more specific. Fi…
scottgonzalez May 22, 2012
168a21d
Draggable: Apply ui-draggable-dragging class prior to calculating dim…
non4eg May 24, 2012
647a9ea
Datepicker: Corrected language code for Georgian language according t…
May 29, 2012
bc4cb27
Build: Ask user to verify AUTHORS.txt is up to date before doing a re…
scottgonzalez Jun 1, 2012
d0acccf
Datepicker: Changed Arabic dayNamesMin to one-letter strings. Fixes #…
amire80 Jun 1, 2012
20afc90
Tagging the 1.8.21 release.
scottgonzalez Jun 5, 2012
800ceb3
Updating the 1-8-stable version to 1.8.22pre
scottgonzalez Jun 5, 2012
831333a
Datepicker: Pulled event handlers into static code. Fixed #3945 - Dat…
metaweta Jun 6, 2012
98772fd
Core: Define $.curCSS if it doesn't exist for jQuery 1.8+ support.
scottgonzalez Jun 25, 2012
7427d39
Core: Adjust data pseudo creation to use new Sizzle pseudo creation f…
timmywil Jul 7, 2012
b892b72
Datepicker: Remove styles specifically for IE5.
scottgonzalez Jun 27, 2012
8fcbe50
Core: Check if jQuery supports inner/outer/Width/Height setters.
scottgonzalez Jul 11, 2012
347aa33
Sortable: Reset fromOutside property when canceling helper removal. F…
wedgwood Jul 16, 2012
fa5e7c1
Datepicker: Deleted z-index style on hidden input. Fixed #7449 - Date…
Jul 17, 2012
9c1780f
Datepicker: Fixed position problem when input is in a fixed element. …
luisdalmolin Jul 16, 2012
a24aa8d
Effects: Fallback from $.curCSS to $.css to support jQuery 1.8+.
scottgonzalez Jul 20, 2012
d945d29
Position: Fix initial positioning of cycler demo.
jzaefferer Feb 23, 2012
d8f4562
Effects: Fixing call to outerHeight/Width in drop effect for compat w…
gnarf Jul 20, 2012
037a509
Effects: Fixing call to outerHeight/Width in slide effect for compat …
gnarf Jul 20, 2012
ffd5e6e
Effects (Bounce): Fixed call to .outerHeight/Width() for jQuery 1.8 c…
scottgonzalez Jul 21, 2012
61f4d58
Tagging the 1.8.22 release.
scottgonzalez Jul 24, 2012
7d8c99d
Updating the 1-8-stable version to 1.8.23pre
scottgonzalez Jul 24, 2012
25f20b1
Mouse: Don't try to unbind delegated event handlers if they don't exi…
scottgonzalez Jul 31, 2012
b92965a
Datepicker: Unescape double escaped ids when handling events. Fixes #…
scottgonzalez Aug 9, 2012
5e935ea
Dialog: Don't use $.attrFn since it's empty in jQuery 1.8.0. Fixes #8…
scottgonzalez Aug 10, 2012
c7223b9
Easings: Rewrote all easings to only rely on state and reduce code si…
scottgonzalez Feb 11, 2012
e4a1c98
Upgrade jQuery to 1.8.0.
scottgonzalez Aug 13, 2012
04df2b9
Position: Create curCSS alias if it doesn't exist. Fixes #8501 - 1.8 …
scottgonzalez Aug 14, 2012
df707b2
Tagging the 1.8.23 release.
scottgonzalez Aug 15, 2012
961022a
Updating the 1-8-stable version to 1.8.24pre
scottgonzalez Aug 15, 2012
a4ae382
Sortable: Fixed jerkiness with nested-sortables. Fixes #4857 - Nested…
Aug 23, 2012
c0d0283
Sortable: Fixed container change detection. Fixes #5159 - Remove and …
Aug 23, 2012
35cf028
Datepicker: Updated zh-CN, zh-HK, and zh-TW locales. Fixes #8511 - Lo…
tr0829 Aug 24, 2012
1cbd513
Droppable: greedy children now consider only parents with same scope …
Aug 27, 2012
65bada3
Draggable: Always clean up iframes. Fixes #8555 - Draggable: iframeFi…
jscheel Sep 6, 2012
1fd96df
Upgrade jQuery to 1.8.2.
scottgonzalez Sep 21, 2012
c2a113b
Tagging the 1.8.24 release.
scottgonzalez Sep 29, 2012
0c8556d
Updating the 1-8-stable version to 1.8.25pre
scottgonzalez Sep 29, 2012
f71f4ab
Grunt: Fix download_docs task
jzaefferer Sep 29, 2012
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
build/dist
dist
node_modules
docs
.project
*~
Expand Down
2 changes: 1 addition & 1 deletion MIT-LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2010 Paul Bakaus, http://jqueryui.com/
Copyright (c) 2012 Paul Bakaus, http://jqueryui.com/

This software consists of voluntary contributions made by many
individuals (AUTHORS.txt, http://jqueryui.com/about) For exact
Expand Down
389 changes: 0 additions & 389 deletions build/build.xml

This file was deleted.

Binary file removed build/build/ant-contrib-0.6.jar
Binary file not shown.
211 changes: 0 additions & 211 deletions build/build/style.xsl

This file was deleted.

Binary file removed build/build/yuicompressor-2.4.2.jar
Binary file not shown.
Loading