Skip to content

Commit

Permalink
Item12583: Revert to simple version strings
Browse files Browse the repository at this point in the history
Update Plugin topic change logs as well, and copyrights as needed.
  • Loading branch information
gac410 committed Dec 19, 2014
1 parent a6f3198 commit cfa46dc
Show file tree
Hide file tree
Showing 11 changed files with 63 additions and 50 deletions.
@@ -1,22 +1,12 @@
# Plugin for Foswiki
#
# Copyright (C) 2008 Oliver Krueger <oliver@wiki-one.net>
# All Rights Reserved.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# This piece of software is licensed under the GPLv2.

# See bottom of file for license and copyright information
package Foswiki::Plugins::AutoViewTemplatePlugin;

use strict;
use warnings;
use vars qw( $debug $mode $override $isEditAction $pluginName);

use version; our $VERSION = version->declare("v1.2.0");
our $RELEASE = '2012-10-10';
our $VERSION = '1.20';
our $RELEASE = '2014-12-18';
our $SHORTDESCRIPTION = 'Automatically sets VIEW_TEMPLATE and EDIT_TEMPLATE';
our $NO_PREFS_IN_TOPIC = 1;

Expand Down Expand Up @@ -169,7 +159,8 @@ sub _getTemplateFromTemplateExistence {
__END__
Foswiki - The Free and Open Source Wiki, http://foswiki.org/
Copyright (C) 2008-2010 Foswiki Contributors. Foswiki Contributors
Copyright (C) 2008 Oliver Krueger <oliver@wiki-one.net>
Copyright (C) 2008-2014 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
14 changes: 11 additions & 3 deletions CommentPlugin/data/System/CommentPlugin.txt
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" date="1411723115" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" date="1418945490" format="1.1" version="1"}%
%META:TOPICPARENT{name="Plugins"}%
---+!! Comment Plugin

Expand Down Expand Up @@ -254,11 +254,19 @@ This plugin has been significantly changed from the =10 April 2011= version ship
Another great extension from the <a style="text-decoration:none" href="http://wikiring.com"><img src="%ATTACHURLPATH%/wikiringlogo20x20.png" alt="" /> *WikiRing* </a> - working together to improve your wiki experience!

| Plugin Author: | Foswiki:Main.CrawfordCurrie http://www.c-dot.co.uk inspired by the work of TWiki:Main.DavidWeller and TWiki:Main.PeterMasiar |
| Copyright: | &copy; 2004, Foswiki:Main.CrawfordCurrie<br />&copy; 2004-2012 Foswiki:%SYSTEMWEB%.ProjectContributor |
| Copyright: | &copy; 2004, Foswiki:Main.CrawfordCurrie<br />&copy; 2004-2014 Foswiki:%SYSTEMWEB%.ProjectContributor |
| License: | GPL ([[http://www.gnu.org/copyleft/gpl.html][GNU General Public License]]) |
| Release: | %$RELEASE% |
| Version: | %$VERSION% |
| Change History: | |
| 2.3 ( 18 Dec 2014) | Foswikitask:Item12855: Core extensions should require JQueryPlugin 6.00<br />\
Foswikitask:Item13125: CGI changes for multi-value parameters<br />\
Foswikitask:Item13096: incorrect handling of unauthorised response<br />\
Foswikitask:Item13105: Eliminate sort from tables in Macros<br />\
Foswikitask:Item13106: removed blockquote where possible<br />\
Foswikitask:Item13027: Most try..catch clauses were catching Error::Simple s/b Error<br />\
Foswikitask:Item11737: Change hardcoded Main to =%<nop>USERSWEB%= Replace Sandbox with =%<nop>SANDBOXWEB%= <br />\
Foswikitask:Item12900: Implement some session handling improvements |
| 2.2 (26 Sep 2014) | Foswikitask:Item12931: add a highlight to JS-added comments; fix no-JS comments |
| 2.1 (25 Apr 2014) | Foswikitask:Item10191: Recoded REST as a proper JQuery plugin, with correctly formatted insertions. Note that the old =location= parameter has been *removed*, as it never worked properly, could cause damage to topics, and could not work with client comments. If you were using it, apologies, but it had to go. Correct use of validation and authentication. Ready for 1.2.0. |
| 2.0.3 (22 Feb 2012) | Foswikitask:Item11448 - Implement {GuestCanComment}. If enabled, guests can comment on topics that they can not edit. |
Expand All @@ -285,4 +293,4 @@ Another great extension from the <a style="text-decoration:none" href="http://wi
| Home: | http://foswiki.org/Extensions/%TOPIC% |
| Support: | http://foswiki.org/Support/%TOPIC% |

%META:FILEATTACHMENT{name="wikiringlogo20x20.png" user="ProjectContributor" attr="h" date="1411723134" comment="" version="1"}%
%META:FILEATTACHMENT{name="wikiringlogo20x20.png" user="ProjectContributor" attr="h" date="1418945490" comment="" version="1"}%
4 changes: 2 additions & 2 deletions CommentPlugin/lib/Foswiki/Plugins/CommentPlugin.pm
Expand Up @@ -13,8 +13,8 @@ use Foswiki::Func ();
use Foswiki::Plugins ();

# Please use major.minor
use version; our $VERSION = version->declare("v2.2");
our $RELEASE = '25 Apr 2014';
our $VERSION = '2.3';
our $RELEASE = '18 Dec 2014';
our $SHORTDESCRIPTION =
'Quickly post comments to a page without an edit/save cycle';
our $NO_PREFS_IN_TOPIC = 1;
Expand Down
11 changes: 6 additions & 5 deletions CompareRevisionsAddOn/data/System/CompareRevisionsAddOn.txt
@@ -1,5 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" date="1415506139" format="1.1" version="1"}%
---+ Compare Revisions Add-On
%META:TOPICINFO{author="ProjectContributor" date="1418946862" format="1.1" version="1"}%
<!--
One line description, required for extensions repository catalog.
* Set SHORTDESCRIPTION = %$SHORTDESCRIPTION%
Expand Down Expand Up @@ -139,6 +138,9 @@ This Add-On comes pre-installed on Foswiki. You should only need to re-install i
| Version: | %$VERSION% |
| Release: | %$RELEASE% |
| Change History: | <!-- versions below in reverse order -->&nbsp; |
| 18 Dec 2014 (1.113) | Foswikitask:Item13068: Remove the CompareRevisionsAddOn demo, don't ship revision history<br />\
Foswikitask:Item11737: Change hardcoded Main to %USERSWEB% <br \>/
Foswikitask:Item12875: Implement controls on access to topic History |
| 01 May 2014 (1.112) | Foswikitask:Item12407: Don't decode entities during comparson. Convert to simple decimal version. |
| 10 Feb 2014 | Foswikitask:Item12741: Formatting parameters not passed on the referenced scripts |
| 23 Oct 2013 (1.1.11) | Foswikitask:Item12423: fix double encoding in header on UTF-8 sites |
Expand Down Expand Up @@ -175,8 +177,7 @@ This Add-On comes pre-installed on Foswiki. You should only need to re-install i
| Dependencies: | %$DEPENDENCIES% |
| Add-on Home: | http://foswiki.org/Extensions/%TOPIC% |
| Support: | http://foswiki.org/Support/%TOPIC% |

__Related Topic:__ %SYSTEMWEB%.ContributedAddOns

%META:FILEATTACHMENT{name="interweave.png" attachment="interweave.png" attr="h" comment="" date="1415506139" path="interweave.png" size="24037" stream="interweave.png" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="sidebyside.png" attachment="sidebyside.png" attr="h" comment="" date="1415506139" path="sidebyside.png" size="35098" stream="interweave.png" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="interweave.png" attachment="interweave.png" attr="h" comment="" date="1418946862" path="interweave.png" size="24037" stream="interweave.png" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="sidebyside.png" attachment="sidebyside.png" attr="h" comment="" date="1418946862" path="sidebyside.png" size="35098" stream="interweave.png" user="ProjectContributor" version="1"}%
Expand Up @@ -2,12 +2,12 @@ package Foswiki::Contrib::CompareRevisionsAddOn;
use strict;

# Also update CompareRevisionsAddOnPlugin
our $VERSION = '1.112';
our $VERSION = '1.113';

# This is a free-form string you can use to "name" your own plugin version.
# It is *not* used by the build automation tools, but is reported as part
# of the version number in PLUGINDESCRIPTIONS. Keep in sync with $VERSION
our $RELEASE = '1.112';
our $RELEASE = '1.113';

our $SHORTDESCRIPTION =
'Compares two revisions of a document. In contrast to normal _rdiff_, the comparison is done with the rendered HTML output.';
Expand Down
Expand Up @@ -18,8 +18,8 @@ use warnings;
use Foswiki;

# Keep this in sync with CompareRevsionsAddOn
our $VERSION = '1.112';
our $RELEASE = '1.112';
our $VERSION = '1.113';
our $RELEASE = '1.113';

# Name of this Plugin, only used in this module
our $pluginName = 'CompareRevisionsAddonPlugin';
Expand Down
4 changes: 2 additions & 2 deletions ConfigurePlugin/data/System/ConfigurePlugin.txt
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" date="1417997193" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" date="1418948242" format="1.1" version="1"}%
%META:TOPICPARENT{name="Plugins"}%
<!--
One line description, required for extensions repository catalog.
Expand Down Expand Up @@ -51,6 +51,6 @@ The plugin uses the =JsonRpcContrib=, which must be installed.
| Version: | %$VERSION% |
| Release: | %$RELEASE% |
| Change&nbsp;History: | <!-- versions below in reverse order -->&nbsp; |
| 1.0.0 (29 May 2013): | Initial version |
| 1.01 (18 Dec 2014): | Initial version |
| Home: | http://foswiki.org/Extensions/%TOPIC% |
| Support: | http://foswiki.org/Support/%TOPIC% |
4 changes: 2 additions & 2 deletions ConfigurePlugin/lib/Foswiki/Plugins/ConfigurePlugin.pm
Expand Up @@ -30,7 +30,7 @@ package Foswiki::Plugins::ConfigurePlugin;

use strict;
use warnings;
use version; our $VERSION = version->declare("v1.0.0_001");
our $VERSION = '1.01';
use Assert;

use Foswiki::Contrib::JsonRpcContrib ();
Expand All @@ -42,7 +42,7 @@ use Foswiki::Configure::Checker ();
use Foswiki::Configure::Wizard ();
use Foswiki::Configure::Query ();

our $RELEASE = '25 Sep 2014';
our $RELEASE = '18 Dec 2014';
our $SHORTDESCRIPTION = '=configure= interface using json-rpc';

our $NO_PREFS_IN_TOPIC = 1;
Expand Down
33 changes: 21 additions & 12 deletions EditRowPlugin/data/System/EditRowPlugin.txt
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" date="1404876093" version="1"}%
%META:TOPICINFO{author="ProjectContributor" date="1418949874" version="1"}%
---+!! !EditRowPlugin
<!--
One line description, required for extensions repository catalog.
Expand Down Expand Up @@ -261,10 +261,19 @@ Another great Foswiki extension from the <a style="text-decoration:none" href="h
| Author(s): | Crawford Currie http://c-dot.co.uk |
| Version: | %$VERSION% |
| Release: | %$RELEASE% |
| Copyright: | &copy; 2007-2011 Wind<nop>River Inc.<br/> &copy; 2008-2013 Foswiki Contributors |
| Copyright: | &copy; 2007-2011 Wind<nop>River Inc.<br/> &copy; 2008-2014 Foswiki Contributors |
| License: | [[http://www.gnu.org/licenses/gpl.html][GPL (Gnu General Public License)]] |
| Change History: | <!-- versions below in reverse order -->&nbsp; |
| 3.0.7 (28 Apr 2014) | Foswiki:Tasks/Item12814 disable edit on tables with no macro Foswiki:Tasks/Item128120 fix row moving, zero-width edit boxes on Chromium, and header clearing on table edit close. Foswiki:Tasks/Item12871: support StrikeOne validation and clean REST authentication checking |
| 3.100 (18 Dec 2014) | Foswikitask:Item12855: Core extensions should require JQueryPlugin 6.00<br />\
Foswikitask:Item13125: Support Request multi_param<br />\
Foswikitask:Item13115: Don't require JQuery theme<br />\
Foswikitask:Item12953: an empty table with a header row was crashing<br />\
Foswikitask:Item12952: Spec changes for new configure<br />\
Foswikitask:Item11737: Replace Sandbox with =%<nop>SANDBOXWEB%= <br />\
Foswikitask:Item12839: Update rest authority for EditRowPlugin |
| 3.0.7 (28 Apr 2014) | Foswiki:Tasks/Item12814 disable edit on tables with no macro<br />\
Foswiki:Tasks/Item128120 fix row moving, zero-width edit boxes on Chromium, and header clearing on table edit close.<br />\
Foswiki:Tasks/Item12871: support StrikeOne validation and clean REST authentication checking |
| 3.0.6 (13 Nov 2013) | Foswiki:Tasks/Item11920 syntax error in JS was causing failure on IE 7 |
| 3.0.5 (12 Nov 2013) | Foswiki:Tasks/Item12654: Fixed interactive row moving, add wait cursor during REST request |
| 3.0.4 (11 Nov 2013) | Foswiki:Tasks/Item12132: Workaround for CSS problem in PatternSkin |
Expand Down Expand Up @@ -296,12 +305,12 @@ Another great Foswiki extension from the <a style="text-decoration:none" href="h

<!-- Do _not_ attempt to edit this topic; it is auto-generated. Please use the Foswiki support pages to ask questions and report problems instead. -->

%META:FILEATTACHMENT{date="1404876093" name="screenshot1.png" user="ProjectContributor" attr="h" comment="" version="1"}%
%META:FILEATTACHMENT{date="1404876093" name="screenshot2.png" user="ProjectContributor" attr="h" comment="" version="1"}%
%META:FILEATTACHMENT{date="1404876093" name="wikiringlogo20x20.png" user="ProjectContributor" attr="h" comment="" version="1"}%
%META:FILEATTACHMENT{date="1404876093" name="edittable.png" user="ProjectContributor" attr="h" comment="" version="1"}%
%META:FILEATTACHMENT{date="1404876093" name="quiet.png" user="ProjectContributor" attr="h" comment="" version="1"}%
%META:FILEATTACHMENT{date="1404876093" name="addrow.png" user="ProjectContributor" attr="h" comment="" version="1"}%
%META:FILEATTACHMENT{date="1404876093" name="example3.png" user="ProjectContributor" attr="h" comment="" version="1"}%
%META:FILEATTACHMENT{date="1404876093" name="example4.png" user="ProjectContributor" attr="h" comment="" version="1"}%
%META:FILEATTACHMENT{date="1404876093" name="example5.png" user="ProjectContributor" attr="h" comment="" version="1"}%
%META:FILEATTACHMENT{date="1418949874" name="screenshot1.png" user="ProjectContributor" attr="h" comment="" version="1"}%
%META:FILEATTACHMENT{date="1418949874" name="screenshot2.png" user="ProjectContributor" attr="h" comment="" version="1"}%
%META:FILEATTACHMENT{date="1418949874" name="wikiringlogo20x20.png" user="ProjectContributor" attr="h" comment="" version="1"}%
%META:FILEATTACHMENT{date="1418949874" name="edittable.png" user="ProjectContributor" attr="h" comment="" version="1"}%
%META:FILEATTACHMENT{date="1418949874" name="quiet.png" user="ProjectContributor" attr="h" comment="" version="1"}%
%META:FILEATTACHMENT{date="1418949874" name="addrow.png" user="ProjectContributor" attr="h" comment="" version="1"}%
%META:FILEATTACHMENT{date="1418949874" name="example3.png" user="ProjectContributor" attr="h" comment="" version="1"}%
%META:FILEATTACHMENT{date="1418949874" name="example4.png" user="ProjectContributor" attr="h" comment="" version="1"}%
%META:FILEATTACHMENT{date="1418949874" name="example5.png" user="ProjectContributor" attr="h" comment="" version="1"}%
4 changes: 2 additions & 2 deletions EditRowPlugin/lib/Foswiki/Plugins/EditRowPlugin.pm
Expand Up @@ -13,8 +13,8 @@ BEGIN {
}
}

use version; our $VERSION = version->declare("v3.0.7");
our $RELEASE = '24 Mar 2014';
our $VERSION = '3.100';
our $RELEASE = '18 Dec 2014';
our $SHORTDESCRIPTION = 'Inline edit for tables';
our $NO_PREFS_IN_TOPIC = 1;

Expand Down
12 changes: 8 additions & 4 deletions EmptyPlugin/lib/Foswiki/Plugins/EmptyPlugin.pm
Expand Up @@ -72,16 +72,20 @@ use Foswiki::Func (); # The plugins API
use Foswiki::Plugins (); # For the API version

# $VERSION is referred to by Foswiki, and is the only global variable that
# *must* exist in this package. Use "v1.2.3" format for releases, and
# "v1.2.3_001" for "alpha" versions. The v prefix is required.
# *must* exist in this package. For best compatibility, the simple quoted decimal
# version '1.00' is preferred over the triplet form 'v1.0.0'.

# For triplet format, The v prefix is required, along with "use version".
# These statements MUST be on the same line.
# use version; our $VERSION = 'v1.2.3_001';
# See "perldoc version" for more information on version strings.
#
# Note: Alpha versions compare as numerically lower than the non-alpha version
# so the versions in ascending order are:
# v1.2.1_001 -> v1.2.1 -> v1.2.2_001 -> v1.2.2
# v1.2.1_001 -> v1.2.2 -> v1.2.2_001 -> v1.2.3
# 1.21_001 -> 1.22 -> 1.22_001 -> 1.23
#
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 Down

0 comments on commit cfa46dc

Please sign in to comment.