2132 Commits

Author SHA1 Message Date
Andrew McMillan
7cdd7ce0ef Teach set_dav_property() about dav_bindings. 2010-03-24 23:52:07 +13:00
Andrew McMillan
df0e579a94 Updated results for DAVResource & MOVE changes. 2010-03-24 23:46:14 +13:00
Andrew McMillan
c3237407df Error correctly when the destination parent collection does not exist. 2010-03-24 23:42:28 +13:00
Andrew McMillan
184666892c Improved approach for reading parent collection. 2010-03-24 23:41:56 +13:00
Andrew McMillan
cd154199b8 Initialise the parent_container when constructing from a row. 2010-03-24 23:41:23 +13:00
Andrew McMillan
141f2da550 Improved AsCollection() method. 2010-03-24 23:40:58 +13:00
Andrew McMillan
05c0f95e69 Avoid unassigned warning. 2010-03-24 22:14:39 +13:00
Andrew McMillan
985338a1b6 Correct typo in attendee change to PUT-functions. 2010-03-24 12:55:28 +13:00
Andrew McMillan
92e106653b Fix include path for new always.php location. 2010-03-24 12:55:08 +13:00
Andrew McMillan
9b3fb58b9f Handle duplicate attendee lines in one VEVENT. 2010-03-24 12:15:53 +13:00
Andrew McMillan
d4f1279007 Add configurable locale directory from Aurelien. Nuke ancient compat code. 2010-03-24 08:15:55 +13:00
Andrew McMillan
ded19c24d8 Add configurable locale directory from Aurelien. Nuke ancient compat code. 2010-03-24 08:13:46 +13:00
Andrew McMillan
c080c8bc5e Fix untested scheduling code from Rob. New regression test results. 2010-03-24 08:12:58 +13:00
Andrew McMillan
898d9a456a Ignore sync-cache droppings from sync script testing. 2010-03-23 22:05:39 +13:00
Rob Ostensen
a2438cef3d actually follow draft spec section 6.4, deliver event with scheduling status to users inbox 2010-03-23 22:05:03 +13:00
Andrew McMillan
f0964f7583 Move always.php into the webroot for easier setup.
Also add some 'search for the AWL includes' code into it for
even more easier setup.
2010-03-23 21:52:00 +13:00
Andrew McMillan
f3f846e47e Explode out Attendees and Alarms on PUT/import collection too. 2010-03-23 21:10:37 +13:00
Andrew McMillan
d57c2f3f96 Updated dav_test now looks for DATA= as simple filename. 2010-03-22 17:32:16 -07:00
Andrew McMillan
c68c8f1047 Don't moan if we use DATA= without having suite set. 2010-03-22 17:01:19 -07:00
Andrew McMillan
9a0a2c0e91 OK, finally nailed the quoting of wierd strings issue. 2010-03-22 17:00:42 -07:00
Andrew McMillan
4b7ba370ad Set PGTZ variable so tests default to Pacific/Auckland. 2010-03-22 03:16:54 -07:00
Andrew McMillan
1c58ac1478 We don't actually Accept-encoding: gzip in regression tests :-) 2010-03-22 02:56:28 -07:00
Andrew McMillan
222454e786 Enforce Pacific/Auckland timezone when running regression tests. 2010-03-22 20:11:39 +13:00
Andrew McMillan
7a883ffa63 Fix incorrect parameter names in SQL query. 2010-03-22 17:23:59 +13:00
Andrew McMillan
7ae6678106 Add usage() function. 2010-03-22 17:23:36 +13:00
Andrew McMillan
f70eb487c4 Fix minor unassigned value warning. 2010-03-22 17:23:09 +13:00
Andrew McMillan
0b3040e907 Default to internal expansion of :name SQL parameters. 2010-03-22 17:22:18 +13:00
Andrew McMillan
5fafce0f0c Now parsing out VALARM components on PUT. 2010-03-22 17:21:33 +13:00
Andrew McMillan
09b36a6c54 AwlQuery restructuring for wider use and easier PgQuery transition. 2010-03-22 17:19:53 +13:00
Andrew McMillan
0ed1213ab8 Slightly better logic for processing ? parameters. 2010-03-22 17:18:53 +13:00
Andrew McMillan
3072947a68 Add permissions for new tables in DB 1.2.8 2010-03-22 17:18:24 +13:00
Andrew McMillan
65e26e3a4b Fix support for ? parameters as well as named ones. 2010-03-21 23:28:29 +13:00
Andrew McMillan
028481d917 Query order enforcement & other minor checks. 2010-03-21 22:01:09 +13:00
Andrew McMillan
75ebf3649d Convert to named parameters. 2010-03-21 22:01:09 +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
0623418207 Regression test example configuration, with comments. 2010-03-20 11:46:58 +13:00
Andrew McMillan
ce9954d7d3 Update DAV header. 2010-03-20 08:41:54 +13:00
Andrew McMillan
a9b1aca73f Log parameters on QF, unless we already have. 2010-03-20 08:37:46 +13:00
Andrew McMillan
94446f98ca Current regression tests. 2010-03-20 01:09:22 +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