Tags:
create new tag
view all tags

Bug: Non-WikiWord Topics are Not Linked In the Parent Listing

When you create a topic that is not in the official WikiWord format and it is the parent of another topic, it is not properly linked in the footer. However, if you put brackets around the topic in TWiki.pm, you can fix this behavior.

To fix this, I changed line 1461 of TWiki.pm to the following:

   $text = "[[$pWeb.$pTopic][$pTopic]]$sep$text";
Now, even if the topic is called "Nonwikiword", it will be rendered as a link in the parents listing.

Test case

Create a topic called Nonwikiword. Create a child of that document. View the child's parents. Nonwikiword will not properly link to the document Nonwikiword. It will instead of listed as just text, Wikiname.Nonwikiword.

Environment

TWiki version:  
TWiki plugins:  
Server OS:  
Web server:  
Perl version:  
Client OS:  
Web Browser:  

-- LukasKarlsson - 14 Jun 2002

Follow up

Fix record

This has been fixed already (after the TWikiRelease01Dec2001).

-- PeterThoeny - 15 Jun 2002

Edit | Attach | Watch | Print version | History: r2 < r1 | Backlinks | Raw View | Raw edit | More topic actions
Topic revision: r2 - 2002-06-15 - PeterThoeny
 
  • Learn about TWiki  
  • Download TWiki
This site is powered by the TWiki collaboration platform Powered by Perl Hosted by OICcam.com Ideas, requests, problems regarding TWiki? Send feedback. Ask community in the support forum.
Copyright © 1999-2026 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.