543 Commits

Author SHA1 Message Date
Andrew McMillan
44517db368 Updated french translation. 2007-03-09 09:24:48 +13:00
Andrew McMillan
76f64d863d Improved layout and comments. 2007-03-08 11:26:25 +13:00
Andrew McMillan
51b45e71c8 Fix bug identified by PHP5. 2007-03-08 11:02:02 +13:00
Andrew McMillan
7ec3ae5d93 Session needs to be global here. 2007-03-08 09:18:36 +13:00
Andrew McMillan
ac49c8c278 Ensure that _some_ password is set. dd /dev/urandom seems to work quite
well, actually.
2007-03-08 08:30:28 +13:00
Andrew McMillan
48f43b18b3 Final tweaks to RRule, removing debugging and with tests that are now better. 2007-03-07 22:12:39 +13:00
Andrew McMillan
bc15ec03e6 Many fixes to the RRule handling both for correctness and PHP5. 2007-03-07 12:39:38 +13:00
Andrew McMillan
37b754f073 Lots of fixes for PHP5 and correctness. Nearly done... 2007-03-07 09:17:08 +13:00
Andrew McMillan
c86e54441f Language change. 2007-03-06 18:14:56 +13:00
Andrew McMillan
3966f9b60f Language change. 2007-03-06 18:02:52 +13:00
Andrew McMillan
8389a89ae4 Language change. 2007-03-06 18:02:30 +13:00
Andrew McMillan
7020ba31fc Language change. 2007-03-06 18:02:00 +13:00
Andrew McMillan
e98ef6a29d Language environment change. 2007-03-06 17:29:49 +13:00
Andrew McMillan
a5203098c5 Hide PRIVATE events if the person enquiring has no rights to see them. 2007-03-06 17:03:20 +13:00
Andrew McMillan
ddfbd624a7 Add handling of PRIVATE events to GET. 2007-03-06 14:59:18 +13:00
Andrew McMillan
c8bbcc1df6 Sunbird is now requesting VTODO and VEVENT correctly in REPORTs. This fixes
the handling of those cases.
2007-03-06 14:58:45 +13:00
Andrew McMillan
936bd1ad4d Test results with 204 No content in these cases. 2007-03-06 14:58:00 +13:00
Andrew McMillan
95306605e7 Some Apache installations will send an X-Pad in some circumstances, but
we should always ignore if it happens.
2007-03-05 14:40:01 +13:00
Andrew McMillan
f058968e87 Fix typo which becomes obvious when this is run under PHP5. 2007-03-05 14:39:13 +13:00
Andrew McMillan
b70ebfdaea Try and link to somewhere which is more likely to work for the users.php link. 2007-03-05 14:37:12 +13:00
Andrew McMillan
aa0a2867bc Response code for a successful PUT should be 204 No Content rather than 200 OK. 2007-03-02 11:48:36 +13:00
Andrew McMillan
811a0e660c Add meta tag for content type. 2007-02-20 10:17:41 +13:00
Andrew McMillan
7e738512f9 Add default line for PHP error reporting. 2007-02-20 10:17:16 +13:00
Andrew McMillan
b8d8dcf9d8 More preparation for release 0.7.0 2007-02-19 13:12:10 +13:00
Andrew McMillan
8610599780 Some additional files to be ignored. 2007-02-19 12:59:21 +13:00
Andrew McMillan
f18931b7c4 Releasing 0.7.0. 2007-02-19 11:16:58 +13:00
Andrew McMillan
5caf334f77 Removed this which is superseded by directly issuing GET/PUT against
collection URLs for WebDAV.
2007-02-19 11:16:14 +13:00
Andrew McMillan
99e9e3a244 Updated strings with 0.7.0 release. 2007-02-19 10:35:55 +13:00
Andrew McMillan
c22318578f Allow someone with freebusy permissions to see the hierarchy of collections
but not the items within them.
2007-02-16 11:35:24 +13:00
Andrew McMillan
5f605a36be Result of GET of collection we just added. 2007-02-13 15:48:40 +13:00
Andrew McMillan
d4c7621536 Add a test to GET the collection we just PUT. 2007-02-13 15:40:56 +13:00
Andrew McMillan
8e0dadd390 Results changes with various event changes. 2007-02-13 15:40:26 +13:00
Andrew McMillan
f32642c629 Testing of PUT an entire collection for a user. 2007-02-13 15:37:58 +13:00
Andrew McMillan
bd22de220d Apply fixed times to the period of freebusy data requested in order to
get reliable and repeatable results.
2007-02-13 14:53:10 +13:00
Andrew McMillan
f434e24dcd These really have to have an Etag in them! 2007-02-13 14:52:27 +13:00
Andrew McMillan
8e90d1af97 Some tidying of the freebusy report. Allow specification of start/finish
range on the freebusy GET query particularly to enable reliable regression
test results.
2007-02-13 14:51:54 +13:00
Andrew McMillan
f94558832e Ensure the Etag is provided for GET requests. 2007-02-13 11:38:09 +13:00
Andrew McMillan
c89d724058 Add a 'status' column to the calendar_item table which gets the STATUS property. 2007-02-13 11:37:25 +13:00
Andrew McMillan
1aaff0bb1d Set default sort order. 2007-01-11 12:59:06 +13:00
Andrew McMillan
d276b1006d A somewhat unsatisfactory hack, so that I can import a calendar from
Evolution.  It does work, but it is not the final answer.
2007-01-08 17:43:05 +13:00
Andrew McMillan
5ddf4daefa More nearly working, but not handling missing VTIMEZONE which Evolution does
not provide on export :-(
2007-01-05 15:32:24 +13:00
Andrew McMillan
5a347b629b Initial (untested) support for PUT of an entire collection. 2007-01-05 14:41:04 +13:00
Andrew McMillan
3bc5cf584b Send correct list of timezones with calendar export of collection. 2007-01-04 09:46:34 +13:00
Andrew McMillan
60f5f29ad7 Tests for whole of calendar GET. 2007-01-04 08:37:04 +13:00
Andrew McMillan
feec3a0f7a Get a whole calendar when requested against a collection. 2007-01-04 08:35:20 +13:00
Andrew McMillan
7c56e10f76 There are no situations where If-Match or If-None-Match is applied for a GET. 2007-01-04 08:08:04 +13:00
Andrew McMillan
a972fc8439 Fixed upgrade patch. 2006-12-28 17:01:51 +13:00
Andrew McMillan
d5bbd52f00 Message and logic changes. 2006-12-28 13:11:49 +13:00
Andrew McMillan
9a15ec0e15 Only indicate that it is truncated if we actually did truncate it! 2006-12-28 13:09:48 +13:00
Andrew McMillan
89bae63b1c Indicate the message has been truncated when we log it. 2006-12-28 13:08:41 +13:00