Question
The code
%RECENTCHANGES{limit="5" excluded="Trash" noheader="on" format="<li>[[$web.$topic][$topic]] $new $delta by $who</li>"}%
translates to, in the webpage,
RightFloatBoxes $new $delta by $who
RightFloatBoxes is one of the topics in my web But I am not getting values for the varialbles $new $delta and $who.
Apache logs show the error
"view: Use of uninitialized value in array element at /path/to/twiki/lib//TWiki/Plugins/RecentChangesPlugin.pm line 107"
Line 107 has the array operation $d->[0]. $d refers to array @date. I am stuck here, and not sure why the error is coming.
Any help in solving this is appreciated.
Environment
--
DineshChandrasekar - 21 Nov 2008
Answer
If you answer a question - or have a question you asked answered by someone - please remember to edit the page and set the status to answered. The status is in a drop-down list below the edit box.
Apparently this is specific to the no longer maintained
RecentChangesPlugin, which I am not familiar with.
You might not need this plugin. See
WebChangesForAllWebs that shows recent changes across a number of webs on twiki.org.
--
PeterThoeny - 02 Jan 2009