HN44 / pywebdav

Automatically exported from code.google.com/p/pywebdav
0 stars 0 forks source link

Add REPORT support #7

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Here is a patch to add REPORT support.
It adds on iface REPORT_FILTERS that allow to define tuple of (namespace,
tag) to search for filter rules.
It extends get_childs to allow to pass the filter Element.
It allows to use propname with '-' by replacing it with '_'.
It replaces some private attributes of PROPFIND to allow to use it in REPORT.

Original issue reported on code.google.com by cedric.krier@b2ck.com on 26 May 2009 at 5:31

GoogleCodeExporter commented 8 years ago
New patch that fixes collection property

Original comment by cedric.krier@b2ck.com on 29 May 2009 at 11:18

GoogleCodeExporter commented 8 years ago
New patch that remove the REPORT_FILTERS and use the all xml as filter for 
childs.
Implement infinity depth for REPORT and PROPFIND.

Original comment by cedric.krier@b2ck.com on 12 Jun 2009 at 12:03

Attachments:

GoogleCodeExporter commented 8 years ago
Issue 10 has been merged into this issue.

Original comment by spamsch@gmail.com on 29 Jun 2009 at 9:53

GoogleCodeExporter commented 8 years ago
Fixed in latest trunk

Original comment by spamsch@gmail.com on 29 Jun 2009 at 10:18