Skip to content

Commit

Permalink
Item13883: Update change logs on plugins, Rel notes
Browse files Browse the repository at this point in the history
  • Loading branch information
gac410 committed Feb 9, 2017
1 parent e2f1b8e commit f69859b
Show file tree
Hide file tree
Showing 11 changed files with 56 additions and 43 deletions.
3 changes: 2 additions & 1 deletion JQueryPlugin/data/System/JQueryPlugin.txt
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" comment="" date="1485233581" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" comment="" date="1486607275" format="1.1" version="1"}%
---+!! %TOPIC%
%FORMFIELD{"Description"}%

Expand Down Expand Up @@ -125,6 +125,7 @@ required for Foswiki 1.1 or later.

---++ Change History
%TABLE{columnwidths="7em" tablewidth="100%"}%
| 8 Feb 2017: | (7.22) - Item14312: don't destroy dialogs on close. |
| 23 Jan 2017: | (7.21) - Item14281: Cookie related changes. Inconsistent use of the domain and secure flags. |
| 12 Dec 2016: | (7.20) - Item10918: Improve javascript api to address individual tabs. \
- Item14172: jquery.stars width incorrect in modal dialogs. \
Expand Down
4 changes: 2 additions & 2 deletions JQueryPlugin/lib/Foswiki/Plugins/JQueryPlugin.pm
Expand Up @@ -24,8 +24,8 @@ BEGIN {
}
}

our $VERSION = '7.21';
our $RELEASE = '23 Jan 2017';
our $VERSION = '7.22';
our $RELEASE = '8 Feb 2017';
our $SHORTDESCRIPTION = 'jQuery <nop>JavaScript library for Foswiki';
our $NO_PREFS_IN_TOPIC = 1;

Expand Down
9 changes: 5 additions & 4 deletions MailerContrib/data/System/MailerContrib.txt
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" comment="" date="1479268930" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" comment="" date="1486607275" format="1.1" version="1"}%
%META:TOPICPARENT{name="Contribs"}%
---+!! Mailer Contrib
<a href="http://wikiring.com"><img src="%ATTACHURL%/logo.gif" style="float:right" /></a>
Expand Down Expand Up @@ -268,7 +268,8 @@ Many thanks to the following sponsors for supporting this work:

| Copyright &copy;: | 2004, Wind River Systems; 2009-2014 Foswiki Contributors |
| Change History: | |
| 2.83 (15 Nov 2016) | Foswiki 2.1.3 Foswikitask:Item13936: Allow From: address of emails to be separately configured<br />\
| 2.84 (8 Feb 2017) | Foswiki 2.1.3 Minor file permissions changes |
| 2.83 (15 Nov 2016) | Foswikitask:Item13936: Allow From: address of emails to be separately configured<br />\
Foswikitask:Item14216: mailnotify fails with "Wide character in print" |
| 2.82 (14 Jun 2015) | Foswiki 2.0. Foswikitask:Item13423: Perl 5.22 deprecations<br />\
Foswikitask:Item13378: Foswikitask:Item13387: utf-8 foswiki core<br />\
Expand Down Expand Up @@ -312,5 +313,5 @@ Many thanks to the following sponsors for supporting this work:
%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="logo.gif" attr="h" comment="" date="1479268930" size="11437" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="wikiringlogo20x20.png" attr="h" comment="" date="1479268930" size="1343" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="logo.gif" attr="h" comment="" date="1486607275" size="11437" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="wikiringlogo20x20.png" attr="h" comment="" date="1486607275" size="1343" user="ProjectContributor" version="1"}%
5 changes: 3 additions & 2 deletions MailerContrib/lib/Foswiki/Contrib/MailerContrib.pm
Expand Up @@ -28,8 +28,9 @@ use Foswiki::Contrib::MailerContrib::WebNotify ();
use Foswiki::Contrib::MailerContrib::Change ();
use Foswiki::Contrib::MailerContrib::UpData ();

our $VERSION = '2.83';
our $RELEASE = '2.83';
# Also change Version/Release in Plugins/MailerContrib.pm
our $VERSION = '2.84';
our $RELEASE = '2.84';
our $SHORTDESCRIPTION = 'Supports email notification of changes';

# PROTECTED STATIC ensure the contrib is internally initialised
Expand Down
7 changes: 4 additions & 3 deletions MailerContrib/lib/Foswiki/Plugins/MailerContribPlugin.pm
Expand Up @@ -4,8 +4,9 @@ package Foswiki::Plugins::MailerContribPlugin;
use strict;
use warnings;

our $VERSION = '2.82';
our $RELEASE = '2.82';
# Also change Version/Release in Contrib/MailerContrib.pm
our $VERSION = '2.84';
our $RELEASE = '2.84';
our $SHORTDESCRIPTION = 'Supports e-mail notification of changes';
our $NO_PREFS_IN_TOPIC = 1;

Expand Down Expand Up @@ -80,7 +81,7 @@ sub _restNotify {
__END__
Foswiki - The Free and Open Source Wiki, http://foswiki.org/
Copyright (C) 2008-2016 Foswiki Contributors. Foswiki Contributors
Copyright (C) 2008-2017 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
37 changes: 19 additions & 18 deletions PatternSkin/data/System/PatternSkin.txt
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" date="1485233581" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" date="1486607275" format="1.1" version="1"}%
%META:TOPICPARENT{name="Skins"}%
%STARTINCLUDE%
---+!! Pattern skin
Expand Down Expand Up @@ -189,6 +189,7 @@ For further troubleshooting and feedback, go to http://foswiki.org/Support/%TOPI
| Preview: | [[%SCRIPTURL{view}%/%WEB%/%TOPIC%?skin=pattern][Preview with this skin]] |
| Base Name: | pattern |
| History: | <!-- specify latest version first -->&nbsp; |
| 8 Feb 2017 | v.6.09: Foswikitask:Item14315: Attachment count always shows latest revision when viewing prior versions. |
| 23 Jan 2017 | v.6.08: Foswikitask:Item13831: JS error in System.LanguageSelector<br/>\
Foswikitask:Item14281: Cookie related changes. Inconsistent use of the domain and secure flags.<br/>\
Foswikitask:Item14286: PatternSkin*Navigation topics are broken, and difficult to tailor. |
Expand Down Expand Up @@ -269,20 +270,20 @@ Leave remarks, suggestions and other feedback in http://foswiki.org/Support/%TOP
%META:FIELD{name="Repository" title="Repository" value="https://github.com/foswiki/distro"}%
%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:FILEATTACHMENT{name="print.css.gz" attr="h" comment="" date="1485233581" size="786" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="header3.gif" attr="h" comment="" date="1485233581" size="33112" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="patternskin_screenshot.png" attr="h" comment="" date="1485233581" size="129505" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="foswiki_edit_01x01_src.js" attr="h" comment="" date="1485233581" size="2618" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="header1.gif" attr="h" comment="" date="1485233581" size="20605" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="pattern.js" attr="h" comment="" date="1485233581" size="1305" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="header2.gif" attr="h" comment="" date="1485233581" size="41616" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="header5.gif" attr="h" comment="" date="1485233581" size="20639" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="pattern_src.js" attr="h" comment="" date="1485233581" size="1732" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="foswiki_edit_01x01.js.gz" attr="h" comment="" date="1485233581" size="474" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="pattern.js.gz" attr="h" comment="" date="1485233581" size="620" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="print.css" attr="h" comment="" date="1485233581" size="3869" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="headers.psd" attr="h" comment="" date="1485233581" size="8499470" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="header4.gif" attr="h" comment="" date="1485233581" size="92238" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="patternskin_screenshot_full.png" attr="h" comment="" date="1485233581" size="177943" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="foswiki_edit_01x01.js" attr="h" comment="" date="1485233581" size="1007" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="print_src.css" attr="h" comment="" date="1485233581" size="5545" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="print.css.gz" attr="h" comment="" date="1486607275" size="786" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="header3.gif" attr="h" comment="" date="1486607275" size="33112" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="patternskin_screenshot.png" attr="h" comment="" date="1486607275" size="129505" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="foswiki_edit_01x01_src.js" attr="h" comment="" date="1486607275" size="2618" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="header1.gif" attr="h" comment="" date="1486607275" size="20605" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="pattern.js" attr="h" comment="" date="1486607275" size="1305" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="header2.gif" attr="h" comment="" date="1486607275" size="41616" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="header5.gif" attr="h" comment="" date="1486607275" size="20639" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="pattern_src.js" attr="h" comment="" date="1486607275" size="1732" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="foswiki_edit_01x01.js.gz" attr="h" comment="" date="1486607275" size="474" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="pattern.js.gz" attr="h" comment="" date="1486607275" size="620" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="print.css" attr="h" comment="" date="1486607275" size="3869" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="headers.psd" attr="h" comment="" date="1486607275" size="8499470" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="header4.gif" attr="h" comment="" date="1486607275" size="92238" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="patternskin_screenshot_full.png" attr="h" comment="" date="1486607275" size="177943" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="foswiki_edit_01x01.js" attr="h" comment="" date="1486607275" size="1007" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="print_src.css" attr="h" comment="" date="1486607275" size="5545" user="ProjectContributor" version="1"}%
4 changes: 2 additions & 2 deletions PatternSkin/lib/Foswiki/Contrib/PatternSkin.pm
Expand Up @@ -3,8 +3,8 @@ package Foswiki::Contrib::PatternSkin;
use strict;
use warnings;

our $VERSION = '6.08';
our $RELEASE = '23 Jan 2017';
our $VERSION = '6.09';
our $RELEASE = '8 Feb 2017';
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';

Expand Down
6 changes: 3 additions & 3 deletions TinyMCEPlugin/lib/Foswiki/Plugins/TinyMCEPlugin.pm
Expand Up @@ -7,8 +7,8 @@ use warnings;

use Assert;

our $VERSION = '1.30';
our $RELEASE = '1.30';
our $VERSION = '1.31';
our $RELEASE = '1.31';
our $SHORTDESCRIPTION = 'Integration of the Tiny MCE WYSIWYG Editor';
our $NO_PREFS_IN_TOPIC = 1;

Expand Down Expand Up @@ -151,7 +151,7 @@ SCRIPT
__END__
Foswiki - The Free and Open Source Wiki, http://foswiki.org/
Copyright (C) 2008-2014 Foswiki Contributors. Foswiki Contributors
Copyright (C) 2008-2017 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 WysiwygPlugin/lib/Foswiki/Plugins/WysiwygPlugin.pm
Expand Up @@ -39,8 +39,8 @@ BEGIN {
our $SHORTDESCRIPTION = 'Translator framework for WYSIWYG editors';
our $NO_PREFS_IN_TOPIC = 1;

our $VERSION = '1.34';
our $RELEASE = '26 Nov 2016';
our $VERSION = '1.35';
our $RELEASE = '8 Feb 2017';

our %xmltag;

Expand Down Expand Up @@ -384,7 +384,7 @@ sub modifyHeaderHandler {
__END__
Module of Foswiki - The Free and Open Source Wiki, http://foswiki.org/
Copyright (C) 2008-2016 Foswiki Contributors. Foswiki Contributors
Copyright (C) 2008-2017 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 core/data/System/ReleaseHistory.txt
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" date="1485233581" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" date="1486607275" format="1.1" version="1"}%
%META:TOPICPARENT{name="AdminDocumentationCategory"}%
History of Foswiki
%STARTINCLUDE%
Expand All @@ -8,9 +8,9 @@ History of Foswiki

%TOC%

---++ Foswiki Release 2.1.3-Beta2 - 24 Jan 2017
---++ Foswiki Release 2.1.3-RC1 - 02 Feb 2017

Foswiki 2.1.3-Beta2 was built on 24 Jan 2017. It is a release that contains 60 fixes and 21 enhancements.
Foswiki 2.1.3-RC1 was built on 02 Feb 2017. It is a release that contains 68 fixes and 21 enhancements.

---++ Foswiki Release 2.1.2 - 2 May 2016

Expand Down
12 changes: 10 additions & 2 deletions core/data/System/ReleaseNotes02x01.txt
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" date="1485233581" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" date="1486607275" format="1.1" version="1"}%
%META:TOPICPARENT{name="ReleaseHistory"}%
---+!! Foswiki Release 2.1.3

Expand Down Expand Up @@ -54,7 +54,7 @@ Foswiki is released under the GNU General Public License.
* Foswiki 2.1.0 was built on 02 Feb 2016. It is a release that contains 37 fixes and 14 enhancements. It closes 7 Feature Requests.
* Foswiki 2.1.1 was built on 30 Apr 2016. It is a release that contains 36 fixes and 21 enhancements.
* Foswiki 2.1.2 was built on 2 May 2016. It is a release that contains 1 fix.
* Foswiki 2.1.3-Beta2 was built on 24 Jan 2017. It is a release that contains 60 fixes and 21 enhancements.
* Foswiki 2.1.3-RC1 was built on 08 Feb 2017. It is a release that contains 68 fixes and 21 enhancements.


---++ Pre-installed Extensions
Expand Down Expand Up @@ -366,6 +366,7 @@ Foswiki thanks the Translators for their efforts. If you are interesting in hel

| [[%BUGS%/Item11548][Item11548]] | INCLUDE{warn="custom"} only works for topic-missing warnings. |
| [[%BUGS%/Item13206][Item13206]] | Upgrade to latest jquery-ui. |
| [[%BUGS%/Item13785][Item13785]] | ExtensionInstaller fails to replace files under some conditions. |
| [[%BUGS%/Item13831][Item13831]] | JS error in !System.LanguageSelector |
| [[%BUGS%/Item13892][Item13892]] | CALC doesn't work in %SEARCH despite of what documention says. |
| [[%BUGS%/Item13928][Item13928]] | Mistypes to be fixed in the core. |
Expand Down Expand Up @@ -424,6 +425,13 @@ Foswiki thanks the Translators for their efforts. If you are interesting in hel
| [[%BUGS%/Item14285][Item14285]] | Don't try to action upon disabled toobar buttons |
| [[%BUGS%/Item14286][Item14286]] | PatternSkin*Navigation topics are broken, and difficult to tailor. |
| [[%BUGS%/Item14287][Item14287]] | Configure needs to encode reported configuration values. |
| [[%BUGS%/Item14305][Item14305]] | Eliminate sporadic alert() by TinyMCE. |
| [[%BUGS%/Item14308][Item14308]] | Configure extensions review crashes for some older extensions. |
| [[%BUGS%/Item14309][Item14309]] | Old SVN based extensions don't compare as older than new Decimal versioned extensions. |
| [[%BUGS%/Item14312][Item14312]] | Don't destroy dialogs on close. |
| [[%BUGS%/Item14315][Item14315]] | ASSERT in Meta.pm when viewing prior revisions of topics with attachments. |
| [[%BUGS%/Item14317][Item14317]] | Under some conditions, JEditableContrib attempts to load an <code>.uncompressed.js</code> source, which is not in the distribution.
| [[%BUGS%/Item14321][Item14321]] | Some InterwikiPlugin links are out of date. |

---+++ Enhancements

Expand Down

0 comments on commit f69859b

Please sign in to comment.