Summary | user preferences 'report_time_format' expansion |
Queue | Whups |
Queue Version | 1.0 |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | chuck (at) horde (dot) org |
Requester | b5b5b5b5 (at) centrum (dot) sk |
Created | 12/20/2008 (6041 days ago) |
Due | |
Updated | 12/31/2008 (6030 days ago) |
Assigned | |
Resolved | 12/20/2008 (6041 days ago) |
Milestone | next one |
Patch | No |
New Attachment: prefs.php[1].dist
after some time i've realized, that the previously used YEAR format
'YY' can be sometimes too short, and confusing.
so i've made small update to the whup's - prefs.php.dist (file
attached) , where i've extended the year format to YYYY.
so now you can find there date/year options: YY and YYYY
Assigned to Chuck Hagenbuch
Patch ⇒ No
State ⇒ Resolved
http://cvs.horde.org/diff.php/whups/config/prefs.php.dist?r1=1.29&r2=1.30&ty=u
http://cvs.horde.org/diff.php/whups/docs/CHANGES?r1=1.224&r2=1.225&ty=u
Priority ⇒ 1. Low
New Attachment: prefs.php.dist
Patch ⇒ Yes
Milestone ⇒ next one
Summary ⇒ user preferences 'report_time_format' expansion
Type ⇒ Enhancement
State ⇒ New
Queue ⇒ Whups
few new options for the Whups prefs.php (prefs.php.dist - file
attached) in the 'report_time_format' setting:
'%d/%m/%y' => _("DD/MM/YY"),
'%d/%m/%y %H:%M:%S' => _("DD/MM/YY HH:MM:SS"),
'%y/%m/%d' => _("YY/MM/DD"),
'%y/%m/%d %H:%M:%S' => _("YY/MM/DD HH:MM:SS"),
It would be nice if this could be inserted into the future sources/versions.
btw. because i'm not a PHP programmer, therefore I don't know if there
aren't any other steps/modifications necessary for no-problem running.
I'm just starting with Horde and it's modules like Whups, so it will
take some till i can fully test entire functions.
Best regards
Daniel