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 Jul 2, 2016
1 parent f7135ca commit f33200c
Show file tree
Hide file tree
Showing 16 changed files with 407 additions and 31 deletions.
12 changes: 9 additions & 3 deletions app/views/App/apps/gollem/docs/CHANGES.html
@@ -1,7 +1,13 @@
<h3>Changes by Release</h3><pre>
----------
v3.0.9-git
----------
-----------
v3.0.10-git
-----------



------
v3.0.9
------

[jan] Update Portuguese translation.
[jan] Update Basque translation.
Expand Down
123 changes: 122 additions & 1 deletion app/views/App/apps/groupware/docs/CHANGES.html
Expand Up @@ -3,6 +3,127 @@ <h3>Changes by Release</h3><pre>
v5.2.15-git
-----------

[jan] Update Portuguese translation.
[jan] Update Basque translation.

Address Book Changes
--------------------
[mjr] Fix searching via the API when specifying fields and not specifying
source.
[mjr] Require Horde_Perms::DELETE for including an address book as sync-able.

Bookmarks Changes
-----------------
[mjr] Honor ['content_index']['enabled'] setting (<a href="http://bugs.horde.org/ticket/14345">Bug #14345</a>).

Calendar Changes
----------------
[mjr] Fix issue where it is possible to save an event with an empty start or
end date on some browsers.
[mjr] Require Horde_Perms::DELETE for including a calendar as sync-able.
[mjr] Fix end date when toggling an all day event off (<a href="http://bugs.horde.org/ticket/13979">Bug #13979</a>).
[jan] Fix showing error message if loading of remote calendars failed.

Notes Changes
-------------
[mjr] Require Horde_Perms::DELETE for including a notebook as sync-able.

Tasks Changes
-------------
[mjr] Fix handling of start and due dates when syncing via EAS.
[jan] Avoid fatal errors if tasks don't have a UID.
[mjr] Fix parsing certain date formats (<a href="http://bugs.horde.org/ticket/14348">Bug #14348</a>).
[jan] Fix deleteing alarms when completing a task.
[mjr] Require Horde_Perms::DELETE for including a tasklist as sync-able.

Library Changes
---------------
ActiveSync
[mjr] Fix PHP error when handling a STATUS_FOLDERSYNC_REQUIRED.
[mjr] Protect against colliding synckeys.
[mjr] Support TLS encryption setting in Outlook autodiscovery responses.
[mjr] Fix mirroring client changes back to the client (<a href="http://bugs.horde.org/ticket/14354">Bug #14354</a>).
[mjr] Fix iOS version detection for some iOS devices.
[mjr] Work around broken iOS behavior of sending empty POOMCONTACTS:Picture tags (<a href="http://bugs.horde.org/ticket/14361">Bug #14361</a>).
[mjr] Improve performance in certain cases by updating collection syncstamps (Ticket #14368).
[mjr] Fix normalizing POOMCONTACTS:Birthday and other date fields for the "Nine" client.
[mjr] Honor the LOG_DETAILED debug log setting even when data is contained in a stream.
[mjr] Birthday workaround fixes for BB10 (<a href="http://bugs.horde.org/ticket/14375">Bug #14375</a>).
[mjr] Sanity check envelope date (Ticket #14381).
[mjr] Prevent sending empty message objects.
[mjr] Improved handling of task dates.
[mjr] Fix fatal error when handling email errors due to a typo (<a href="http://bugs.horde.org/ticket/14398">Bug #14398</a>).

Css_Parser
[jan] Update to PHP-CSS-Parser 7.0.3.

Core
[mjr] Improve EAS logging when sending email messages.
[jan] Fix specifying custom log template (Viktor Szépe &lt;viktor@szepe.net>).
[jan] Upgrade prototype.js to version 1.7.3.
[jan] Pre-select the current locale when building the spellchecker languages (<a href="http://bugs.horde.org/ticket/14244">Request #14244</a>).
[jan] Fix pre-selecting an item in key-navigation-lists.
[jan] Add classes to support the Horde 6 davusername hook.
[jan] Fix session_regenerate_id() warnings with PHP 7.
[jan] Fix running garbage collection on cached CSS and JS files (<a href="http://bugs.horde.org/ticket/14285">Bug #14285</a>).

Date
[jan] Add old Olson timezone names as aliases.

Db
[jan] Drop ereg_replace() usage (Remi Collet &lt;fedora@famillecollet.com>).
[mjr] Fix setting Oracle charset in certain cases.

Form
[mjr] Fix handling of incomplete date arrays (Neal Thomas Oakey &lt;oakey@b1-systems.de>).
[mjr] Fix bug when using multiple sections (Neal Thomas Oakey &lt;oakey@b1-systems.de>).

HashTable
[jan] Fix tests.

Http
[jan] Support HTTP PECL extension version 3.x.

Imap_Client
[mjr] Add sanity check for malformed offset in Date header (<a href="http://bugs.horde.org/ticket/14381">Bug #14381</a>).
[mjr] Fix fatal error in certain cases when performing a BODY[HEADER.FIELDS] query.
[jan] Avoid notice with Horde_Mongo on PHP 7.
[mjr] Catch incorrectly localized Date headers.

Kolab_Format
[jan] Drop split() usage (Remi Collet &lt;fedora@famillecollet.com>).

Lock
[jan] Avoid notice with Horde_Mongo on PHP 7.

Memcache
[jan] Fix locking.
[jan] Add support for memcached extension and PHP 7.

Mime
[mjr] Add sanity check for malformed offset in Date header (<a href="http://bugs.horde.org/ticket/14381">Bug #14381</a>).
[jan] Add Horde_Mime_Part#isAttachment().
[mjr] Add workaround for failures due to sending broken rfc822/message attachments (<a href="http://bugs.horde.org/ticket/14324">Bug #14324</a>).
[mjr] Catch incorrectly localized Date headers.

Service_Weather
[mjr] Fix fatal error related to setting timezone in WWO driver (<a href="http://bugs.horde.org/ticket/14289">Bug #14289</a>).
[jan] Fix translations of weather alert types and significances.
[jan] Calculate time of last condition update more precisely.

Share
[mjr] Fix handling of text/clob fields (<a href="http://bugs.horde.org/ticket/14357">Bug #14357</a>).

Stringprep
[jan] Update bundled code from github.

Util
[mjr] Fix detecting certain types of broken UTF-8 strings.

Vfs
[jan] Fix creating the vfsroot when using paths in the 'hostspec' parameter of the Smb driver.
[jan] Don't change directory when listing folders in File backend.
[jan] Allow to specify root folder ('/') as 'vfsroot' parameter.


-------
Expand Down Expand Up @@ -152,7 +273,7 @@ <h3>Changes by Release</h3><pre>
[jan] Fix compression with Closure.

ManageSieve
[jan] Fix usage of &apos;tlsv1&apos; connection setting (Ralf Becker
[jan] Fix usage of 'tlsv1' connection setting (Ralf Becker
&lt;RalfBecker@outdoor-training.de>).
[jan] Fix setting authentication credentials from login() (Ralf Becker
&lt;RalfBecker@outdoor-training.de>).
Expand Down
32 changes: 26 additions & 6 deletions app/views/App/apps/groupware/docs/RELEASE_NOTES.html
@@ -1,6 +1,6 @@
<h3>Release notes for the latest release</h3><pre>
The Horde Team is pleased to announce the final release of the Horde Groupware
version 5.2.14.
version 5.2.15.

Horde Groupware is a free, enterprise ready, browser based collaboration
suite. Users can manage and share calendars, contacts, tasks, notes, files, and
Expand All @@ -12,12 +12,32 @@ <h3>Release notes for the latest release</h3><pre>
For detailed installation and configuration instructions, please see
http://www.horde.org/apps/groupware/docs/INSTALL

The major changes compared to the Horde Groupware version 5.2.13 are:
The major changes compared to the Horde Groupware version 5.2.14 are:

* Update Portuguese translation.
* Update Basque translation.

Address Book changes:
* Fixed losing tags if copying or moving a contact.
* Fixed ActiveSync issues.
* Fix searching via the API when specifying fields and not specifying
a source.
* Require Horde_Perms::DELETE for including an address book as sync-able.

Bookmarks changes:
* Honor ['content_index']['enabled'] setting (Bug #14345).

Calendar changes:
* Fix issue where it is possible to save an event with an empty start or
end date on some browsers.
* Require Horde_Perms::DELETE for including a calendar as sync-able.
* Fix end date when toggling an all day event off (Bug #13979).
* Fix showing error message if loading of remote calendars failed.

Notes changes:
* Require Horde_Perms::DELETE for including a notebook as sync-able.

Tasks changes:
* Fixed regression in date pickers.
* Fixed tags handling with ActiveSync.</pre>
* Fix handling of start and due dates when syncing via EAS.
* Avoid fatal errors if tasks don't have a UID.
* Fix parsing certain date formats (Bug #14348).
* Fix deleteing alarms when completing a task.
* Require Horde_Perms::DELETE for including a tasklist as sync-able.</pre>
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.11-git
v5.2.12-git
-----------



-------
v5.2.11
-------

[jan] Update Portuguese translation.
[jan] Update Basque translation.

Expand Down
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.15-git
v6.2.16-git
-----------



-------
v6.2.15
-------

[jan] Update Portuguese translation.
[jan] Update Basque translation.
[jan] Remove &lt;link rel=""> tags with "Previous" and "Next" from basic message
Expand Down
8 changes: 7 additions & 1 deletion app/views/App/apps/ingo/docs/CHANGES.html
@@ -1,8 +1,14 @@
<h3>Changes by Release</h3><pre>
-----------
v3.2.11-git
v3.2.12-git
-----------



-------
v3.2.11
-------

[jan] Update Portuguese translation.
[jan] Update Basque translation.
[jan] Don't ignore 'initial_page' registry setting.
Expand Down
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.17-git
v4.2.18-git
-----------



-------
v4.2.17
-------

[jan] Update Portuguese translation.
[jan] Update Basque translation.
[mjr] Fix issue where it is possible to save an event with an empty start or
Expand Down
8 changes: 7 additions & 1 deletion app/views/App/apps/mnemo/docs/CHANGES.html
@@ -1,8 +1,14 @@
<h3>Changes by Release</h3><pre>
-----------
v4.2.11-git
v4.2.12-git
-----------



-------
v4.2.11
-------

[jan] Update Portuguese translation.
[jan] Update Basque translation.
[mjr] Require Horde_Perms::DELETE for including a notebook as sync-able.
Expand Down
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.10-git
v4.2.11-git
-----------



-------
v4.2.10
-------

[mjr] Fix handling of start and due dates when syncing via EAS.
[jan] Avoid fatal errors if tasks don't have a UID.
[mjr] Fix parsing certain date formats (<a href="http://bugs.horde.org/ticket/14348">Bug #14348</a>).
Expand Down
8 changes: 7 additions & 1 deletion app/views/App/apps/passwd/docs/CHANGES.html
@@ -1,8 +1,14 @@
<h3>Changes by Release</h3><pre>
----------
v5.0.5-git
v5.0.6-git
----------



------
v5.0.5
------

[jan] Update German translation.
[jan] Update Portuguese translation.
[jan] Fix changing passwords with the SOAP driver.
Expand Down
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.6-git
v1.1.7-git
----------



------
v1.1.6
------

[mjr] Honor ['content_index']['enabled'] setting (<a href="http://bugs.horde.org/ticket/14345">Bug #14345</a>).
[jan] Add Basque translation (Ibon Igartua &lt;ibon.igartua@ehu.eus>).

Expand Down
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.15-git
v4.2.16-git
-----------



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

[jan] Update Portuguese translation.
[jan] Update Basque translation.
[mjr] Fix searching via the API when specifying fields and not specifying
Expand Down

0 comments on commit f33200c

Please sign in to comment.