6.0.0-alpha12
6/8/25

[#3950] 'null' datatree driver
Summary 'null' datatree driver
Queue Kronolith
Queue Version HEAD
Type Bug
State Resolved
Priority 1. Low
Owners
Requester adrieder (at) sbox (dot) tugraz (dot) at
Created 05/18/2006 (6961 days ago)
Due
Updated 05/18/2006 (6961 days ago)
Assigned
Resolved 05/18/2006 (6961 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
05/18/2006 08:55:49 PM Jan Schneider Comment #4 Reply to this comment
So "locked" has to be "false". Is that intended? Or do I miss something?
More or less. If you use the null driver, you can't create new 
calendars anyway, so  there's no need to lock the preference.
05/18/2006 05:47:40 PM adrieder (at) sbox (dot) tugraz (dot) at Comment #3 Reply to this comment
Already fixed in CVS.
But for that I have to allow users to have multiple calendars, at 
least in my case it only works if I set the following in 
kronolith/config/prefs.php



// default calendar

// Set locked to true if you don't want users to have multiple calendars.

$_prefs['default_share'] = array(

     'value' => Auth::getAuth() ? Auth::getAuth() : 0,

     'locked' => false,

     'shared' => false,

     'type' => 'implicit',

);



So "locked" has to be "false". Is that intended? Or do I miss something?
05/18/2006 05:08:11 PM Jan Schneider Comment #2
State ⇒ Resolved
Reply to this comment
Already fixed in CVS.
05/18/2006 04:40:59 PM adrieder (at) sbox (dot) tugraz (dot) at Comment #1
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ 'null' datatree driver
Queue ⇒ Kronolith
Reply to this comment
It is not possible to add new events if the datatree diver in horde is 
set to 'null'

Saved Queries