[commits] Horde branch master updated. a4ec1baab10d5c810f11b9ed403bc804854a9650

Jan Schneider jan at horde.org
Fri Mar 4 14:26:10 UTC 2016


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

from: 7286e9a5148a47e4fadd99f10ae691231c5d268b

68aa3a6 Kronolith_Driver#deleteEvent() requires the object manager.
dd172cb [jan] Don't call authusername() hook on administrator names when running CLI scripts.
994094f Make clear that these are after applying authusername().
2487b67 Tweak icon position.
e743985 Make the hatch continuous again.
e234847 This works better for icon positioning.
fe7e6b7 Don't attempt to blindly flush buffer.
44c5512 Only try to get f/b information if we have the attendee email address.
572b788 Keep owner marked while navigating f/b information.
a4ec1ba This is no longer necessary.

Summary: http://github.com/horde/horde/compare/7286e9a5148a47e4fadd99f10ae691231c5d268b...a4ec1baab10d5c810f11b9ed403bc804854a9650

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

commit 68aa3a643c0afb197149df5c1cd74db4acdad256
Author: Jan Schneider <jan at horde.org>
Date:   Tue Mar 1 12:53:14 2016 +0100

    Kronolith_Driver#deleteEvent() requires the object manager.

 kronolith/test/Kronolith/Autoload.php     |    3 ++-
 kronolith/test/Kronolith/Stub/Objects.php |    8 ++++++++
 kronolith/test/Kronolith/TestCase.php     |    1 +
 3 files changed, 11 insertions(+), 1 deletions(-)
 create mode 100644 kronolith/test/Kronolith/Stub/Objects.php

http://github.com/horde/horde/commit/68aa3a643c0afb197149df5c1cd74db4acdad256

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

commit dd172cbf48a65fb89043dca8bc087496f7361b50
Author: Jan Schneider <jan at horde.org>
Date:   Mon Feb 29 18:03:51 2016 +0100

    [jan] Don't call authusername() hook on administrator names when running CLI scripts.

 framework/Core/lib/Horde/Registry.php |   13 +++++++++++--
 framework/Core/package.xml            |    2 ++
 2 files changed, 13 insertions(+), 2 deletions(-)

http://github.com/horde/horde/commit/dd172cbf48a65fb89043dca8bc087496f7361b50

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

commit 994094f00e9c90531b332be41dac17d3ca20a6d3
Author: Jan Schneider <jan at horde.org>
Date:   Mon Feb 29 18:02:40 2016 +0100

    Make clear that these are after applying authusername().

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

http://github.com/horde/horde/commit/994094f00e9c90531b332be41dac17d3ca20a6d3

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

commit 2487b67ca4c94ba632cbd7b6f175f1ab7f1e2343
Author: Jan Schneider <jan at horde.org>
Date:   Wed Mar 2 14:57:10 2016 +0100

    Tweak icon position.

 kronolith/themes/default/dynamic/screen.css |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/2487b67ca4c94ba632cbd7b6f175f1ab7f1e2343

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

commit e743985dfbaee5692c2873270e9c5a5cd86b265e
Author: Jan Schneider <jan at horde.org>
Date:   Wed Mar 2 15:03:38 2016 +0100

    Make the hatch continuous again.

 kronolith/themes/default/dynamic/screen.css |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/e743985dfbaee5692c2873270e9c5a5cd86b265e

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

commit e234847b470d0bca68c82e83ed13ca827de187d5
Author: Jan Schneider <jan at horde.org>
Date:   Wed Mar 2 15:08:08 2016 +0100

    This works better for icon positioning.

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

http://github.com/horde/horde/commit/e234847b470d0bca68c82e83ed13ca827de187d5

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

commit fe7e6b71c57adc0240e18c0448eef0a37117b6f7
Author: Jan Schneider <jan at horde.org>
Date:   Fri Mar 4 14:38:58 2016 +0100

    Don't attempt to blindly flush buffer.
    
    This may destroy output buffering e.g. in Horde_View. Only flush buffers if we are sure that content has been sent to the browser already.

 framework/Core/lib/Horde/PageOutput.php |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

http://github.com/horde/horde/commit/fe7e6b71c57adc0240e18c0448eef0a37117b6f7

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

commit 44c5512d78846b9901aab63953d9efc974155f64
Author: Jan Schneider <jan at horde.org>
Date:   Fri Mar 4 14:55:58 2016 +0100

    Only try to get f/b information if we have the attendee email address.

 kronolith/lib/Ajax/Application/Handler.php |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

http://github.com/horde/horde/commit/44c5512d78846b9901aab63953d9efc974155f64

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

commit 572b788dbad215d550f29790957c03f8d754ed42
Author: Jan Schneider <jan at horde.org>
Date:   Fri Mar 4 14:56:59 2016 +0100

    Keep owner marked while navigating f/b information.

 kronolith/js/kronolith.js |   32 ++++++++++++++++++++++++--------
 1 files changed, 24 insertions(+), 8 deletions(-)

http://github.com/horde/horde/commit/572b788dbad215d550f29790957c03f8d754ed42

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

commit a4ec1baab10d5c810f11b9ed403bc804854a9650
Author: Jan Schneider <jan at horde.org>
Date:   Fri Mar 4 15:04:10 2016 +0100

    This is no longer necessary.
    
    We have this implemented in Horde_Prefs, and it's incompatible anyway.

 framework/Core/lib/Horde/Core/Prefs/Identity.php |   18 ------------------
 kronolith/lib/Kronolith.php                      |    2 +-
 2 files changed, 1 insertions(+), 19 deletions(-)

http://github.com/horde/horde/commit/a4ec1baab10d5c810f11b9ed403bc804854a9650




More information about the commits mailing list