[commits] Horde branch master updated. e535d9b092dff45ec666d5ce4162bd3ff53fdaa4

Michael J. Rubinsky mrubinsk at horde.org
Fri Feb 17 05:49:23 UTC 2017


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

from: d5b93c63782157370a47f9ce93ce27f21d3d6b87

6cc9720 Use a stub instead.
f78145d Don't use private.
26f1895 Changes
17982e3 Revamp EAS logging, including the ability to log a stream directly.
4854998 Prepend the I or O as well.
150efe4 Add missing value.
279d059 phpdoc
86c9d2b Log level/format tweaking.
99943a1 Use constants.
101acd7 style
eb29c4c Use global
5f526a5 Add Factory class to ActiveSync package.
36c5095 Mark this @deprecated.
e62f79d Use Horde_ActiveSync_Log_Factory::
a599ee0 Update package.xml.
6c51fa9 phpdoc
bfdeb9b @since, phpdoc, package.xml
9dbcb15 Start prepending with the origin of the log event.
2c700dc Parse error.
a8785d0 CHANGES
e535d9b Use correct default.

Summary: http://github.com/horde/horde/compare/d5b93c63782157370a47f9ce93ce27f21d3d6b87...e535d9b092dff45ec666d5ce4162bd3ff53fdaa4

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

commit 6cc972051c718e1b3aa5b5843fc0eb43f49e6996
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Feb 15 12:38:47 2017 -0500

    Use a stub instead.

 framework/Image/lib/Horde/Image/Base.php | 15 ++++++---------
 1 file changed, 6 insertions(+), 9 deletions(-)

http://github.com/horde/horde/commit/6cc972051c718e1b3aa5b5843fc0eb43f49e6996

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

commit f78145d405576ce30fabcbbc87e28952225a8ba5
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Feb 16 13:32:14 2017 -0500

    Don't use private.
    
    This makes it impossible to extend the Horde_Log_Logger class in
    any meaningful way.

 framework/Log/lib/Horde/Log/Logger.php | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

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

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

commit 26f1895e09b0f5d59813f9b0d9561340b39482ce
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Feb 16 13:34:04 2017 -0500

    Changes

 framework/Log/package.xml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

http://github.com/horde/horde/commit/26f1895e09b0f5d59813f9b0d9561340b39482ce

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

commit 17982e36b69d76e3dd71daecad9b583fab01da47
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Feb 16 13:41:45 2017 -0500

    Revamp EAS logging, including the ability to log a stream directly.
    
    A little extra work to be BC, but worth it to be able to log a stream
    without loading it into memory first. Fixes out of memory issues while
    logging for activesync. Also improves readability.

 framework/ActiveSync/lib/Horde/ActiveSync.php      |  37 ++--
 .../lib/Horde/ActiveSync/Collections.php           | 187 +++++++++---------
 .../ActiveSync/Connector/Exporter/FolderSync.php   |   6 +-
 .../Horde/ActiveSync/Connector/Exporter/Sync.php   |  27 ++-
 .../lib/Horde/ActiveSync/Connector/Importer.php    |  20 +-
 .../lib/Horde/ActiveSync/Driver/Base.php           |   8 +-
 .../lib/Horde/ActiveSync/Driver/Mock.php           |  12 +-
 .../lib/Horde/ActiveSync/Imap/Adapter.php          |  19 +-
 .../Horde/ActiveSync/Imap/EasMessageBuilder.php    |   7 +-
 .../ActiveSync/Imap/EasMessageBuilder/Html.php     |   6 +-
 .../ActiveSync/Imap/EasMessageBuilder/Mime.php     |  16 +-
 .../ActiveSync/Imap/EasMessageBuilder/Plain.php    |   8 +-
 .../ActiveSync/Imap/EasMessageBuilder/TwoFive.php  |   7 +-
 .../lib/Horde/ActiveSync/Imap/Strategy/Initial.php |  13 +-
 .../lib/Horde/ActiveSync/Imap/Strategy/Modseq.php  |  41 ++--
 .../lib/Horde/ActiveSync/Imap/Strategy/Plain.php   |   8 +-
 .../lib/Horde/ActiveSync/Log/Formatter.php         |  50 +++++
 .../lib/Horde/ActiveSync/Log/Handler.php           |  55 ++++++
 .../ActiveSync/lib/Horde/ActiveSync/Log/Logger.php |  68 +++++++
 .../lib/Horde/ActiveSync/Log/Logger/Deprecated.php |  77 ++++++++
 .../lib/Horde/ActiveSync/Message/Base.php          |   4 +-
 .../lib/Horde/ActiveSync/Request/Base.php          |  51 +++--
 .../lib/Horde/ActiveSync/Request/FolderCreate.php  |   7 +-
 .../lib/Horde/ActiveSync/Request/FolderSync.php    |   6 +-
 .../lib/Horde/ActiveSync/Request/GetAttachment.php |  19 +-
 .../Horde/ActiveSync/Request/GetItemEstimate.php   |   8 +-
 .../Horde/ActiveSync/Request/ItemOperations.php    |  25 +--
 .../Horde/ActiveSync/Request/MeetingResponse.php   |   8 +-
 .../lib/Horde/ActiveSync/Request/MoveItems.php     |   8 +-
 .../lib/Horde/ActiveSync/Request/Ping.php          |  44 ++---
 .../lib/Horde/ActiveSync/Request/Provision.php     |   6 +-
 .../Horde/ActiveSync/Request/ResolveRecipients.php |   5 +-
 .../lib/Horde/ActiveSync/Request/Search.php        |   5 +-
 .../lib/Horde/ActiveSync/Request/SendMail.php      |  13 +-
 .../lib/Horde/ActiveSync/Request/Sync.php          | 145 +++++---------
 .../lib/Horde/ActiveSync/Request/ValidateCert.php  |  10 +-
 .../ActiveSync/lib/Horde/ActiveSync/State/Base.php | 102 ++++------
 .../lib/Horde/ActiveSync/State/Mongo.php           | 210 +++++++--------------
 .../ActiveSync/lib/Horde/ActiveSync/State/Sql.php  | 205 ++++++++------------
 .../ActiveSync/lib/Horde/ActiveSync/SyncCache.php  |  36 ++--
 .../lib/Horde/ActiveSync/Wbxml/Decoder.php         |  43 +----
 .../lib/Horde/ActiveSync/Wbxml/Encoder.php         |  32 +---
 framework/ActiveSync/package.xml                   |  25 ++-
 43 files changed, 790 insertions(+), 899 deletions(-)
 create mode 100644 framework/ActiveSync/lib/Horde/ActiveSync/Log/Formatter.php
 create mode 100644 framework/ActiveSync/lib/Horde/ActiveSync/Log/Handler.php
 create mode 100644 framework/ActiveSync/lib/Horde/ActiveSync/Log/Logger.php
 create mode 100644 framework/ActiveSync/lib/Horde/ActiveSync/Log/Logger/Deprecated.php

http://github.com/horde/horde/commit/17982e36b69d76e3dd71daecad9b583fab01da47

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

commit 48549982a4208d78189c439961254861a62ed37b
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Feb 16 13:54:36 2017 -0500

    Prepend the I or O as well.

 .../lib/Horde/ActiveSync/Log/Logger/Deprecated.php       | 16 +++++++++++++---
 1 file changed, 13 insertions(+), 3 deletions(-)

http://github.com/horde/horde/commit/48549982a4208d78189c439961254861a62ed37b

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

commit 150efe42d2c01ff6f499050bd540adb77daf50d0
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Feb 16 13:54:55 2017 -0500

    Add missing value.

 framework/ActiveSync/lib/Horde/ActiveSync/Request/Base.php | 1 +
 1 file changed, 1 insertion(+)

http://github.com/horde/horde/commit/150efe42d2c01ff6f499050bd540adb77daf50d0

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

commit 279d059f25b920f2b37812721121d1ee6a98ce47
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Feb 16 23:55:08 2017 -0500

    phpdoc

 framework/ActiveSync/lib/Horde/ActiveSync.php | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

http://github.com/horde/horde/commit/279d059f25b920f2b37812721121d1ee6a98ce47

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

commit 86c9d2b5aab0c5f49030e35f4469609e816a4805
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Feb 16 23:58:09 2017 -0500

    Log level/format tweaking.

 framework/ActiveSync/lib/Horde/ActiveSync.php      |   5 +-
 .../lib/Horde/ActiveSync/Request/Base.php          |  10 +-
 .../Horde/ActiveSync/Request/ItemOperations.php    |   4 +-
 .../lib/Horde/ActiveSync/Request/Ping.php          |   4 +-
 .../lib/Horde/ActiveSync/Request/Sync.php          |  17 +-
 .../Core/lib/Horde/Core/ActiveSync/Connector.php   |   4 +-
 .../Core/lib/Horde/Core/ActiveSync/Driver.php      | 209 +++++++++------------
 7 files changed, 115 insertions(+), 138 deletions(-)

http://github.com/horde/horde/commit/86c9d2b5aab0c5f49030e35f4469609e816a4805

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

commit 99943a13fc50502787ca7d88b53ca16cfeb8a078
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Feb 16 23:58:41 2017 -0500

    Use constants.

 framework/ActiveSync/lib/Horde/ActiveSync/Log/Logger.php | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

http://github.com/horde/horde/commit/99943a13fc50502787ca7d88b53ca16cfeb8a078

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

commit 101acd749124d41762dd6843f5586de3a2038b46
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Feb 16 23:58:57 2017 -0500

    style

 framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

http://github.com/horde/horde/commit/101acd749124d41762dd6843f5586de3a2038b46

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

commit eb29c4c33635471f25dc7f5e91385ffa67273b2b
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Feb 17 00:00:30 2017 -0500

    Use global

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

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

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

commit 5f526a5e8b06a95754d11a27e26f948429f7bf8e
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Feb 17 00:01:33 2017 -0500

    Add Factory class to ActiveSync package.

 .../lib/Horde/ActiveSync/Log/Factory.php           | 113 +++++++++++++++++++++
 1 file changed, 113 insertions(+)
 create mode 100644 framework/ActiveSync/lib/Horde/ActiveSync/Log/Factory.php

http://github.com/horde/horde/commit/5f526a5e8b06a95754d11a27e26f948429f7bf8e

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

commit 36c5095862ffacd4814f6104a5429fb9cbecfaf7
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Feb 17 00:03:47 2017 -0500

    Mark this @deprecated.

 framework/Core/lib/Horde/Core/ActiveSync/Logger/Factory.php | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

http://github.com/horde/horde/commit/36c5095862ffacd4814f6104a5429fb9cbecfaf7

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

commit e62f79dccd12c7c6b8445e09f25c9c3451f141e1
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Feb 17 00:04:27 2017 -0500

    Use Horde_ActiveSync_Log_Factory::

 framework/Core/lib/Horde/Core/Factory/ActiveSyncServer.php | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

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

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

commit a599ee0c7ae1376ba4208196fc25aaadeb406758
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Feb 17 00:05:28 2017 -0500

    Update package.xml.

 framework/ActiveSync/package.xml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

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

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

commit 6c51fa9407bd5a1ad2cbd9e68bf7bae2e8a3d758
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Feb 17 00:13:58 2017 -0500

    phpdoc

 framework/ActiveSync/lib/Horde/ActiveSync/Log/Logger.php | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)

http://github.com/horde/horde/commit/6c51fa9407bd5a1ad2cbd9e68bf7bae2e8a3d758

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

commit bfdeb9b8c0a3111a522455b36c2518d8b7e46120
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Feb 17 00:33:00 2017 -0500

    @since, phpdoc, package.xml

 framework/ActiveSync/lib/Horde/ActiveSync.php                     | 6 ++++++
 framework/ActiveSync/lib/Horde/ActiveSync/Log/Factory.php         | 8 +++++---
 framework/ActiveSync/lib/Horde/ActiveSync/Log/Formatter.php       | 2 ++
 framework/ActiveSync/lib/Horde/ActiveSync/Log/Handler.php         | 2 ++
 framework/ActiveSync/lib/Horde/ActiveSync/Log/Logger.php          | 2 ++
 .../ActiveSync/lib/Horde/ActiveSync/Log/Logger/Deprecated.php     | 6 ++++--
 framework/ActiveSync/package.xml                                  | 8 ++++----
 7 files changed, 25 insertions(+), 9 deletions(-)

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

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

commit 9dbcb15e2da584f1ee0e0d06b620973770ec7a49
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Feb 17 00:44:20 2017 -0500

    Start prepending with the origin of the log event.

 .../lib/Horde/ActiveSync/Collections.php           | 86 +++++++++++-----------
 .../ActiveSync/lib/Horde/ActiveSync/State/Base.php | 30 ++++----
 .../ActiveSync/lib/Horde/ActiveSync/State/Sql.php  | 42 +++++------
 3 files changed, 79 insertions(+), 79 deletions(-)

http://github.com/horde/horde/commit/9dbcb15e2da584f1ee0e0d06b620973770ec7a49

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

commit 2c700dc61213380bb7178db5d859be61bfbe84c1
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Feb 17 00:47:01 2017 -0500

    Parse error.

 framework/ActiveSync/lib/Horde/ActiveSync/Request/SendMail.php | 1 -
 1 file changed, 1 deletion(-)

http://github.com/horde/horde/commit/2c700dc61213380bb7178db5d859be61bfbe84c1

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

commit a8785d08a2f4d5985eb53be115e054ed3fbc0929
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Feb 17 00:48:03 2017 -0500

    CHANGES

 framework/ActiveSync/package.xml | 2 ++
 1 file changed, 2 insertions(+)

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

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

commit e535d9b092dff45ec666d5ce4162bd3ff53fdaa4
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Feb 17 00:48:44 2017 -0500

    Use correct default.

 framework/ActiveSync/lib/Horde/ActiveSync/Log/Factory.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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




More information about the commits mailing list