Skip to content

Commit

Permalink
Item13883: Fix release notes, versions and copyrights
Browse files Browse the repository at this point in the history
Prior Foswiki 2.1.0 build was bad.   As it has not yet been announced,
this will be a rebuild without a version change for the release.  There
are no code changes, just versions, copyrights and release notes.
  • Loading branch information
gac410 committed Feb 3, 2016
1 parent 558ff9c commit 1c07651
Show file tree
Hide file tree
Showing 21 changed files with 108 additions and 87 deletions.
15 changes: 8 additions & 7 deletions CommentPlugin/data/System/CommentPlugin.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" comment="" date="1447639365" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" comment="" date="1454519814" format="1.1" version="1"}%
%META:TOPICPARENT{name="Plugins"}%
---+!! Comment Plugin

Expand Down Expand Up @@ -279,6 +279,7 @@ 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!

| Change History: | |
| 2.9 (03 Feb 2016) | Foswikitask:Item13854: Set ALLOWTOPICVIEW = "*" on Comment Template. *Requires compatibility patch on Foswiki 1.x or Foswiki 1.1.10.* |
| 2.8 (15 Nov 2015) | Foswikitask:Item13852: Warn that COMMENT ACLs should be configured if enabled. Also suppress guest session warning on Foswiki 1.1. |
| 2.7 (29 Sep 2015) | Foswikitask:Item13576: Disable fields during submit, then clear input fields after comment is posted.<br/>\
Foswikitask:Item13764: Entity encode any comments by guest users. |
Expand Down Expand Up @@ -326,12 +327,12 @@ Another great extension from the <a style="text-decoration:none" href="http://wi
%META:FIELD{name="Version" title="Version" value="%25$VERSION%25"}%
%META:FIELD{name="Release" title="Release" value="%25$RELEASE%25"}%
%META:FIELD{name="Repository" title="Repository" value="https://github.com/foswiki/distro"}%
%META:FIELD{name="Copyright" title="Copyright" value="&copy; 2004, Foswiki:Main.CrawfordCurrie<br />&copy; 2004-2014 Foswiki:%25SYSTEMWEB%25.ProjectContributor"}%
%META:FIELD{name="Copyright" title="Copyright" value="&copy; 2004, Foswiki:Main.CrawfordCurrie<br />&copy; 2004-2016 Foswiki:%25SYSTEMWEB%25.ProjectContributor"}%
%META:FIELD{name="License" title="License" value="GPL ([[http://www.gnu.org/copyleft/gpl.html][GNU General Public License]])"}%
%META:FIELD{name="Home" title="Home" value="http://foswiki.org/Extensions/CommentPlugin"}%
%META:FIELD{name="Support" title="Support" value="http://foswiki.org/Support/CommentPlugin"}%
%META:FILEATTACHMENT{name="comment.uncompressed.css" attr="h" comment="" date="1447639365" size="70" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="comment.js" attr="h" comment="" date="1447639365" size="1931" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="comment.css" attr="h" comment="" date="1447639365" size="60" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="comment.uncompressed.js" attr="h" comment="" date="1447639365" size="5134" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="wikiringlogo20x20.png" attr="h" comment="" date="1447639365" size="1343" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="comment.uncompressed.css" attr="h" comment="" date="1454519814" size="70" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="comment.js" attr="h" comment="" date="1454519814" size="1931" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="comment.css" attr="h" comment="" date="1454519814" size="60" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="comment.uncompressed.js" attr="h" comment="" date="1454519814" size="5134" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="wikiringlogo20x20.png" attr="h" comment="" date="1454519814" size="1343" user="ProjectContributor" version="1"}%
6 changes: 3 additions & 3 deletions CommentPlugin/lib/Foswiki/Plugins/CommentPlugin.pm
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ use Foswiki::Func ();
use Foswiki::Plugins ();

# Please use major.minor
our $VERSION = '2.8';
our $RELEASE = '15 Nov 2015';
our $VERSION = '2.9';
our $RELEASE = '03 Feb 2016';
our $SHORTDESCRIPTION =
'Quickly post comments to a page without an edit/save cycle';
our $NO_PREFS_IN_TOPIC = 1;
Expand Down Expand Up @@ -274,7 +274,7 @@ sub _restSave {
__END__
Foswiki - The Free and Open Source Wiki, http://foswiki.org/
Copyright (C) 2008-2015 Foswiki Contributors. Foswiki Contributors
Copyright (C) 2008-2016 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
5 changes: 3 additions & 2 deletions ConfigurePlugin/data/System/ConfigurePlugin.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" date="1444803557" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" date="1454519814" format="1.1" version="1"}%
%META:TOPICPARENT{name="Plugins"}%
---+!! Configure Plugin
%FORMFIELD{"Description"}%
Expand Down Expand Up @@ -42,13 +42,14 @@ The plugin uses the =JsonRpcContrib=, which must be installed.

---++ Change History

| 03 Feb 2016: | (1.04) Foswikitask:Item13917: Regex type doesn't correctly compare default value |
| 14 Oct 2015: | (1.03) fixed base use of =console= not supported by all browsers |
| 08 Sep 2015: | (1.02) Foswikitask:Item13560: Configure does not set initial values for extensions. |
| 18 Dec 2014: | (1.01) Initial version |

%META:FORM{name="PackageForm"}%
%META:FIELD{name="Author" title="Author" value="CrawfordCurrie"}%
%META:FIELD{name="Copyright" title="Copyright" value="2013-2015, CrawfordCurrie http://c-dot.co.uk, All Rights Reserved"}%
%META:FIELD{name="Copyright" title="Copyright" value="2013-2016, CrawfordCurrie http://c-dot.co.uk, All Rights Reserved"}%
%META:FIELD{name="Description" title="Description" value="%25$SHORTDESCRIPTION%25"}%
%META:FIELD{name="Home" title="Home" value="http://foswiki.org/Extensions/%25$ROOTMODULE%25"}%
%META:FIELD{name="License" title="License" value="GPL ([[http://www.gnu.org/copyleft/gpl.html][GNU General Public License]])"}%
Expand Down
6 changes: 3 additions & 3 deletions ConfigurePlugin/lib/Foswiki/Plugins/ConfigurePlugin.pm
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ package Foswiki::Plugins::ConfigurePlugin;
use strict;
use warnings;

our $VERSION = '1.03';
our $RELEASE = '14 Oct 2015';
our $VERSION = '1.04';
our $RELEASE = '03 Feb 2016';
our $SHORTDESCRIPTION = '=configure= interface using json-rpc';
our $NO_PREFS_IN_TOPIC = 1;

Expand Down Expand Up @@ -217,7 +217,7 @@ Author: Crawford Currie http://c-dot.co.uk
Foswiki - The Free and Open Source Wiki, http://foswiki.org/
Copyright (C) 2013-2014 Foswiki Contributors. Foswiki Contributors
Copyright (C) 2013-2016 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
15 changes: 8 additions & 7 deletions FamFamFamContrib/data/System/FamFamFamContrib.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" comment="" date="1441729129" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" comment="" date="1454519814" format="1.1" version="1"}%
---+!! !FamFamFamContrib
<!--
One line description, required for extensions repository catalog.
Expand Down Expand Up @@ -68,6 +68,7 @@ eg
| Icons Creator: | original Icons by Mark James http://www.famfamfam.com |
| Contrib Author(s): | Foswiki packaging by Sven Dowideit - SvenDowideit@fosiki.com a [[http://WikiRing.com][WikiRing]] founding partner, Foswiki Contributors |
| Change History: | <!-- versions below in reverse order -->&nbsp; |
| 03 Feb 2016 (1.9) | Fix typo in template =top:toolbarbutton_more=. |
| 08 Sep 2015 (1.8) | Foswikitask:Item13504: Correct minor typos and documentation issues. |
| 14 Jun 2015 (1.7) | Foswikitask:Item13393: SubscribePlugin changes to FamFamFam templates. |
| 18 Dec 2014 (1.6) | Foswikitask:Item12926: Convert to using html5 data attributes for validation tokens.<br />\
Expand Down Expand Up @@ -110,9 +111,9 @@ __Related Topics:__ [[%SYSTEMWEB%.Contribs][Contribs]], %SYSTEMWEB%.DeveloperDoc
%META:FIELD{name="Support" title="Support" value="http://foswiki.org/Support/%25$ROOTMODULE%25"}%
%META:FIELD{name="Version" title="Version" value="%25$VERSION%25"}%
%META:FIELD{name="Repository" title="Repository" value="https://github.com/foswiki/distro"}%
%META:FILEATTACHMENT{name="SilkCompanion1Thumb.png" attr="h" comment="" date="1441729129" size="169896" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="silk-companion-II.png" attr="h" comment="" date="1441729129" size="24969" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="mini-preview.jpg" attr="h" comment="" date="1441729129" size="13799" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="mint-preview.jpg" attr="h" comment="" date="1441729129" size="3242" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="flags-preview.jpg" attr="h" comment="" date="1441729129" size="14996" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="silk-preview.jpg" attr="h" comment="" date="1441729129" size="22024" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="SilkCompanion1Thumb.png" attr="h" comment="" date="1454519814" size="169896" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="silk-companion-II.png" attr="h" comment="" date="1454519814" size="24969" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="mini-preview.jpg" attr="h" comment="" date="1454519814" size="13799" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="mint-preview.jpg" attr="h" comment="" date="1454519814" size="3242" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="flags-preview.jpg" attr="h" comment="" date="1454519814" size="14996" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="silk-preview.jpg" attr="h" comment="" date="1454519814" size="22024" user="ProjectContributor" version="1"}%
6 changes: 3 additions & 3 deletions FamFamFamContrib/lib/Foswiki/Contrib/FamFamFamContrib.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ package Foswiki::Contrib::FamFamFamContrib;
use strict;
use warnings;

our $VERSION = '1.8';
our $RELEASE = '1.8';
our $VERSION = '1.9';
our $RELEASE = '1.9';
our $SHORTDESCRIPTION =
'FamFamFam Silk is a smooth, free icon set, containing over 2000 icons';

__END__
Foswiki - The Free and Open Source Wiki, http://foswiki.org/
Copyright (C) 2008-2015 Foswiki Contributors. Foswiki Contributors
Copyright (C) 2008-2016 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
7 changes: 5 additions & 2 deletions JQueryPlugin/data/System/JQueryPlugin.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" comment="" date="1446861611" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" comment="" date="1454519814" format="1.1" version="1"}%
---+!! %TOPIC%
<!--
* Set SHORTDESCRIPTION = jQuery <nop>JavaScript library for Foswiki
Expand Down Expand Up @@ -123,6 +123,9 @@ reduce bandwidth and speed up interactive performance.
%$DEPENDENCIES%

---++ Change History
| 03 Feb 2016: | (6.32) - Item13898: Jumpbox example in JQueryAjaxHelper is not working <br/> \
Item12560: Split !NameFilter into !AttachmentNameFilter <br/> \
Item13854: Set ALLOWTOPICVIEW=* in critical system topics. *Foswiki 1.1.x Requires compatibility patches, or Foswiki 1.1.10* |
| 06 Nov 2015: | (6.31) - Item13832: Filter the "effect" URLPARAM of JQueryLoader. |
| 24 Sep 2015: | (6.30) - reworked the way how preferences are propagated from backend to javascript not to use unsafe inline scripts anymore |
| 04 Sep 2015: | (6.20) - improvements to jquery.wikiword, jquery.loader; adding html5-data capabilities to plugin initialization; added jquery-1.11.3 and jquery-2.1.4 |
Expand Down Expand Up @@ -343,7 +346,7 @@ reduce bandwidth and speed up interactive performance.
%META:FIELD{name="Version" title="Version" value="%25$VERSION%25"}%
%META:FIELD{name="Release" title="Release" value="%25$RELEASE%25"}%
%META:FIELD{name="Repository" title="Repository" value="https://github.com/foswiki/distro"}%
%META:FIELD{name="Copyright" title="Copyright" value="2007-2015 Foswiki Contributors http://foswiki.org"}%
%META:FIELD{name="Copyright" title="Copyright" value="2007-2016 Foswiki Contributors http://foswiki.org"}%
%META:FIELD{name="License" title="License" value="GPL"}%
%META:FIELD{name="Home" title="Home" value="Foswiki:Extensions/%25$ROOTMODULE%25"}%
%META:FIELD{name="Support" title="Support" value="Foswiki:Support/%25$ROOTMODULE%25"}%
6 changes: 3 additions & 3 deletions JQueryPlugin/lib/Foswiki/Plugins/JQueryPlugin.pm
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ BEGIN {
}
}

our $VERSION = '6.31';
our $RELEASE = '06 Nov 2015';
our $VERSION = '6.32';
our $RELEASE = '03 Feb 2016';
our $SHORTDESCRIPTION = 'jQuery <nop>JavaScript library for Foswiki';
our $NO_PREFS_IN_TOPIC = 1;

Expand Down Expand Up @@ -490,7 +490,7 @@ sub _inlineError {
__END__
Foswiki - The Free and Open Source Wiki, http://foswiki.org/
Copyright (C) 2010-2015 Foswiki Contributors. Foswiki Contributors
Copyright (C) 2010-2016 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
19 changes: 10 additions & 9 deletions JsonRpcContrib/data/System/JsonRpcContrib.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" comment="" date="1437500521" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" comment="" date="1454519814" format="1.1" version="1"}%
---+!! %TOPIC%
%SHORTDESCRIPTION%

Expand Down Expand Up @@ -219,6 +219,7 @@ If a namespace, method, or parameters are specified as part of a JSON-RPC reques
-->

| Change History: | <!-- versions below in reverse order -->&nbsp; |
| 03 Feb 2016: (2.24) | Foswikitask:Item13405: Add NFC normalization of Unicode strings. |
| 14 Jul 2015: (2.23) | fixed encoding of compressed responses Foswikitask:Item13521 |
| 14 Jun 2015: (2.22) | Release with Foswiki 2.0.<br />\
Foswikitask:Item13378: Implement UNICODE support,<br />\
Expand Down Expand Up @@ -248,14 +249,14 @@ If a namespace, method, or parameters are specified as part of a JSON-RPC reques
%META:FIELD{name="Version" title="Version" value="%25$VERSION%25"}%
%META:FIELD{name="Release" title="Release" value="%25$RELEASE%25"}%
%META:FIELD{name="Repository" title="Repository" value="https://github.com/foswiki/distro"}%
%META:FIELD{name="Copyright" title="Copyright" value="&copy; 2011-2015 Michael Daum http://michaeldaumconsulting.com"}%
%META:FIELD{name="Copyright" title="Copyright" value="&copy; 2011-2016 Michael Daum http://michaeldaumconsulting.com and Foswiki Contributors"}%
%META:FIELD{name="License" title="License" value="[[http://www.gnu.org/licenses/gpl.html][GPL (Gnu General Public License)]]"}%
%META:FIELD{name="Home" title="Home" value="http://foswiki.org/Extensions/JsonRpcContrib"}%
%META:FIELD{name="Support" title="Support" value="Foswiki:Support/JsonRpcContrib"}%
%META:FILEATTACHMENT{name="json2.js.gz" attr="h" comment="" date="1437500521" size="1343" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="jquery.jsonrpc.js" attr="h" comment="" date="1437500521" size="1106" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="jquery.jsonrpc.js.gz" attr="h" comment="" date="1437500521" size="460" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="Makefile" attr="h" comment="" date="1437500521" size="136" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="json2.js" attr="h" comment="" date="1437500521" size="3388" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="json2.uncompressed.js" attr="h" comment="" date="1437500521" size="17409" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="jquery.jsonrpc.uncompressed.js" attr="h" comment="" date="1437500521" size="1720" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="json2.js.gz" attr="h" comment="" date="1454519814" size="1343" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="jquery.jsonrpc.js" attr="h" comment="" date="1454519814" size="1106" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="jquery.jsonrpc.js.gz" attr="h" comment="" date="1454519814" size="460" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="Makefile" attr="h" comment="" date="1454519814" size="136" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="json2.js" attr="h" comment="" date="1454519814" size="3388" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="json2.uncompressed.js" attr="h" comment="" date="1454519814" size="17409" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="jquery.jsonrpc.uncompressed.js" attr="h" comment="" date="1454519814" size="1720" user="ProjectContributor" version="1"}%
7 changes: 4 additions & 3 deletions JsonRpcContrib/lib/Foswiki/Contrib/JsonRpcContrib.pm
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ BEGIN {
=cut

our $VERSION = '2.23';
our $RELEASE = '2.23';
our $VERSION = '2.24';
our $RELEASE = '2.24';
our $SHORTDESCRIPTION = 'JSON-RPC interface for Foswiki';
our $NO_PREFS_IN_TOPIC = 1;
our $SERVER;
Expand All @@ -49,7 +49,8 @@ sub getServer {
__END__
# Plugin for Foswiki - The Free and Open Source Wiki, http://foswiki.org/
#
# JsonRpcContrib is Copyright (C) 2011-2015 Michael Daum http://michaeldaumconsulting.com
# JsonRpcContrib is Copyright (C) 2011-2016 Michael Daum http://michaeldaumconsulting.com
# and Foswiki Contributors.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
Expand Down
Loading

0 comments on commit 1c07651

Please sign in to comment.