Summary | Pushing tasks through WebDAV not working |
Queue | Nag |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | jan (at) horde (dot) org |
Requester | bugs.horde.org (at) sjau (dot) ch |
Created | 03/17/2011 (5289 days ago) |
Due | |
Updated | 04/01/2011 (5274 days ago) |
Assigned | 03/17/2011 (5289 days ago) |
Resolved | 03/31/2011 (5275 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
should send a STATUS: NEEDS-ACTION attribute.
to "uncompleted" in TB/Lightning, the such an event is pubshed by
webdav:
BEGIN:VTODO
LAST-MODIFIED:20110401T140913Z
DTSTAMP:20110401T140913Z
UID:20110401160020.1BrTWcQJLYNNldp0puHGb5A@www.hubatka-partner.ch
SUMMARY:TEST234234234
PRIORITY:3
DUE:2011041 [...] /4T140000Z
SEQUENCE:2
X-MOZ-GENERATION:2
END:VTODO
In Horde however, the task remains "completed"
Actually commit the fix for
bug #9675.1 files changed, 8 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/cdbcd41b5a80c81a8f5828c0b6736c51bd52d752
Actually commit the fix for
bug #9675.1 files changed, 8 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/cdbcd41b5a80c81a8f5828c0b6736c51bd52d752
Assigned to Jan Schneider
State ⇒ Resolved
happens when *creating new* tasks.
[jan] Fix creating new tasks through WebDAV (
Bug #9675).2 files changed, 3 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/04d73a81f37470ff30434aff1e8dddf2cfaf5f62
As said, pulling the tasks with TB/Lightning works... pushing the
tasks doesn't.
For Kronolith, it works pushing and pulling the events with TB/Lightning
SELECT * FROM nag_tasks WHERE task_uid =
'57e09852-fd52-4036-83da-05d6c7d6a977' [pid 23820 on line
773 of "/daten/home/bah/h4/framework/Db/lib/Horde/Db/Adapter/Base.php"]
2011-03-17T21:18:58+01:00 ERR: HORDE [horde] Aufgaben-UID nicht
gefunden. [pid 23820 on line 89 of
"/daten/home/bah/h4/nag/lib/Driver/Sql.php"]
And do you have a task with the UID
57e09852-fd52-4036-83da-05d6c7d6a977 in your table? Because that's
what the clients sends.
New Attachment: horde.txt
State ⇒ Feedback
way to fix this.
Beside that, are you sure you are running the latest Git? Exactly this
problem has been fixed before the beta release already.
New Attachment: nag[1].txt
Patch ⇒ No
State ⇒ Unconfirmed
New Attachment: nag.txt
Milestone ⇒
Queue ⇒ Nag
Summary ⇒ Pushing tasks through WebDAV not working
Type ⇒ Bug
Priority ⇒ 2. Medium
I run latest h4/git and I noticed a problem.
Mozilla Thunderbird with Lightning addon can manage calendar and tasks
and for calendar/kronolith it works just fine. Lightning can fetch the
data, can modify it and push it back to kronolith.
With nag however, it can only fetch data. When trying to submit data
from lightning to nag, there's always an error. With Wireshark I
captures the attached log.
In there it says something about 500 error on the server, however php
did not log any error.