﻿id	summary	reporter	owner	description	type	status	priority	component	severity	resolution	keywords	cc	release
3620	Add wiki page revision support	anonymous	rjollos	"It would be nice to allow for selecting specific revisions of wiki pages.  This can be done with links to source files in the repository, but I envision a need to do this for wiki pages as well.

For example, if I have a set of wiki pages that make up the documentation for my component, I can use an ""include"" macro to collect the pages onto a single page for generation of a user manual.  While that page should change over time (as revisions to the manual are made), I'd like to be able to fix a specific version of that page to a specific version of my user manual.  So, a specific version of the user manual will be made up of the set of specific versions of each wiki page that makes up the user manual.  Once I've ""released"" my user manual, I don't want additional changes to the manual to be made.  The wiki pages that make up the user manual may change as new items get added and updated, but without approval, they should not be incorporated into the previous version of the user manual.

I see two approaches...
{{{
[[Include(PageName@rev#)]] to pick a specific version of the page.
}}}
or,
{{{
[[Include(PageName, rev#, ...)]] to pick a specific version of the page.
}}}
The former may be preferable since it parallels the source file selection in wiki links."	enhancement	new	normal	IncludeMacro	normal		revision		0.10
