Changeset 9616


Ignore:
Timestamp:
10/19/10 08:29:37 (3 years ago)
Author:
KennethLavrsen
Message:

Item9828: ImageGalleryPlugin not working on Foswiki 1.1.0 because og bug in JQueryPlugin
Simple code bug fixed by Holstener Liesel

Location:
branches/Release01x01/JQueryPlugin
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/Release01x01/JQueryPlugin/data/System/JQueryPlugin.txt

    r9043 r9616  
    142142|  Version: | %$VERSION% | 
    143143|  Change History: | <!-- versions below in reverse order -->&nbsp; | 
     144|  19 Oct 2010: | (3.74) Version included with Foswiki 1.1.0 + fix for code bug in SLIMBOX causing !ImageGalleryPlugin to fail | 
    144145|  19 Aug 2010: | (3.71) JQueryLiveQuery now loads by default; \ 
    145146                  removed JQueryBgiframe and JQueryEasing plugins from default plugins | 
  • branches/Release01x01/JQueryPlugin/lib/Foswiki/Plugins/JQueryPlugin.pm

    r8855 r9616  
    2121 
    2222$VERSION           = '$Rev: 20090710 (2010-08-18) $'; 
    23 $RELEASE           = '3.73'; 
     23$RELEASE           = '3.74'; 
    2424$SHORTDESCRIPTION  = 'jQuery <nop>JavaScript library for Foswiki'; 
    2525$NO_PREFS_IN_TOPIC = 1; 
  • branches/Release01x01/JQueryPlugin/lib/Foswiki/Plugins/JQueryPlugin/SLIMBOX.pm

    r9296 r9616  
    5858 
    5959    # add translations to head 
    60     my $counterText = $this->{session}->{i18n}->maketext("Image [_1] of [_2]", "{x}", "{y}"); 
     60    my $counterText = $this->{session}->i18n->maketext("Image [_1] of [_2]", "{x}", "{y}"); 
    6161    Foswiki::Func::addToZone("head", "JQUERYPLUGIN::SLIMBOX::COUNTERTEXT", '<meta name="foswiki.ImagePlugin.counterText" content="'.$counterText.'" />'); 
    6262} 
Note: See TracChangeset for help on using the changeset viewer.