• 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.

Item7185: Rename $TWiki::cfg{PersonalWebName} to $TWiki::cfg{UsersWebName}

Item Form Data

AppliesTo: Component: Priority: CurrentState: WaitingFor: TargetRelease ReleasedIn
Extension TagMePlugin Low Closed   n/a  

Edit Form Data

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

Detail

Rename $TWiki::cfg{PersonalWebName} to $TWiki::cfg{UsersWebName}.

$ svn diff TagMePlugin.pm
Index: TagMePlugin.pm
===================================================================
--- TagMePlugin.pm      (revision 25355)
+++ TagMePlugin.pm      (working copy)
@@ -112,8 +112,8 @@
 # =========================
 sub _manipWeb {
     my $w = shift;
-    if ( $TWiki::cfg{PersonalWebName} &&
-        $w =~ m|^(${TWiki::cfg{PersonalWebName}}[./][^./]+)|
+    if ( $TWiki::cfg{UsersWebName} &&
+        $w =~ m|^(${TWiki::cfg{UsersWebName}}[./][^./]+)|
     ) {
        $w = $1;
        $w =~ s:\.:/:g;

-- TWiki:Main/YaojunFei - 2013-03-12

Changing status from "waiting for release" to "closed" since this bug was not part of a TWiki production release.

-- TWiki:Main.PeterThoeny - 2013-03-12

ItemTemplate
Summary Rename $TWiki::cfg{PersonalWebName} to $TWiki::cfg{UsersWebName}
ReportedBy TWiki:Main.YaojunFei
Codebase 5.1.4, 5.1.3, 5.1.2
SVN Range TWiki-5.1.3-trunk, Fri, 01 Mar 2013, build 25265
AppliesTo Extension
Component TagMePlugin
Priority Low
CurrentState Closed
WaitingFor

Checkins TWikirev:25412 TWikirev:25413 TWikirev:25414
TargetRelease n/a
ReleasedIn

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