Andrew McMillan
0ed1213ab8
Slightly better logic for processing ? parameters.
2010-03-22 17:18:53 +13:00
Andrew McMillan
65e26e3a4b
Fix support for ? parameters as well as named ones.
2010-03-21 23:28:29 +13:00
Andrew McMillan
c62dd43a30
Explicit typecast since values may not be text.
2010-03-21 22:01:09 +13:00
Andrew McMillan
cc244e0c5d
Switch to 't' & 'f' to workaround driver issues.
2010-03-21 22:01:09 +13:00
Andrew McMillan
e30d10ae67
Refactor AwlQuery to allow parameter replacement to be handled internally.
2010-03-21 22:01:09 +13:00
Andrew McMillan
2b6cce5a87
Fix the Quote() method. Add a ReplaceNamedParameters() method.
2010-03-21 22:01:09 +13:00
Rob Ostensen
34c1fee3c6
first run at ldap group support
2010-03-21 20:42:03 +13:00
Rob Ostensen
d8e34dd211
include number of items in dav collection on collection edit page
2010-03-21 20:42:03 +13:00
Andrew McMillan
8c9b00fbc5
Improved logging of failed queries.
2010-03-19 18:29:12 -07:00
Andrew McMillan
a9b1aca73f
Log parameters on QF, unless we already have.
2010-03-20 08:37:46 +13:00
Andrew McMillan
8811f48388
Correctly check ETags.
2010-03-20 01:08:05 +13:00
Andrew McMillan
f50d6d7170
Don't exclude NULL DTSTART if reporting on scheduling collection.
2010-03-20 01:07:23 +13:00
Andrew McMillan
40dd74447b
Support schedule-calendar-transp property.
2010-03-20 01:06:48 +13:00
Andrew McMillan
d92361cb0d
Properly insert resourcetypes on MKCOL.
2010-03-20 01:06:07 +13:00
Andrew McMillan
8db20b966f
Handle resourcetypes regardless of XML format.
2010-03-20 01:05:05 +13:00
Andrew McMillan
83e0324d96
Provide a more useful error output on an XML parser failure.
2010-03-20 01:04:30 +13:00
Andrew McMillan
7fee05b143
Split out home & freebusy sets into their own functions.
2010-03-20 01:03:52 +13:00
Andrew McMillan
00cce278ef
Fix parent-set response on collections.
2010-03-19 10:31:55 +13:00
Andrew McMillan
e82c5c70d4
We don't need that duration function any longer.
2010-03-18 23:53:15 +13:00
Rob Ostensen
ca04a4a42e
warn if there are no active admin users
2010-03-18 23:52:40 +13:00
Andrew McMillan
be7e713c69
Fix deactivation of users no longer in LDAP.
2010-03-18 23:12:31 +13:00
Andrew McMillan
a577a44a51
Siwtch to use an object for the updated users row.
2010-03-18 23:08:00 +13:00
Andrew McMillan
4e9c3dedc5
Fix some screwy logic in AwlQuery for statements with no parameters.
2010-03-18 22:46:01 +13:00
Andrew McMillan
c4917a7e6e
A more readable fix that might even be faster...
2010-03-18 22:45:30 +13:00
Andrew McMillan
5122c95e1c
Correct fix for privileges INSERT.
2010-03-18 22:40:44 +13:00
Andrew McMillan
eb77858c5b
D'oh!
2010-03-18 22:30:56 +13:00
Andrew McMillan
3075fddd70
Correct query parameters.
2010-03-18 22:27:19 +13:00
Andrew McMillan
71cd6486ed
Standardise on the double-cast for getting decimal -> privilege bits.
2010-03-18 22:06:47 +13:00
Andrew McMillan
466bffa73d
Fix privileges insert.
2010-03-18 22:01:38 +13:00
Andrew McMillan
abdfad3193
Don't need :user_no set on INSERT.
2010-03-18 21:51:44 +13:00
Andrew McMillan
005c7a2773
Fix PROPPATCH handling of CardDAV addressbook setting.
2010-03-18 20:27:56 +13:00
Andrew McMillan
688d540cc5
Add support for PUT on individual resources within a bind.
2010-03-18 20:02:13 +13:00
Andrew McMillan
a1c720d92b
Catch the privileges on resources via a bound ticket.
2010-03-18 20:01:24 +13:00
Andrew McMillan
4d9dd91988
Restructure and add support for DELETE on a Bind.
2010-03-18 20:00:36 +13:00
Andrew McMillan
33c1f877af
Note that this response is slightly incorrect.
2010-03-18 20:00:07 +13:00
Andrew McMillan
1296bded43
Add a test header and log it to help find which tests cause problems.
2010-03-18 19:59:19 +13:00
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
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
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
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