﻿id	summary	reporter	owner	description	type	status	priority	component	severity	resolution	keywords	cc	release
1728	macros in included wikis not processed correctly	chtaylo3@…	Noah Kantrowitz	"if you include a wiki page that itself calls a macro (such as ParentLinkage) then said macro will run with the request information of the containing wiki page (as opposed to the contained wiki page).

This manifests itself when:
[wiki:Parent1\WikiPage1] contains:
[[ParentLinkage(=)]]

and, [wiki:Parent2\WikiPage2] contains:
[[ParentLinkage(=)]]
[[Include(wiki:Parent1\WikiPage1)]]

the ouput prints the parentlinkage for Parent2\WikiPage2 twice as opposed to the parentlinkage for Parent2\WikiPage2 followed by Parent1\WikiPage1.

suggest the following workaround:
1) import wiki_to_html from trac.wiki.formatter
2) under the case where source_format =='wiki' instead out setting out to be page.text,
call wiki_to_html.  You will probably need to pass in a crafted req object based on page.name ... I think the var you need to set is req.hdf.setValue('wiki.page_name',page.name) but I'm not very familiar with Trac ... not sure if that's the best way to go about it or not.
3) at the end, do not call Mimeview.render if the source_format is a wiki  .... since it is already called from the wiki_to_html func.


hope this helps!

"	defect	new	normal	IncludeMacro	major				0.10
