6.0.0-alpha12
6/8/25

[#3366] Address book in free/busy not sorted
Summary Address book in free/busy not sorted
Queue Kronolith
Queue Version HEAD
Type Bug
State Resolved
Priority 2. Medium
Owners
Requester hackeron (at) gmail (dot) com
Created 01/30/2006 (7069 days ago)
Due
Updated 02/03/2006 (7065 days ago)
Assigned 02/02/2006 (7066 days ago)
Resolved 02/03/2006 (7065 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
02/03/2006 11:05:31 AM Jan Schneider Comment #7
State ⇒ Resolved
Reply to this comment
No, I fixed that yesterday, but forgot to close this ticket.
02/03/2006 10:58:30 AM hackeron (at) gmail (dot) com Comment #6 Reply to this comment
Tried  the same on CVS head and it all worked on there so I guess a 
bug in RC1 or I misconfigured something. Feel free to close bug as 
invalid.
02/02/2006 01:34:00 PM hackeron (at) gmail (dot) com Comment #5 Reply to this comment
I've wiped all the prefs from the database for myself to test if the 
defaults sort  like I would like them to.
02/02/2006 10:58:36 AM Chuck Hagenbuch Comment #4 Reply to this comment
But what is the value for _you_ (in the database)?
02/02/2006 10:56:55 AM hackeron (at) gmail (dot) com Comment #3 Reply to this comment
I have the following set which sorts the main addressbook by firstname 
(default is by family name).



// the format to display names.  Either 'last_first' or 'first_last'

$_prefs['name_format'] = array(

     'value' => 'first_last',

     'locked' => false,

     'shared' => false,

     'type' => 'enum',

     'desc' => _("Select the format used to display names:"),

     'enum' => array('last_first' => _("\"Lastname, Firstname\" (ie. 
Doe, John)"),

                     'first_last' => _("\"Firstname Lastname\"  (ie. 
John Doe)"),

                     'none' => _("no formatting"))

);



// user preferred sorting column

// zero based int representing the column number to sort by

$_prefs['sortby'] = array(

     'value' => 1,

     'locked' => false,

     'shared' => false,

     'type' => 'implicit'

);



// user preferred sorting direction

$_prefs['sortdir'] = array(

     'value' => 0,

     'locked' => false,

     'shared' => false,

     'type' => 'enum',

     'enum' => array(0 => _("Ascending"),

                     1 => _("Descending")),

     'desc' => _("Default sorting direction:")

);
02/02/2006 09:28:00 AM Chuck Hagenbuch Comment #2
State ⇒ Feedback
Reply to this comment
Works fine for me. What options are set for sorting in Turba?
01/30/2006 12:15:20 PM hackeron (at) gmail (dot) com Comment #1
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Address book in free/busy not sorted
Queue ⇒ Kronolith
Reply to this comment
Quite an annoying bug, when I view my Turba addressbook, its all 
nicely sorted by name, if I view it from free/busy - the sorting is 
lost and the person is practically impossible to find without typing 
their name in search.

Saved Queries