Doc webdav, caldav: fix support for the calendar-multiget report
authorP. Christeas <p_christ@hol.gr>
Tue, 12 Oct 2010 10:41:03 +0000 (13:41 +0300)
committerP. Christeas <p_christ@hol.gr>
Tue, 12 Oct 2010 10:41:03 +0000 (13:41 +0300)
commitd697bd94e5a860d91ddf3f5ffaa94a4c6f9c5384
tree1ebec203161a7a56108f0888aa266d5d7dcf9542
parent7bd29d41546d0253d136b4a95c075d40947d3b11
Doc webdav, caldav: fix support for the calendar-multiget report

This report is a request to fetch multiple calendar entries. The
request contains a range of URIs to fetch, which must be processed
at the dav_fs.Report level.
The report is being called with Depth: 0 , for which the library could
not perform an iterator. Hack over it and explictly set Depth:1 in our
case.

bzr revid: p_christ@hol.gr-20101012104103-eu156146jy4a75af
addons/caldav/caldav_node.py
addons/document_webdav/dav_fs.py
addons/document_webdav/webdav.py