Skip to content

Commit

Permalink
Item12345:Item12511:
Browse files Browse the repository at this point in the history
   * added jquery-1.10.0
   * added jquery-2.0.1
   * updated scrollto
   * updated blockui
   * moving shrinkurls from jquery.metadata to jquery.data 
   * removing the configure warning about chili
   * revered changes in jquery.corner ... this one should be deprecated too imho
   * disabled warning about $.browser() from jquery.migrate ... this is controvertial in the jquery community as well
   * fixes to ui-menus in foswiki theme 



git-svn-id: http://svn.foswiki.org/trunk@16749 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
MichaelDaum authored and MichaelDaum committed May 29, 2013
1 parent bc1fbdc commit 8e44102
Show file tree
Hide file tree
Showing 19 changed files with 18,782 additions and 148 deletions.
10 changes: 5 additions & 5 deletions JQueryPlugin/data/System/JQueryShrinkUrls.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" date="1315479654" format="1.1" version="1"}%
%META:TOPICINFO{author="micha" date="1368687524" format="1.1" version="2"}%
%META:TOPICPARENT{name="JQueryPlugin"}%
---+ %TOPIC%
%JQPLUGINS{"shrinkurls"
Expand Down Expand Up @@ -39,7 +39,7 @@ Add the class name ==jqShrinkUrls== to a container to process all anchors inside

<verbatim class="tml">
%JQREQUIRE{"shrinkurls"}%
<div class="jqShrinkUrls {size:25, whitespace:true}">
<div class="jqShrinkUrls" data-size="25" data-whitespace="true">
<a href="#">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam vehicula est et felis imperdi</a>
</div>
</verbatim>
Expand All @@ -48,14 +48,14 @@ Add the class name ==jqShrinkUrls== to a container to process all anchors inside

%JQREQUIRE{"shrinkurls"}%

<div class="jqShrinkUrls {size:25, whitespace:true}">
<div class="jqShrinkUrls" data-size="25" data-whitespace="true">
<a href="#">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam vehicula est et felis imperdi</a>
</div>

<div class="jqShrinkUrls {size:25, whitespace:true, trunc:'middle'}">
<div class="jqShrinkUrls" data-size="25" data-whitespace="true" data-trunc="middle">
<a href="#">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam vehicula est et felis imperdi</a>
</div>

<div class="jqShrinkUrls {size:25, whitespace:true, trunc:'head'}">
<div class="jqShrinkUrls" data-size="25" data-whitespace="true" data-trunc="head">
<a href="#">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam vehicula est et felis imperdi</a>
</div>

This file was deleted.

2 changes: 1 addition & 1 deletion JQueryPlugin/lib/Foswiki/Plugins/JQueryPlugin/BLOCKUI.pm
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ sub new {
my $this = bless(
$class->SUPER::new(
name => 'blockUI',
version => '2.54',
version => '2.59',
author => 'M. Alsup',
homepage => 'http://malsup.com/jquery/block/',
css => ['jquery.blockUI.css'],
Expand Down
4 changes: 1 addition & 3 deletions JQueryPlugin/lib/Foswiki/Plugins/JQueryPlugin/Config.spec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ $Foswiki::cfg{JQueryPlugin}{NoConflict} = 0;
# List of plugins loaded by default on any page.
$Foswiki::cfg{JQueryPlugin}{DefaultPlugins} = '';

# **SELECT jquery-1.7.1, jquery-1.7.2, jquery-1.8.0, jquery-1.8.1, jquery-1.8.2, jquery-1.8.3, jquery-1.9.1, jquery-2.0.0**
# **SELECT jquery-1.7.1, jquery-1.7.2, jquery-1.8.0, jquery-1.8.1, jquery-1.8.2, jquery-1.8.3, jquery-1.9.1, jquery-1.10.0, jquery-2.0.0, jquery-2.0.1**
# 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
Expand Down Expand Up @@ -71,8 +71,6 @@ $Foswiki::cfg{JQueryPlugin}{Plugins}{Button}{Enabled} = 1;
$Foswiki::cfg{JQueryPlugin}{Plugins}{BlockUI}{Enabled} = 1;

# **BOOLEAN**
# Note that this plugin is corrupts the displayed text on Firefox 7 and Safari Rev. 6-17-2011 due to errors in the underlying regular expression code.
# The issue is fixed in Firefox 8. This has been enabled again by default.
$Foswiki::cfg{JQueryPlugin}{Plugins}{Chili}{Enabled} = 1;

# **BOOLEAN**
Expand Down
10 changes: 6 additions & 4 deletions JQueryPlugin/lib/Foswiki/Plugins/JQueryPlugin/MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ data/System/VarTAB.txt 0644
data/System/VarTABPANE.txt 0644
lib/Foswiki/Configure/Checkers/JQueryPlugin/JQueryVersion.pm 0644
lib/Foswiki/Configure/Checkers/JQueryPlugin/Plugins/Autocomplete/Enabled.pm 0644
lib/Foswiki/Configure/Checkers/JQueryPlugin/Plugins/Chili/Enabled.pm 0644
lib/Foswiki/Configure/Checkers/JQueryPlugin/Plugins/Shake/Enabled.pm 0644
lib/Foswiki/Configure/Checkers/JQueryPlugin/Plugins/Nifty/Enabled.pm 0644
lib/Foswiki/Form/Color.pm 0644
Expand Down Expand Up @@ -240,9 +239,15 @@ pub/System/JQueryPlugin/jquery-1.8.3.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
pub/System/JQueryPlugin/jquery-1.10.0.js 0644
pub/System/JQueryPlugin/jquery-1.10.0.js.gz 0644
pub/System/JQueryPlugin/jquery-1.10.0.uncompressed.js 0644
pub/System/JQueryPlugin/jquery-2.0.0.js 0644
pub/System/JQueryPlugin/jquery-2.0.0.js.gz 0644
pub/System/JQueryPlugin/jquery-2.0.0.uncompressed.js 0644
pub/System/JQueryPlugin/jquery-2.0.1.js 0644
pub/System/JQueryPlugin/jquery-2.0.1.js.gz 0644
pub/System/JQueryPlugin/jquery-2.0.1.uncompressed.js 0644
pub/System/JQueryPlugin/Makefile 0644
pub/System/JQueryPlugin/Makefile.include 0644
pub/System/JQueryPlugin/plugins/autocomplete/jquery.autocomplete.css 0644
Expand Down Expand Up @@ -511,9 +516,6 @@ pub/System/JQueryPlugin/plugins/shake/jquery.shake.js 0644
pub/System/JQueryPlugin/plugins/shake/jquery.shake.js.gz 0644
pub/System/JQueryPlugin/plugins/shake/jquery.shake.uncompressed.js 0644
pub/System/JQueryPlugin/plugins/shake/Makefile 0644
pub/System/JQueryPlugin/plugins/shrinkurls/jquery.shrinkurls.init.js 0644
pub/System/JQueryPlugin/plugins/shrinkurls/jquery.shrinkurls.init.js.gz 0644
pub/System/JQueryPlugin/plugins/shrinkurls/jquery.shrinkurls.init.uncompressed.js 0644
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
Expand Down
2 changes: 1 addition & 1 deletion JQueryPlugin/lib/Foswiki/Plugins/JQueryPlugin/SCROLLTO.pm
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ sub new {
my $this = bless(
$class->SUPER::new(
name => 'ScrollTo',
version => '1.4.3.1',
version => '1.4.6',
author => 'Ariel Flesler',
homepage => 'http://plugins.jquery.com/project/ScrollTo',
javascript => [ 'jquery.scrollTo.js', 'jquery.scrollTo.init.js' ],
Expand Down
13 changes: 6 additions & 7 deletions JQueryPlugin/lib/Foswiki/Plugins/JQueryPlugin/SHRINKURLS.pm
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,12 @@ sub new {

my $this = bless(
$class->SUPER::new(
name => 'ShrinkUrls',
version => '1.2',
author => 'Michael Daum',
homepage => 'http://foswiki.org/Extensions/JQueryPlugin',
javascript =>
[ 'jquery.shrinkurls.js', 'jquery.shrinkurls.init.js' ],
dependencies => [ 'metadata', 'livequery' ],
name => 'ShrinkUrls',
version => '2.0',
author => 'Michael Daum',
homepage => 'http://foswiki.org/Extensions/JQueryPlugin',
javascript => ['jquery.shrinkurls.js'],
dependencies => ['livequery'],
),
$class
);
Expand Down
4 changes: 3 additions & 1 deletion JQueryPlugin/pub/System/JQueryPlugin/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ TARGET=\
jquery-1.8.2.js \
jquery-1.8.3.js \
jquery-1.9.1.js \
jquery-2.0.0.js
jquery-1.10.0.js \
jquery-2.0.0.js \
jquery-2.0.1.js

-include Makefile.include
Loading

0 comments on commit 8e44102

Please sign in to comment.