• Do
not register here on develop.twiki.org, login with your twiki.org account.
• Use
Item7848 for generic
doc work for TWiki-6.1.1. Use
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.
Item6924: Remove anchors and simple variables in formatted search summary
Item Form Data
AppliesTo: |
Component: |
Priority: |
CurrentState: |
WaitingFor: |
TargetRelease |
ReleasedIn |
Engine |
|
Normal |
Closed |
|
patch |
5.1.2 |
Detail
Currently, a
FormattedSearch $summary()
has two small issues:
- Anchors defined as
#WikiWord
are shown, they should be removed because a rendered page does not show them either.
- Simple
%VARIABLES%
(variables without parameters) are shown, they should be removed.
--
TWiki:Main/PeterThoeny
- 2012-09-06
Done in SVN trunk and TWiki-5.1 branch:
- Remove
#WikiWord
anchors
- Remove simple
%VARIABLES%
(variables without parameters)
- Resolve MAKETEXT (sort of, quick hack)
- Unescape
%<nop>VAR
--
TWiki:Main/PeterThoeny
- 2012-09-06