Summary | Failed to parse time string for german "%a %x" dates |
Queue | Horde Framework Packages |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | michael.menge (at) zdv (dot) uni-tuebingen (dot) de |
Created | 05/02/2016 (3341 days ago) |
Due | |
Updated | 10/20/2017 (2805 days ago) |
Assigned | 05/02/2016 (3341 days ago) |
Resolved | 05/04/2016 (3339 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit bb5a36267c016bef4915dfd0e6921bfe9bfdbbc3
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Tue, 03 May 2016 12:08:45 -0400
Bug: 14348Match the format we use to generate the datetime string.M lib/Nag.php
https://github.com/horde/nag/commit/bb5a36267c016bef4915dfd0e6921bfe9bfdbbc3
commit 1ede0a4d30fa21cac0bb56eed93730f3d1a415df
Author: Moritz Venn <ritzmo@php.net>
Date: Thu Apr 16 15:10:51 2009 +0000
implement fr#14348: allow width/height for images
git-svn-id:
https://svn.php.net/repository/pear/packages/Text_Wiki/trunk@278841
c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Parse/Mediawiki/Wikilink.php | 38
+++++++++++++++++++++-------------
1 file changed, 24 insertions(+), 14 deletions(-)
http://github.com/horde/horde/commit/1ede0a4d30fa21cac0bb56eed93730f3d1a415df
Assigned to Michael Rubinsky
Bug: 14303by the date picker
is not the expected format of the parser. But we use Nag 4.2.9 which
includes the fix for
Bug 14303.So either the fix introduced a problem in some cases, or it didn't fix
it for all cases
Atm i don't have a test system to test if the problem was present in
Nag 4.2.8 or not.
I am fine with merging with, and reopening
bug 14303.
State ⇒ Feedback
Bug: 14303State ⇒ Unconfirmed
Patch ⇒ No
Milestone ⇒
Queue ⇒ Horde Framework Packages
Summary ⇒ Failed to parse time string for german "%a %x" dates
Type ⇒ Bug
Priority ⇒ 1. Low
If a user selects "date_format_mini" = "%a %x" and "language" =
"de_DE" in horde_prefs
and ties to create a new task with due date, the automatic inserted
due date, and dates selected
with the icon use the "%a %x" format, but Horde_Date fails to parse
e.g. "Sa 30.04.2016 11:49"
with "Failed to parse time string".
EMERG: HORDE [nag] Zeitformat (Sa 30.04.2016 11:49) nicht erkannt [pid
12024 on line 394 of "/usr/share/pear/Horde/Date.php"]
Selecting "date_format_mini" = "%x", or Changing the language to
"en_US" or removing the "Sa "
from the due date, enables Horde_Date to parse the date.
Creating an new event Kronolith uses "%x" even if "%x %a" is selectet
as date_format_mini
nag 4.2.9
Horde_Date 2.3.0
horde 5.2.10
kronolith 4.2.16