[commits] Horde branch master updated. bc85e5fa994e654ec90dc9ed72cf3f229fc2d9d6

Michael J. Rubinsky mrubinsk at horde.org
Thu May 14 18:10:07 UTC 2015


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

from: 6e75803383e02911eaf418b9f16e0a3ea98cd1eb

8903762 Fix share attribute name collision.
034a8e2 Add migration for "fixing" the type field name.
af24a52 Update filelist.
f32277b phpdoc
8741996 Pass parameters to the decorated object.
432a0f9 Remove commented out code.
fdd1f0d Actually use the logging decorator, if available.
acfcd08 Inject a logger for more atomic logging.
870184c Pass through methods we don't implement in the decorator.
bc85e5f Better way of setting the logger for more detailed logging.

Summary: http://github.com/horde/horde/compare/6e75803383e02911eaf418b9f16e0a3ea98cd1eb...bc85e5fa994e654ec90dc9ed72cf3f229fc2d9d6

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

commit 8903762c234005e42205647dec92dba540ee1f56
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed May 13 23:25:47 2015 -0400

    Fix share attribute name collision.
    
    The 'type' parameter used to differentiate "personal" vs "resource"
    calendar shares was colliding with the Kolab 'type' annotation.
    
    Hours of my life I'll never get back...

 kronolith/lib/Calendar/Internal.php                            |    2 +-
 kronolith/lib/Calendars/Base.php                               |    1 +
 kronolith/lib/Driver/Resource.php                              |    4 +-
 kronolith/lib/Kronolith.php                                    |    1 +
 kronolith/lib/Resource.php                                     |    2 +-
 kronolith/lib/Shares.php                                       |   10 ++++----
 kronolith/migration/24_kronolith_upgrade_resourcestoshares.php |    4 +-
 7 files changed, 13 insertions(+), 11 deletions(-)

http://github.com/horde/horde/commit/8903762c234005e42205647dec92dba540ee1f56

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

commit 034a8e2eedcc80296c5fe2fb7d4c523586895be5
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed May 13 23:28:02 2015 -0400

    Add migration for "fixing" the type field name.

 kronolith/migration/25_kronolith_upgrade_typeToCalendarType.php |   44 +++++++
 1 files changed, 44 insertions(+), 0 deletions(-)
 create mode 100644 kronolith/migration/25_kronolith_upgrade_typeToCalendarType.php

http://github.com/horde/horde/commit/034a8e2eedcc80296c5fe2fb7d4c523586895be5

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

commit af24a525dbd560d9e49f76e2955a0c880c8ee5d9
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed May 13 23:33:07 2015 -0400

    Update filelist.

 kronolith/package.xml |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

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

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

commit f32277b06ace9aa8a22ef0d7121c28b37025d4c2
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu May 14 09:37:17 2015 -0400

    phpdoc

 .../lib/Horde/Kolab/Storage/Data/Query/History/Cache.php          |    6 ++++-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Query.php         |    6 ++++-
 2 files changed, 10 insertions(+), 2 deletions(-)

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

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

commit 8741996681f380cfbd74c16e06869882bc0dde45
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu May 14 10:22:06 2015 -0400

    Pass parameters to the decorated object.

 .../Kolab_Storage/lib/Horde/Kolab/Storage/Data/Decorator/Log.php  |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/8741996681f380cfbd74c16e06869882bc0dde45

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

commit 432a0f9047da82b7817ea0442de4f4456b14b815
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu May 14 13:23:07 2015 -0400

    Remove commented out code.

 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Factory.php |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

http://github.com/horde/horde/commit/432a0f9047da82b7817ea0442de4f4456b14b815

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

commit fdd1f0dc2def087285a0e5d44ba0a4e32318d08d
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu May 14 13:37:04 2015 -0400

    Actually use the logging decorator, if available.

 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Base.php          |    6 ++--
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Cached.php        |    9 ++++-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Data/Cached.php   |    7 ++++
 .../Kolab_Storage/lib/Horde/Kolab/Storage/Data/Decorator/Log.php  |    2 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Uncached.php      |    9 ++++-
 5 files changed, 27 insertions(+), 6 deletions(-)

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

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

commit acfcd0887ba0fa00da37ec348a96b501205de37a
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu May 14 13:39:37 2015 -0400

    Inject a logger for more atomic logging.

 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Data/Cached.php   |   54 ++++-
 .../Kolab_Storage/lib/Horde/Kolab/Storage/Data/Decorator/Log.php  |    7 +-
 .../lib/Horde/Kolab/Storage/Data/Query/History/Base.php           |    4 +-
 3 files changed, 62 insertions(+), 3 deletions(-)

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

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

commit 870184c166b25f710432a5f13b7132fd215cf580
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu May 14 13:51:47 2015 -0400

    Pass through methods we don't implement in the decorator.

 .../Kolab_Storage/lib/Horde/Kolab/Storage/Data/Decorator/Log.php  |   10 +++++
 1 files changed, 10 insertions(+), 0 deletions(-)

http://github.com/horde/horde/commit/870184c166b25f710432a5f13b7132fd215cf580

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

commit bc85e5fa994e654ec90dc9ed72cf3f229fc2d9d6
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu May 14 14:05:19 2015 -0400

    Better way of setting the logger for more detailed logging.

 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Data/Base.php     |   12 +++++
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Data/Cached.php   |   11 +---
 .../Kolab_Storage/lib/Horde/Kolab/Storage/Data/Decorator/Log.php  |    1 +
 3 files changed, 15 insertions(+), 9 deletions(-)

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




More information about the commits mailing list