300 Commits

Author SHA1 Message Date
Andrew McMillan
7a4e8b7ec1 Ignore the wiki properly 2006-12-06 00:22:00 +13:00
Andrew McMillan
6c2f1846ec Pre-process the PHPdoc initialisation to make it more workable in another
build location.
2006-12-05 22:29:48 +13:00
Andrew McMillan
70372992cb The GET header should be plain text/calendar and not include a charset or
Evolution will break.
2006-12-05 15:15:46 +13:00
Andrew McMillan
9eff8f92ae As a basic checkpoint we are now creating a lock for a resource. 2006-12-05 00:51:41 +13:00
Andrew McMillan
0d66c9d9b7 More functions to support locking and lock discovery. 2006-12-04 15:57:06 +13:00
Andrew McMillan
83e6f20e86 Consistency of XML response is probably a good idea. 2006-12-04 13:30:21 +13:00
Andrew McMillan
77066997af Add an IsCollection() test to the request. 2006-12-04 12:56:02 +13:00
Andrew McMillan
22ffc3c36b OPTIONS now returns LOCK / UNLOCK as available methods since we're developing that. 2006-12-04 11:34:45 +13:00
Andrew McMillan
e4f10270b7 Use defined canonicalisation base URL. 2006-12-04 11:34:03 +13:00
Andrew McMillan
becfa15926 Starting work on LOCK. 2006-12-04 10:14:43 +13:00
Andrew McMillan
0fb5ba19f4 A first test case for LOCK 2006-12-04 10:14:10 +13:00
Andrew McMillan
b33e639f8c Allow BEGINDATA and ENDDATA to wrap data inside the test file. 2006-12-04 10:13:33 +13:00
Andrew McMillan
87bcd73eb9 Ignore another specification downloaded for development use. 2006-12-04 10:13:02 +13:00
Andrew McMillan
4415a25335 More evolution of what the 'locks' table will look like. 2006-12-04 10:12:22 +13:00
Andrew McMillan
e996032425 Don't include the Wiki! 2006-12-03 23:58:26 +13:00
Andrew McMillan
3195983c01 We need to have both a 'timeout' field and a 'start' field, since the
counter gets reset (potentially).
2006-12-03 23:36:52 +13:00
Andrew McMillan
ef52ef8a22 We're going to start writing stuff in this pretty soon... 2006-12-03 23:32:25 +13:00
Andrew McMillan
0091ee568b Take more notice of the headers we receive, especially ones that apply to
LOCK, UNLOCK.
2006-12-03 23:32:00 +13:00
Andrew McMillan
209bb99584 Since we're going to support the LOCK/UNLOCK methods we begin by pretending. 2006-12-03 23:15:30 +13:00
Andrew McMillan
ba92bbed18 Correct some field types. 2006-12-03 23:14:29 +13:00
Andrew McMillan
23b00adb22 First cut adding DB support for locks. 2006-12-03 23:09:56 +13:00
Andrew McMillan
d1da6c2efb New release. 2006-12-03 18:55:36 +13:00
Andrew McMillan
22eeabcdd2 Work without register_globals. 2006-12-03 17:58:35 +13:00
Andrew McMillan
8d9099b076 More E_NOTICE fixing. 2006-12-03 17:21:46 +13:00
Andrew McMillan
1c16a45e3a Remove another E_NOTICE warning. 2006-12-03 17:05:31 +13:00
Andrew McMillan
9322e84ac6 Updated results following last fix. 2006-12-02 11:57:52 +13:00
Andrew McMillan
bd6bee3744 Correct reference to displayname field. 2006-12-02 11:56:39 +13:00
Andrew McMillan
28f4c87e36 One last variable name changed... 2006-12-02 11:54:55 +13:00
Andrew McMillan
c333daad88 One last variable referenced with the old name. 2006-12-02 11:53:26 +13:00
Andrew McMillan
40579515ee Assign, not append, to variable. 2006-12-02 11:53:06 +13:00
Andrew McMillan
f5fe854d9f Fix variable missing $. 2006-12-02 11:48:34 +13:00
Andrew McMillan
e9231ad8a9 Remove some E_NOTICE warnings. 2006-12-02 11:44:04 +13:00
Andrew McMillan
aed8875443 Remove some E_NOTICE warnings. 2006-12-02 11:43:36 +13:00
Andrew McMillan
236d7d0a80 Corrected missing msgstr. 2006-12-02 11:42:39 +13:00
Andrew McMillan
33b75cc3cc Now with Server, X-Powered-By and X-RSCDS-Version headers stripped. 2006-12-02 11:34:21 +13:00
Andrew McMillan
0b77ca002f Allow a forced 'yes' to all. 2006-12-02 11:33:03 +13:00
Andrew McMillan
6f1ff7c67d Normalise the Server, X-Powered-By and X-RSCDS-Version headers. 2006-12-02 11:32:46 +13:00
Andrew McMillan
974925b76f Added nl_NL locale. 2006-12-02 11:26:57 +13:00
Andrew McMillan
1316f2998b Initial Dutch translation by Eelco Maljaars 2006-12-02 09:15:46 +13:00
Andrew McMillan
d3c4cc7f74 What a difference a 'y' makes! The DAV spec calls for 'infinite' rather
than 'infinity'.
2006-12-02 00:20:02 +13:00
Andrew McMillan
d3a71cd234 Return an honest set of OPTIONS in the normal case, and allow us to override
so we can see if clients will try and use the ones we don't support.
2006-12-02 00:08:42 +13:00
Andrew McMillan
3459bff7df We don't need to loop 100 times to see there is a problem. And when we do
we should describe it better as well.
2006-12-01 23:32:55 +13:00
Andrew McMillan
2649b28ed4 Test with Mozilla REPORT after we have entries from other calendars. 2006-12-01 10:23:23 +13:00
Andrew McMillan
786bc35c96 Chandler was sending a rule containing only FREQ=MONTHLY which caused
problems with the REPORT that Mozilla Calendar requests.  This fixes
that, and a number of other strange situations that could occur.
2006-12-01 10:20:11 +13:00
Andrew McMillan
9c8364d296 Synchronise with current code, so we can encourage updated translations. Note
that these files are now starting to extend coverage into the server element
of the application.
2006-12-01 00:03:46 +13:00
Andrew McMillan
1b8d5b7d15 Fix locale handling in subdirectory operation. 2006-11-30 22:07:50 +13:00
Andrew McMillan
b807490bc5 Allow clickthrough to GET .ics events from the collection in the Admin screen. 2006-11-30 21:48:26 +13:00
Andrew McMillan
efa5b31a39 More removal of the personal pronoun. 2006-11-30 20:52:04 +13:00
Andrew McMillan
40269c999c Go for the royal 'we' here, since this won't always be a one-person project. 2006-11-30 20:46:31 +13:00
Andrew McMillan
70ddd785f2 We no longer need register_globals or the RSCDS inc/ directory in our
virtual host definition.
2006-11-30 18:41:23 +13:00