From ed63dcd494d1a672b7564f63047cb95fd68e27f1 Mon Sep 17 00:00:00 2001 From: KennethLavrsen Date: Fri, 10 Dec 2010 21:14:36 +0000 Subject: [PATCH] Item10144: Mistake in example in documentation of AutoViewTemplatePlugin git-svn-id: http://svn.foswiki.org/trunk@10257 0b4bb1d4-4e5a-0410-9cc4-b2b747904278 --- AutoViewTemplatePlugin/data/System/AutoViewTemplatePlugin.txt | 3 ++- .../lib/Foswiki/Plugins/AutoViewTemplatePlugin.pm | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/AutoViewTemplatePlugin/data/System/AutoViewTemplatePlugin.txt b/AutoViewTemplatePlugin/data/System/AutoViewTemplatePlugin.txt index 43b9bbfcb8..b375cfd4b6 100644 --- a/AutoViewTemplatePlugin/data/System/AutoViewTemplatePlugin.txt +++ b/AutoViewTemplatePlugin/data/System/AutoViewTemplatePlugin.txt @@ -50,7 +50,7 @@ We want this form to define that the topics are viewed with =ViewFormAtTopTempla Below this we place the two sections that defines the templates to be used. Note that you must omit the ...Template from the template names. -%STARTSECTION{"viewtemplate"}%ViewFormAtTopTemplate%ENDSECTION{"edittemplate"}% +%STARTSECTION{"viewtemplate"}%ViewFormAtTopTemplate%ENDSECTION{"viewtemplate"}% %STARTSECTION{"edittemplate"}%EditPurchaseRequest%ENDSECTION{"edittemplate"}% @@ -79,6 +79,7 @@ The following settings can be defined in configure | Release: | %$RELEASE% | | Version: | %$VERSION% | | Change History: |   | +| 10 Dec 2010: | Foswikitask:Item10144: Fixed mistake in example in documentation | | 31 Jul 2010: | Foswikitask:Item9415: Documentation updates | | 06 Oct 2009: | Foswikitask:Item2213: Plugin got better documentation. No change in behaviour. | | 20 Aug 2009: | Foswikitask:Item8248: added forward-compatibility for newer Foswikis (MD) | diff --git a/AutoViewTemplatePlugin/lib/Foswiki/Plugins/AutoViewTemplatePlugin.pm b/AutoViewTemplatePlugin/lib/Foswiki/Plugins/AutoViewTemplatePlugin.pm index 7566cfb3b0..3c2c6a120e 100644 --- a/AutoViewTemplatePlugin/lib/Foswiki/Plugins/AutoViewTemplatePlugin.pm +++ b/AutoViewTemplatePlugin/lib/Foswiki/Plugins/AutoViewTemplatePlugin.pm @@ -18,7 +18,7 @@ use vars qw( $VERSION $RELEASE $SHORTDESCRIPTION $pluginName $NO_PREFS_IN_TOPIC ); $VERSION = '$Rev$'; -$RELEASE = '2010-07-31'; +$RELEASE = '2010-12-10'; $SHORTDESCRIPTION = 'Automatically sets VIEW_TEMPLATE and EDIT_TEMPLATE'; $NO_PREFS_IN_TOPIC = 1;