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
