Skip to content

Commit

Permalink
Item8481: Add missing jquery-1.4.1 files, fix perl stub/Config.spec.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@6249 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
PaulHarvey authored and PaulHarvey committed Feb 8, 2010
1 parent a7be1a0 commit b037d8c
Show file tree
Hide file tree
Showing 10 changed files with 6,555 additions and 3 deletions.
1 change: 1 addition & 0 deletions JQueryPlugin/data/System/JQueryPlugin.txt
Expand Up @@ -101,6 +101,7 @@ reduce bandwidth and speed up interactive performance.
| Release: | %$RELEASE% |
| Version: | %$VERSION% |
| Change History: | <!-- versions below in reverse order -->&nbsp; |
| 08 Feb 2010: | added query-object |
| 28 Jan 2010: | added jquery-1.4.1, corner, fluidfont, fullcalendar, \
localscroll, masonry, scrollto, serialscroll, slimbox; \
deprecated jquery.nifty; disabled JQSCRIPT and JQSTYLE |
Expand Down
3 changes: 3 additions & 0 deletions JQueryPlugin/lib/Foswiki/Plugins/JQueryPlugin/Config.spec
Expand Up @@ -104,6 +104,9 @@ $Foswiki::cfg{JQueryPlugin}{Plugins}{Media}{Enabled} = 1;
# **BOOLEAN**
$Foswiki::cfg{JQueryPlugin}{Plugins}{Metadata}{Enabled} = 1;

# **BOOLEAN**
$Foswiki::cfg{JQueryPlugin}{Plugins}{QueryObject}{Enabled} = 1;

# **BOOLEAN**
# This plugin is deprecated. Use Corner instead
# $Foswiki::cfg{JQueryPlugin}{Plugins}{Nifty}{Enabled} = 1;
Expand Down
5 changes: 3 additions & 2 deletions JQueryPlugin/lib/Foswiki/Plugins/JQueryPlugin/QUERYOBJECT.pm
Expand Up @@ -6,8 +6,9 @@
#
# Packaged for Foswiki by Paul.W.Harvey@csiro.au - www.taxonomy.org.au

package Foswiki::Plugins::JQueryPlugin::SUPERSUBS;
package Foswiki::Plugins::JQueryPlugin::QUERYOBJECT;
use strict;
use warnings;
use base 'Foswiki::Plugins::JQueryPlugin::Plugin';

=begin TML
Expand Down Expand Up @@ -36,7 +37,7 @@ sub new {
version => '2.1.7',
author => 'Blair Mitchelmore',
homepage => 'http://plugins.jquery.com/project/query-object',
javascript => ['jquery.queryobject.js'],
javascript => ['jquery.queryobject.js']
), $class);

return $this;
Expand Down
469 changes: 469 additions & 0 deletions JQueryPlugin/pub/System/JQueryPlugin/jquery-1.4.1.js

Large diffs are not rendered by default.

Binary file not shown.

0 comments on commit b037d8c

Please sign in to comment.