~aw/ubuntu/lucid/davical/trunk

« back to all changes in this revision

Viewing changes to config/example-config.php

  • Committer: Bazaar Package Importer
  • Author(s): Andrew McMillan
  • Date: 2009-04-11 00:08:31 UTC
  • Revision ID: james.westby@ubuntu.com-20090411000831-zc97ye8hni3ozfzm
Tags: 0.9.6.3
* General bug fixing.
* Added Italian locale from Alessandro De Zorzi
* Adjust timezone handling in regression testing (Markus Warg).
* Many fixes to caldav-client from Michael Rasmussen.
* Update caldav-client to use direct socket IO from Andres Obrero.
* Added dummy handler for POST CANCEL events for iCal compatibilty (Wolfgang Herget).
* Support usernames with spaces or punctuation.
* Correct errors in handling confidential events.
* Improved response to GET for calendar with a single event.
* Documentation corrections.
* Remove the misguided hide_todo configuration option.
* Fix a bug in hiding alarms.
* Deprecate 'collections_always_exist' config option and restrict it's scope.
* Updated French translation.
* Updated relational integrity constraints.
* Fix database versioning.

Show diffs side-by-side

added added

removed removed

Lines of Context:
102
102
* creation of calendar collections.
103
103
* Default: true
104
104
*/
105
 
// $c->collections_always_exist = true;
 
105
$c->collections_always_exist = false;
106
106
 
107
107
/**
108
108
* The name of a user's "home" calendar. This will be created for each
285
285
// $c->local_tzid;
286
286
 
287
287
/**
288
 
* default is false
289
 
* If true, then events requested from someone other than the admmin or owner
290
 
* of a calendar will not get any alarm for it.  Most client software also
291
 
* allows you to configure calendar by calendar which ones allow alarms, which
292
 
* is better really, but if you aren't using such software you might want
293
 
* to set this to true.
294
 
*
295
 
* You should be aware that there are potentially problems when someone without
296
 
* full access modifies an event, in which case any alarms will be lost!  It really
297
 
* *is* better if you can control this client-side, in so many ways...
298
 
*
299
 
* @todo remove this capability when client software is more generally smarter.
300
 
*/
301
 
// $c->hide_alarm = false;
302
 
 
303
 
/**
304
288
* Many people want this, but it may be a security issue for you, so it is
305
289
* disabled by default.  If you enable it, then confidential / private events
306
290
* will be visible to the 'organizer' or 'attendee' lists.  The reason that