[commits] Horde branch master updated. 1089d0d449b247efdc390746dc933beeb8258310

Jan Schneider jan at horde.org
Thu Jan 2 12:57:36 UTC 2014


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

from: 855d24fd3e3c2c5cfdb36b264a45a3cf49b10647

e9be7b7 Don't wrap with Horde_Url.
108e01e Sort by date, even on grouped time slices.
b815010 This is static. And fix timezone alias access.
58c676e Catch but log exceptions from invalid events.
be5ec4f Default to SQL storage.
229f502 [jan] Fix retrieving value lists from Horde_Session.
4b88097 Add another proxy method.
fca6af0 Fix formatting of date fields.
1089d0d Further restrict result set for time objects.

Summary: http://github.com/horde/horde/compare/855d24fd3e3c2c5cfdb36b264a45a3cf49b10647...1089d0d449b247efdc390746dc933beeb8258310

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

commit e9be7b798e4e438bccfbb3c19dcfddf4446211cd
Author: Jan Schneider <jan at horde.org>
Date:   Thu Jan 2 10:46:44 2014 +0100

    Don't wrap with Horde_Url.
    
    It's unnecessary and serializes as a hash in the cache.

 timeobjects/docs/CHANGES                  |    1 +
 timeobjects/lib/Driver/FacebookEvents.php |    2 +-
 timeobjects/package.xml                   |    2 ++
 3 files changed, 4 insertions(+), 1 deletions(-)

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

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

commit 108e01e1d28f4632fdbf1db2dd42779880099f6d
Author: Jan Schneider <jan at horde.org>
Date:   Thu Jan 2 10:47:59 2014 +0100

    Sort by date, even on grouped time slices.
    
    We probably should implement a multi-level sorting which takes the currently
    selected sort order into account, but for now this keeps the entries from being
    in random order.

 hermes/lib/Api.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/108e01e1d28f4632fdbf1db2dd42779880099f6d
http://git.horde.org/horde-git/-/commit/108e01e1d28f4632fdbf1db2dd42779880099f6d

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

commit b815010d63458cf34c79dbf53d4be8127d7a88a3
Author: Jan Schneider <jan at horde.org>
Date:   Thu Jan 2 10:53:16 2014 +0100

    This is static. And fix timezone alias access.

 framework/Date/lib/Horde/Date.php |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

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

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

commit 58c676e49dd40d902c7e4fa4130182c683a94df8
Author: Jan Schneider <jan at horde.org>
Date:   Thu Jan 2 11:03:25 2014 +0100

    Catch but log exceptions from invalid events.

 kronolith/lib/Driver/Horde.php |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/58c676e49dd40d902c7e4fa4130182c683a94df8
http://git.horde.org/horde-git/-/commit/58c676e49dd40d902c7e4fa4130182c683a94df8

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

commit be5ec4ff34b579308a72207bb7d59ce6df7772a7
Author: Jan Schneider <jan at horde.org>
Date:   Thu Jan 2 13:28:53 2014 +0100

    Default to SQL storage.

 horde/config/conf.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

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

commit 229f502fe4efd0af71f01a1d7d774bf41584af8b
Author: Jan Schneider <jan at horde.org>
Date:   Thu Jan 2 13:30:18 2014 +0100

    [jan] Fix retrieving value lists from Horde_Session.

 framework/Core/lib/Horde/Session.php |    4 ++--
 framework/Core/package.xml           |    4 +++-
 2 files changed, 5 insertions(+), 3 deletions(-)

http://github.com/horde/horde/commit/229f502fe4efd0af71f01a1d7d774bf41584af8b
http://git.horde.org/horde-git/-/commit/229f502fe4efd0af71f01a1d7d774bf41584af8b

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

commit 4b88097c0f9e87db94e328b3be649f8f7f328ed4
Author: Jan Schneider <jan at horde.org>
Date:   Thu Jan 2 13:32:32 2014 +0100

    Add another proxy method.
    
    Fixes using the optimized timeobject listing in shared sql backends.

 turba/lib/Driver/Share.php |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

http://github.com/horde/horde/commit/4b88097c0f9e87db94e328b3be649f8f7f328ed4
http://git.horde.org/horde-git/-/commit/4b88097c0f9e87db94e328b3be649f8f7f328ed4

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

commit fca6af08eccc671ecc79000e55e6a87c8bda02cd
Author: Jan Schneider <jan at horde.org>
Date:   Thu Jan 2 13:33:20 2014 +0100

    Fix formatting of date fields.

 turba/lib/Driver/Sql.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

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

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

commit 1089d0d449b247efdc390746dc933beeb8258310
Author: Jan Schneider <jan at horde.org>
Date:   Thu Jan 2 13:33:51 2014 +0100

    Further restrict result set for time objects.

 turba/lib/Driver/Sql.php |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

http://github.com/horde/horde/commit/1089d0d449b247efdc390746dc933beeb8258310
http://git.horde.org/horde-git/-/commit/1089d0d449b247efdc390746dc933beeb8258310




More information about the commits mailing list