6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
1/7/26
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#5825] Efficiency enhancements from Kronolith to Turba
*
Your Email Address
*
Spam protection
Enter the letters below:
.._. __..__ __ | | (__ [__)/ ` \__|_|_.__)| \\__.
Comment
> 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.
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers