• Do not register here on develop.twiki.org, login with your twiki.org account.
• Use View topic Item7848 for generic doc work for TWiki-6.1.1. Use View topic Item7851 for doc work on extensions that are not part of a release. More... Close
• Anything you create or change in standard webs (Main, TWiki, Sandbox etc) will be automatically reverted on every SVN update.
Does this site look broken?. Use the LitterTray web for test cases.

Item4830: Sub-web's parent is published rather than the sub-web

Item Form Data

AppliesTo: Component: Priority: CurrentState: WaitingFor: TargetRelease ReleasedIn
Extension PublishContrib Urgent Closed   n/a  

Edit Form Data

Summary:
Reported By:
Codebase:
Applies To:
Component:
Priority:
Current State:
Waiting For:
Target Release:
Released In:
 

Detail

Publish.pm: $VERSION = '$Rev: 13222 (26 Mar 2007) $';

Sub-web names are truncated so that their parent web is being published rather than the sub-web iteself.

The problem is at line 56 of Publish.pm:

     53     my $query = TWiki::Func::getCgiQuery();
     54     my $web = $query->param( 'web' ) || $session->{webName};
     55     $query->delete('web');
     56     $web =~ /(\w*)/;
     57
     58     $publisher->publishWeb($1);

A web of the form "Parent/Child" is reduced to "Parent".

Replacing line 56 with:

     56     $web =~ /([\w\/]*)/;

Seems to fix things.


Thanks DIab, that worked

CC

ItemTemplate
Summary Sub-web's parent is published rather than the sub-web
ReportedBy TWiki:Main.DiabJerius
Codebase 4.1.2
SVN Range TWiki-4.3.0, Fri, 12 Oct 2007, build 15261
AppliesTo Extension
Component PublishContrib
Priority Urgent
CurrentState Closed
WaitingFor

Checkins TWikirev:15546
TargetRelease n/a
ReleasedIn

Edit | Attach | Watch | Print version | History: r4 < r3 < r2 < r1 | Backlinks | Raw View |  Raw edit | More topic actions
Topic revision: r4 - 2007-11-10 - CrawfordCurrie
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2023 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback