Changeset 1952
- Timestamp:
- 01/13/09 07:08:44 (3 years ago)
- Location:
- trunk/CommentPlugin
- Files:
-
- 2 edited
-
data/System/CommentPlugin.txt (modified) (1 diff)
-
lib/Foswiki/Plugins/CommentPlugin.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/CommentPlugin/data/System/CommentPlugin.txt
r1396 r1952 245 245 246 246 | Plugin Author: | Foswiki:Main.CrawfordCurrie http://www.c-dot.co.uk inspired by the work of TWiki:Main.DavidWeller and TWiki:Main.PeterMasiar | 247 | Copyright: | © 2004, TWiki:Main.CrawfordCurrie<br />© 2004-200 7Foswiki:%SYSTEMWEB%.ProjectContributor |247 | Copyright: | © 2004, TWiki:Main.CrawfordCurrie<br />© 2004-2009 Foswiki:%SYSTEMWEB%.ProjectContributor | 248 248 | License: | GPL ([[http://www.gnu.org/copyleft/gpl.html][GNU General Public License]]) | 249 | Plugin Version: | 1 6 Dec 2008%$VERSION% |249 | Plugin Version: | 13 Jan 2009 %$VERSION% | 250 250 | Change History: | | 251 | 13 Jan 2009 | Foswikitask:736 Make !CommentPlugin aware of CompareRevisionsAddOn bin script. | 251 252 | 16 Dec 2008 | Foswiki version | 252 253 | 03 Aug 2008 | The TWiki 4.2.1 release version | -
trunk/CommentPlugin/lib/Foswiki/Plugins/CommentPlugin.pm
r1340 r1952 12 12 use vars qw( $VERSION $RELEASE $SHORTDESCRIPTION $NO_PREFS_IN_TOPIC ); 13 13 14 our $VERSION = '$Rev : 15788$';15 our $RELEASE = 'Foswiki-1.0. 0';14 our $VERSION = '$Rev$'; 15 our $RELEASE = 'Foswiki-1.0.1'; 16 16 our $SHORTDESCRIPTION = 'Quickly post comments to a page without an edit/preview/save cycle'; 17 17 our $NO_PREFS_IN_TOPIC = 1; … … 35 35 my $scriptname = $ENV{'SCRIPT_NAME'} || ''; 36 36 # SMELL: unreliable 37 my $previewing = ($scriptname =~ /\/(preview|gnusave|rdiff )/);37 my $previewing = ($scriptname =~ /\/(preview|gnusave|rdiff|compare)/); 38 38 Foswiki::Plugins::CommentPlugin::Comment::prompt( $previewing, 39 39 $_[0], $web, $topic );
Note: See TracChangeset
for help on using the changeset viewer.
