Changeset 6626


Ignore:
Timestamp:
03/03/10 06:14:21 (2 years ago)
Author:
PaulHarvey
Message:

Item8655: Cheap cop-out for now. I will revert TinyMCEPlugin to non-jquery version if ZonePlugin shenanigans prevent us shipping JQueryPlugin as a default plugin.

Location:
trunk/JQueryPlugin/lib/Foswiki
Files:
4 added
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/JQueryPlugin/lib/Foswiki/Configure/Checkers/Plugins/JQueryPlugin/Enabled.pm

    r6599 r6626  
    11# See bottom of file for license and copyright information 
    2 package Foswiki::Configure::Checkers::Plugins::TinyMCEPlugin::Enabled; 
     2package Foswiki::Configure::Checkers::Plugins::JQueryPlugin::Enabled; 
    33use warnings; 
    44use strict; 
     
    1212    my $warnings; 
    1313 
    14     if ( $Foswiki::cfg{Plugins}{TinyMCEPlugin}{Enabled} ) { 
    15         if ( !$Foswiki::cfg{Plugins}{JQueryPlugin}{Enabled} ) { 
     14    if ( $Foswiki::cfg{Plugins}{JQueryPlugin}{Enabled} ) { 
     15        if ( !$Foswiki::cfg{Plugins}{ZonePlugin}{Enabled} ) { 
    1616            $warnings .= $this->ERROR(<<'HERE'); 
    17 TinyMCEPlugin depends on JQueryPlugin, which is not enabled. 
     17JQueryPlugin depends on ZonePlugin, which is not enabled. 
    1818HERE 
    1919        } 
     
    2828# Foswiki - The Free and Open Source Wiki, http://foswiki.org/ 
    2929# 
    30 # Copyright (C) 2009 Foswiki Contributors. All Rights Reserved. 
     30# Copyright (C) 2010 Foswiki Contributors. All Rights Reserved. 
    3131# Foswiki Contributors are listed in the AUTHORS file in the root 
    3232# of this distribution. NOTE: Please extend that file, not this notice. 
  • trunk/JQueryPlugin/lib/Foswiki/Plugins/JQueryPlugin/MANIFEST

    r6603 r6626  
    4949lib/CPAN/lib/CSS/Minifier.pm 0644 
    5050lib/CPAN/lib/JavaScript/Minifier.pm 0644 
     51lib/Foswiki/Configure/Checkers/Plugins/JQueryPlugin/Enabled.pm 0644 
    5152lib/Foswiki/Form/Color.pm 0644 
    5253lib/Foswiki/Form/Rating.pm 0644 
Note: See TracChangeset for help on using the changeset viewer.