NOTE: If you are a developer, please use a private wiki based on foswiki/trunk on a daily base ...or use
trunk.foswiki.org to view this page for some minimal testing.
Use
Item9693 for docu changes for 1.2 and 2.0.
Item9828: ImageGalleryPlugin not working on Foswiki 1.1.0 because of bug in JQueryPlugin
| Priority: |
CurrentState: |
AppliesTo: |
Component: |
WaitingFor: |
| Urgent |
Closed |
Extension |
JQueryPlugin |
|
Trying to post an %IMAGEGALLERY% to a topic results in an oops page:
Can't call method "maketext" on an undefined value at foswiki/lib/Foswiki/Plugins/JQueryPlugin/SLIMBOX.pm line 60
This does however not happen when I post the %IMAGEGALLERY% under an %UPLOADFORM% (which I had to patch according to
Item9065).
Changing lib/Foswiki/Plugins/JQueryPlugin/SLIMBOX.pm line 60 from
my $counterText = $this->{session}->{i18n}->maketext("Image [_1] of [_2]", "{x}", "{y}");
to
my $counterText = $this->{session}->i18n->maketext("Image [_1] of [_2]", "{x}", "{y}");
fixes this.
--
HolstenerLiesel - 14 Oct 2010
Looks like nobrainer code syntax bug.
Checking in assuming Holstener is correct.
Bumping revision and re-releasing plugin
--
KennethLavrsen - 19 Oct 2010
also updated
ImageGalleryPlugins's
DEPENDENCIES to this version (3.74).
--
WillNorris - 19 Oct 2010