[commits] Horde branch master updated. f2a47b0bc014653df4674a676dc44902b4365dc4

Jan Schneider jan at horde.org
Tue Mar 18 21:58:21 UTC 2014


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

from: c5743be34d4d9ef90b558c645cf09dd594850e51

a4bdac7 Fix license.
4c8ed90 [jan] Fix printing of structured fatal error details.
5c77a0f Move resource/folder listing to base class.
26faf7f Add classes for interfacing to events/calendar store.
9870f48 Fix display of event tooltips in year view (Bug #13057).
3f4e71b Make fromHash() more complete.
3b76f6d Add new shares to the ALL_CALENDARS list too.
f2a47b0 [jan] Add script to import events from Open-Xchange.

Summary: http://github.com/horde/horde/compare/c5743be34d4d9ef90b558c645cf09dd594850e51...f2a47b0bc014653df4674a676dc44902b4365dc4

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

commit a4bdac791800e4e1d5ca2cdd7c2413f9f2c1ace1
Author: Jan Schneider <jan at horde.org>
Date:   Tue Mar 18 11:07:59 2014 +0100

    Fix license.

 kronolith/bin/kronolith-agenda |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

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

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

commit 4c8ed9007abb8ffa6849961c5563287f74c27255
Author: Jan Schneider <jan at horde.org>
Date:   Tue Mar 18 22:46:59 2014 +0100

    [jan] Fix printing of structured fatal error details.

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

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

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

commit 5c77a0f3abfb1a883a8320c8301abbd94cca11d8
Author: Jan Schneider <jan at horde.org>
Date:   Tue Mar 18 22:49:26 2014 +0100

    Move resource/folder listing to base class.

 framework/OpenXchange/lib/Horde/OpenXchange/Base.php     |  104 ++++++++++++++
 framework/OpenXchange/lib/Horde/OpenXchange/Contacts.php |   97 +------------
 turba/bin/turba-import-openxchange                       |    6 +-
 3 files changed, 110 insertions(+), 97 deletions(-)

http://github.com/horde/horde/commit/5c77a0f3abfb1a883a8320c8301abbd94cca11d8
http://git.horde.org/horde-git/-/commit/5c77a0f3abfb1a883a8320c8301abbd94cca11d8

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

commit 26faf7f327ae6bcf68dadf7c5405deb3aeadfb7c
Author: Jan Schneider <jan at horde.org>
Date:   Tue Mar 18 22:51:00 2014 +0100

    Add classes for interfacing to events/calendar store.

 framework/OpenXchange/lib/Horde/OpenXchange/Events.php         |   87 +++++
 framework/OpenXchange/lib/Horde/OpenXchange/EventsAndTasks.php |  128 ++++++++
 framework/OpenXchange/package.xml                              |    8 +-
 3 files changed, 221 insertions(+), 2 deletions(-)
 create mode 100644 framework/OpenXchange/lib/Horde/OpenXchange/Events.php
 create mode 100644 framework/OpenXchange/lib/Horde/OpenXchange/EventsAndTasks.php

http://github.com/horde/horde/commit/26faf7f327ae6bcf68dadf7c5405deb3aeadfb7c
http://git.horde.org/horde-git/-/commit/26faf7f327ae6bcf68dadf7c5405deb3aeadfb7c

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

commit 9870f4877f933b1ffb6eab87d85de1e4d6ef0271
Author: Jan Schneider <jan at horde.org>
Date:   Tue Mar 18 22:53:15 2014 +0100

    Fix display of event tooltips in year view (Bug #13057).
    
    Still needs some CSS tweaking for the current day highlighting.

 kronolith/js/kronolith.js                   |   12 +++++++-----
 kronolith/themes/default/dynamic/screen.css |   14 +++++++-------
 kronolith/themes/default/screen.css         |    6 ++++--
 3 files changed, 18 insertions(+), 14 deletions(-)

http://github.com/horde/horde/commit/9870f4877f933b1ffb6eab87d85de1e4d6ef0271
http://git.horde.org/horde-git/-/commit/9870f4877f933b1ffb6eab87d85de1e4d6ef0271

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

commit 3f4e71b7034af124f0e200c46b310181e636ea76
Author: Jan Schneider <jan at horde.org>
Date:   Tue Mar 18 22:54:44 2014 +0100

    Make fromHash() more complete.

 kronolith/lib/Event.php |  125 +++++++++++++++++++++++++++++++++++------------
 1 files changed, 94 insertions(+), 31 deletions(-)

http://github.com/horde/horde/commit/3f4e71b7034af124f0e200c46b310181e636ea76
http://git.horde.org/horde-git/-/commit/3f4e71b7034af124f0e200c46b310181e636ea76

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

commit 3b76f6d5a0b757608508741b8a287680c1a89f09
Author: Jan Schneider <jan at horde.org>
Date:   Tue Mar 18 22:55:18 2014 +0100

    Add new shares to the ALL_CALENDARS list too.

 kronolith/lib/Kronolith.php |   26 ++++++++++++++++++++------
 1 files changed, 20 insertions(+), 6 deletions(-)

http://github.com/horde/horde/commit/3b76f6d5a0b757608508741b8a287680c1a89f09
http://git.horde.org/horde-git/-/commit/3b76f6d5a0b757608508741b8a287680c1a89f09

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

commit f2a47b0bc014653df4674a676dc44902b4365dc4
Author: Jan Schneider <jan at horde.org>
Date:   Tue Mar 18 22:56:26 2014 +0100

    [jan] Add script to import events from Open-Xchange.

 kronolith/bin/kronolith-import-openxchange |  244 ++++++++++++++++++++++++++++
 kronolith/docs/CHANGES                     |    1 +
 kronolith/package.xml                      |   10 +-
 3 files changed, 252 insertions(+), 3 deletions(-)
 create mode 100755 kronolith/bin/kronolith-import-openxchange

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




More information about the commits mailing list