id	summary	reporter	owner	description	type	status	priority	component	severity	resolution	keywords	cc	release
4011	revision for wiki pages	anonymous	coderanger	Sometimes it is needed to include wiki pages of a special revision e.g. forms. It is needed because old already closed tickets gets changed if you update a form. This would destroy the traceability completely.\r\n\r\n{{{\r\ntry:\r\n  source_format, source_obj = source.split('#', 1)\r\nexcept ValueError: # If no : is present, assume its a wiki page\r\n  source_format, source_obj = 'wiki', source\r\n\r\ntry:\r\n  source_obj, source_ver = source_obj.split(':', 1)\r\nexcept ValueError: # If no : is present, assume its a wiki page\r\n  source_ver, source_obj = None, source_obj\r\n\r\n.\r\n.\r\n.\r\n\r\npage = WikiPage(self.env, source_obj, version=source_ver)\r\n}}}	defect	closed	normal	IncludeMacro	normal	duplicate	revision		0.11
