Changeset 9616
- Timestamp:
- 10/19/10 08:29:37 (3 years ago)
- Location:
- branches/Release01x01/JQueryPlugin
- Files:
-
- 3 edited
-
data/System/JQueryPlugin.txt (modified) (1 diff)
-
lib/Foswiki/Plugins/JQueryPlugin.pm (modified) (1 diff)
-
lib/Foswiki/Plugins/JQueryPlugin/SLIMBOX.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/Release01x01/JQueryPlugin/data/System/JQueryPlugin.txt
r9043 r9616 142 142 | Version: | %$VERSION% | 143 143 | Change History: | <!-- versions below in reverse order --> | 144 | 19 Oct 2010: | (3.74) Version included with Foswiki 1.1.0 + fix for code bug in SLIMBOX causing !ImageGalleryPlugin to fail | 144 145 | 19 Aug 2010: | (3.71) JQueryLiveQuery now loads by default; \ 145 146 removed JQueryBgiframe and JQueryEasing plugins from default plugins | -
branches/Release01x01/JQueryPlugin/lib/Foswiki/Plugins/JQueryPlugin.pm
r8855 r9616 21 21 22 22 $VERSION = '$Rev: 20090710 (2010-08-18) $'; 23 $RELEASE = '3.7 3';23 $RELEASE = '3.74'; 24 24 $SHORTDESCRIPTION = 'jQuery <nop>JavaScript library for Foswiki'; 25 25 $NO_PREFS_IN_TOPIC = 1; -
branches/Release01x01/JQueryPlugin/lib/Foswiki/Plugins/JQueryPlugin/SLIMBOX.pm
r9296 r9616 58 58 59 59 # 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}"); 61 61 Foswiki::Func::addToZone("head", "JQUERYPLUGIN::SLIMBOX::COUNTERTEXT", '<meta name="foswiki.ImagePlugin.counterText" content="'.$counterText.'" />'); 62 62 }
Note: See TracChangeset
for help on using the changeset viewer.
