Changeset 6626
- Timestamp:
- 03/03/10 06:14:21 (2 years ago)
- Location:
- trunk/JQueryPlugin/lib/Foswiki
- Files:
-
- 4 added
- 1 edited
- 1 copied
-
Configure (added)
-
Configure/Checkers (added)
-
Configure/Checkers/Plugins (added)
-
Configure/Checkers/Plugins/JQueryPlugin (added)
-
Configure/Checkers/Plugins/JQueryPlugin/Enabled.pm (copied) (copied from trunk/TinyMCEPlugin/lib/Foswiki/Configure/Checkers/Plugins/TinyMCEPlugin/Enabled.pm) (3 diffs)
-
Plugins/JQueryPlugin/MANIFEST (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/JQueryPlugin/lib/Foswiki/Configure/Checkers/Plugins/JQueryPlugin/Enabled.pm
r6599 r6626 1 1 # See bottom of file for license and copyright information 2 package Foswiki::Configure::Checkers::Plugins:: TinyMCEPlugin::Enabled;2 package Foswiki::Configure::Checkers::Plugins::JQueryPlugin::Enabled; 3 3 use warnings; 4 4 use strict; … … 12 12 my $warnings; 13 13 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} ) { 16 16 $warnings .= $this->ERROR(<<'HERE'); 17 TinyMCEPlugin depends on JQueryPlugin, which is not enabled.17 JQueryPlugin depends on ZonePlugin, which is not enabled. 18 18 HERE 19 19 } … … 28 28 # Foswiki - The Free and Open Source Wiki, http://foswiki.org/ 29 29 # 30 # Copyright (C) 20 09Foswiki Contributors. All Rights Reserved.30 # Copyright (C) 2010 Foswiki Contributors. All Rights Reserved. 31 31 # Foswiki Contributors are listed in the AUTHORS file in the root 32 32 # of this distribution. NOTE: Please extend that file, not this notice. -
trunk/JQueryPlugin/lib/Foswiki/Plugins/JQueryPlugin/MANIFEST
r6603 r6626 49 49 lib/CPAN/lib/CSS/Minifier.pm 0644 50 50 lib/CPAN/lib/JavaScript/Minifier.pm 0644 51 lib/Foswiki/Configure/Checkers/Plugins/JQueryPlugin/Enabled.pm 0644 51 52 lib/Foswiki/Form/Color.pm 0644 52 53 lib/Foswiki/Form/Rating.pm 0644
Note: See TracChangeset
for help on using the changeset viewer.
