From: Sabri L. <sab...@st...> - 2007-02-05 11:28:33
|
Hi all, >From Phpwiki documentation, CalendarPlugin usage is like the above: <?plugin Calendar ?> <?plugin CalendarList ?> This normally will list all the event pages of the current year and = month Now if I want to list event pages for Jannuary 2007, I should write the = following: <?plugin Calendar year=3D2007 month=3D1?> <?plugin CalendarList year=3D2007 month=3D1?> And this will list all the event pages for Jannuary. The latter usage is not possible in phpwiki-1.3.12+ After our upgrade to 1.3.12 people said that the plugin is no more = listing the event pages for a specified month and I verified the bug. Did the syntax changed? Cheers, -- Sabri. |