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