Summary | Different default directories for search and browse |
Queue | Turba |
Queue Version | Git master |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | kkonstan (at) duth (dot) gr |
Created | 03/28/2008 (6310 days ago) |
Due | |
Updated | 07/08/2010 (5478 days ago) |
Assigned | |
Resolved | 07/08/2010 (5478 days ago) |
Milestone | |
Patch | No |
Assigned to Michael Rubinsky
State ⇒ Resolved
Version ⇒ Git master
If default addressbook is not browsable, try one from the addressbook pref.
Bug: 6536http://git.horde.org/diff.php/turba/browse.php?rt=horde-git&r1=283b143b7ab4b1ea4097530b7889e526eafe394e&r2=840e1c7ffdb2fa6880e207de8d92bf4d6f7b77da
Priority ⇒ 1. Low
Version ⇒ HEAD
State ⇒ Accepted
like too much overhead to me. But automatically picking the first
browseable address book from the addresbooks preference if the default
address book is not browseable seems to be a good idea.
Priority ⇒ 2. Medium
Type ⇒ Enhancement
Summary ⇒ Different default directories for search and browse
Queue ⇒ Turba
Milestone ⇒
Patch ⇒ No
State ⇒ New
per-user SQL addressbook. I used the permissions system to make LDAP
read only, so adding/modifying etc only works for SQL.
If the order of the addressbooks is set like that:
$_prefs['addressbooks'] = array(
'value' => "localldap\nlocalsql",
Then browse.php gives a warning that the default addressbook is not
browsable every time I pick "Turba" from the menu or from the sidebar,
which is confusing our users. There is of course no addressbook
selection wizard, since there is only one choice; localsql. Perhaps it
should try the next on the list if the first one is not browsable
instead of returning an error?
I can change the order so that localsql is first, but then
search.php's addressbook selection wizard defaults to the first one,
which is localsql, and not localldap, the addressbook the vast
majority of the users would like to search.
Ideally, it should be tunable by prefs.php or conf.php so that both
browse.php and search.php could have a seperate default addressbook
setting (ie SQL for browse, LDAP for search).