forked from jquery/jquery-ui
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Iamsolo0023
wants to merge
325
commits into
moodysanalytics:main
Choose a base branch
from
Iamsolo0023:1-8-stable
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
1 8 stable #23
+168,993
−3,628
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… Incorrect dateFormat in jquery.ui.datepicker-nl.js. (cherry picked from commit 3af0923)
…day name for Slovak localization. (cherry picked from commit 59c787f)
… and adjust the queueing logic for jQuery 1.6 compatibility. Fixes #7275 - $.effects.animateClass broken in jQuery 1.6.
…px transparent gif. Fixed #7293 - Resizable: Chrome dev tools console shows GET data: undefined (undefined) (cherry picked from commit 5058ac3)
(cherry picked from commit fe3b36b)
…event binding in Datepicker initialization. (cherry picked from commit 74d195e)
…ntainer. Fixed #4445 containment ignored when scrolling in overflow div (cherry picked from commit d620749)
…s.jqueryui.com/ticket/6702 (cherry picked from commit 2bf061e)
… #7270. (cherry picked from commit b1c8a13)
…avascriptPacker. (cherry picked from commit f505de6)
….parseDate does not work for some locale date strings. (cherry picked from commit a891e81)
…xed #6704 - Display overflow when multiple datepickers have different numberOfMonths. (cherry picked from commit fc97ccd)
…ehavior was inconsisten between BUTTON and A elements. (cherry picked from commit a7f1659)
…ess to prevent being able to tab away leaving the datepicker open. Fixed #6775 - DatePicker remains open when tabbing out
…iginalEvent. Fixed #4333 - Nested draggables problem in IE (cherry picked from commit 9c50bdf)
… #6948 - Resizable autoHide Doesn't Work With Resizable's disable (cherry picked from commit 0e2bc5e)
…prop()/.attr() compat. Fixes #7354 - Autocomplete: Scrollable results don't visually update with jQuery 1.6.
… of dates even if only 5 are needed. (cherry picked from commit ac459ff)
…rtable Demo duplicates DOM Ids. (cherry picked from commit 98fcb47)
…andle creation. (cherry picked from commit 7fb6ca1)
… option in Firefox. Fixed #7322 - datepicker: Year would disappear when changing option. (cherry picked from commit a645630)
…. Fixed #6850 - Disable datepicker should disable month and year dropdowns. (cherry picked from commit 4585182)
…s 6 rows of dates even if only 5 are needed." This reverts commit 5e1032e.
…322 - Year selector disappears after setting an option in Firefox (cherry picked from commit a6227be)
…ucing size of some CSS (cherry picked from commit 5a5fc9f)
…ed to buttonsets. Fixed #6796. jQueryui - buttonset on rtl (cherry picked from commit 50a4186)
(cherry picked from commit 90050c7)
(cherry picked from commit 033f83f) Conflicts: ui/jquery.ui.core.js
…ixes #8430 - draggable with sortable makes sortable event receive triggered wrong. (cherry picked from commit dcea4f0)
…picker dialog has a negative z-index. (cherry picked from commit cb44dc6)
…Fixes #5626 - DatePicker doesn't work inside fixed div. (cherry picked from commit 147ec7b)
(cherry picked from commit 8f71acc)
…ith 1.8 core Backport of commit 4e3d31e
…with 1.8 core backport of ed64ccf
…st. Fixes #8416 - Draggable breaks during drag if any other draggable is removed or destroyed. (cherry picked from commit e68bee9)
…8480 - Datepicker 1.8.22 escaped id does not work. (cherry picked from commit 30b579f)
…484 - Text of buttons in dialog is not shown with jquery 1.8.0.
…ze. Fixes #8115 - Easings: Simplify equations to only rely on state. (cherry picked from commit c0093b5) Conflicts: ui/jquery.effects.core.js
…Compat; Position still uses $.curCSS.
… lists don't work properly with sortable. (cherry picked from commit 2b899cc)
…receive events on nested sortables. (cherry picked from commit b9ef00f) Conflicts: ui/jquery.ui.sortable.js
…calization Issue: the monthNameShort in Chinese is wrong. (cherry picked from commit a922d4d)
…as parents. Fixed #8524 - Nested greedy droppables trigger parents events even when scopes are different (cherry picked from commit bce0838)
…x option leaves iframes in DOM when using a selector. (cherry picked from commit 19a9d57)
Iamsolo0023
commented
Jun 11, 2024
@@ -14,7 +14,7 @@ jQuery(function($){ | |||
dayNamesShort: ['zon', 'maa', 'din', 'woe', 'don', 'vri', 'zat'], | |||
dayNamesMin: ['zo', 'ma', 'di', 'wo', 'do', 'vr', 'za'], | |||
weekHeader: 'Wk', | |||
dateFormat: 'dd/mm/yy', | |||
dateFormat: 'dd-mm-yy', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
correct
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.