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

 

ItemTemplate edit

Summary CommentPlugin::commonTagsHandler has wrong signature
ReportedBy BryanThale
Codebase 1.0.9, trunk
SVN Range 8760
AppliesTo Extension
Component CommentPlugin
Priority Low
CurrentState Waiting for Release
WaitingFor
Checkins Foswikirev:8837 Foswikirev:8955
TargetRelease minor
ReleasedIn 1.2.0
Topic revision: r6 - 19 Oct 2010 - 13:57:38 - KennethLavrsen
 
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. see CopyrightStatement. Creative Commons LicenseGet Foswiki at sourceforge.net. Fast, secure and Free Open Source software downloads