Summary | Kolab backend: Yearly recurrences on a given day of the year is broken |
Queue | Horde Framework Packages |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | jan (at) horde (dot) org |
Requester | thomas.jarosch (at) intra2net (dot) com |
Created | 04/29/2013 (4489 days ago) |
Due | |
Updated | 05/03/2013 (4485 days ago) |
Assigned | |
Resolved | 05/03/2013 (4485 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | Yes |
commit e003f496af4ebe19d579571630804b976cd0d798
Author: Jan Schneider <jan@horde.org>
Date: Fri May 3 10:55:22 2013 +0200
[jan] Fix parsing yearly recurrences on the same day from Kolab
data (
Bug #12227).framework/Date/package.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/e003f496af4ebe19d579571630804b976cd0d798
commit 2c557d8b0161a0d6a97fe0d2b47a8cd646b463b8
Author: Thomas Jarosch <thomas.jarosch@intra2net.com>
Date: Mon Apr 29 17:36:43 2013 +0200
Kolab backend: Fix parsing yearly recurrences on a given day of
the year (
bug 12227)Signed-off-by: Jan Schneider <jan@horde.org>
framework/Date/lib/Horde/Date/Recurrence.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/2c557d8b0161a0d6a97fe0d2b47a8cd646b463b8
Any chance to get this into FRAMEWORK_5?
State ⇒ Resolved
commit 2b7a84e6ba7f3a218b72fa3974ba678ec6939760
Author: Jan Schneider <jan@horde.org>
Date: Fri May 3 10:55:22 2013 +0200
[jan] Fix parsing yearly recurrences on the same day from Kolab
data (
Bug #12227).framework/Date/package.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/2b7a84e6ba7f3a218b72fa3974ba678ec6939760
commit c4abbf37948760b002811d21e75d4b1dfa5d0f9f
Author: Thomas Jarosch <thomas.jarosch@intra2net.com>
Date: Mon Apr 29 17:36:43 2013 +0200
Kolab backend: Fix parsing yearly recurrences on a given day of
the year (
bug 12227)Signed-off-by: Jan Schneider <jan@horde.org>
framework/Date/lib/Horde/Date/Recurrence.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/c4abbf37948760b002811d21e75d4b1dfa5d0f9f
Patch ⇒ Yes
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Kolab backend: Yearly recurrences on a given day of the year is broken
Queue ⇒ Horde Framework Packages
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
yearly recurrences on a given day of the year are broken for Kolab.
Attached patch fixes the issue.
Thomas