[Tickets #5825] Re: Efficiency enhancements from Kronolith to Turba
bugs at bugs.horde.org
bugs at bugs.horde.org
Sun Nov 25 22:18:56 UTC 2007
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://dev.horde.org/horde/whups/ticket/?id=5825
-----------------------------------------------------------------------
Ticket | 5825
Updated By | daviskingdom at gmail.com
Summary | Efficiency enhancements from Kronolith to Turba
Queue | Turba
Version | HEAD
Type | Enhancement
State | Resolved
Priority | 1. Low
Owners | Michael Rubinsky
-----------------------------------------------------------------------
daviskingdom at gmail.com (2007-11-25 14:18) wrote:
I did find a difference but it doesn't seem relevant:
On 11.18 the turba/config/attributes.php had this for the birthday
attribute:
$attributes['birthday'] = array(
'label' => _("Birthday"),
'type' => 'monthdayyear',
'params' => array(1900, null, true, '%Y-%m-%d'),
'required' => false,
);
while the 11.24 had this:
$attributes['birthday'] = array(
'label' => _("Birthday"),
'type' => 'monthdayyear',
'required' => false,
'params' => array('start_year' => 1900, 'end_year' => null, 'picker'
=> true, 'format_in' => '%Y-%m-%d', 'format_out' => '%x')
);
format out is the more significant difference. Could it be important?
The entire attributes.php and sources.php underwent a decent amount of
changes between this time so that may be something for someone with more
experience with the Horde system to examine as well.
More information about the bugs
mailing list