Reported in
TWiki:Support.SID-01554
The sitemap shows webs that have a WikiWord name
TWiki.WikiWordWeb instead of just
WikiWordWeb. The issue happens only in the sitemap included in
Main.WebHome, not in
TWiki.SiteMap.
Cause: Due to delayed evaluation of CALC in the SEARCH format, the WikiWord name is considered a candidate to be prefixed by web name to avoid broken links.
Fix: Edit TWiki.SiteMap (which gets included by Main.WebHome) and in the SEARCH format, replace
$percntCALC{
with
$percntCALCULATE{
. Why: Unlike CALC, the CALCULATE variable gets evaluated before the INCLUDE.
--
TWiki:Main/PeterThoeny
- 2012-10-22
This is now fixed in SVN trunk and 5.1 branch.
--
TWiki:Main.PeterThoeny
- 2012-10-22