Skip to content

Commit

Permalink
Item14028: added latest jQuery
Browse files Browse the repository at this point in the history
also:
- fixed textboxlist loosing tags with leading or trailing spaces
- updated imagesLoaded
  • Loading branch information
MichaelDaum authored and gac410 committed Mar 19, 2016
1 parent 2a3ea53 commit d1f1d61
Show file tree
Hide file tree
Showing 12 changed files with 21,018 additions and 497 deletions.
2 changes: 2 additions & 0 deletions JQueryPlugin/.gitignore
Expand Up @@ -30,8 +30,10 @@
/pub/System/JQueryPlugin/jquery-2.1.4.js
/pub/System/JQueryPlugin/jquery-1.12.0.js
/pub/System/JQueryPlugin/jquery-1.12.1.js
/pub/System/JQueryPlugin/jquery-1.12.2.js
/pub/System/JQueryPlugin/jquery-2.2.0.js
/pub/System/JQueryPlugin/jquery-2.2.1.js
/pub/System/JQueryPlugin/jquery-2.2.2.js
/pub/System/JQueryPlugin/plugins/fontawesome/icon-animate.css
/pub/System/JQueryPlugin/noconflict.js
/pub/System/JQueryPlugin/plugins/animate/animate.css
Expand Down
13 changes: 12 additions & 1 deletion JQueryPlugin/data/System/JQueryPlugin.txt
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" comment="" date="1456220586" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" comment="" date="1458294779" format="1.1" version="1"}%
---+!! %TOPIC%
%FORMFIELD{"Description"}%

Expand Down Expand Up @@ -124,6 +124,17 @@ required for Foswiki 1.1 or later.
%$DEPENDENCIES%

---++ Change History
%TABLE{columnwidths="7em" tablewidth="100%"}%
| 18 Mar 2016: | (7.01) - added jQery-1.12.2 / jQuery-2.2.2; \
fixed textboxlist loosing tags with leading or trailing spaces; \
updated imagesLoaded |
| 23 Feb 2016: | (7.00) - modernized button module again; \
removed outdated jQuery versions; \
deprecated bgiframe and media modules; \
updated jquery.form, localScroll, scrollTo, sericalScroll, masonry, jquery.migrate, queryObject, jsrender, sprintf, fontawesome, jquery.stars, superfish, jquery.tabpane to latest versions; \
externalized imagesLoaded from masonry; \
do a deep merge gathering foswikiPreferences from the header; \
added new jquery.i18n module for client-side translations |
| 03 Feb 2016: | (6.32) - Item13898: Jumpbox example in JQueryAjaxHelper is not working <br/> \
Item12560: Split !NameFilter into !AttachmentNameFilter <br/> \
Item13854: Set ALLOWTOPICVIEW=* in critical system topics. *Foswiki 1.1.x Requires compatibility patches, or Foswiki 1.1.10* |
Expand Down
1 change: 1 addition & 0 deletions JQueryPlugin/lib/Foswiki/Form/Textboxlist.pm
Expand Up @@ -77,6 +77,7 @@ sub getOptions {
# Item10889: Coming from an "Warning! Confirmation required", often
# there's an undef item (the, last, empty, one, <-- here)
if ( defined $item ) {
$item =~ s/^\s+|\s+$//g;
foreach my $value ( split( /\s*,\s*/, $item ) ) {
push @values, $value if defined $value;
}
Expand Down
4 changes: 2 additions & 2 deletions JQueryPlugin/lib/Foswiki/Plugins/JQueryPlugin.pm
Expand Up @@ -24,8 +24,8 @@ BEGIN {
}
}

our $VERSION = '7.00';
our $RELEASE = '23 Feb 2016';
our $VERSION = '7.01';
our $RELEASE = '18 Mar 2016';
our $SHORTDESCRIPTION = 'jQuery <nop>JavaScript library for Foswiki';
our $NO_PREFS_IN_TOPIC = 1;

Expand Down
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**
# **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**
# 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.1';
$Foswiki::cfg{JQueryPlugin}{JQueryVersion} = 'jquery-2.2.2';

# **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**
# **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**
# 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.1';
$Foswiki::cfg{JQueryPlugin}{JQueryVersionForOldIEs} = 'jquery-1.12.2';

# **SELECT ,base, flickr, foswiki, lightness, redmond, smoothness **
$Foswiki::cfg{JQueryPlugin}{JQueryTheme} = 'foswiki';
Expand Down
Expand Up @@ -28,7 +28,7 @@ sub new {
my $this = bless(
$class->SUPER::new(
name => 'ImagesLoaded',
version => '4.0.0',
version => '4.1.0',
author => 'David <nop>DeSandro',
homepage => 'http://imagesloaded.desandro.com/',
javascript => ['imagesloaded.js'],
Expand Down
6 changes: 6 additions & 0 deletions JQueryPlugin/lib/Foswiki/Plugins/JQueryPlugin/MANIFEST
Expand Up @@ -267,6 +267,9 @@ pub/System/JQueryPlugin/jquery-1.12.0.uncompressed.js 0644
pub/System/JQueryPlugin/jquery-1.12.1.js 0644
pub/System/JQueryPlugin/jquery-1.12.1.js.gz 0644
pub/System/JQueryPlugin/jquery-1.12.1.uncompressed.js 0644
pub/System/JQueryPlugin/jquery-1.12.2.js 0644
pub/System/JQueryPlugin/jquery-1.12.2.js.gz 0644
pub/System/JQueryPlugin/jquery-1.12.2.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 @@ -297,6 +300,9 @@ pub/System/JQueryPlugin/jquery-2.2.0.uncompressed.js 0644
pub/System/JQueryPlugin/jquery-2.2.1.js 0644
pub/System/JQueryPlugin/jquery-2.2.1.js.gz 0644
pub/System/JQueryPlugin/jquery-2.2.1.uncompressed.js 0644
pub/System/JQueryPlugin/jquery-2.2.2.js 0644
pub/System/JQueryPlugin/jquery-2.2.2.js.gz 0644
pub/System/JQueryPlugin/jquery-2.2.2.uncompressed.js 0644
pub/System/JQueryPlugin/Makefile 0644
pub/System/JQueryPlugin/Makefile.include 0644
pub/System/JQueryPlugin/noconflict.js 0644
Expand Down
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.1';
use constant JQUERY2_DEFAULT => 'jquery-2.2.1';
use constant JQUERY1_DEFAULT => 'jquery-1.12.2';
use constant JQUERY2_DEFAULT => 'jquery-2.2.2';

=begin TML
Expand Down
4 changes: 3 additions & 1 deletion JQueryPlugin/pub/System/JQueryPlugin/Makefile
Expand Up @@ -10,13 +10,15 @@ TARGET=\
jquery-1.11.3.js \
jquery-1.12.0.js \
jquery-1.12.1.js \
jquery-1.12.2.js \
jquery-2.0.0.js \
jquery-2.0.1.js \
jquery-2.0.2.js \
jquery-2.1.0.js \
jquery-2.1.1.js \
jquery-2.1.3.js \
jquery-2.2.0.js \
jquery-2.2.1.js
jquery-2.2.1.js \
jquery-2.2.2.js

-include Makefile.include

0 comments on commit d1f1d61

Please sign in to comment.