ie, those that aren't
WikiWords, eg,
TWikiDrawSvgPlugin includes
ReadMe-TWikiDrawSvgPlugin.txt
hm, this is strange, because
WebTopicList
it says
%TOPICLIST{" * [[Bugs.$name][$name]]"}%
which i would think would work?
or is it a problem because it has a "-" in the name? is that illegal vs. not merely a
WikiWord?
WN
The TOPICLIST should list & link
all topics found in the web, regardless if WikiWord or not. It needs to be fixed if this is not the case.
--
PTh
Just tested it. In the
Sandbox web I created topics
A-dash-name
,
A+plus+name
, and
An_underscore_name
(
Sandbox.A-dash-name,
Sandbox.A+plus+name and
Sandbox.An_underscore_name). They are not WikiWord names but valid topic names.
Sandbox.WebTopicList does not list the topic with dashes and pluses in the name. It links incorrectly to
Adashname
instead of
A-dash-name
.
Sandbox.WebChanges correctly links the topics.
TOPICLIST works as expected in Cairo.
--
PTh
OK, I see the problem. It is nothing to do with the
WebTopicList, it is to do with the fact that a square bracket link is used to link to the topic. I optimised the filter in the square bracket code, because it was eating cycles; but the optimisation caused this break. Reverted in SVN 8037.
CC