The zip-file unzips into a
RevRecoverPlugin directory I think it should unzip into the current directory.
It is not possible to put
RevRecoverPlugin?rev=1.1 style links can not be put in
[[RevRecoverPlugin?rev=1.1][brackets]]
--
ArneJorgensen - 18 Dec 2002
Could this plugin be extended to convert
%TOPIC%?rdiff=1.5 into the eqivilent of
%SCRIPTURL%/rdiff/%WEB%/%TOPIC%?rev1=1.5&rev2=1.4
In some ways it would be nicer if rdiff was simply a parameter to the view script.
And can this plugin (with or without above extension) be put into the core, or at least installed on twiki.org?
--
SamHasler - 06 Feb 2004
Pete isn't around any more to support this plugin (at least, he's mostly decamped to Tiki) so if anyone wants Sam's change..... DIY.
(FWIW Sam, yes, it could; very easily)
--
CrawfordCurrie - 22 Mar 2004
I just enhanced it a litlle so that it also handles correctly links to revsision already generated by other macros:
simply change the replace pattren:
$_[0] =~ s/[^\/\w](?:\b(\w+)\.)?([A-Z]+[a-z]+[A-Z]\w*)\?rev=(\d+\.\d+)\b/&handleUrl($1,$2,$3)/ego;
--
VincentLarchet - 20 Apr 2004
checked
.zip into
CVS
--
WillNorris - 15 Feb 2005