Skip to content

Commit

Permalink
Item12345:
Browse files Browse the repository at this point in the history
   * added mirgate as a default dependency all other plugins depend on
   * removed derived files
   * make 1.8.3 default, even hardcoded



git-svn-id: http://svn.foswiki.org/trunk@16396 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
MichaelDaum authored and MichaelDaum committed Jan 16, 2013
1 parent c04b324 commit 533a507
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion JQueryPlugin/lib/Foswiki/Plugins/JQueryPlugin/FOSWIKI.pm
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ sub new {
author => 'Michael Daum',
homepage => 'http://foswiki.org/Extensions/JQueryPlugin',
javascript => ['jquery.foswiki.js'],
dependencies => [ 'JQUERYPLUGIN', 'livequery' ],
dependencies => [ 'JQUERYPLUGIN', 'migrate', 'livequery' ],
tags => 'JQTHEME, JQREQUIRE, JQICON, JQICONPATH, JQPLUGINS',
),
$class
Expand Down
2 changes: 1 addition & 1 deletion JQueryPlugin/lib/Foswiki/Plugins/JQueryPlugin/Plugins.pm
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ sub init {
$currentTheme = $Foswiki::cfg{JQueryPlugin}{JQueryTheme};

# load jquery
my $jQuery = $Foswiki::cfg{JQueryPlugin}{JQueryVersion} || "jquery-1.4.3";
my $jQuery = $Foswiki::cfg{JQueryPlugin}{JQueryVersion} || "jquery-1.8.3";
$jQuery .= ".uncompressed" if $debug;
my $code =
"<script type='text/javascript' src='%PUBURLPATH%/%SYSTEMWEB%/JQueryPlugin/$jQuery.js'></script>";
Expand Down

This file was deleted.

Binary file not shown.

0 comments on commit 533a507

Please sign in to comment.