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
Item11383 for general documentation changes for release 1.1.5. Use
Item9693 for docu changes for release 2.0.
Item1661: RenderListPlugin: wrong default module path
| Priority: |
CurrentState: |
AppliesTo: |
Component: |
WaitingFor: |
| Normal |
New |
Extension |
DebianPackage |
|
RenderListPlugin sets the obsolete TWiki module path:
$Foswiki::cfg{Plugins}{RenderListPlugin}{Module} = 'TWiki::Plugins::RenderListPlugin';
It should now be:
$Foswiki::cfg{Plugins}{RenderListPlugin}{Module} = 'Foswiki::Plugins::RenderListPlugin';
I needed to change this by hand to make the plugin work.
I'm using the most recent
DebianPackage.
AFAIK this has never been wrong in Foswiki. Must be something in the debian package.
--
CrawfordCurrie - 29 Jun 2010