Skip to content

Commit

Permalink
Item13206: added jquery-1.12.4 / jquery-2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDaum committed Jul 25, 2016
1 parent beb507a commit a4869c2
Show file tree
Hide file tree
Showing 9 changed files with 20,966 additions and 107 deletions.
8 changes: 4 additions & 4 deletions JQueryPlugin/lib/Foswiki/Plugins/JQueryPlugin/Config.spec
Expand Up @@ -28,18 +28,18 @@ $Foswiki::cfg{JQueryPlugin}{NoConflict} = 0;
# a newer jQuery library. Starting with jquery-1.9.1 all deprecated methods have been removed from it and put into the "migrate" plugin.
$Foswiki::cfg{JQueryPlugin}{DefaultPlugins} = '';

# **SELECT jquery-1.9.1, jquery-1.10.0, jquery-1.11.0, jquery-1.11.1, jquery-1.11.2, jquery-1.11.3, jquery-2.0.0, jquery-2.0.1, jquery-2.0.2, jquery-2.1.0, jquery-2.1.1, jquery-2.1.3, jquery-2.1.4, jquery-2.2.0, jquery-2.2.1, jquery-2.2.2, jquery-2.2.3**
# **SELECT jquery-1.9.1, jquery-1.10.0, jquery-1.11.0, jquery-1.11.1, jquery-1.11.2, jquery-1.11.3, jquery-2.0.0, jquery-2.0.1, jquery-2.0.2, jquery-2.1.0, jquery-2.1.1, jquery-2.1.3, jquery-2.1.4, jquery-2.2.0, jquery-2.2.1, jquery-2.2.2, jquery-2.2.3, jquery-2.2.4**
# Note that starting with jQuery-1.9.1 deprecated features have been removed. If you are experiencing
# problems with plugins still using deprecated features then add the <code>migrate</code> plugin to the list
# of plugins loaded by default (see above). Further note that starting with jQuery-2.0 support for Internet Explorer 6/7/8
# has been dropped. Use jQuery-1.9 in case you still need to cover these browsers.
$Foswiki::cfg{JQueryPlugin}{JQueryVersion} = 'jquery-2.2.3';
$Foswiki::cfg{JQueryPlugin}{JQueryVersion} = 'jquery-2.2.4';

# **SELECT , jquery-1.9.1, jquery-1.10.0, jquery-1.10.1, jquery-1.11.0, jquery-1.11.1, jquery-1.11.2, jquery-1.11.3, jquery-1.12.0, jquery-1.12.1, jquery-1.12.2, jquery-1.12.3**
# **SELECT , jquery-1.9.1, jquery-1.10.0, jquery-1.10.1, jquery-1.11.0, jquery-1.11.1, jquery-1.11.2, jquery-1.11.3, jquery-1.12.0, jquery-1.12.1, jquery-1.12.2, jquery-1.12.3, jquery-1.12.4**
# Use a different jQuery library for Internet Explorer 6/7/8. Since jQuery-2.0 these old browsers aren't suppored anymore.
# Use one of the jQuery-1.x libraries to still serve a compatible jQuery to these browsers. Or leave it empty to use the same
# library version for all browsers.
$Foswiki::cfg{JQueryPlugin}{JQueryVersionForOldIEs} = 'jquery-1.12.3';
$Foswiki::cfg{JQueryPlugin}{JQueryVersionForOldIEs} = 'jquery-1.12.4';

# **SELECT ,base, flickr, foswiki, lightness, redmond, smoothness **
$Foswiki::cfg{JQueryPlugin}{JQueryTheme} = 'foswiki';
Expand Down
73 changes: 39 additions & 34 deletions JQueryPlugin/lib/Foswiki/Plugins/JQueryPlugin/MANIFEST
@@ -1,4 +1,3 @@
!noci
data/System/JQueryAjaxHelper.txt 0644
data/System/JQueryAutocomplete.txt 0644
data/System/JQueryBgiframe.txt 0644
Expand Down Expand Up @@ -84,8 +83,6 @@ lib/Foswiki/Configure/Checkers/JQueryPlugin/Plugins/Tooltip/Enabled.pm 0644
lib/Foswiki/Form/Color.pm 0644
lib/Foswiki/Form/Rating.pm 0644
lib/Foswiki/Form/Textboxlist.pm 0644
lib/Foswiki/Plugins/JQueryPlugin.pm 0644
lib/Foswiki/Plugins/JQueryPlugin/DEPENDENCIES 0644
lib/Foswiki/Plugins/JQueryPlugin/ANIMATE.pm 0644
lib/Foswiki/Plugins/JQueryPlugin/AUTOCOMPLETE.pm 0644
lib/Foswiki/Plugins/JQueryPlugin/BGIFRAME.pm 0644
Expand All @@ -97,6 +94,7 @@ lib/Foswiki/Plugins/JQueryPlugin/COOKIE.pm 0644
lib/Foswiki/Plugins/JQueryPlugin/CORNER.pm 0644
lib/Foswiki/Plugins/JQueryPlugin/CYCLE.pm 0644
lib/Foswiki/Plugins/JQueryPlugin/DEBUG.pm 0644
lib/Foswiki/Plugins/JQueryPlugin/DEPENDENCIES 0644
lib/Foswiki/Plugins/JQueryPlugin/EASING.pm 0644
lib/Foswiki/Plugins/JQueryPlugin/EMPTY.pm 0644
lib/Foswiki/Plugins/JQueryPlugin/FARBTASTIC.pm 0644
Expand All @@ -107,9 +105,9 @@ lib/Foswiki/Plugins/JQueryPlugin/FORM.pm 0644
lib/Foswiki/Plugins/JQueryPlugin/FOSWIKI.pm 0644
lib/Foswiki/Plugins/JQueryPlugin/GRADIENT.pm 0644
lib/Foswiki/Plugins/JQueryPlugin/HOVERINTENT.pm 0644
lib/Foswiki/Plugins/JQueryPlugin/I18N.pm 0644
lib/Foswiki/Plugins/JQueryPlugin/IMAGESLOADED.pm 0644
lib/Foswiki/Plugins/JQueryPlugin/INNERFADE.pm 0644
lib/Foswiki/Plugins/JQueryPlugin/I18N.pm 0644
lib/Foswiki/Plugins/JQueryPlugin/LIVEQUERY.pm 0644
lib/Foswiki/Plugins/JQueryPlugin/LOADER.pm 0644
lib/Foswiki/Plugins/JQueryPlugin/LOCALSCROLL.pm 0644
Expand All @@ -123,11 +121,12 @@ lib/Foswiki/Plugins/JQueryPlugin/NIFTY.pm 0644
lib/Foswiki/Plugins/JQueryPlugin/PLACEHOLDER.pm 0644
lib/Foswiki/Plugins/JQueryPlugin/Plugin.pm 0644
lib/Foswiki/Plugins/JQueryPlugin/Plugins.pm 0644
lib/Foswiki/Plugins/JQueryPlugin.pm 0644
lib/Foswiki/Plugins/JQueryPlugin/PNOTIFY.pm 0644
lib/Foswiki/Plugins/JQueryPlugin/POPUPWINDOW.pm 0644
lib/Foswiki/Plugins/JQueryPlugin/QUERYOBJECT.pm 0644
lib/Foswiki/Plugins/JQueryPlugin/RATING.pm 0644
lib/Foswiki/Plugins/JQueryPlugin/RENDER.pm 644
lib/Foswiki/Plugins/JQueryPlugin/RENDER.pm 0644
lib/Foswiki/Plugins/JQueryPlugin/SCROLLTO.pm 0644
lib/Foswiki/Plugins/JQueryPlugin/SERIALSCROLL.pm 0644
lib/Foswiki/Plugins/JQueryPlugin/SHAKE.pm 0644
Expand Down Expand Up @@ -273,6 +272,9 @@ pub/System/JQueryPlugin/jquery-1.12.2.uncompressed.js 0644
pub/System/JQueryPlugin/jquery-1.12.3.js 0644
pub/System/JQueryPlugin/jquery-1.12.3.js.gz 0644
pub/System/JQueryPlugin/jquery-1.12.3.uncompressed.js 0644
pub/System/JQueryPlugin/jquery-1.12.4.js 0644
pub/System/JQueryPlugin/jquery-1.12.4.js.gz 0644
pub/System/JQueryPlugin/jquery-1.12.4.uncompressed.js 0644
pub/System/JQueryPlugin/jquery-1.9.1.js 0644
pub/System/JQueryPlugin/jquery-1.9.1.js.gz 0644
pub/System/JQueryPlugin/jquery-1.9.1.uncompressed.js 0644
Expand Down Expand Up @@ -309,18 +311,21 @@ pub/System/JQueryPlugin/jquery-2.2.2.uncompressed.js 0644
pub/System/JQueryPlugin/jquery-2.2.3.js 0644
pub/System/JQueryPlugin/jquery-2.2.3.js.gz 0644
pub/System/JQueryPlugin/jquery-2.2.3.uncompressed.js 0644
pub/System/JQueryPlugin/jquery-2.2.4.js 0644
pub/System/JQueryPlugin/jquery-2.2.4.js.gz 0644
pub/System/JQueryPlugin/jquery-2.2.4.uncompressed.js 0644
pub/System/JQueryPlugin/Makefile 0644
pub/System/JQueryPlugin/Makefile.include 0644
pub/System/JQueryPlugin/noconflict.js 0644
pub/System/JQueryPlugin/noconflict.js.gz 0644
pub/System/JQueryPlugin/noconflict.uncompressed.js 0644
pub/System/JQueryPlugin/plugins/animate/Makefile 0644
pub/System/JQueryPlugin/plugins/animate/animate.css 0644
pub/System/JQueryPlugin/plugins/animate/animate.css.gz 0644
pub/System/JQueryPlugin/plugins/animate/animate.uncompressed.css 0644
pub/System/JQueryPlugin/plugins/animate/animate.js 0644
pub/System/JQueryPlugin/plugins/animate/animate.js.gz 0644
pub/System/JQueryPlugin/plugins/animate/animate.uncompressed.css 0644
pub/System/JQueryPlugin/plugins/animate/animate.uncompressed.js 0644
pub/System/JQueryPlugin/plugins/animate/Makefile 0644
pub/System/JQueryPlugin/plugins/autocomplete/jquery.autocomplete.css 0644
pub/System/JQueryPlugin/plugins/autocomplete/jquery.autocomplete.css.gz 0644
pub/System/JQueryPlugin/plugins/autocomplete/jquery.autocomplete.init.js 0644
Expand Down Expand Up @@ -435,6 +440,7 @@ pub/System/JQueryPlugin/plugins/focus/Makefile 0644
pub/System/JQueryPlugin/plugins/fontawesome/fontawesome.css 0644
pub/System/JQueryPlugin/plugins/fontawesome/fontawesome.css.gz 0644
pub/System/JQueryPlugin/plugins/fontawesome/FontAwesome.otf 0644
pub/System/JQueryPlugin/plugins/fontawesome/fontawesome.patch 0644
pub/System/JQueryPlugin/plugins/fontawesome/fontawesome.uncompressed.css 0644
pub/System/JQueryPlugin/plugins/fontawesome/fontawesome-webfont.eot 0644
pub/System/JQueryPlugin/plugins/fontawesome/fontawesome-webfont.svg 0644
Expand Down Expand Up @@ -464,21 +470,21 @@ pub/System/JQueryPlugin/plugins/hoverintent/jquery.hoverIntent.js 0644
pub/System/JQueryPlugin/plugins/hoverintent/jquery.hoverIntent.js.gz 0644
pub/System/JQueryPlugin/plugins/hoverintent/jquery.hoverIntent.uncompressed.js 0644
pub/System/JQueryPlugin/plugins/hoverintent/Makefile 0644
pub/System/JQueryPlugin/plugins/i18n/Makefile 0644
pub/System/JQueryPlugin/plugins/i18n/i18n.js 0644
pub/System/JQueryPlugin/plugins/i18n/i18n.js.gz 0644
pub/System/JQueryPlugin/plugins/i18n/i18n.uncompressed.js 0644
pub/System/JQueryPlugin/plugins/i18n/Makefile 0644
pub/System/JQueryPlugin/plugins/imagesloaded/imagesloaded.js 0644
pub/System/JQueryPlugin/plugins/imagesloaded/imagesloaded.js.gz 0644
pub/System/JQueryPlugin/plugins/imagesloaded/imagesloaded.uncompressed.js 0644
pub/System/JQueryPlugin/plugins/imagesloaded/Makefile 0644
pub/System/JQueryPlugin/plugins/innerfade/jquery.innerfade.init.js 0644
pub/System/JQueryPlugin/plugins/innerfade/jquery.innerfade.init.js.gz 0644
pub/System/JQueryPlugin/plugins/innerfade/jquery.innerfade.init.uncompressed.js 0644
pub/System/JQueryPlugin/plugins/innerfade/jquery.innerfade.js 0644
pub/System/JQueryPlugin/plugins/innerfade/jquery.innerfade.js.gz 0644
pub/System/JQueryPlugin/plugins/innerfade/jquery.innerfade.uncompressed.js 0644
pub/System/JQueryPlugin/plugins/innerfade/Makefile 0644
pub/System/JQueryPlugin/plugins/imagesloaded/Makefile 0644
pub/System/JQueryPlugin/plugins/imagesloaded/imagesloaded.js 0644
pub/System/JQueryPlugin/plugins/imagesloaded/imagesloaded.js.gz 0644
pub/System/JQueryPlugin/plugins/imagesloaded/imagesloaded.uncompressed.js 0644
pub/System/JQueryPlugin/plugins/livequery/jquery.livequery.js 0644
pub/System/JQueryPlugin/plugins/livequery/jquery.livequery.js.gz 0644
pub/System/JQueryPlugin/plugins/livequery/jquery.livequery.uncompressed.js 0644
Expand All @@ -502,6 +508,7 @@ pub/System/JQueryPlugin/plugins/maskedinput/jquery.maskedinput.js 0644
pub/System/JQueryPlugin/plugins/maskedinput/jquery.maskedinput.js.gz 0644
pub/System/JQueryPlugin/plugins/maskedinput/jquery.maskedinput.uncompressed.js 0644
pub/System/JQueryPlugin/plugins/maskedinput/Makefile 0644
pub/System/JQueryPlugin/plugins/masonry/jquery.masonry.init.uncompressed.js 0644
pub/System/JQueryPlugin/plugins/masonry/jquery.masonry.js 0644
pub/System/JQueryPlugin/plugins/masonry/jquery.masonry.js.gz 0644
pub/System/JQueryPlugin/plugins/masonry/jquery.masonry.uncompressed.js 0644
Expand Down Expand Up @@ -532,6 +539,7 @@ pub/System/JQueryPlugin/plugins/metadata/jquery.metadata.uncompressed.js 0644
pub/System/JQueryPlugin/plugins/metadata/Makefile 0644
pub/System/JQueryPlugin/plugins/migrate/jquery.migrate.js 0644
pub/System/JQueryPlugin/plugins/migrate/jquery.migrate.js.gz 0644
pub/System/JQueryPlugin/plugins/migrate/jquery.migrate.patch 0644
pub/System/JQueryPlugin/plugins/migrate/jquery.migrate.uncompressed.js 0644
pub/System/JQueryPlugin/plugins/migrate/Makefile 0644
pub/System/JQueryPlugin/plugins/mousewheel/jquery.mousewheel.js 0644
Expand Down Expand Up @@ -611,6 +619,7 @@ pub/System/JQueryPlugin/plugins/shrinkurls/jquery.shrinkurls.js 0644
pub/System/JQueryPlugin/plugins/shrinkurls/jquery.shrinkurls.js.gz 0644
pub/System/JQueryPlugin/plugins/shrinkurls/jquery.shrinkurls.uncompressed.js 0644
pub/System/JQueryPlugin/plugins/shrinkurls/Makefile 0644
pub/System/JQueryPlugin/plugins/simplemodal/jquery.simplemodal-1.4.2.patch 0644
pub/System/JQueryPlugin/plugins/simplemodal/jquery.simplemodal.css 0644
pub/System/JQueryPlugin/plugins/simplemodal/jquery.simplemodal.css.gz 0644
pub/System/JQueryPlugin/plugins/simplemodal/jquery.simplemodal.init.js 0644
Expand Down Expand Up @@ -644,19 +653,22 @@ pub/System/JQueryPlugin/plugins/sprintf/Makefile 0644
pub/System/JQueryPlugin/plugins/sprintf/sprintf.js 0644
pub/System/JQueryPlugin/plugins/sprintf/sprintf.js.gz 0644
pub/System/JQueryPlugin/plugins/sprintf/sprintf.uncompressed.js 0644
pub/System/JQueryPlugin/plugins/stars/delete.gif 0644
pub/System/JQueryPlugin/plugins/stars/delete.svg 0644
pub/System/JQueryPlugin/plugins/stars/jquery.stars.css 0644
pub/System/JQueryPlugin/plugins/stars/jquery.stars.css.gz 0644
pub/System/JQueryPlugin/plugins/stars/jquery.stars.uncompressed.css 0644
pub/System/JQueryPlugin/plugins/stars/jquery.stars.js 0644
pub/System/JQueryPlugin/plugins/stars/jquery.stars.js.gz 0644
pub/System/JQueryPlugin/plugins/stars/jquery.stars.uncompressed.css 0644
pub/System/JQueryPlugin/plugins/stars/jquery.stars.uncompressed.js 0644
pub/System/JQueryPlugin/plugins/stars/Makefile 0644
pub/System/JQueryPlugin/plugins/stars/star.png 0644
pub/System/JQueryPlugin/plugins/stars/stars.svg 0644
pub/System/JQueryPlugin/plugins/superfish/jquery.superfish.css 0644
pub/System/JQueryPlugin/plugins/superfish/jquery.superfish.css.gz 0644
pub/System/JQueryPlugin/plugins/superfish/jquery.superfish.js 0644
pub/System/JQueryPlugin/plugins/superfish/jquery.superfish.js.gz 0644
pub/System/JQueryPlugin/plugins/superfish/jquery.superfish-megafish.css 0644
pub/System/JQueryPlugin/plugins/superfish/jquery.superfish-megafish.css.gz 0644
pub/System/JQueryPlugin/plugins/superfish/jquery.superfish-megafish.uncompressed.css 0644
pub/System/JQueryPlugin/plugins/superfish/jquery.superfish-navbar.css 0644
pub/System/JQueryPlugin/plugins/superfish/jquery.superfish-navbar.css.gz 0644
pub/System/JQueryPlugin/plugins/superfish/jquery.superfish-navbar.uncompressed.css 0644
Expand All @@ -665,9 +677,6 @@ pub/System/JQueryPlugin/plugins/superfish/jquery.superfish.uncompressed.js 0644
pub/System/JQueryPlugin/plugins/superfish/jquery.superfish-vertical.css 0644
pub/System/JQueryPlugin/plugins/superfish/jquery.superfish-vertical.css.gz 0644
pub/System/JQueryPlugin/plugins/superfish/jquery.superfish-vertical.uncompressed.css 0644
pub/System/JQueryPlugin/plugins/superfish/jquery.superfish-megafish.css 0644
pub/System/JQueryPlugin/plugins/superfish/jquery.superfish-megafish.css.gz 0644
pub/System/JQueryPlugin/plugins/superfish/jquery.superfish-megafish.uncompressed.css 0644
pub/System/JQueryPlugin/plugins/superfish/Makefile 0644
pub/System/JQueryPlugin/plugins/supersubs/jquery.supersubs.js 0644
pub/System/JQueryPlugin/plugins/supersubs/jquery.supersubs.js.gz 0644
Expand Down Expand Up @@ -701,13 +710,6 @@ pub/System/JQueryPlugin/plugins/textboxlist/jquery.textboxlist.js.gz 0644
pub/System/JQueryPlugin/plugins/textboxlist/jquery.textboxlist.uncompressed.css 0644
pub/System/JQueryPlugin/plugins/textboxlist/jquery.textboxlist.uncompressed.js 0644
pub/System/JQueryPlugin/plugins/textboxlist/Makefile 0644
pub/System/JQueryPlugin/plugins/tmpl/jquery.tmpl.js 0644
pub/System/JQueryPlugin/plugins/tmpl/jquery.tmpl.js.gz 0644
pub/System/JQueryPlugin/plugins/tmpl/jquery.tmpl-loader.js 0644
pub/System/JQueryPlugin/plugins/tmpl/jquery.tmpl-loader.js.gz 0644
pub/System/JQueryPlugin/plugins/tmpl/jquery.tmpl-loader.uncompressed.js 0644
pub/System/JQueryPlugin/plugins/tmpl/jquery.tmpl.uncompressed.js 0644
pub/System/JQueryPlugin/plugins/tmpl/Makefile 0644
pub/System/JQueryPlugin/plugins/tooltip/jquery.tooltip.css 0644
pub/System/JQueryPlugin/plugins/tooltip/jquery.tooltip.css.gz 0644
pub/System/JQueryPlugin/plugins/tooltip/jquery.tooltip.init.js 0644
Expand Down Expand Up @@ -750,6 +752,9 @@ pub/System/JQueryPlugin/plugins/treeview/jquery.treeview.js.gz 0644
pub/System/JQueryPlugin/plugins/treeview/jquery.treeview.uncompressed.css 0644
pub/System/JQueryPlugin/plugins/treeview/jquery.treeview.uncompressed.js 0644
pub/System/JQueryPlugin/plugins/treeview/Makefile 0644
pub/System/JQueryPlugin/plugins/validate/jquery.validate.1.7.uncompressed.patch 0644
pub/System/JQueryPlugin/plugins/validate/jquery.validate.1.8.uncompressed.patch 0644
pub/System/JQueryPlugin/plugins/validate/jquery.validate.1.9.uncompressed.patch 0644
pub/System/JQueryPlugin/plugins/validate/jquery.validate.additional-methods.uncompressed.js 0644
pub/System/JQueryPlugin/plugins/validate/jquery.validate.foswiki-methods.uncompressed.js 0644
pub/System/JQueryPlugin/plugins/validate/jquery.validate.init.js 0644
Expand Down Expand Up @@ -806,13 +811,13 @@ pub/System/JQueryPlugin/plugins/validate/localization/methods_de.js 0644
pub/System/JQueryPlugin/plugins/validate/localization/methods_nl.js 0644
pub/System/JQueryPlugin/plugins/validate/localization/methods_pt.js 0644
pub/System/JQueryPlugin/plugins/validate/Makefile 0644
pub/System/JQueryPlugin/plugins/wikiword/wikiword.js 0644
pub/System/JQueryPlugin/plugins/wikiword/wikiword.js.gz 0644
pub/System/JQueryPlugin/plugins/wikiword/wikiword.uncompressed.js 0644
pub/System/JQueryPlugin/plugins/wikiword/downgradeMap.small.uncompressed.js 0644
pub/System/JQueryPlugin/plugins/wikiword/downgradeMap.uncompressed.js 0644
pub/System/JQueryPlugin/plugins/wikiword/jquery.wikiword.uncompressed.js 0644
pub/System/JQueryPlugin/plugins/wikiword/Makefile 0644
pub/System/JQueryPlugin/plugins/wikiword/wikiword.js 0644
pub/System/JQueryPlugin/plugins/wikiword/wikiword.js.gz 0644
pub/System/JQueryPlugin/plugins/wikiword/wikiword.uncompressed.js 0644
pub/System/JQueryPlugin/themes/base/images/animated-overlay.gif 0644
pub/System/JQueryPlugin/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png 0644
pub/System/JQueryPlugin/themes/base/images/ui-bg_flat_75_ffffff_40x100.png 0644
Expand Down Expand Up @@ -864,6 +869,9 @@ pub/System/JQueryPlugin/themes/flickr/jquery-ui.css 0644
pub/System/JQueryPlugin/themes/flickr/jquery-ui.css.gz 0644
pub/System/JQueryPlugin/themes/flickr/jquery-ui.uncompressed.css 0644
pub/System/JQueryPlugin/themes/flickr/Makefile 0644
pub/System/JQueryPlugin/themes/foswiki-fontawesome/jquery-ui.css.gz 0644
pub/System/JQueryPlugin/themes/foswiki-fontawesome/jquery-ui.uncompressed.css 0644
pub/System/JQueryPlugin/themes/foswiki-fontawesome/Makefile 0644
pub/System/JQueryPlugin/themes/foswiki/images/select2.png 0644
pub/System/JQueryPlugin/themes/foswiki/images/select2x2.png 0644
pub/System/JQueryPlugin/themes/foswiki/images/ui-bg_flat_0_aaaaaa_40x100.png 0644
Expand Down Expand Up @@ -999,6 +1007,7 @@ pub/System/JQueryPlugin/ui/jquery.ui.tabs.init.js 0644
pub/System/JQueryPlugin/ui/jquery.ui.tabs.init.js.gz 0644
pub/System/JQueryPlugin/ui/jquery.ui.tabs.init.uncompressed.js 0644
pub/System/JQueryPlugin/ui/jquery.ui.tabs.js 0644
pub/System/JQueryPlugin/ui/jquery.ui.tabs.js.patch 0644
pub/System/JQueryPlugin/ui/jquery.ui.tooltip.init.js 0644
pub/System/JQueryPlugin/ui/jquery.ui.tooltip.init.js.gz 0644
pub/System/JQueryPlugin/ui/jquery.ui.tooltip.init.uncompressed.js 0644
Expand All @@ -1009,9 +1018,5 @@ pub/System/JQueryPlugin/ui/Makefile 0644
pub/System/JQueryRender/logo-jsr.png 0644
pub/System/JQuerySlimbox/IMG_1190.JPG 0644
pub/System/JQuerySuperfish/example.js 0644
tools/jslint4java.jar 0444
tools/minifycss 0555
tools/minifyjs 0555
tools/yuicompressor.jar 0444


tools/minifycss 0755
tools/minifyjs 0755
4 changes: 2 additions & 2 deletions JQueryPlugin/lib/Foswiki/Plugins/JQueryPlugin/Plugins.pm
Expand Up @@ -12,8 +12,8 @@ my %themes;
my $debug;
my $currentTheme;

use constant JQUERY1_DEFAULT => 'jquery-1.12.3';
use constant JQUERY2_DEFAULT => 'jquery-2.2.3';
use constant JQUERY1_DEFAULT => 'jquery-1.12.4';
use constant JQUERY2_DEFAULT => 'jquery-2.2.4';

=begin TML
Expand Down
2 changes: 1 addition & 1 deletion JQueryPlugin/lib/Foswiki/Plugins/JQueryPlugin/build.pl
@@ -1,4 +1,4 @@
#!/usr/bin/perl -w
#!/usr/bin/env perl
BEGIN {
unshift @INC, split( /:/, $ENV{FOSWIKI_LIBS} );
}
Expand Down
4 changes: 3 additions & 1 deletion JQueryPlugin/pub/System/JQueryPlugin/Makefile
Expand Up @@ -12,6 +12,7 @@ TARGET=\
jquery-1.12.1.js \
jquery-1.12.2.js \
jquery-1.12.3.js \
jquery-1.12.4.js \
jquery-2.0.0.js \
jquery-2.0.1.js \
jquery-2.0.2.js \
Expand All @@ -21,6 +22,7 @@ TARGET=\
jquery-2.2.0.js \
jquery-2.2.1.js \
jquery-2.2.2.js \
jquery-2.2.3.js
jquery-2.2.3.js \
jquery-2.2.4.js

-include Makefile.include

0 comments on commit a4869c2

Please sign in to comment.