Summary | Date format setting works only partial |
Queue | Horde Groupware |
Queue Version | 5.2.12 |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | mrubinsk (at) horde (dot) org |
Requester | frank (at) mclien (dot) de |
Created | 03/11/2016 (3393 days ago) |
Due | |
Updated | 10/20/2017 (2805 days ago) |
Assigned | |
Resolved | 03/11/2016 (3393 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit 29cf038b5c0fed9f4036696cf2ceb7209d6b67d3
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Fri, 11 Mar 2016 17:47:01 -0500
Bug: 14287Honor date_format prefs in Task form.M lib/Ui/VarRenderer/Nag.php
M templates/javascript_defs.php
https://github.com/horde/nag/commit/29cf038b5c0fed9f4036696cf2ceb7209d6b67d3
From the users perspective: If I set a date format in the UI I expect
to get that date format in any place I "see" a date. Especially after
the (in the task list) it was changed from following the locale to
following the user picked format, which is more logical to me.
What is the use of being able to choose a date format, when I can't do
it in any place? Or have to to it in 2 different ways?(and don't have
the free choice of language any more)
very specificly pointed out) that teh date picker for appointments
in the calendar also uses the date of the locale.
Is it correct to put it here or do I open a new ticket and point to this one?
very specificly pointed out) that teh date picker for appointments in
the calendar also uses the date of the locale.
Is it correct to put it here or do I open a new ticket and point to this one?
Assigned to Michael Rubinsky
State ⇒ Resolved
commit 585fe568c72f03d9f790e5b901f53253eb606c19
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Fri Mar 11 17:15:57 2016 -0500
Bug: 14287Honor date_format prefs in Task form.nag/lib/Ui/VarRenderer/Nag.php | 4 ++--
nag/templates/javascript_defs.php | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
http://github.com/horde/horde/commit/585fe568c72f03d9f790e5b901f53253eb606c19
commit d2969054b8333d907358fd39b645829c1ce760e8
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Fri Mar 11 17:15:57 2016 -0500
Bug: 14287Honor date_format prefs in Task form.nag/lib/Ui/VarRenderer/Nag.php | 4 ++--
nag/templates/javascript_defs.php | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
http://github.com/horde/horde/commit/d2969054b8333d907358fd39b645829c1ce760e8
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Date format setting works only partial
Queue ⇒ Horde Groupware
Milestone ⇒
Patch ⇒ No
New Attachment: horde_date.png
State ⇒ Unconfirmed
the the choosen date and time format inside calendar and task-events
(see screenshot).
At least, if you leave the setting "preferred language" at default
(English(American)). My guess is the "preferred language" is in fact a
locale setting internally, which makes the date follow this instead of
the choosen settings of date/time.
Setting "preferred language" to german in this example sets the date
"correctly" (but I guess only bcause the individual and the german
settings match in this case).
So using an english interface with german time/date format is not
possible with 5.2.12.