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.
Item9568: CommentPlugin::commonTagsHandler has wrong signature
| Priority: |
CurrentState: |
AppliesTo: |
Component: |
WaitingFor: |
| Low |
Waiting for Release |
Extension |
CommentPlugin |
|
The signature of CommentPlugin::commonTagsHandler is missing the $included argument.
From CommentPlugin.pm
sub commonTagsHandler {
my ( $text, $topic, $web, $meta ) = @_;
From Foswiki.pm expandMacros()
# Plugin Hook
$this->{plugins}
->dispatch( 'commonTagsHandler', $text, $topicContext, $webContext, 0,
$topicObject );
Fortunately CommentPlugin doesn't use $included or $meta in commonTagsHandler but it is a bug.
--
BryanThale - 27 Aug 2010
Will be released in 1.1.1