CompareRevisionsAddOn Plugin
This is an helper plugin for the
CompareRevisionsAddOn on Foswiki
It has two purposes:
- It sets the
CompareRevisionAddonPluginEnabled flag, which can be used by templates (e.g. used by the HistoryPlugin)
- It provides an easy way to replace links to the original
rdiff script by links to the new compare script.
Syntax Rules
%RDIFF2COMPARE{"text"}% - Replaces links to the
rdiff script with links to the
compare script
Plugin Settings
(none)
Plugin Installation Instructions
This plugin is installed together with the
CompareRevisionsAddOn, see the instructions there.
It should be enabled (if necessary) with the configure script.
Test: CompareRevisionsAddOnPlugin is
not installed and enabled.
Plugin Info
Copyright ©:
2006, JChristophFuchs; 2008-2014 Kenneth Lavrsen and Foswiki Contributors
Version:
1.115
Release:
08 Apr 2017
Change History:
01 May 2014 (1.112)
Foswikitask:Item12407: Don't decode entities during comparson. Convert to simple decimal version.
06 Apr 2012 (1.1.7)
Foswikitask:Item11445: References to Sandbos should use %SANDBOXWEB% macro. Release with Foswiki 1.1.5.
05 Dec 2011 (1.1.6)
Release with Foswiki 1.1.4 - minor code and documentation cleanup.
28 May 2011 (1.1.6)
Foswikitask:Item10803 - Fix invalid Foswiki configuration affecting ApacheLogin users introduced in
1.1.4
17 May 2011 (1.1.5)
Foswikitask:Item10677 - Speed optimization by avoiding doing pointless lookup for settings in plugin topic
30 Apr 2011 (1.1.4)
Foswikitask:Item10566 - Add
compareauth script for ApacheLogin users
- Switch to x.y.z version numbering
- Moved dependency list from documentation into DEPENDENCIES manifest - Modernize system topic for BuildContrib
21 Oct 2010
Version shipping with 1.1.1
12 Sep 2009
Kenneth Lavrsen: Fixed problem with tables always showing up as changed even when they were not
09 Aug 2009
Plugin is now a default plugin shipped with Foswiki. It will later have its function integrated in core in a future Foswiki version so its life as default plugin is temporary. Changed its switchboard setting to EXPERT so it is hidden in configure. You should never need to change this anyway.
08 Dec 2008
Kenneth Lavrsen: Changed the author to myself. JChristophFuchs is the original author but announced in 2006 that he no longer maintains this plugin. So now I officially take the task as maintainer. Plugin is changed to Foswiki namespace and tested and works under Foswiki 1.0.0. Policy is now feel free to modify but please do not break compatibility.
07 Nov 2007
Updated for TWiki 4.2.0.
26 Feb 2006
Initial version
CPAN Dependencies:
none
Other Dependencies:
none
Perl Version:
5.008
Related Topics: DeveloperDocumentationCategory,
AdminDocumentationCategory,
DefaultPreferences,
SitePreferences,
Plugins