Opened 13 years ago
Last modified 13 years ago
#9129 new defect
BackLinksMenuMacro does not work in Eclipse
Reported by: | anonymous | Owned by: | Ivan |
---|---|---|---|
Priority: | normal | Component: | WikiEditorForEclipsePlugin |
Severity: | normal | Keywords: | BackLinksMenu, XmlRpc |
Cc: | mishra.anadi@… | Trac Release: | 0.11 |
Description
Using XMLRPCPlugin and WikiEditorForEclipsePlugin to render a wiki page results in following text in the preview that says:
Pages linking to None:
TracWiki
TracIni
WikiProcessors
and then proceeds to list all the pages in the Wiki.
Not sure if its a problem with XmlRpc or Wiki Editor or BackLinksMenu. Please pass on the bug to appropriate Plugin if I am wrong.
The Problem will become really severe for a trac installation with large number of wiki pages.
Good work otherwise.
Attachments (0)
Change History (2)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Cc: | mishra.anadi@… added; anonymous removed |
---|---|
Priority: | high → normal |
Severity: | critical → normal |
Preview page uses XmlRpcPlugin to format any wiki text into html markup applying some basic style to generated html, it doesn't know which wiki page (if any) is currently being formatted, so macros like BackLinksMenuMacro that depends on knowing which page is being rendered will never work in preview mode given the current infrastructure.
Preview tab of the editor gives you a glimpse of how wiki text will look like as html, but it wont necessary render as the real page
The bug was reported by me. Please mail me at mishra.anadi@… if any more inputs will help.