Skip to content

Commit

Permalink
Item12864: Convert remaining core extensions to decimal versions
Browse files Browse the repository at this point in the history
Make sure they are releasable on Foswiki 1.1.x.
  • Loading branch information
gac410 committed Mar 2, 2015
1 parent 8de1173 commit ebd46ec
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 30 deletions.
5 changes: 3 additions & 2 deletions CpanContrib/lib/Foswiki/Contrib/CpanContrib.pm
Expand Up @@ -28,7 +28,7 @@ use warnings;
# so the versions in ascending order are:
# v1.2.1_001 -> v1.2.1 -> v1.2.2_001 -> v1.2.2
#
use version; our $VERSION = version->declare("v1.0.0_001");
our $VERSION = '1.00';

# $RELEASE is used in the "Find More Extensions" automation in configure.
# It is a manually maintained string used to identify functionality steps.
Expand All @@ -46,7 +46,8 @@ use version; our $VERSION = version->declare("v1.0.0_001");
our $RELEASE = '15 Mar 2014';

# One-line description of the module
our $SHORTDESCRIPTION = 'CpanContrib ships basic CPAN modules Foswiki relies on.';
our $SHORTDESCRIPTION =
'CpanContrib ships basic CPAN modules Foswiki relies on.';

1;

Expand Down
6 changes: 3 additions & 3 deletions PatternSkin/lib/Foswiki/Contrib/PatternSkin.pm
Expand Up @@ -3,16 +3,16 @@ package Foswiki::Contrib::PatternSkin;
use strict;
use warnings;

use version; our $VERSION = version->declare("v6.0.0");
our $RELEASE = '6.0.0';
our $VERSION = '6.00';
our $RELEASE = '6.00';
our $SHORTDESCRIPTION =
'Pattern skin provides a CSS based default look and feel - flexible and [[http://www.w3.org/][W3C]] compliant. Its layout and color scheme are designed to provide a nice, clean and productive editing environment';

1;
__END__
Foswiki - The Free and Open Source Wiki, http://foswiki.org/
Copyright (C) 2008-2012 Foswiki Contributors. Foswiki Contributors
Copyright (C) 2008-2015 Foswiki Contributors. Foswiki Contributors
are listed in the AUTHORS file in the root of this distribution.
NOTE: Please extend that file, not this notice.
Expand Down
6 changes: 3 additions & 3 deletions PreferencesPlugin/lib/Foswiki/Plugins/PreferencesPlugin.pm
Expand Up @@ -15,8 +15,8 @@ use Foswiki::Plugins (); # For the API version

use vars qw( @shelter );

use version; our $VERSION = version->declare("v1.1.5");
our $RELEASE = '1.1.5';
our $VERSION = '1.15';
our $RELEASE = '1.15';
our $SHORTDESCRIPTION =
'Allows editing of preferences using fields predefined in a form';
our $NO_PREFS_IN_TOPIC = 1;
Expand Down Expand Up @@ -311,7 +311,7 @@ sub _saveSet {
__END__
Foswiki - The Free and Open Source Wiki, http://foswiki.org/
Copyright (C) 2008-2012 Foswiki Contributors. Foswiki Contributors
Copyright (C) 2008-2015 Foswiki Contributors. Foswiki Contributors
are listed in the AUTHORS file in the root of this distribution.
NOTE: Please extend that file, not this notice.
Expand Down
6 changes: 3 additions & 3 deletions RenderListPlugin/lib/Foswiki/Plugins/RenderListPlugin.pm
Expand Up @@ -30,8 +30,8 @@ use vars qw(
$pubUrl $attachUrl
);

use version; our $VERSION = version->declare("v2.2.7");
our $RELEASE = '2.2.7';
our $VERSION = '2.27';
our $RELEASE = '2.27';
our $pluginName = 'RenderListPlugin'; # Name of this Plugin
our $NO_PREFS_IN_TOPIC = 1;
our $SHORTDESCRIPTION = 'Render bullet lists in a variety of formats';
Expand Down Expand Up @@ -342,7 +342,7 @@ sub fixImageTag {
__END__
Foswiki - The Free and Open Source Wiki, http://foswiki.org/
Copyright (C) 2008-2012 Foswiki Contributors. Foswiki Contributors
Copyright (C) 2008-2015 Foswiki Contributors. Foswiki Contributors
are listed in the AUTHORS file in the root of this distribution.
NOTE: Please extend that file, not this notice.
Expand Down
@@ -1,4 +0,0 @@
ONLYIF ( $Foswiki::Plugins::VERSION < 2.3)
Foswiki::Contrib::PatchFoswikiContrib, >=1.3, perl, Required for old Foswiki versions.
ONLYIF ( $Foswiki::Plugins::VERSION < 2.3)
Foswiki::Contrib::PatchItem12225Contrib, >=1.0, perl, Required for old Foswiki versions.
6 changes: 3 additions & 3 deletions SpreadSheetPlugin/lib/Foswiki/Plugins/SpreadSheetPlugin.pm
Expand Up @@ -12,8 +12,8 @@ use vars qw(
$web $topic $user $installWeb $debug $skipInclude $doInit
);

use version; our $VERSION = version->declare("v1.1.8");
our $RELEASE = '1.1.8';
our $VERSION = '1.18';
our $RELEASE = '1.18';
our $NO_PREFS_IN_TOPIC = 1;
our $SHORTDESCRIPTION =
'Add spreadsheet calculations like "$SUM($ABOVE())" to Foswiki tables and other topic text';
Expand Down Expand Up @@ -98,7 +98,7 @@ sub commonTagsHandler {
__END__
Foswiki - The Free and Open Source Wiki, http://foswiki.org/
Copyright (C) 2008-2014 Foswiki Contributors. Foswiki Contributors
Copyright (C) 2008-2015 Foswiki Contributors. Foswiki Contributors
are listed in the AUTHORS file in the root of this distribution.
NOTE: Please extend that file, not this notice.
Expand Down
Expand Up @@ -16,8 +16,8 @@ use warnings;
require Foswiki::Func; # The plugins API
require Foswiki::Plugins; # For the API version
use vars qw($debug $pluginName);
use version; our $VERSION = version->declare("v1.1.2");
our $RELEASE = '1.1.2';
our $VERSION = '1.12';
our $RELEASE = '1.12';
our $SHORTDESCRIPTION = 'Add TWiki personality to Foswiki';
our $NO_PREFS_IN_TOPIC = 1;

Expand Down
6 changes: 3 additions & 3 deletions TipsContrib/lib/Foswiki/Contrib/TipsContrib.pm
Expand Up @@ -3,15 +3,15 @@ package Foswiki::Contrib::TipsContrib;
use strict;
use warnings;

use version; our $VERSION = version->declare("v1.2.0");
our $RELEASE = '1.2.0';
our $VERSION = '1.20';
our $RELEASE = '1.20';
our $SHORTDESCRIPTION = 'Displays rotating list of "Tip-of-the-day"';

1;
__END__
Foswiki - The Free and Open Source Wiki, http://foswiki.org/
Copyright (C) 2008-2012 Foswiki Contributors. Foswiki Contributors
Copyright (C) 2008-2015 Foswiki Contributors. Foswiki Contributors
are listed in the AUTHORS file in the root of this distribution.
NOTE: Please extend that file, not this notice.
Expand Down
6 changes: 1 addition & 5 deletions TipsContrib/lib/Foswiki/Contrib/TipsContrib/DEPENDENCIES
@@ -1,5 +1 @@
Foswiki::Plugins::SpreadSheetPlugin,,perl,Required.
ONLYIF ( $Foswiki::Plugins::VERSION < 2.3)
Foswiki::Contrib::PatchFoswikiContrib, >=1.3, perl, Required for old Foswiki versions.
ONLYIF ( $Foswiki::Plugins::VERSION < 2.3)
Foswiki::Contrib::PatchItem12225Contrib, >=1.0, perl, Required for old Foswiki versions.
Foswiki::Plugins::SpreadSheetPlugin,>1.0,perl,Required.
4 changes: 2 additions & 2 deletions WysiwygPlugin/lib/Foswiki/Plugins/WysiwygPlugin.pm
Expand Up @@ -30,7 +30,7 @@ use Assert;
our $SHORTDESCRIPTION = 'Translator framework for WYSIWYG editors';
our $NO_PREFS_IN_TOPIC = 1;

use version; our $VERSION = version->declare("v1.3");
our $VERSION = '1.30';
our $RELEASE = '16 May 2013';

our %xmltag;
Expand Down Expand Up @@ -375,7 +375,7 @@ sub modifyHeaderHandler {
__END__
Module of Foswiki - The Free and Open Source Wiki, http://foswiki.org/
Copyright (C) 2008-2012 Foswiki Contributors. Foswiki Contributors
Copyright (C) 2008-2015 Foswiki Contributors. Foswiki Contributors
are listed in the AUTHORS file in the root of this distribution.
NOTE: Please extend that file, not this notice.
Expand Down

0 comments on commit ebd46ec

Please sign in to comment.