2053 Commits

Author SHA1 Message Date
Andrew McMillan
640f2e64f2 Remove ancient hack to cope with broken Evolution < v1.9 2010-03-18 13:51:51 +13:00
Andrew McMillan
53240804cc Add $c->skip_bad_event_on_import configuration setting.
This will allow failure on import of collections to apply only
to an individual event, rather than failing the whole collection.
2010-03-18 13:21:41 +13:00
Andrew McMillan
8fc2a76cea Add support for resource-id and parent-set properties. 2010-03-18 13:21:19 +13:00
Andrew McMillan
897ace4f1d All regression tests passing with no PgQuery in DAViCal core 2010-03-18 10:47:59 +13:00
Andrew McMillan
0ddd6508a6 Properly migrate this away from PgQuery. 2010-03-18 10:47:37 +13:00
Andrew McMillan
4c9544c746 Can now apply arbitrary resourcetypes to collections. 2010-03-18 10:46:50 +13:00
Andrew McMillan
e8c6aa2abf Add an extra resourcetype to a binding to indicate it's a binding.
This is not in the spec, but makes things easier if you need
to know whether this is a binding or not.  You could also
request a parent-set property and thus know this too, but
we'll do this temporarily and decide if maybe it's a bad
idea later.
2010-03-18 10:44:55 +13:00
Andrew McMillan
118df346de Migrate PUT-functions to AwlQuery. 2010-03-18 08:40:15 +13:00
Andrew McMillan
f4d588934e Workaround constant misrecognition in PHP. 2010-03-18 08:39:41 +13:00
Andrew McMillan
046c87d837 Fix syntax error. 2010-03-18 08:38:32 +13:00
Andrew McMillan
d69b45cbe4 Remove the old screen for showing a collection. 2010-03-18 08:37:57 +13:00
Andrew McMillan
66aa72ea48 Migrate POST to AwlQuery. 2010-03-17 22:24:49 +13:00
Andrew McMillan
bcebcab0a1 Switch pubsub over to AwlQuery. 2010-03-17 21:54:24 +13:00
Aurelien Requiem
e20b5c22e6 Don't include self as a potential group member. 2010-03-17 20:27:22 +13:00
Aurelien Requiem
550bdda529 Updated i18n & French translation. 2010-03-17 20:25:17 +13:00
Andrew McMillan
e17575f7f8 Show calendar properties on creation. 2010-03-17 20:21:45 +13:00
Andrew McMillan
5bc17b0acd Switch to AwlQuery library. 2010-03-17 20:20:33 +13:00
Andrew McMillan
e1c924aadb Remove dependence on PgQuery. 2010-03-17 20:20:03 +13:00
Andrew McMillan
12b8f097d7 Remove dependence on PgQuery. 2010-03-17 20:19:35 +13:00
Andrew McMillan
3a56dad25c Switch freebusy to use iCalComponent and AwlQuery. 2010-03-17 18:33:02 +13:00
Andrew McMillan
98609364db Switch freebusy report to AwlQuery and iCalComponent. 2010-03-17 18:00:54 +13:00
Andrew McMillan
85a0be9914 Using original displayname for binds. 2010-03-17 17:44:04 +13:00
Andrew McMillan
58c82938d1 Finally get rid of that PgQuery properly. 2010-03-17 17:32:52 +13:00
Andrew McMillan
f78bed7a3e Regression tests for PROPPATCH on bound collection. 2010-03-17 17:31:45 +13:00
Andrew McMillan
7ac1adb697 Juts use original displayname for our displayname. 2010-03-17 17:29:45 +13:00
Andrew McMillan
0f498af8d4 Fix handling of resourcetype changes. 2010-03-17 13:54:22 +13:00
Andrew McMillan
c131ab8b3e Remove references to ::Plain() method. 2010-03-17 13:53:49 +13:00
Andrew McMillan
3ba6a1da1b Add support for persistent connections. 2010-03-17 13:53:36 +13:00
Andrew McMillan
ff0bef2f8b Migrate sync-collection REPORT to AwlQuery. 2010-03-17 13:52:57 +13:00
Andrew McMillan
54ed058c2d Add support for PROPPATCH displayname on a bind. Switch to AwlQuery. 2010-03-17 11:52:02 +13:00
Andrew McMillan
390bc17209 Switching to AwlQuery. 2010-03-17 11:51:35 +13:00
Andrew McMillan
73891a9fc0 Migrating REPORT calendar-query to AwlQuery. 2010-03-16 15:08:00 +13:00
Andrew McMillan
7e032ddc38 Migrate REPORT-multiget to AwlQuery. 2010-03-16 11:11:07 +13:00
Andrew McMillan
587ecf5b34 Migrate DAViCalSession to AwlQuery. 2010-03-16 11:10:31 +13:00
Andrew McMillan
c90faa12ba No dependence on DAViCalUser.php is needed any longer. 2010-03-16 10:13:21 +13:00
Andrew McMillan
93e3c4338e Migrate to AwlQuery. Also fix sf.net #2970729 in passing. 2010-03-16 10:12:07 +13:00
Andrew McMillan
5ca4f396f8 Allow SetConnection to be called with a DSN + options. 2010-03-16 09:57:56 +13:00
Andrew McMillan
ec2313c932 Remove old DAViCalUser class 2010-03-16 07:06:01 +13:00
Andrew McMillan
32156d28e2 Remove old relationship_types maintenance program. 2010-03-16 07:05:01 +13:00
Andrew McMillan
961d1c494a Make calendar-query report work with bound collections. 2010-03-15 23:55:29 +13:00
Andrew McMillan
76d411a6ab Minor test/result changes. 2010-03-15 14:57:13 +13:00
Andrew McMillan
65e6eb2eff GET now working with bound resources. 2010-03-15 14:55:06 +13:00
Andrew McMillan
103a6ec146 404 check was insufficient here. 2010-03-15 00:32:53 +13:00
Andrew McMillan
4d674c4f92 Getting bindings to work as seamlessly as possible. 2010-03-15 00:31:16 +13:00
Andrew McMillan
45f9a0039d Ensure PgQuery is loaded while it's still needed. 2010-03-15 00:30:49 +13:00
Andrew McMillan
d943c3f263 New regression tests/results for BIND/PROPFIND/REPORT. 2010-03-15 00:29:46 +13:00
Andrew McMillan
f4e67960f2 Results differ with public_freebusy_url since private event is missing. 2010-03-15 00:28:49 +13:00
Andrew McMillan
0a1b3c2d59 All regression tests passing again with BIND for PROPFIND. 2010-03-14 12:16:12 +13:00
Andrew McMillan
f109a963cc Correct privilege checking for modification of collection. 2010-03-14 12:15:44 +13:00
Andrew McMillan
f78655e952 Fixing up various minor regressions after restructuring PROPFIND. 2010-03-14 01:48:55 +13:00