153 Commits

Author SHA1 Message Date
Andrew McMillan
945b9d501c Provide passthru on icons, images, css and js files.
In Chrome it requests the favicon (for example) very frequently
which was causing a prompt for authentication where there was a
poorly considered regex in the rewrite rules.  I think this is
a good backup to the rewrite rules to pass through on such files.
2010-02-24 12:47:55 +13:00
Andrew McMillan
2e6dca26f2 More localisable, and now able to detect the PDO pgsql drivers.
Also don't require a person to be logged in if their setup is so
screwed they can't even connect to a database...
2010-02-23 22:59:37 +13:00
Andrew McMillan
a2f2e4b342 Tweak button layout. 2010-02-23 22:59:36 +13:00
Andrew McMillan
a7316a1135 Use htmlspecialchars rather than htmlentities. 2010-02-23 22:59:36 +13:00
Andrew McMillan
cb553dbfe3 Closer to new RepeatRule. 2010-02-18 00:22:06 +13:00
Andrew McMillan
26c00618f1 setup: Try and detect whether the PDO drivers are working. 2010-02-17 23:51:55 +13:00
Andrew McMillan
e5aaa69493 Include the browse javascript for row linking. 2010-02-12 15:50:16 -08:00
Andrew McMillan
1dbc3b185b Move version display to setup.php and do basic dependency checks. 2010-01-31 16:35:08 +13:00
Andrew McMillan
caf90b4241 We don't need to reference a $action . '.js' file. 2010-01-11 22:05:05 +13:00
Andrew McMillan
9b971b26dc iCal4 wants to see 'calendar-proxy' in the DAV header. 2009-12-24 20:25:14 +13:00
Andrew McMillan
3cb5a13acd Advertise support for ACL method. 2009-12-23 23:32:35 +13:00
Andrew McMillan
ade450f765 Correct logic when processing directory of files. 2009-12-23 15:22:48 +13:00
Andrew McMillan
8a41c24e62 Tweak wording. 2009-12-21 23:23:03 +13:00
Andrew McMillan
0a529a57cb Display DAViCal version & schema wanted / actual versions. 2009-12-21 23:17:24 +13:00
Andrew McMillan
41259b7f51 Fix all of this so it refers to 0.9.8 practice. 2009-12-21 23:17:03 +13:00
Andrew McMillan
b8c946fcea Add simple placeholder pages for planned setup / upgrade activities. 2009-12-21 22:27:28 +13:00
Andrew McMillan
62e43e1be3 Rename davical.php to admin.php which is more appropriate. 2009-12-04 22:57:03 +13:00
Andrew McMillan
8160ad032a Add some page-end padding. 2009-11-27 13:14:58 +13:00
Andrew McMillan
c1fa789a44 We'll use AwlQuery in all of this. 2009-11-24 10:22:36 +13:00
Andrew McMillan
7d03b381a0 CSS tweaks. Also don't include classViewer - we'll try and do without. 2009-11-22 22:35:34 +13:00
Andrew McMillan
516dc03880 New screens for browsing/editing Principals & Collections. 2009-11-22 22:33:56 +13:00
Andrew McMillan
6c121e9782 CSS tweaks for new maintenance screens. 2009-11-22 22:32:16 +13:00
Andrew McMillan
2fa6174946 Fix replacement in multi-parameter string. 2009-11-21 20:58:16 +13:00
Andrew McMillan
5b0cf8b462 Test cases just prior to switch to new PROPFIND implementation. 2009-11-12 00:41:54 +13:00
Andrew McMillan
711cd28994 Add configuration for using new PROPFIND implementation. 2009-11-08 20:31:37 +13:00
Andrew McMillan
d5a60406bf Switch to always sending an 'Allow:' header. 2009-11-05 16:20:01 +13:00
Andrew McMillan
3df6ccc4ba Getting 'MOVE' working has proven surprisingly complex. 2009-11-04 00:17:10 +13:00
Andrew McMillan
4fada3c2c8 Testing the actuality of a usable PDO library. 2009-11-02 09:58:03 +13:00
Matthias Mohr
526d4dce6f Translatability improvements from Matthias Mohr. 2009-10-30 09:00:41 +13:00
Andrew McMillan
74ccdb910a Menu restructuring. 2009-10-27 09:34:43 +13:00
Andrew McMillan
309a1314a9 Updates to styles, including CSS menus. 2009-10-27 09:34:01 +13:00
Andrew McMillan
0b6e633b3c Update the help page to point to more useful links. 2009-10-27 09:31:02 +13:00
Andrew McMillan
35fb624260 Fix ordering. Switch " to '. 2009-10-27 09:27:46 +13:00
Andrew McMillan
77fbca07ec Fix link to user list. 2009-10-18 22:41:27 +13:00
Andrew McMillan
d14029f8bb Advertise support for extended MKCOL. 2009-10-15 23:11:40 +13:00
Andrew McMillan
2e67fd5d41 Starting to write support for RFC5689 (extended MKCOL). 2009-10-15 13:11:18 +13:00
Andrew McMillan
cf5e93c9f5 Allow freebusy query to be public for freebusy URLs at least. 2009-10-07 09:07:50 -07:00
Andrew McMillan
699b60c3d6 Example .htaccess file 2009-10-06 09:26:55 -07:00
Andrew McMillan
1cf3e9e8e1 Correct a comment which was so, so wrong. 2009-09-25 22:16:31 +12:00
Andrew McMillan
1335d2008e More tweaks to the new delete user option. 2009-09-25 14:41:32 +12:00
Andrew McMillan
8e8fc02934 Clean up the CSS a little. 2009-09-25 14:41:08 +12:00
Andrew McMillan
3c69a9fdb1 Add a 'Delete User' option and make the calendar creation code simpler. 2009-09-25 14:03:11 +12:00
Andrew McMillan
acbab43990 Minor cosmetic code changes. 2009-09-14 21:11:14 +12:00
Andrew McMillan
c1fab1b1f0 Fix browse sorting problems. 2009-08-29 15:22:46 +12:00
Andrew McMillan
97d034552d Rename RSCDSSession(.php) to DAViCalSession(.php) 2009-06-30 15:31:04 +12:00
Andrew McMillan
49795c5cbb Rename RSCDSUser (.php) to DAViCalUser (.php) 2009-06-30 15:21:14 +12:00
Andrew McMillan
a52a11df28 Attempt to redirect default iPhone PROPFIND URL to somewhere useful. 2009-06-22 10:18:39 +12:00
Andrew McMillan
dd4fc3e412 Align freebusy parameter handling with proposed standard.
Also ensure all dates/times are returned in GMT relative,
in compliance with RFC2445.
2009-06-16 22:45:44 +12:00
Andrew McMillan
ba67df4d1f More reasonable test for early 404. 2009-06-14 21:20:15 +12:00
Andrew McMillan
024223456c Revert ill-considered change. 2009-06-13 12:07:39 +12:00