Summary | ICAL - Attribute "LAST-MODIFIED" Not Found |
Queue | Kronolith |
Queue Version | 3.0.16 |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | jan (at) horde (dot) org |
Requester | claudio.prono (at) mediaservice (dot) net |
Created | 04/04/2012 (4838 days ago) |
Due | 04/04/2012 (4838 days ago) |
Updated | 04/11/2012 (4831 days ago) |
Assigned | |
Resolved | 04/11/2012 (4831 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | 3.0.17 |
Patch | No |
commit ea4a6003e6671eaa9abdac5e9dc4f3313cfd539f
Author: Jan Schneider <jan@horde.org>
Date: Wed Apr 11 14:56:50 2012 +0200
[jan] Catch if external client doesn't send LAST-MODIFIED
attributes (
Bug #11130).kronolith/docs/CHANGES | 2 ++
kronolith/lib/Api.php | 13 +++++++++----
kronolith/package.xml | 2 ++
3 files changed, 13 insertions(+), 4 deletions(-)
http://git.horde.org/horde-git/-/commit/ea4a6003e6671eaa9abdac5e9dc4f3313cfd539f
State ⇒ Resolved
Priority ⇒ 2. Medium
Milestone ⇒ 3.0.17
commit ea4a6003e6671eaa9abdac5e9dc4f3313cfd539f
Author: Jan Schneider <jan@horde.org>
Date: Wed Apr 11 14:56:50 2012 +0200
[jan] Catch if external client doesn't send LAST-MODIFIED
attributes (
Bug #11130).kronolith/docs/CHANGES | 2 ++
kronolith/lib/Api.php | 13 +++++++++----
kronolith/package.xml | 2 ++
3 files changed, 13 insertions(+), 4 deletions(-)
http://git.horde.org/horde-git/-/commit/ea4a6003e6671eaa9abdac5e9dc4f3313cfd539f
Priority ⇒ 3. High
Type ⇒ Bug
Summary ⇒ ICAL - Attribute "LAST-MODIFIED" Not Found
Due ⇒ 04/04/2012
Queue ⇒ Kronolith
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
found this error into the logs:
2012-04-03T11:11:03+02:00 ERR: HORDE [horde] Attribute "LAST-MODIFIED"
Not Found [pid 14297 on line 233 of
"/usr/share/php5/PEAR/Horde/Icalendar.php"]
As i can see, Ical for Mac OSX doesn't send the attribute
"LAST-MODIFIED" on the events, and the new kronolith does not accept this.
Previously, with Horde 3 and Kronolith, it works all fine.