• 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.
this is a bit of a hack, but it makes things like SubWeb.Sub.TopicName work (and not just SubWeb/Sub.TopicName format). longer term, it would be better to have the core parse web and topic names (or maybe some normalize functions)

twikibuilder@ubuntu:~/twiki/DEVELOP/twikiplugins/ImageGalleryPlugin$ svn diff
Index: lib/TWiki/Plugins/ImageGalleryPlugin/Core.pm
===================================================================
--- lib/TWiki/Plugins/ImageGalleryPlugin/Core.pm        (revision 7525)
+++ lib/TWiki/Plugins/ImageGalleryPlugin/Core.pm        (working copy)
@@ -155,6 +155,7 @@
       $this->writeDebug("oops, skipping $theTopic");
       next;
     }
+    $theWeb =~ s|\.|/|g;    # convert subweb .'s into /'s because this is used as the filename
     push @{$this->{topics}}, "$theWeb.$theTopic";
   }

WN

Ah, this is in line with TWiki::normalizeWeTopicName doing the same substitution. If that's working then check it in. I'll fetch it back and release a new package.

MD.

This item was lost from the lists due to not having a codebase field. An archaeologist stumbled over it on 3/2/07

CC

ItemTemplate
Summary HIERARCHICAL WEBS - ImageGalleryPlugin doesn't support "." notation to allow subwebs
ReportedBy WillNorris
Codebase

SVN Range TWiki-4.1.1, Fri, 02 Feb 2007, build 12717
AppliesTo Extension
Component ImageGalleryPlugin
Priority Normal
CurrentState Closed
WaitingFor TWiki:Main.MichaelDaum
Checkins 12922
TargetRelease n/a
ReleasedIn

Edit | Attach | Watch | Print version | History: r7 < r6 < r5 < r4 < r3 | Backlinks | Raw View |  Raw edit | More topic actions
Topic revision: r7 - 2007-02-19 - MichaelDaum
 
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