Item8150: patch for Publisher.pm in order to specify skins from shell (090327-194)

pencil
Priority: Normal
Current State: Closed
Released In:
Target Release:
Applies To: Extension
Component: PublishPlugin
Branches:
Reported By: Foswiki:Main.MarcSCHAEFER
Waiting For:
Last Change By: CrawfordCurrie
PublishPlugin ignores -skin and -publishskin configure, because the renamed order is wrong. This can be fixed by changing the %parameters hash at top of lib/Foswiki/Plugins/PublishPlugin/Publisher.pm as follows:

replace
    publishskin      => { renamed => 'skin' },
by
    skin      => { renamed => 'publishskin' },
-- MarcSCHAEFER - 09 May 2009

I can confirm: the patch works. Thanks!

-- PhilippLeufke - 11 May 2009

Merged

-- CrawfordCurrie - 16 May 2009

ItemTemplate edit

Summary patch for Publisher.pm in order to specify skins from shell (090327-194)
ReportedBy Foswiki:Main.MarcSCHAEFER
Codebase 1.0.4
SVN Range Foswiki-1.0.0, Thu, 08 Jan 2009, build 1878
AppliesTo Extension
Component PublishPlugin
Priority Normal
CurrentState Closed
WaitingFor
Checkins PublishPlugin:6a2c48aa062f
ReleasedIn
Topic revision: r7 - 18 May 2009, CrawfordCurrie
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. See Copyright Statement. Creative Commons License    Legal Imprint    Privacy Policy