Item10580: new outfile parameter introduces extra directory layer; breaks old configurations

pencil
Priority: Urgent
Current State: Closed
Released In: n/a
Target Release: major
Applies To: Extension
Component: PublishPlugin
Branches:
Reported By: DiabJerius
Waiting For:
Last Change By: CrawfordCurrie
Version 2.20

I'm rather confused by the new outfile parameter; it seems to perform the same purpose as the relativedir parameter, but with the disadvantage that it can't be turned off. The current behavior breaks existing configurations.

For example, my current pre 2.20 configuration sets PUBLISH_INSTANCE to the empty string, so that the published output is written directly into $Foswiki::cfg{PublishPlugin}{Dir}. With 2.20, if outfile is not set it will default to the string "file", which causes output to be written to $Foswiki::cfg{PublishPlugin}{Dir}/file, which unfortunately breaks my mirroring scripts.

The distinction between relativedir and outfile isn't obvious. I'm sure there's a good reason for the introduction of the new parameter, but it's default value isn't very intuitive, and there doesn't seem to be any way of setting it to an empty value (or / or . ) so that the historical behavior is maintained.

I'm marking this as urgent as it breaks existing configurations and there doesn't seem to be a straightforward method of working around it.

-- DiabJerius - 31 Mar 2011

outfile is required for publishing to file formats that output to a single file. relativedir doesn't cover this case; relativedir=X and outfie=Y should publish PDF to X/Y.pdf. The issue here though is that there isn't a sensible default for outfile, and there needs to be some logic to unfold the case where relativedir is set but outfile is not.

Later: actually, all that's needed is to support a null outfile.

-- CrawfordCurrie - 25 May 2011
 

ItemTemplate edit

Summary new outfile parameter introduces extra directory layer; breaks old configurations
ReportedBy DiabJerius
Codebase 1.1.2
SVN Range
AppliesTo Extension
Component PublishPlugin
Priority Urgent
CurrentState Closed
WaitingFor
Checkins PublishPlugin:374286c93442
TargetRelease major
ReleasedIn n/a
Topic revision: r4 - 25 May 2011, 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