id	summary	reporter	owner	description	type	status	priority	component	severity	resolution	keywords	cc	release
2726	PageOutline macro always renders the outline of WikiStart through getPageHTML()	anonymous	athomas	This problem comes from missing page name information that is used in method `render_macro`.\r\n\r\nI apply below modification to my local enviornment:\r\n{{{\r\n    def getPageHTML(self, req, pagename, version=None):\r\n        """ Return page in rendered HTML, latest version. """\r\n        text = self.getPage(req, pagename, version)\r\n+       req.args['page'] = pagename\r\n        html = wiki_to_html(text, self.env, req, absurls=1)\r\n        return '<html><body>%s</body></html>' % html\r\n}}}\r\nI know it's very dirty hack, but I have no idea to solve this problem in more elegant manner now.	defect	closed	lowest	XmlRpcPlugin	normal	worksforme		ghama, thijs	0.10
