[Tickets #3046] Move permissions data to its own table
bugs@bugs.horde.org
bugs at bugs.horde.org
Mon Nov 28 09:24:34 PST 2005
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=3046
-----------------------------------------------------------------------
Ticket | 3046
Updated By | Jan Schneider <jan at horde.org>
Summary | Move permissions data to its own table
Queue | Horde Framework Packages
Version | FRAMEWORK_3
State | Feedback
Priority | 3. High
Type | Enhancement
Owners |
-----------------------------------------------------------------------
Jan Schneider <jan at horde.org> (2005-11-28 09:24) wrote:
> If each type of shares had its
> own table (horde.shares.nag, horde.shares.kronolith), it would not
> have to do the left join and generate a temporary table each time,
> and it would probably better use the indexes.
That should be possible already. Try adding lines (and the according tables)
like this to the applications' conf.php files:
$conf['datatree']['params']['table'] = 'horde_datatree_nag';
$conf['datatree']['params']['table_attributes'] =
'horde_datatree_attributes_nag';
More information about the bugs
mailing list