This is an automated email from the ASF dual-hosted git repository.

gcruz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/allura.git


The following commit(s) were added to refs/heads/master by this push:
     new 646bf7672 [#8453] removed jquery-ui unused files
646bf7672 is described below

commit 646bf76724e83ce743f87bba8190bbc3ca67661a
Author: Guillermo Cruz <[email protected]>
AuthorDate: Tue Aug 23 13:12:19 2022 -0600

    [#8453] removed jquery-ui unused files
---
 Allura/allura/public/nf/css/smoothness/jquery-ui.min.css | 7 -------
 Allura/allura/public/nf/js/jquery-ui.min.js              | 9 ---------
 2 files changed, 16 deletions(-)

diff --git a/Allura/allura/public/nf/css/smoothness/jquery-ui.min.css 
b/Allura/allura/public/nf/css/smoothness/jquery-ui.min.css
deleted file mode 100644
index d97917285..000000000
--- a/Allura/allura/public/nf/css/smoothness/jquery-ui.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*! jQuery UI - v1.11.4 - 2017-02-13
-* http://jqueryui.com
-* Includes: core.css, draggable.css, sortable.css, autocomplete.css, 
datepicker.css, menu.css, theme.css
-* To view and modify this theme, visit 
http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDe
 [...]
-* Copyright jQuery Foundation and other contributors; Licensed MIT */
-
-.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0
 0 0 
0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;heig
 [...]
\ No newline at end of file
diff --git a/Allura/allura/public/nf/js/jquery-ui.min.js 
b/Allura/allura/public/nf/js/jquery-ui.min.js
deleted file mode 100644
index 057904c2c..000000000
--- a/Allura/allura/public/nf/js/jquery-ui.min.js
+++ /dev/null
@@ -1,9 +0,0 @@
-/*! jQuery UI - v1.11.4 - 2017-02-13
-* http://jqueryui.com
-* Includes: core.js, widget.js, mouse.js, position.js, draggable.js, 
sortable.js, autocomplete.js, datepicker.js, menu.js, effect.js, 
effect-fade.js, effect-highlight.js
-* Copyright jQuery Foundation and other contributors; Licensed MIT */
-
-(function(t){"function"==typeof 
define&&define.amd?define(["jquery"],t):t(jQuery)})(function(t){function 
e(e,s){var 
n,o,a,r=e.nodeName.toLowerCase();return"area"===r?(n=e.parentNode,o=n.name,e.href&&o&&"map"===n.nodeName.toLowerCase()?(a=t("img[usemap='#"+o+"']")[0],!!a&&i(a)):!1):(/^(input|select|textarea|button|object)$/.test(r)?!e.disabled:"a"===r?e.href||s:s)&&i(e)}function
 i(e){return 
t.expr.filters.visible(e)&&!t(e).parents().addBack().filter(function(){return"hidden"===t.css(this,
 [...]
-},_clear:function(){this.helper.removeClass("ui-draggable-dragging"),this.helper[0]===this.element[0]||this.cancelHelperRemoval||this.helper.remove(),this.helper=null,this.cancelHelperRemoval=!1,this.destroyOnClear&&this.destroy()},_normalizeRightBottom:function(){"y"!==this.options.axis&&"auto"!==this.helper.css("right")&&(this.helper.width(this.helper.width()),this.helper.css("right","auto")),"x"!==this.options.axis&&"auto"!==this.helper.css("bottom")&&(this.helper.height(this.helper.h
 [...]
-}return 
this.fromOutside=!1,!this.cancelHelperRemoval},_trigger:function(){t.Widget.prototype._trigger.apply(this,arguments)===!1&&this.cancel()},_uiHash:function(e){var
 
i=e||this;return{helper:i.helper,placeholder:i.placeholder||t([]),position:i.position,originalPosition:i.originalPosition,offset:i.positionAbs,item:i.currentItem,sender:e?e.element:null}}}),t.widget("ui.menu",{version:"1.11.4",defaultElement:"<ul>",delay:300,options:{icons:{submenu:"ui-icon-carat-1-e"},items:">
 *",menus: [...]
-},_selectMonthYear:function(e,i,s){var 
n=t(e),o=this._getInst(n[0]);o["selected"+("M"===s?"Month":"Year")]=o["draw"+("M"===s?"Month":"Year")]=parseInt(i.options[i.selectedIndex].value,10),this._notifyChange(o),this._adjustDate(n)},_selectDay:function(e,i,s,n){var
 
o,a=t(e);t(n).hasClass(this._unselectableClass)||this._isDisabledDatepicker(a[0])||(o=this._getInst(a[0]),o.selectedDay=o.currentDay=t("a",n).html(),o.selectedMonth=o.currentMonth=i,o.selectedYear=o.currentYear=s,this._selectDat
 [...]
\ No newline at end of file

Reply via email to