Skip to content

Commit

Permalink
Crontab: update documentation files.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Schneider committed Aug 1, 2017
1 parent ffd8ea8 commit d63fcbb
Show file tree
Hide file tree
Showing 23 changed files with 298 additions and 49 deletions.
8 changes: 7 additions & 1 deletion app/views/App/apps/ansel/docs/CHANGES.html
@@ -1,8 +1,14 @@
<h3>Changes by Release</h3><pre>
----------
v3.0.7-git
v3.0.8-git
----------



------
v3.0.7
------

[jan] SECURITY: Fix open redirects.


Expand Down
6 changes: 3 additions & 3 deletions app/views/App/apps/ansel/docs/RELEASE_NOTES.html
@@ -1,6 +1,6 @@
<h3>Release notes for the latest release</h3><code>
The Horde Team is pleased to announce the final release of the Ansel Photo<br />
Management and Web Gallery application version H5 (3.0.6).<br />
Management and Web Gallery application version H5 (3.0.7).<br />
<br />
Ansel is a full featured photo management application. With it, you can<br />
organize your photos in any number of galleries and subgalleries, share<br />
Expand All @@ -11,5 +11,5 @@ <h3>Release notes for the latest release</h3><code>
For detailed installation and configuration instructions, please see<br />
http://www.horde.org/apps/ansel/docs/INSTALL<br />
<br />
Major changes compared to the Ansel version H5 (3.0.5) are:<br />
* Small bugfixes.</code>
Major changes compared to the Ansel version H5 (3.0.6) are:<br />
* Fixed open redirects.</code>
8 changes: 7 additions & 1 deletion app/views/App/apps/gollem/docs/CHANGES.html
@@ -1,8 +1,14 @@
<h3>Changes by Release</h3><pre>
-----------
v3.0.11-git
v3.0.12-git
-----------



-------
v3.0.11
-------

[jan] Fix redirection after logins with Horde 5.2.16 and later.


Expand Down
6 changes: 3 additions & 3 deletions app/views/App/apps/gollem/docs/RELEASE_NOTES.html
@@ -1,6 +1,6 @@
<h3>Release notes for the latest release</h3><code>
The Horde Team is pleased to announce the final release of the Gollem File<br />
Manager version H5 (3.0.10).<br />
Manager version H5 (3.0.11).<br />
<br />
Gollem is a web-based file manager, providing the ability to fully manage a<br />
hierarchical file system stored in a variety of backends such as a SQL<br />
Expand All @@ -13,5 +13,5 @@ <h3>Release notes for the latest release</h3><code>
For detailed installation and configuration instructions, please see<br />
http://www.horde.org/apps/gollem/docs/INSTALL<br />
<br />
The major changes compared to Gollem version H5 (3.0.9) are:<br />
* Update German translation.</code>
The major changes compared to Gollem version H5 (3.0.10) are:<br />
* Fixed redirection after logging in with recent Horde versions.</code>
94 changes: 93 additions & 1 deletion app/views/App/apps/groupware/docs/CHANGES.html
@@ -1,10 +1,102 @@
<h3>Changes by Release</h3><pre>
-----------
v5.2.21-git
v5.2.22-git
-----------



-------
v5.2.21
-------

[jan] SECURITY: Fix open redirects.
[jan] Update Turkish translations (İTÜ BİDB &lt;sistemdestek@itu.edu.tr>).

Address Book Changes
--------------------
[jan] Fix creating address books with the external API.

Calendar Changes
----------------
[mjr] Prevent broken iCalendar files from causing fatal errors (<a href="http://bugs.horde.org/ticket/14672">Bug #14672</a>).
[jan] Work around calendar servers advertising as CalDAV-capable, but ignoring
CalDAV requests (<a href="http://bugs.horde.org/ticket/14662">Bug #14662</a>).
[jan] Fix displaying yesterday's event in Prior Events portal block
(admin@layertec.de, <a href="http://bugs.horde.org/ticket/14638">Bug #14638</a>).

Tasks Changes
-------------
[mjr] Fix handling of delayed start dates (<a href="http://bugs.horde.org/ticket/14634">Bug #14634</a>).

File Manager Changes
--------------------
[jan] Fix redirection after logins with Horde 5.2.16 and later.

Library Changes
---------------
ActiveSync
[mjr] Fix undefined constant error (<a href="http://bugs.horde.org/ticket/14671">Bug #14671</a>).
[mjr] Improve support for android Gmail application (<a href="http://bugs.horde.org/ticket/14655">Bug #14655</a>).
[mjr] Fix undefined property warnings (<a href="http://bugs.horde.org/ticket/14631">Bug #14631</a>).

Alarm
[jan] Fix catching database backend exceptions.

Browser
[jan] Filter out control characters from file names when sending download
headers.

Cli
[jan] Fix returning to normal font after text with light colors.
[jan] Fix fatal error screen for PHP 7 error objects.
[jan] Fix header() method to print, not return the header.
[jan] Really silence errors from tput and stty (<a href="http://bugs.horde.org/ticket/14632">Bug #14632</a>).
[jan] Silence errors from tput and stty (<a href="http://bugs.horde.org/ticket/14632">Bug #14632</a>).

Core
[jan] SECURITY: Fix XSS vulnerability with pathinfo component in
Horde::selfUrl().
[jan] Deprecate Horde::redirect().
[jan] Add Horde::signUrl() and Horde::verifySignedUrl().
[jan] Fix JavaScript minifying with recent Closure compilers (<a href="http://bugs.horde.org/ticket/14650">Bug #14650</a>).
[jan] Add Horde_Registry_Application#backup(), restore(), and
restoreDependencies().
[mjr] Fix calculating ActiveSync SOFTDELETE times for calendar collections (<a href="http://bugs.horde.org/ticket/14631">Bug
#14631</a>).

Crypt
[jan] More fixes for GnuPG 2 (Mathieu Parent &lt;math.parent@gmail.com>).
[jan] Remove dependency on openssl executable (Hadi Nategh &lt;hnategh@gmail.com>).

Date
[jan] Add Horde_Date_Recurrence::fromHash() and toHash().

Form
[jan] SECURITY: Fix XSS vulnerability with form sections.

Icalendar
[jan] Fix unescaping of commas in ADR, N, and ORG attributes.

Image
[mjr] SECURITY: Fix more potential places for command injections.
[mjr] SECURITY: Prevent DOS attack by preventing an infinite loop in certain
conditions (CVE-2017-9773, reported by Fariskhi Vidyan
&lt;farislab@gmail.com>).
[mjr] SECURITY: Prevent RCE attacks by properly sanitizing shell arguments
(CVE-2017-9774, reported by Fariskhi Vidyan &lt;farislab@gmail.com>).
[jan] Add blur effect.

Imap_Client
[jan] Fix check if QRESYNC is enabled in vanished() (i.badamshin
&lt;i.badamshin@i-infinite.net>).

JavascriptMinify
[jan] Add unit tests.

Url
[jan] SECURITY: Fix XSS vulnerability with pathinfo component in toString().


-------
v5.2.20
-------
Expand Down
6 changes: 4 additions & 2 deletions app/views/App/apps/groupware/docs/RELEASE_NOTES.html
@@ -1,6 +1,6 @@
<h3>Release notes for the latest release</h3><code>
The Horde Team is pleased to announce the final release of the Horde Groupware<br />
version 5.2.20.<br />
version 5.2.21.<br />
<br />
Horde Groupware is a free, enterprise ready, browser based collaboration<br />
suite. Users can manage and share calendars, contacts, tasks, notes, files, and<br />
Expand All @@ -12,7 +12,9 @@ <h3>Release notes for the latest release</h3><code>
For detailed installation and configuration instructions, please see<br />
http://www.horde.org/apps/groupware/docs/INSTALL<br />
<br />
The major changes compared to the Horde Groupware version 5.2.19 are:<br />
The major changes compared to the Horde Groupware version 5.2.20 are:<br />
<br />
General changes:<br />
* Fixed open redirects.<br />
* Fixed XSS vulnerabilities.<br />
* Small bugfixes and improvements.</code>
8 changes: 7 additions & 1 deletion app/views/App/apps/horde/docs/CHANGES.html
@@ -1,8 +1,14 @@
<h3>Changes by Release</h3><pre>
-----------
v5.2.16-git
v5.2.17-git
-----------



-------
v5.2.16
-------

[jan] SECURITY: Fix open redirects.


Expand Down
6 changes: 3 additions & 3 deletions app/views/App/apps/horde/docs/RELEASE_NOTES.html
@@ -1,6 +1,6 @@
<h3>Release notes for the latest release</h3><code>
The Horde Team is pleased to announce the final release of the Horde<br />
Application Framework version 5.2.15.<br />
Application Framework version 5.2.16.<br />
<br />
The Horde Application Framework is a flexible, modular, general-purpose web<br />
application framework written in PHP. It provides an extensive array of<br />
Expand All @@ -15,5 +15,5 @@ <h3>Release notes for the latest release</h3><code>
For detailed installation and configuration instructions, please see<br />
http://www.horde.org/apps/horde/docs/INSTALL<br />
<br />
The major changes compared to the Horde version 5.2.14 are:<br />
* Small improvement.</code>
The major changes compared to the Horde version 5.2.15 are:<br />
* Fixed open redirects.</code>
8 changes: 7 additions & 1 deletion app/views/App/apps/imp/docs/CHANGES.html
@@ -1,8 +1,14 @@
<h3>Changes by Release</h3><pre>
-----------
v6.2.20-git
v6.2.21-git
-----------



-------
v6.2.20
-------

[jan] Fix finding reply or forward text from signed or encrypted messages with
HTML content again (<a href="http://bugs.horde.org/ticket/14656">Bug #14656</a>).
[mjr] Fix issue with reattaching a file after removing it on Chrome browsers
Expand Down
4 changes: 2 additions & 2 deletions app/views/App/apps/imp/docs/RELEASE_NOTES.html
@@ -1,6 +1,6 @@
<h3>Release notes for the latest release</h3><code>
The Horde Team is pleased to announce the final release of the Internet Mail<br />
Program (IMP) version H5 (6.2.19).<br />
Program (IMP) version H5 (6.2.20).<br />
<br />
IMP, the Internet Mail Program, is one of the most popular and widely deployed<br />
open source webmail applications in the world. It allows universal, web-based<br />
Expand All @@ -15,5 +15,5 @@ <h3>Release notes for the latest release</h3><code>
For detailed installation and configuration instructions, please see<br />
http://www.horde.org/apps/imp/docs/INSTALL<br />
<br />
The major changes compared to IMP version H5 (6.2.18) are:<br />
The major changes compared to IMP version H5 (6.2.19) are:<br />
* Small bugfixes.</code>
8 changes: 7 additions & 1 deletion app/views/App/apps/kronolith/docs/CHANGES.html
@@ -1,8 +1,14 @@
<h3>Changes by Release</h3><pre>
-----------
v4.2.22-git
v4.2.23-git
-----------



-------
v4.2.22
-------

[jan] SECURITY: Fix open redirects.
[mjr] Prevent broken iCalendar files from causing fatal errors (<a href="http://bugs.horde.org/ticket/14672">Bug #14672</a>).
[jan] Work around calendar servers advertising as CalDAV-capable, but ignoring
Expand Down
7 changes: 4 additions & 3 deletions app/views/App/apps/kronolith/docs/RELEASE_NOTES.html
@@ -1,6 +1,6 @@
<h3>Release notes for the latest release</h3><code>
The Horde Team is pleased to announce the final release of the Kronolith<br />
Calendar Application version H5 (4.2.21).<br />
Calendar Application version H5 (4.2.22).<br />
<br />
Kronolith is the Horde calendar application. It provides web-based calendars<br />
backed by a SQL database or a Kolab server. Supported features include Ajax and<br />
Expand All @@ -16,5 +16,6 @@ <h3>Release notes for the latest release</h3><code>
For detailed installation and configuration instructions, please see<br />
http://www.horde.org/apps/kronolith/docs/INSTALL<br />
<br />
The major changes compared to Kronolith version H5 (4.2.20) are:<br />
* Small bugfix.</code>
The major changes compared to Kronolith version H5 (4.2.21) are:<br />
* Fixed open redirects.<br />
* Small bugfixes.</code>
8 changes: 7 additions & 1 deletion app/views/App/apps/nag/docs/CHANGES.html
@@ -1,8 +1,14 @@
<h3>Changes by Release</h3><pre>
-----------
v4.2.15-git
v4.2.16-git
-----------



-------
v4.2.15
-------

[jan] SECURITY: Fix open redirects.
[mjr] Fix handling of delayed start dates (<a href="http://bugs.horde.org/ticket/14634">Bug #14634</a>).

Expand Down
7 changes: 4 additions & 3 deletions app/views/App/apps/nag/docs/RELEASE_NOTES.html
@@ -1,6 +1,6 @@
<h3>Release notes for the latest release</h3><code>
The Horde Team is pleased to announce the final release of the Nag Task List<br />
Manager version H5 (4.2.14).<br />
Manager version H5 (4.2.15).<br />
<br />
Nag is a web-based application built upon the Horde Application Framework which<br />
provides a simple, clean interface for managing online task lists (i.e., todo<br />
Expand All @@ -14,5 +14,6 @@ <h3>Release notes for the latest release</h3><code>
For detailed installation and configuration instructions, please see<br />
http://www.horde.org/apps/nag/docs/INSTALL<br />
<br />
The major changes compared to the Nag version H5 (4.2.13) are:<br />
* Small bugfixes.</code>
The major changes compared to the Nag version H5 (4.2.14) are:<br />
* Fixed open redirects.<br />
* Small bugfix.</code>
7 changes: 3 additions & 4 deletions app/views/App/apps/passwd/docs/RELEASE_NOTES.html
@@ -1,6 +1,6 @@
<h3>Release notes for the latest release</h3><code>
The Horde Team is pleased to announce the final release of the Passwd Horde<br />
password changing application version H5 (5.0.6).<br />
password changing application version H5 (5.0.7).<br />
<br />
Passwd provides support for changing passwords via the Horde authentication<br />
system or various password backends.<br />
Expand All @@ -11,6 +11,5 @@ <h3>Release notes for the latest release</h3><code>
For detailed installation and configuration instructions, please see<br />
http://www.horde.org/apps/nag/docs/INSTALL<br />
<br />
The major changes compared to Passwd version H5 (5.0.5) are:<br />
* Update German translation.<br />
* Further bugfixes and improvements.</code>
The major changes compared to Passwd version H5 (5.0.6) are:<br />
* Fixed open redirects.</code>
8 changes: 7 additions & 1 deletion app/views/App/apps/trean/docs/CHANGES.html
@@ -1,8 +1,14 @@
<h3>Changes by Release</h3><pre>
----------
v1.1.8-git
v1.1.9-git
----------



------
v1.1.8
------

[jan] SECURITY: Fix open redirects.


Expand Down
6 changes: 3 additions & 3 deletions app/views/App/apps/trean/docs/RELEASE_NOTES.html
@@ -1,6 +1,6 @@
<h3>Release notes for the latest release</h3><code>
The Horde Team is pleased to announce the final release of the Trean Bookmarks<br />
Manager version H5 (1.1.7).<br />
Manager version H5 (1.1.8).<br />
<br />
Trean is a web-based bookmarks application that provides management of browser<br />
bookmarks, including support for tagging, link checking, and searching<br />
Expand All @@ -13,5 +13,5 @@ <h3>Release notes for the latest release</h3><code>
For detailed installation and configuration instructions, please see<br />
http://www.horde.org/apps/trean/docs/INSTALL<br />
<br />
Major changes compared to Trean version H5 (1.1.6) are:<br />
* Update German translation.</code>
Major changes compared to Trean version H5 (1.1.7) are:<br />
* Fixed open redirects.</code>
8 changes: 7 additions & 1 deletion app/views/App/apps/turba/docs/CHANGES.html
@@ -1,8 +1,14 @@
<h3>Changes by Release</h3><pre>
-----------
v4.2.20-git
v4.2.21-git
-----------



-------
v4.2.20
-------

[jan] SECURITY: Fix open redirects.
[jan] Fix creating address books with the external API.

Expand Down
7 changes: 4 additions & 3 deletions app/views/App/apps/turba/docs/RELEASE_NOTES.html
@@ -1,6 +1,6 @@
<h3>Release notes for the latest release</h3><code>
The Horde Team is pleased to announce the final release of the Turba Contact<br />
Manager version H5 (4.2.19).<br />
Manager version H5 (4.2.20).<br />
<br />
Turba is the Horde contact management application. Leveraging the Horde<br />
framework to provide seamless integration with IMP and other Horde<br />
Expand All @@ -14,5 +14,6 @@ <h3>Release notes for the latest release</h3><code>
For detailed installation and configuration instructions, please see<br />
http://www.horde.org/apps/turba/docs/INSTALL<br />
<br />
The major changes compared to the Turba version H5 (4.2.18) are:<br />
* Small bugfixes.</code>
The major changes compared to the Turba version H5 (4.2.19) are:<br />
* Fixed open redirects.<br />
* Small bugfix.</code>

0 comments on commit d63fcbb

Please sign in to comment.