Andrew McMillan
1a86165883
Changes to default supported-component-set.
2013-09-02 14:22:12 +12:00
Andrew McMillan
bc1ef8b26c
ETag/path changes due to regression.host changes.
2013-09-02 14:18:11 +12:00
Andrew McMillan
48d22782f7
Correct regression host name.
2013-07-15 13:11:08 +12:00
Andrew McMillan
86b717a390
Testing for dead property XML which is a set of prop.
2012-07-13 20:24:21 +12:00
Andrew McMillan
0fb4cdd6df
URL fixes in regression tests.
2012-07-09 01:17:49 +12:00
Andrew McMillan
e3acbd6d14
Updated test results.
2012-07-09 01:17:33 +12:00
Andrew McMillan
969c1ed0c4
Fixed regression test results.
2012-07-09 01:16:41 +12:00
Andrew McMillan
c1bdf04848
Test/result for calendar-query report with no properties specified.
2012-07-08 11:58:38 +12:00
Andrew McMillan
1f5d8ddcac
Updated & new regression tests for various XML processing changes.
2012-05-20 21:50:30 +12:00
Andrew McMillan
9e64d3a5fa
Test result of PROPFIND on /
2012-05-14 23:27:22 +12:00
Andrew McMillan
483683d3f6
Result ordering and other trivial regression test changes.
2012-05-14 23:26:12 +12:00
Andrew McMillan
0d2ef3475d
Change the collection ids used in regression testing - modified results.
2012-05-05 16:57:05 +12:00
Andrew McMillan
24d51de757
Change the collection ids used in regression testing.
2012-05-05 16:50:08 +12:00
Andrew McMillan
4c41d63a56
Fix getctag replacement in this test.
2012-05-03 20:28:44 +12:00
Andrew McMillan
677513b49d
Current regression test results.
2012-05-03 19:12:42 +12:00
Andrew McMillan
7c15051f84
Further fixes to WebDAV synchronization.
...
This should be fully reliable now and also cleans out all sync
changes more than one week old. update-database is needed to pull
the new function.
2012-04-17 15:44:09 +12:00
Andrew McMillan
8158eaa1ea
Changes to the way PROPPATCH returns errors.
...
This is cleaner and perhaps a little more informative.
2012-04-16 12:57:16 +12:00
Andrew McMillan
beecb1674d
Test result changes for previous commit.
2012-04-16 12:56:08 +12:00
Andrew McMillan
de0a010db7
As a result of some changes to when sync tokens first get created.
2012-03-22 14:15:49 +13:00
Andrew McMillan
f401bfcd9e
A couple of common iCal4/iCal5 PROPFIND requests.
2012-03-22 14:09:28 +13:00
Andrew McMillan
09d8447951
Minor change to freebusy report test.
2012-03-22 14:05:34 +13:00
Andrew McMillan
ac6d040bd8
Fix a bug in GET on collections.
2012-03-22 14:05:06 +13:00
Andrew McMillan
dade978eb6
Slight header changes as a result of caldav proxy changes.
2012-03-22 13:55:03 +13:00
Andrew McMillan
0153070bea
Updated test results.
2012-03-12 13:19:41 +13:00
Andrew McMillan
a01f7c8025
Correct error response.
2012-03-02 08:58:58 +13:00
Andrew McMillan
36a66597cd
Ordering changes.
2012-03-02 08:58:29 +13:00
Andrew McMillan
1d1b104dfa
Changed default Depth for PROPFIND.
2012-03-02 08:57:54 +13:00
Andrew McMillan
69999da862
Changes due to responding that VPOLL/VAVAILABILITY are OK.
2012-03-02 08:56:24 +13:00
Andrew McMillan
d226395258
Minor updates to tests.
2011-12-14 22:19:16 +13:00
Andrew McMillan
e641ed0876
Catch missing-xml in request separately from invalid-xml.
2011-12-14 22:18:14 +13:00
Andrew McMillan
1d424693ad
Fix missing END:VCALENDAR.
2011-12-07 14:55:22 +13:00
Andrew McMillan
91d6a69899
Strip URL-unfriendly characters from UID before using it as URL segment.
2011-11-30 09:17:28 +13:00
Andrew McMillan
8c1100ec26
Correct sync report response.
2011-11-26 23:19:59 +13:00
Andrew McMillan
62b6921c5d
Switch to PostgreSQL 9.1 for my development environment.
2011-11-26 23:19:34 +13:00
Andrew McMillan
cfff87f1e5
Further testing for some combinations of sync token.
2011-11-09 10:06:51 +13:00
Andrew McMillan
4b519bb7f1
Correct sync requests to match new format for sync token.
2011-11-09 09:57:08 +13:00
Andrew McMillan
10afabbeb9
Rationalise confidential event rewriting and fix $c->hide_alarm function.
2011-10-31 13:15:49 +13:00
Andrew McMillan
ce77dae043
Fail more gracefully on crap encoding input.
2011-10-07 08:27:02 +02:00
Andrew McMillan
5b921b3884
Test for 'deflate' content encoding.
2011-10-07 07:34:49 +02:00
Andrew McMillan
e913600c70
Switch calendar query to new getVCalendarRange() function.
...
This fixes various bugs in time-range handling.
2011-10-06 23:34:18 +02:00
Andrew McMillan
d1f0a1cc76
New & variously improved regression tests.
2011-10-06 11:10:02 +02:00
Andrew McMillan
8e18449096
Updated MKCOL/MKCALENDAR to support setting a supported-calendar-component-set
2011-10-03 17:57:28 +02:00
Andrew McMillan
323e6a3011
The final revision of the sync-collection report requires the token to be a URI.
...
We'll use a 'data' URI (like CalendarServer does) to jump through this
arbitrary hoop.
2011-10-03 16:29:11 +02:00
Andrew McMillan
c41f4071e4
Get rid of unsightly error due to removal of time_zone table.
2011-09-30 11:56:35 +02:00
Andrew McMillan
0feb4e23d5
Fix bug handling COUNT= with BYDAY=multiple and FREQ=WEEKLY
2011-09-28 13:35:29 +08:00
Andrew McMillan
e64f92ff86
Fix handling of BYMONTHDAY=-N in repeat rules.
...
It seems PHP's date::setDate function doesn't do what we want when
you hand it a negative integer so we need to override a little more
of it's behaviour. We have to make sure that date::modify is not
called with a days greater than the month we might land in when we
add a number of months to it.
2011-09-28 05:21:31 +08:00
Andrew McMillan
6679e31862
Rename test result without spaces.
2011-09-27 12:12:22 +13:00
Andrew McMillan
2127c294a3
Various small fixes preparing for release.
...
Correct logic for auto-creating addressbook for new user.
Fix non-creation of default addressbook.
Fix principal/collection edit to allow write of no privileges.
Fix collection edit timezone list to use new table.
Update davical & libawl version in always.php.
Regression test changes with update to davical.sql.
2011-09-25 22:29:31 +13:00
Andrew McMillan
5f4b40a643
One more fix for timezone database changes.
2011-09-18 17:03:37 +12:00
Andrew McMillan
f9ad324ba1
Adjustments to timezones representation in the database to support timezone protocol.
2011-09-17 23:40:04 +12:00