Skip to content

Commit

Permalink
Item1273: renaming plugin
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk/AutoCompletionLibPlugin@3117 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
EugenMayer authored and EugenMayer committed Mar 15, 2009
1 parent f8c75e1 commit 067b926
Show file tree
Hide file tree
Showing 15 changed files with 23 additions and 23 deletions.
@@ -1,4 +1,4 @@
---+ !AutoCompletitionLibPlugin
---+ !AutoCompletionLibPlugin
Providing libraries and functionalities to use easy javascript autocompletion for the user interface.

%TOC%
Expand All @@ -25,7 +25,7 @@ After you have installed the library, you need to [[%SCRIPTURL{"configure"}%][co
| License: | GPL ([[http://www.gnu.org/copyleft/gpl.html][GNU General Public License]]) |
| Plugin Version: | 15 Mar 2009 (V0.6) |
| Change History: | <!-- versions below in reverse order --> |
| 15 Mar 2009: | Fixing thickbox.css, which breaks the normal identation Tasks.Item1215 |
| 15 Mar 2009: | Fixing thickbox.css, which breaks the normal identation Tasks.Item1215, renaming plugin to AutoCompletionLibPlugin |
| 24 Jan 2009: | Fixing tickbox.css path |
| 21 Jan 2009: | Making JQuery variable |
| 17 Jan 2009: | Back to <nop>JQueryCompatibilityModePlugin |
Expand Down
Expand Up @@ -16,7 +16,7 @@
# http://www.gnu.org/copyleft/gpl.html

# =========================
package Foswiki::Plugins::AutoCompletitionLibPlugin;
package Foswiki::Plugins::AutoCompletionLibPlugin;

# =========================
use strict;
Expand Down Expand Up @@ -44,15 +44,15 @@ $SHORTDESCRIPTION =
'Providing librarys and functionalitys to use easy javascript autocompletion for the user interface';

# Name of this Plugin, only used in this module
$pluginName = 'AutoCompletitionLibPlugin';
$pluginName = 'AutoCompletionLibPlugin';

# =========================
my $jqPluginName = "JQueryCompatibilityModePlugin";

sub initPlugin {
my ( $topic, $web, $user, $installWeb ) = @_;

return 1 if(!$Foswiki::cfg{Plugins}{AutoCompletitionLibPlugin}{AutoInclude} );
return 1 if(!$Foswiki::cfg{Plugins}{AutoCompletionLibPlugin}{AutoInclude} );

my $pluginPubHome = Foswiki::Func::getPubUrlPath()."/System/$pluginName";
my $output = "<script type='text/javascript' src='$pluginPubHome/js/lib/jquery.ajaxQueue.js'></script>";
Expand Down
7 changes: 7 additions & 0 deletions lib/Foswiki/Plugins/AutoCompletionLibPlugin/Config.spec
@@ -0,0 +1,7 @@
# ---+ AutoCompletionLibPlugin
# This is the configuration used by the <b>AutoCompletionLibPlugin</b> and the
# <h2>General</h2>

# **BOOLEAN**
# should the .js and .css files be included automatically
$Foswiki::cfg{Plugins}{AutoCompletionLibPlugin}{AutoInclude} = 1;
10 changes: 10 additions & 0 deletions lib/Foswiki/Plugins/AutoCompletionLibPlugin/MANIFEST
@@ -0,0 +1,10 @@
data/System/AutoCompletionLibPlugin.txt Plugin topic
lib/Foswiki/Plugins/AutoCompletionLibPlugin.pm Perl module
lib/Foswiki/Plugins/AutoCompletionLibPlugin/Config.spec
pub/System/AutoCompletionLibPlugin/js/lib/thickbox-compressed.js
pub/System/AutoCompletionLibPlugin/js/lib/jquery.ajaxQueue.js
pub/System/AutoCompletionLibPlugin/js/lib/jquery.bgiframe.min.js
pub/System/AutoCompletionLibPlugin/js/jquery.autocomplete.pack.js
pub/System/AutoCompletionLibPlugin/css/thickbox.css
pub/System/AutoCompletionLibPlugin/css/jquery.autocomplete.css
pub/System/AutoCompletionLibPlugin/images/ac-loader.gif
Expand Up @@ -8,6 +8,6 @@ BEGIN

use Foswiki::Contrib::Build;

$build = new Foswiki::Contrib::Build( "AutoCompletitionLibPlugin" );
$build = new Foswiki::Contrib::Build( "AutoCompletionLibPlugin" );
$build->build($build->{target});

7 changes: 0 additions & 7 deletions lib/Foswiki/Plugins/AutoCompletitionLibPlugin/Config.spec

This file was deleted.

10 changes: 0 additions & 10 deletions lib/Foswiki/Plugins/AutoCompletitionLibPlugin/MANIFEST

This file was deleted.

0 comments on commit 067b926

Please sign in to comment.