index
:
jquery-ui.git
1-10-stable
1-11-stable
1-12-stable
1-13-stable
1-8-stable
1-9-stable
datepicker
dependabot/github_actions/github-actions-6951dec90a
dependabot/github_actions/github-actions-7574396d95
dependabot/github_actions/github-actions-e7ab6fa4fa
dependabot/npm_and_yarn/body-parser-1.20.3
dependabot/npm_and_yarn/express-4.20.0
interactions
jtr-test
main
spinner-globalize-1.x
The official jQuery user interface library: https://github.com/jquery/jquery-ui
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ui
Commit message (
Expand
)
Author
Age
Files
Lines
*
Datepicker: Corrected language code for Georgian language according to ISO 63...
Pavel Stetina
2012-05-29
1
-2
/
+2
*
Draggable: Apply ui-draggable-dragging class prior to calculating dimensions....
Viktar Varvanovich
2012-05-24
1
-1
/
+3
*
Sortable: calculating item positions on the fly and setting the direction var...
Scott González
2012-05-22
1
-24
/
+25
*
Datepicker: Fixed Basque locale. Fixes #8318 - Datepicker i18n: Basque locale...
Eneko Illarramendi
2012-05-14
1
-9
/
+9
*
Position: Patch .offset( fn ) setter for jQuery 1.3.2. Fixes #8254 - Position...
Scott González
2012-05-08
1
-1
/
+6
*
Effects: Check for anonymous content being exposed via document.activeElement...
Scott González
2012-05-07
1
-1
/
+10
*
Sortable: Moved change of helper position css. Fixed #5321 – Helper in a bo...
martinf55
2012-05-07
1
-5
/
+5
*
Sortable: update placeholder when axis is x or y. Fixed #8274 - placeholder d...
Jason Moon
2012-04-30
1
-2
/
+2
*
Draggable: Don't run stop methods for elements that have been removed. Fixed...
Scott González
2012-04-30
1
-2
/
+8
*
Revert "Sortable: modified the contents of placeholder to a single " ". ...
Scott González
2012-04-30
1
-1
/
+1
*
Revert "Sortable: Always set placeholder size when necessary. Fixes #8262 - j...
Scott González
2012-04-30
1
-2
/
+3
*
Datepicker: Added missing quote in Hindi i18n.
Scott González
2012-04-22
1
-1
/
+1
*
Resizable: Apply zIndex option to all handles. Partial Fix for #7960- Modal d...
TJ VanToll
2012-04-19
1
-3
/
+2
*
Datepicker: Corrections in Hindi weekday names, text labels. Fixes #8265 - Da...
G Karunakar
2012-04-19
1
-9
/
+9
*
Sortable: Always set placeholder size when necessary. Fixes #8262 - jQuery UI...
Bertjh
2012-04-19
1
-3
/
+2
*
Autocomplete: Don't invoke a search from arrow keys when the element can have...
meh-cfl
2012-04-07
1
-6
/
+11
*
Autocomplete: Move race condition logic from ajax requests to general respons...
Scott González
2012-04-03
1
-18
/
+20
*
Datepicker: Don't set _curInst in hideDatepicker. Fixes #8174 - jQuery datepi...
Scott González
2012-04-03
1
-2
/
+0
*
Protect all copyright notices against minification
Jörn Zaefferer
2012-04-02
28
-28
/
+28
*
Datepicker: Changed German translation for weekHeader to "KW". Fixes #8231 - ...
Simon
2012-04-02
1
-1
/
+1
*
Fixes #6979 - Several components are leaking variables into the global scope.
felix
2012-03-29
5
-6
/
+5
*
Datepicker: Fixed nextText, prevText, and Sunday and split words onto multipl...
Scott González
2012-03-29
1
-7
/
+43
*
Effects: Backporting e8ba367 to 1-8-stable - Fixes #8113 - addClass not anima...
Corey Frang
2012-03-27
1
-1
/
+1
*
Tabs: Wrap attribute value in quotes when querying. Fixes #8207 - Tabs: Error...
Scott González
2012-03-22
1
-1
/
+1
*
Datepicker: Fixed month name for Macedonian localization. Fixes #8206 - Datep...
stojce
2012-03-22
1
-2
/
+2
*
Datepicker: Added Georgian localization. Fixes #8205 - Datepicker: Add Georgi...
Lado Lomidze
2012-03-22
1
-0
/
+21
*
Mouse: Unbind events bound to document on destroy. Fixes #8199 - _mouseDestro...
Scott González
2012-03-19
1
-0
/
+3
*
Updated copyright year.
Scott González
2012-03-19
31
-31
/
+31
*
Datepicker: Corrected values of dayNamesShort in Finnish translation. Fixes #...
Scott González
2012-03-14
1
-12
/
+12
*
Resizable: Update aspectRatio to use calculated aspectRatio in case of: conta...
gromo
2012-03-02
1
-2
/
+2
*
Datepicker: modified a catch variable to no longer mask an existing variable ...
Jasvir Nagra
2012-02-25
1
-2
/
+2
*
Sortable: modified the contents of placeholder to a single " ". Fixed #8...
Bertjh
2012-02-24
1
-1
/
+1
*
Corrected week header for et locale. Fixed #8129 - Localization error in et l...
Richard D. Worth
2012-02-23
1
-1
/
+1
*
Added Datepicker Hindi i18n file. Fixed #8118 - Datepicker i18n - Hindi local...
Richard D. Worth
2012-02-15
1
-0
/
+23
*
Datepicker: Added Khmer localization. Fixes #8116 - Datepicker: Add Khmer loc...
Douglas
2012-02-12
1
-0
/
+23
*
Autocomplete: Set context for ajax requests instead of relying on default con...
Scott González
2012-02-11
1
-1
/
+3
*
Slider: Prevent the default action on keydown if we're listening for the pres...
Scott González
2012-02-09
1
-6
/
+2
*
Datepicker: Allow descendant elements in triggers. Fixes #8107 - Closing the ...
Scott González
2012-02-08
1
-1
/
+1
*
Resizable: Removed Opera relative/absolute positioning exception code. Fixed...
TJ VanToll
2012-02-08
1
-35
/
+1
*
Sortable: Fixed destroy method to call parent destroy method. Fixes #8094 - ....
Scott González
2012-02-02
1
-0
/
+1
*
Datepicker i18n: Changed Hebrew monthNamesShort from number to names. Fixes #...
levushka
2012-02-01
1
-2
/
+2
*
Datepicker i18n: Fixed Macedonian date format. Fixes #8040 - Datepicker: Mace...
stojce
2012-01-20
1
-1
/
+1
*
Datepicker: added check to account for multiple pickers on one page. Fixed #5...
ryanolton
2012-01-20
1
-1
/
+4
*
Datepicker i18n: Fix monthNames, monthNamesShort, dayNames, showMonthAfterYea...
clear00
2012-01-20
1
-7
/
+7
*
Sortable: Added a variable to track if initialization is complete. Fixes #475...
SpoonNZ
2012-01-20
1
-1
/
+5
*
Core: Access offsetHeight on div for support tests to avoid a layout bug in I...
Scott González
2012-01-19
1
-0
/
+5
*
Position: Update fullname reference; jQuery => $. Fixes #8029 - Position: The...
Scott González
2012-01-19
1
-1
/
+1
*
Button: Properly handle disabled option on init. Fixes #8028 - Getting unset ...
Scott González
2012-01-18
1
-5
/
+3
*
Datepicker i18n (nl-BE): Removed BOM.
Scott González
2012-01-12
1
-2
/
+2
*
Selectable: Explicitly check event.ctrlKey now that jQuery differentiates bet...
Scott González
2011-11-22
1
-4
/
+4
[next]