Skip to content

Commit

Permalink
Item13883: Merge branch 'Release02x01'
Browse files Browse the repository at this point in the history
  • Loading branch information
gac410 committed Dec 16, 2017
2 parents 63aab4f + cb1d0cd commit 8c144f6
Show file tree
Hide file tree
Showing 26 changed files with 703 additions and 631 deletions.
6 changes: 5 additions & 1 deletion core/data/System/ReleaseHistory.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" date="1502239930" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" date="1513393570" format="1.1" version="1"}%
%META:TOPICPARENT{name="AdminDocumentationCategory"}%
%STARTINCLUDE%
<noautolink>
Expand All @@ -8,6 +8,10 @@
The complete timeline of Foswiki Releases. Foswiki was forked from TWiki 4.2.4 and released with significant improvments as Foswiki 1.0 in January 2009. Since then there have been 31 releases, with 2 major versions and 2 minor versions.

%TOC%
---++ Foswiki Release 2.1.5-Beta1 - 16 Dec 2017

Foswiki 2.1.5-Beta1 was built on 16 Dec 2017. It is a release that contains 35 fixes and 5 enhancements.

---++ Foswiki Release 2.1.4 - 31 May 2017

Foswiki 2.1.4 was built on 31 May 2017. It is a release that contains 31 fixes.
Expand Down
64 changes: 62 additions & 2 deletions core/data/System/ReleaseNotes02x01.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%META:TOPICINFO{author="ProjectContributor" date="1505759671" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" date="1513393570" format="1.1" version="1"}%
%META:TOPICPARENT{name="ReleaseHistory"}%
---+!! Foswiki Release 2.1.4
---+!! Foswiki Release 2.1.5-Beta1

%TWISTY{showlink="Table of Contents..." hidelink="hide TOC"}%
%TOC%
Expand Down Expand Up @@ -56,6 +56,7 @@ Foswiki is released under the GNU General Public License.
* Foswiki 2.1.2 was built on 02 May 2016. It is a release that contains 1 fix.
* Foswiki 2.1.3 was built on 12 Feb 2017. It is a release that contains 68 fixes and 21 enhancements.
* Foswiki 2.1.4 was built on 31 May 2017. It is a release that contains 31 fixes.
* Foswiki 2.1.5-Beta1 was built on 16 Dec 2017. It is a release that contains 35 fixes and 5 enhancements.


---++ Pre-installed Extensions
Expand Down Expand Up @@ -91,6 +92,17 @@ function correctly without this zone. No changes are required unless you
have replaced the =foswiki.tmpl= or =foswiki.pattern.tmpl= with a local
version.

---+++ Cnange in HTTP status return for authentication failures.

The fix for Foswikitask:Item14445 changes the HTTP status return for authentiation errors from =401 - Unauthorized= to =200 - OK=
when returning the Template Login screen. The 401 status is not valid unless it returns a WWW-Authentication challenge that can be processed by the
_agent_. This is only valid when using HTTP authentication. The REST and JSONRPC actions will still return a 401, so that it can be handled by javascript.

---+++ Running Foswiki on a Windows based web server

This release fixes a critical error that prevented Foswiki from being installed on Windows. Foswiki mistakenly used a reserved filename for
a module which blocked installaion on Windows. This has been corrected in this release.

---++ Important changes in Foswiki 2.1.3

---+++ Security issues addressed in this release.
Expand Down Expand Up @@ -520,6 +532,54 @@ Foswiki thanks the Translators for their efforts. If you are interesting in hel
| [[%BUGS%/Item14405][Item14405]] | Redirect after validation with HTTPS proxy for HTTP site results in unsafe redirect. |
| [[%BUGS%/Item14406][Item14406]] | Configue LANGUAGES pluggable crashes in Locale::Code for unknown languages with Perl 5.26. |

---++ Foswiki Release 2.1.5 Details

---+++ Fixes

| [[%BUGS%/Item11491][Item11491]] | FCGI has de facto file upload limit - add note in documentation for fix. |
| [[%BUGS%/Item12495][Item12495]] | In form fields of type "select", space after a value and before the delimiting comma makes the value selectable and it saves but will reset on next edit. |
| [[%BUGS%/Item13350][Item13350]] | Document why Mailnotify appears to skip notification of some changes. |
| [[%BUGS%/Item13835][Item13835]] | Title Field in Natedit gone, even when used. |
| [[%BUGS%/Item14395][Item14395]] | InterwikiPlugin failure to check result from readTopic causes error. |
| [[%BUGS%/Item14415][Item14415]] | TopicUserMapping places non-ASCII users in wrong position in WikiUsersTopic. |
| [[%BUGS%/Item14429][Item14429]] | tools/configure generates invalid perl structure. |
| [[%BUGS%/Item14431][Item14431]] | Dependencies check for DBD and DBI::Pg are broken by unexpected VERSION strings. |
| [[%BUGS%/Item14434][Item14434]] | Translated text with reserved characters used in System.WebCreateNewTopicComponents will create wrong HTML. |
| [[%BUGS%/Item14445][Item14445]] | Excel fails to open a password protected link to Foswiki. |
| [[%BUGS%/Item14446][Item14446]] | Unwritable =work_area= results in mega-spam with mailnotify run. |
| [[%BUGS%/Item14448][Item14448]] | UpdatesPlugin plugin list is empty on page reload. |
| [[%BUGS%/Item14455][Item14455]] | Malformed System.AdminDocumentationCategory. |
| [[%BUGS%/Item14460][Item14460]] | Login/Logon actions should create session when guest sessions are disabled. |
| [[%BUGS%/Item14461][Item14461]] | Formfield select values containing entities will reset on next save. |
| [[%BUGS%/Item14462][Item14462]] | {AuthScripts} is hidden unless Template Login is in use. |
| [[%BUGS%/Item14471][Item14471]] | HistoryPlugin not properly rendering date tokens as stated in documentation. |
| [[%BUGS%/Item14472][Item14472]] | Use jquery.prop instead of attr to get/set properties. |
| [[%BUGS%/Item14488][Item14488]] | PatternSkin is missing "body" zone used by NatSkin and many extensions |
| [[%BUGS%/Item14490][Item14490]] | EditRowPlugin Edit button image not displaying correctly. |
| [[%BUGS%/Item14492][Item14492]] | HtPasswdUser implements bcrypt with a hard coded cost. {Htpasswd}{BCryptCost} is ignored. |
| [[%BUGS%/Item14515][Item14515]] | Foswiki 2.1.3 cannot run on Windows "Aux" is a reserved filename on windows. |
| [[%BUGS%/Item14529][Item14529]] | UpdatesPlugin should not use the cookie realm. |
| [[%BUGS%/Item14536][Item14536]] | Configure leaves "wait" cursor spinning while waiting for user action. |
| [[%BUGS%/Item14544][Item14544]] | SCRIPTURL breaks when X-FORWARDED-HOST has multiple values. |
| [[%BUGS%/Item14549][Item14549]] | Prevent User/WikiName cache pollution by faulty call of internal user api. |
| [[%BUGS%/Item14550][Item14550]] | Wrong initialization of {_options} hash reference in list formfields. |
| [[%BUGS%/Item14554][Item14554]] | Remove link to unused wikiring.com domain. |
| [[%BUGS%/Item14556][Item14556]] | Clean up page header area with PatternSkin. |
| [[%BUGS%/Item14557][Item14557]] | PerlDependencyReport crashes under some conditions. |
| [[%BUGS%/Item14559][Item14559]] | Regression via [[Tasks.Item13898][Item13898]] - broken topic selectors. |
| [[%BUGS%/Item14560][Item14560]] | WikiWord changes don't trigger a change event on the target element. |
| [[%BUGS%/Item14566][Item14566]] | Don't cache a null result in foswiki.getPreference(). |
| [[%BUGS%/Item14573][Item14573]] | Fix auto-height calculation of tabpane. |
| [[%BUGS%/Item14574][Item14574]] | HTML cellspacing attribute has no effect. |

---+++ Enhancements

| [[%BUGS%/Item14518][Item14518]] | JQueryPlugin should warn configure if an older version of jquery is selected. |
| [[%BUGS%/Item14532][Item14532]] | Allow process name override for FCGI task. |
| [[%BUGS%/Item14565][Item14565]] | Bundle jquery.validate js files into one. |
| [[%BUGS%/Item14570][Item14570]] | Add "use strict" to farbtastic's init and fix js errors. |
| [[%BUGS%/Item14577][Item14577]] | Add user contributed sartup script for FreeBSD. |

</noautolink>

---
Expand Down
52 changes: 26 additions & 26 deletions core/locale/Foswiki.pot
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ msgid "%1 added to the %2 group."
msgstr ""

#. (( $Foswiki::cfg{AdminUserWikiName}, $Foswiki::cfg{SuperAdminGroup})
#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1093
#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1103
msgid "%1 cannot be removed from %2"
msgstr ""

Expand Down Expand Up @@ -200,7 +200,7 @@ msgstr ""
msgid "&Cancel"
msgstr ""

#: core/templates/foswiki.tmpl:140
#: core/templates/foswiki.tmpl:141
msgid "&History"
msgstr ""

Expand Down Expand Up @@ -914,12 +914,12 @@ msgid ""
msgstr ""

#. ($user)
#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:906
#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:916
msgid "CHANGE not permitted by %1"
msgstr ""

#. (( $groupName, $user)
#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:940
#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:950
msgid "CHANGE not permitted for %1 by %2"
msgstr ""

Expand Down Expand Up @@ -952,7 +952,7 @@ msgstr ""
#: core/data/Main/GroupViewTemplate.txt:213
#: core/data/Main/GroupViewTemplate.txt:240
#: core/data/System/FAQWhyYouAreAskedToConfirm.txt:38
#: core/templates/edit.tmpl:46 core/templates/foswiki.tmpl:111
#: core/templates/edit.tmpl:46 core/templates/foswiki.tmpl:112
#: core/templates/settings.tmpl:12 core/templates/validate.tmpl:52
msgid "Cancel"
msgstr ""
Expand Down Expand Up @@ -1637,7 +1637,7 @@ msgstr ""
msgid "End presentation"
msgstr ""

#: PatternSkin/templates/foswiki.pattern.tmpl:83
#: PatternSkin/templates/foswiki.pattern.tmpl:89
msgid "Enlarge edit box"
msgstr ""

Expand Down Expand Up @@ -1875,7 +1875,7 @@ msgstr ""
msgid "Globe"
msgstr ""

#: core/templates/foswiki.tmpl:115 core/templates/messages.tmpl:328
#: core/templates/foswiki.tmpl:116 core/templates/messages.tmpl:328
#: core/templates/messages.tmpl:489 core/templates/registermessages.tmpl:385
msgid "Go back"
msgstr ""
Expand Down Expand Up @@ -1908,7 +1908,7 @@ msgstr ""
msgid "Group"
msgstr ""

#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:934
#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:944
#: core/lib/Foswiki/UserMapping.pm:351
msgid "Group does not exist and create not permitted"
msgstr ""
Expand All @@ -1917,7 +1917,7 @@ msgstr ""
msgid "Group name"
msgstr ""

#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:880
#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:890
msgid "Group names must end in Group"
msgstr ""

Expand Down Expand Up @@ -1958,7 +1958,7 @@ msgstr ""
msgid "Heading 6"
msgstr ""

#: core/templates/foswiki.tmpl:146
#: core/templates/foswiki.tmpl:147
msgid "Hello %1!"
msgstr ""

Expand Down Expand Up @@ -2163,7 +2163,7 @@ msgid ""
"be useful. Please contact %1 if you are unsure."
msgstr ""

#: UpdatesPlugin/templates/updatesplugin.tmpl:6
#: UpdatesPlugin/templates/updatesplugin.tmpl:13
msgid "Ignore for 7 days"
msgstr ""

Expand Down Expand Up @@ -2536,7 +2536,7 @@ msgstr ""
msgid "Missing or illegal web name"
msgstr ""

#: PatternSkin/templates/foswiki.pattern.tmpl:54
#: PatternSkin/templates/foswiki.pattern.tmpl:59
#: PatternSkin/templates/foswiki.pattern01x00.tmpl:41
msgid "Modify search"
msgstr ""
Expand Down Expand Up @@ -2825,7 +2825,7 @@ msgstr ""
msgid "Number of changes for each Web"
msgstr ""

#: PatternSkin/templates/foswiki.pattern.tmpl:53
#: PatternSkin/templates/foswiki.pattern.tmpl:58
#: PatternSkin/templates/foswiki.pattern01x00.tmpl:40
#: PatternSkin/templates/search.pattern.tmpl:23
#: PatternSkin/templates/search.pattern01x00.tmpl:12
Expand All @@ -2847,7 +2847,7 @@ msgstr ""
#: JQueryPlugin/data/System/JQueryButton.txt:26
#: PatternSkin/data/System/PatternSkinElements.txt:446
#: core/data/System/FAQWhyYouAreAskedToConfirm.txt:37
#: core/templates/foswiki.tmpl:113 core/templates/oopsaccessdenied.tmpl:7
#: core/templates/foswiki.tmpl:114 core/templates/oopsaccessdenied.tmpl:7
#: core/templates/oopsredirectdenied.tmpl:7 core/templates/oopssaveerr.tmpl:13
#: core/templates/registermessages.tmpl:334
#: core/templates/registermessages.tmpl:342
Expand Down Expand Up @@ -3249,7 +3249,7 @@ msgstr ""
#: PatternSkin/data/System/PatternSkinThemeFatWillyNavigation.txt:74
#: PatternSkin/data/System/WebLeftBarLogin.txt:16
#: TopicUserMappingContrib/data/System/UserRegistrationParts.txt:296
#: core/templates/foswiki.tmpl:148
#: core/templates/foswiki.tmpl:149
msgid "Register"
msgstr ""

Expand Down Expand Up @@ -3783,7 +3783,7 @@ msgstr ""
msgid "Showing revisions %1 - %2 (out of %3)"
msgstr ""

#: PatternSkin/templates/foswiki.pattern.tmpl:83
#: PatternSkin/templates/foswiki.pattern.tmpl:89
msgid "Shrink edit box"
msgstr ""

Expand Down Expand Up @@ -3956,7 +3956,7 @@ msgstr ""
msgid "Superscript"
msgstr ""

#: PatternSkin/templates/foswiki.pattern.tmpl:83
#: PatternSkin/templates/foswiki.pattern.tmpl:89
msgid "Switch to monotype or proportional font"
msgstr ""

Expand Down Expand Up @@ -4735,7 +4735,7 @@ msgstr ""
msgid "Update links"
msgstr ""

#: UpdatesPlugin/templates/updatesplugin.tmpl:5
#: UpdatesPlugin/templates/updatesplugin.tmpl:12
#: core/data/Main/GroupViewTemplate.txt:182
#: core/data/Main/GroupViewTemplate.txt:191
msgid "Upgrade"
Expand Down Expand Up @@ -4800,12 +4800,12 @@ msgid ""
msgstr ""

#. (( $user, $groupName)
#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1126
#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1136
msgid "User %1 does not have CHANGE permission on %2."
msgstr ""

#. ($cuid)
#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1115
#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1125
#: core/lib/Foswiki/UserMapping.pm:371
msgid "User %1 not in group, cannot be removed"
msgstr ""
Expand Down Expand Up @@ -4851,12 +4851,12 @@ msgid "Users"
msgstr ""

#. ($Group)
#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:876
#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:886
msgid "Users cannot be added to %1"
msgstr ""

#. ($groupName)
#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1085
#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1095
msgid "Users cannot be removed from %1"
msgstr ""

Expand Down Expand Up @@ -4894,7 +4894,7 @@ msgstr ""
msgid "View"
msgstr ""

#: core/templates/foswiki.tmpl:140
#: core/templates/foswiki.tmpl:141
msgid "View complete topic history"
msgstr ""

Expand Down Expand Up @@ -4994,8 +4994,8 @@ msgstr ""
msgid "Warning: This site does not allow %<nop>INCLUDE% of URLs"
msgstr ""

#: UpdatesPlugin/templates/updatesplugin.tmpl:12
msgid "Warning: Updates found for %1 extension(s)."
#: UpdatesPlugin/templates/updatesplugin.tmpl:11
msgid "Warning: Updates found for %1 extension(s): %2"
msgstr ""

#: TablePlugin/lib/Foswiki/Plugins/TablePlugin/Core.pm:449
Expand Down Expand Up @@ -5531,7 +5531,7 @@ msgid "now %1"
msgstr ""

#: PatternSkin/data/System/PatternSkinThemeFatWillyNavigation.txt:74
#: core/templates/changeform.tmpl:12 core/templates/foswiki.tmpl:148
#: core/templates/changeform.tmpl:12 core/templates/foswiki.tmpl:149
#: core/templates/moveattachment.tmpl:55 core/templates/preview.tmpl:18
#: core/templates/rename.tmpl:21 core/templates/renameattachmentdelete.tmpl:25
#: core/templates/renameconfirm.tmpl:33 core/templates/renamedelete.tmpl:40
Expand Down
Loading

0 comments on commit 8c144f6

Please sign in to comment.