Skip to content

Commit

Permalink
Item1838: add RELEASE to topic, single-source SHORTDESCRIPTION, and p…
Browse files Browse the repository at this point in the history
…erltidy

git-svn-id: http://svn.foswiki.org/trunk/ActionTrackerPlugin@4535 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
CrawfordCurrie authored and CrawfordCurrie committed Jul 22, 2009
1 parent 6b3f164 commit 4219a6c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
3 changes: 2 additions & 1 deletion data/System/ActionTrackerPlugin.txt
Expand Up @@ -336,7 +336,7 @@ will match both of the following actions:
#SettingsAnchor
---+ <nop>ActionTrackerPlugin Settings
<!--
* Set SHORTDESCRIPTION = Adds support for action tags in topics, and automatic notification of action statuses
* Set SHORTDESCRIPTION = %$SHORTDESCRIPTION%
-->
You can override the defaults for these values in %USERSWEB%.<nop>SitePreferences, the Web<nop>Preferences topic of the current web, or in individual topics. Use the standard 'Set' syntax e.g:
<pre>
Expand Down Expand Up @@ -407,6 +407,7 @@ Thanks are due to the following sponsors, who have helped make this plugin possi
* [[http://www.goldstarevents.com][Goldstar Events]]

| Author: | [[http://c-dot.co.uk][CrawfordCurrie]] |
| Release: | %$RELEASE% |
| Version: | %$VERSION% |
| Copyright | Copyright &copy; 2002-2003 Motorola. All Rights Reserved.%BR% Copyright &copy; 2004-2009 Crawford Currie |
| License: | GPL ([[http://www.gnu.org/copyleft/gpl.html][GNU General Public License]]) |
Expand Down
10 changes: 4 additions & 6 deletions lib/Foswiki/Plugins/ActionTrackerPlugin.pm
Expand Up @@ -24,13 +24,11 @@ use Error qw( :try );
require Foswiki::Func;
require Foswiki::Plugins;

use vars qw( $VERSION $RELEASE $initialised $SHORTDESCRIPTION );

$VERSION = '$Rev$';
$RELEASE = '15 May 2009';
$SHORTDESCRIPTION =
our $VERSION = '$Rev$';
our $RELEASE = '15 May 2009';
our $SHORTDESCRIPTION =
'Adds support for action tags in topics, and automatic notification of action statuses';
$initialised = 0;
our $initialised = 0;

my $doneHeader = 0;
my $actionNumber = 0;
Expand Down

0 comments on commit 4219a6c

Please sign in to comment.