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 Sep 9, 2014
1 parent ad07d60 commit 41cfbc1
Show file tree
Hide file tree
Showing 5 changed files with 293 additions and 38 deletions.
126 changes: 125 additions & 1 deletion app/views/App/apps/groupware/docs/CHANGES.html
@@ -1,10 +1,134 @@
<h3>Changes by Release</h3><pre>
----------
v5.2.2-git
v5.2.3-git
----------



------
v5.2.2
------

Address Book Changes
--------------------
[jan] Fix duplicate searching in address books without owner field.
[jan] Fix duplicate search form (woe@gmx.de, <a href="http://bugs.horde.org/ticket/13528">Bug #13528</a>).
[mms] Make case-insensitive API e-mail search work on non-ASCII data (<a href="http://bugs.horde.org/ticket/12480">Request
#12480</a>).
[jan] Fix listing group members that contain colons in their IDs.

Calendar Changes
----------------
[mjr] Fix removing resource event when editing the bound event causes the
resource to reject the event (<a href="http://bugs.horde.org/ticket/13466">Bug #13466</a>).
[mjr] Fix refreshing resource events in the UI when the host event changes
(<a href="http://bugs.horde.org/ticket/13465">Bug #13465</a>).
[mjr] Fix updating the exceptionoriginaldate field when the base event changes
(<a href="http://bugs.horde.org/ticket/13512">Bug #13512</a>).
[mjr] Fix moving recurring events with exceptions from one calendar to another
(<a href="http://bugs.horde.org/ticket/13524">Bug #13524</a>).
[mjr] Fix honoring resource_management permission (<a href="http://bugs.horde.org/ticket/13049">Bug #13049</a>).
[jan] Fix visual overlapping of certain events (<a href="http://bugs.horde.org/ticket/13376">Bug #13376</a>).
[jan] Fix error editing events if using exotic date formats.
[jan] Fix JavaScript error if not showing all events in month view (Jasper
Olbrich &lt;Jasper.Olbrich@students.uni-marburg.de>, <a href="http://bugs.horde.org/ticket/13433">Bug #13433</a>).
[jan] Fix displayed CalDAV URLs for shared calendars in basic view too
(piper@hrz.uni-marburg.de, <a href="http://bugs.horde.org/ticket/12380">Bug #12380</a>).

Library Changes
---------------
ActiveSync
[mjr] Added Horde_ActiveSync_Rfc822::replaceMime().
[mjr] Added Horde_ActiveSync_Mime class.
[mjr] Added Horde_ActiveSync_Exception_EmailFatalFailure.
[mjr] Fix issues with 8-bit characters in Subject header in some cases (<a href="http://bugs.horde.org/ticket/13456">Bug
#13456</a>).
[mjr] Fix POOMTASKS_SUBORDINALDATE parsing (<a href="http://bugs.horde.org/ticket/13461">Bug #13461</a>).
[mjr] Prevent folder cache from being overwritten (<a href="http://bugs.horde.org/ticket/13273">Bug #13273</a>).
[mjr] Add Horde_ActiveSync_Imap_Adapter::emptyMailbox().
[mjr] Fix sending ItemSettings responses for EAS 14.1.
[mjr] Add unofficial WindowsLive codepage extensions.
[mjr] Fix yearly recurrences appearing on incorrect day in certain cases.
[mjr] Add support for synchronizing user-defined IMAP flags as EAS Email
categories.
[mjr] Prevent infinite loops due to broken clients sending invalid OPTIONS data
(<a href="http://bugs.horde.org/ticket/13405">Bug #13405</a>).
[mjr] Prevent fatal WBXML parsing error due to broken BlackBerry clients (<a href="http://bugs.horde.org/ticket/13351">Bug
#13351</a>).

Core
[mjr] Fix dependency on Horde_HashTable (<a href="http://bugs.horde.org/ticket/13549">Bug #13549</a>).
[mjr] Add activesync_email_presend hook.
[mjr] Fix issue where replying or forwarding broken email messages would break
ActiveSync synchronization when saving to Sent mail.
[mjr] Fix issues with 8-bit characters in Subject header when sending smart
replies via ActiveSync (<a href="http://bugs.horde.org/ticket/13456">Bug #13456</a>).
[mjr] Fix GAL searches returning all address book entries.
[jan] Improve positioning of date picker popup (Karim Geiger
&lt;me@karim-geiger.de>).
[jan] Really fix returning session start time from session handler (<a href="http://bugs.horde.org/ticket/13428">Bug
#13428</a>).
[mms] Ensure persistently stored data is not overwritten by another session.
[mms] Fix boostrapping DB object when using SQL as the Horde cache driver (<a href="http://bugs.horde.org/ticket/13439">Bug
#13439</a>).
[mjr] Support ITEMOPERATIONS_EMPTYFOLDER requests via ActiveSync.
[mjr] Fetch correct data for EAS ItemSettings requests.
[jan] Catch exception from application in portal block (<a href="http://bugs.horde.org/ticket/13427">Bug #13427</a>).
[jan] Fix returning session start time from session handler (<a href="http://bugs.horde.org/ticket/13428">Bug #13428</a>).
[mjr] Add support for synchronizing user-defined IMAP flags as EAS Email
categories.
[mjr] Fix BC break when detecting the ActiveSync state driver.

Imap_Client
[mms] Add support for Gmail-specific WEBALERT response code.
[mms] IMAP/POP3 URL generation split into a more modular library structure.
[mms] Ignore message-specific URL parameters if a search query appears in an
IMAP URL.
[mms] Fix encoding/decoding URL elements in IMAP/POP3 URLs.
[mms] Fix setting default port for POP3 URLs.
[mms] Fix client-side reverse sorting.
[mms] Fix client-side sequence sorting, when that is the only sort criteria.
[mms] Use Collator class, if present, to sort string fields on the client side.
[mms] Fix client-side sorting of display addresses.
[mms] Even more improved pseudo-UIDNEXT value for POP3 servers.
[mms] Improved sanity checking so that non-ASCII data is not sent to server in
commands where it is not supported.
[mms] Fix typo in Horde_Imap_Client_Data_Sync (<a href="http://bugs.horde.org/ticket/13430">Bug #13430</a>; Jasper Olbrich
&lt;Jasper.Olbrich@students.uni-marburg.de>).
[mms] Fix regression in reporting capabilities (<a href="http://bugs.horde.org/ticket/13421">Bug #13421</a>).

Kolab_Storage
[jan] Fix tests including Horde_Mime_Part.

Mime
[mms] Fix generation of Original-Message-ID header in MDN notification (<a href="http://bugs.horde.org/ticket/13526">Bug
#13526</a>).
[mms] Fix determination of MDN user confirmation in certain instances.

Pack
[mms] Attempt to workaround broken JSON-C decoder regarding null characters.

Prefs
[mms] Add ArrayAccess, Countable, and Iterator functionality to the
Horde_Prefs_Identity object.

Test
[mms] Fix determination of test cases using AllTests.php.
[mms] Fix AllTests.php when dealing with test cases that inherit from parent
test cases.

Timezone
[jan] Fix "Undefined offset" notice (<a href="http://bugs.horde.org/ticket/13455">Bug #13455</a>).

Util
[mms] Fix another issue with older versions of PHP in
Horde_String_Transliterate.
[mms] Fix regression in Horde_String_Transliterate for PHP 5.3 (<a href="http://bugs.horde.org/ticket/13419">Bug #13419</a>).
[mms] Added Horde_String::ipos() and Horde_String::ripos().
[mms] Fallback to lesser priority transliterator driver when an error is
encountered.


------
v5.2.1
------
Expand Down
22 changes: 6 additions & 16 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.1.
version 5.2.2.

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,24 +12,14 @@ <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.0 are:
The major changes compared to the Horde Groupware version 5.2.1 are:

General changes:
* Fixed CalDAV/CardDAV URLs of shared collections.
* Bugfixes and improvements.
* Several bugfixes and improvements.

Address book changes:
* Tagging improvements.
* Fixed duplicate searching.

Calendar changes:
* Fixed several issues with event exceptions.

Notes changes:
* Tagging improvements.

File manager changes:
* Added Oracle support.
* Update Polish translation.

Bookmarks changes:
* Fixed a fatal error due to a botched merge.</pre>
* Fixed error when navigating between month views.
* Fixed recurrence exceptions and resources when moving events.</pre>
1 change: 1 addition & 0 deletions app/views/App/apps/ingo/docs/CHANGES.html
Expand Up @@ -3,6 +3,7 @@ <h3>Changes by Release</h3><pre>
v3.2.2-git
----------

[mjr] Fix issues when preferred configuration contains an array (<a href="http://bugs.horde.org/ticket/13548">Bug #13548</a>).


------
Expand Down
156 changes: 155 additions & 1 deletion app/views/App/apps/webmail/docs/CHANGES.html
@@ -1,10 +1,164 @@
<h3>Changes by Release</h3><pre>
----------
v5.2.2-git
v5.2.3-git
----------



------
v5.2.2
------

Mail Changes
------------
[mms] Ensure that search/POP3 mailbox listings are saved even if there is an
issue with the underlying cache backend.
[mms] Fix replying to non-UTF-8 messages when the 'reply_charset' preference
is true.
[jan] Fix vCard MIME viewer.
[jan] Fix MIME viewer form actions in basic view (<a href="http://bugs.horde.org/ticket/12677">Bug #12677</a>).
[mms] Don't store/retrieve message history data if the Message-ID is
missing/invalid.
[mms] Fix resuming draft from mailbox page in basic view.
[mms] Fix displaying Virtual Trash mailbox (<a href="http://bugs.horde.org/ticket/13418">Bug #13418</a>).
[mms] Fix menu actions on the minimal message page (<a href="http://bugs.horde.org/ticket/13440">Bug #13440</a>).
[jan] Fix switching to HTML editor in basic mode if signature display is not
active.
[mms] Fix expiring session cached mailbox data when mailbox information
changes.
[mms] Fix updating viewport immediately after deleting messages on POP3
servers.

Filters Changes
---------------
[mms] Fix performing more than one filter drag/drop action on a single page
(<a href="http://bugs.horde.org/ticket/13434">Bug #13434</a>).
[mms] Add support for a negative regex test to the Maildrop driver.
[mms] Add support for a negative regex test to the Sieve driver (Pete Beardmore
&lt;pete.beardmore@msn.com>, <a href="http://bugs.horde.org/ticket/12671">Request #12671</a>).
[mms] Fix vacation in the maildrop driver (balestrieri@mag-data.com, <a href="http://bugs.horde.org/ticket/13415">Bug
#13415</a>).

Address Book Changes
--------------------
[jan] Fix duplicate searching in address books without owner field.
[jan] Fix duplicate search form (woe@gmx.de, <a href="http://bugs.horde.org/ticket/13528">Bug #13528</a>).
[mms] Make case-insensitive API e-mail search work on non-ASCII data (<a href="http://bugs.horde.org/ticket/12480">Request
#12480</a>).
[jan] Fix listing group members that contain colons in their IDs.

Calendar Changes
----------------
[mjr] Fix removing resource event when editing the bound event causes the
resource to reject the event (<a href="http://bugs.horde.org/ticket/13466">Bug #13466</a>).
[mjr] Fix refreshing resource events in the UI when the host event changes
(<a href="http://bugs.horde.org/ticket/13465">Bug #13465</a>).
[mjr] Fix updating the exceptionoriginaldate field when the base event changes
(<a href="http://bugs.horde.org/ticket/13512">Bug #13512</a>).
[mjr] Fix moving recurring events with exceptions from one calendar to another
(<a href="http://bugs.horde.org/ticket/13524">Bug #13524</a>).
[mjr] Fix honoring resource_management permission (<a href="http://bugs.horde.org/ticket/13049">Bug #13049</a>).
[jan] Fix visual overlapping of certain events (<a href="http://bugs.horde.org/ticket/13376">Bug #13376</a>).
[jan] Fix error editing events if using exotic date formats.
[jan] Fix JavaScript error if not showing all events in month view (Jasper
Olbrich &lt;Jasper.Olbrich@students.uni-marburg.de>, <a href="http://bugs.horde.org/ticket/13433">Bug #13433</a>).
[jan] Fix displayed CalDAV URLs for shared calendars in basic view too
(piper@hrz.uni-marburg.de, <a href="http://bugs.horde.org/ticket/12380">Bug #12380</a>).

Library Changes
---------------
ActiveSync
[mjr] Added Horde_ActiveSync_Rfc822::replaceMime().
[mjr] Added Horde_ActiveSync_Mime class.
[mjr] Added Horde_ActiveSync_Exception_EmailFatalFailure.
[mjr] Fix issues with 8-bit characters in Subject header in some cases (<a href="http://bugs.horde.org/ticket/13456">Bug
#13456</a>).
[mjr] Fix POOMTASKS_SUBORDINALDATE parsing (<a href="http://bugs.horde.org/ticket/13461">Bug #13461</a>).
[mjr] Prevent folder cache from being overwritten (<a href="http://bugs.horde.org/ticket/13273">Bug #13273</a>).
[mjr] Add Horde_ActiveSync_Imap_Adapter::emptyMailbox().
[mjr] Fix sending ItemSettings responses for EAS 14.1.
[mjr] Add unofficial WindowsLive codepage extensions.
[mjr] Fix yearly recurrences appearing on incorrect day in certain cases.
[mjr] Add support for synchronizing user-defined IMAP flags as EAS Email
categories.
[mjr] Prevent infinite loops due to broken clients sending invalid OPTIONS data
(<a href="http://bugs.horde.org/ticket/13405">Bug #13405</a>).
[mjr] Prevent fatal WBXML parsing error due to broken BlackBerry clients (<a href="http://bugs.horde.org/ticket/13351">Bug
#13351</a>).

Core
[mjr] Fix dependency on Horde_HashTable (<a href="http://bugs.horde.org/ticket/13549">Bug #13549</a>).
[mjr] Add activesync_email_presend hook.
[mjr] Fix issue where replying or forwarding broken email messages would break
ActiveSync synchronization when saving to Sent mail.
[mjr] Fix issues with 8-bit characters in Subject header when sending smart
replies via ActiveSync (<a href="http://bugs.horde.org/ticket/13456">Bug #13456</a>).
[mjr] Fix GAL searches returning all address book entries.
[jan] Improve positioning of date picker popup (Karim Geiger
&lt;me@karim-geiger.de>).
[jan] Really fix returning session start time from session handler (<a href="http://bugs.horde.org/ticket/13428">Bug
#13428</a>).
[mms] Ensure persistently stored data is not overwritten by another session.
[mms] Fix boostrapping DB object when using SQL as the Horde cache driver (<a href="http://bugs.horde.org/ticket/13439">Bug
#13439</a>).
[mjr] Support ITEMOPERATIONS_EMPTYFOLDER requests via ActiveSync.
[mjr] Fetch correct data for EAS ItemSettings requests.
[jan] Catch exception from application in portal block (<a href="http://bugs.horde.org/ticket/13427">Bug #13427</a>).
[jan] Fix returning session start time from session handler (<a href="http://bugs.horde.org/ticket/13428">Bug #13428</a>).
[mjr] Add support for synchronizing user-defined IMAP flags as EAS Email
categories.
[mjr] Fix BC break when detecting the ActiveSync state driver.

Imap_Client
[mms] Add support for Gmail-specific WEBALERT response code.
[mms] IMAP/POP3 URL generation split into a more modular library structure.
[mms] Ignore message-specific URL parameters if a search query appears in an
IMAP URL.
[mms] Fix encoding/decoding URL elements in IMAP/POP3 URLs.
[mms] Fix setting default port for POP3 URLs.
[mms] Fix client-side reverse sorting.
[mms] Fix client-side sequence sorting, when that is the only sort criteria.
[mms] Use Collator class, if present, to sort string fields on the client side.
[mms] Fix client-side sorting of display addresses.
[mms] Even more improved pseudo-UIDNEXT value for POP3 servers.
[mms] Improved sanity checking so that non-ASCII data is not sent to server in
commands where it is not supported.
[mms] Fix typo in Horde_Imap_Client_Data_Sync (<a href="http://bugs.horde.org/ticket/13430">Bug #13430</a>; Jasper Olbrich
&lt;Jasper.Olbrich@students.uni-marburg.de>).
[mms] Fix regression in reporting capabilities (<a href="http://bugs.horde.org/ticket/13421">Bug #13421</a>).

Kolab_Storage
[jan] Fix tests including Horde_Mime_Part.

Mime
[mms] Fix generation of Original-Message-ID header in MDN notification (<a href="http://bugs.horde.org/ticket/13526">Bug
#13526</a>).
[mms] Fix determination of MDN user confirmation in certain instances.

Pack
[mms] Attempt to workaround broken JSON-C decoder regarding null characters.

Prefs
[mms] Add ArrayAccess, Countable, and Iterator functionality to the
Horde_Prefs_Identity object.

Test
[mms] Fix determination of test cases using AllTests.php.
[mms] Fix AllTests.php when dealing with test cases that inherit from parent
test cases.

Timezone
[jan] Fix "Undefined offset" notice (<a href="http://bugs.horde.org/ticket/13455">Bug #13455</a>).

Util
[mms] Fix another issue with older versions of PHP in
Horde_String_Transliterate.
[mms] Fix regression in Horde_String_Transliterate for PHP 5.3 (<a href="http://bugs.horde.org/ticket/13419">Bug #13419</a>).
[mms] Added Horde_String::ipos() and Horde_String::ripos().
[mms] Fallback to lesser priority transliterator driver when an error is
encountered.


------
v5.2.1
------
Expand Down
26 changes: 6 additions & 20 deletions app/views/App/apps/webmail/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
Webmail Edition version 5.2.1.
Webmail Edition version 5.2.2.

Horde Groupware Webmail Edition is a free, enterprise ready, browser based
communication suite. Users can read, send and organize email messages with four
Expand All @@ -14,29 +14,15 @@ <h3>Release notes for the latest release</h3><pre>
For detailed installation and configuration instructions, please see
http://www.horde.org/apps/webmail/docs/INSTALL

The major changes compared to the Horde Groupware Webmail Edition version 5.2.0
The major changes compared to the Horde Groupware Webmail Edition version 5.2.1
are:

General changes:
* Fixed CalDAV/CardDAV URLs of shared collections.
* Bugfixes and improvements.

Mail changes:
* Improved drag and drop to compose message.
* Improved drag and drop in folder tree.
* Several bugfixes and improvements.

Address book changes:
* Tagging improvements.
* Fixed duplicate searching.

Calendar changes:
* Fixed several issues with event exceptions.

Notes changes:
* Tagging improvements.

File manager changes:
* Added Oracle support.
* Update Polish translation.

Bookmarks changes:
* Fixed a fatal error due to a botched merge.</pre>
* Fixed error when navigating between month views.
* Fixed recurrence exceptions and resources when moving events.</pre>

0 comments on commit 41cfbc1

Please sign in to comment.