From a866197cf7726cac3049bd2a9d587ed9c51223fb Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Wed, 15 Mar 2017 16:52:31 -0700 Subject: [PATCH] jquery.ui: Add previously undocumented changes in PATCHES Change-Id: I8d9561916820212842f87fa2306ff7474b268173 --- resources/lib/jquery.ui/PATCHES | 26 +++++++++++++++++++ .../lib/jquery.ui/themes/smoothness/PATCHES | 3 --- 2 files changed, 26 insertions(+), 3 deletions(-) create mode 100644 resources/lib/jquery.ui/PATCHES delete mode 100644 resources/lib/jquery.ui/themes/smoothness/PATCHES diff --git a/resources/lib/jquery.ui/PATCHES b/resources/lib/jquery.ui/PATCHES new file mode 100644 index 0000000000..a8eba943cd --- /dev/null +++ b/resources/lib/jquery.ui/PATCHES @@ -0,0 +1,26 @@ +jquery.ui.draggable.js +* 71e11de2a3 Fix positioning error with draggable, revert and grid. + https://phabricator.wikimedia.org/T140965#2944610 + + https://bugs.jqueryui.com/ticket/4696 + + +jquery.ui.datepicker +* 19531f3c23 Add translations in de-AT and de-CH + + +themes/smoothness/jquery.ui.theme.css +* 5e772e39dd Remove dark color from links inside dialogs + https://phabricator.wikimedia.org/T85857 + + Removed ".ui-widget-content a { color: #222222; }" + and ".ui-widget-header a { color: #222222; }" + + +themes/smoothness/jquery.ui.core.css: +* dc1c29f204 Collapse border in ui-helper-clearfix + https://phabricator.wikimedia.org/T73601 + + Backport of upstream change released in jQuery UI v1.10.1 + - http://bugs.jqueryui.com/ticket/8442 + - https://github.com/jquery/jquery-ui/commit/cb42ee7ccd diff --git a/resources/lib/jquery.ui/themes/smoothness/PATCHES b/resources/lib/jquery.ui/themes/smoothness/PATCHES deleted file mode 100644 index 53fbe1fc4c..0000000000 --- a/resources/lib/jquery.ui/themes/smoothness/PATCHES +++ /dev/null @@ -1,3 +0,0 @@ -jquery.ui.theme.css -* Removed ".ui-widget-content a { color: #222222; }" and - ".ui-widget-header a { color: #222222; }" due to bug T85857. -- 2.20.1