[commits] Horde branch master updated. f4634fd16a13943ff47488b6216dc9718e99cef5

Jan Schneider jan at horde.org
Fri Nov 22 13:17:15 UTC 2013


The branch "master" has been updated.
The following is a summary of the commits.

from: 0637d5867ea7a9b424c2928aab440d79f1a80ddd

44fd752 Unify date formats
f4634fd Use constant and don't rely on correctly set default format (Bug #12637).

Summary: http://github.com/horde/horde/compare/0637d5867ea7a9b424c2928aab440d79f1a80ddd...f4634fd16a13943ff47488b6216dc9718e99cef5

-----------------------------------------------------------------------

commit 44fd752925c9f8d2b0085ce8b2ffb53f3b6e7e48
Author: Thomas Jarosch <thomas.jarosch at intra2net.com>
Date:   Wed Aug 28 23:37:59 2013 +0200

    Unify date formats
    
    We insert dates as '2013-08-28 18:08:48' into the database
    and later on query for them like '2013-08-28T18:08:48'.
    
    This breaks for sqlite as it does not have
    a designated 'datetime' type. It compares the date
    as plain strings, which works for a unified date format only.
    
    Bug 12637
    
    Signed-off-by: Jan Schneider <jan at horde.org>

 framework/Alarm/lib/Horde/Alarm/Sql.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/44fd752925c9f8d2b0085ce8b2ffb53f3b6e7e48
http://git.horde.org/horde-git/-/commit/44fd752925c9f8d2b0085ce8b2ffb53f3b6e7e48

-----------------------------------------------------------------------

commit f4634fd16a13943ff47488b6216dc9718e99cef5
Author: Jan Schneider <jan at horde.org>
Date:   Fri Nov 22 14:17:02 2013 +0100

    Use constant and don't rely on correctly set default format (Bug #12637).

 framework/Alarm/lib/Horde/Alarm/Sql.php |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

http://github.com/horde/horde/commit/f4634fd16a13943ff47488b6216dc9718e99cef5
http://git.horde.org/horde-git/-/commit/f4634fd16a13943ff47488b6216dc9718e99cef5




More information about the commits mailing list