[commits] Horde branch master updated. a10c4ef5ea8391f8cd405e686139ae71ae6ef5f5

Michael M Slusarz slusarz at horde.org
Tue Apr 1 20:50:35 UTC 2014


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

from: d4556dd51868b1f8dbd01ada290ee66ed06a1d13

2ac814d doc
fd8da46 Fix access to object
5c12ef0 Provide backtrace of IMAP errors
eee4e5e Fix updating unseen count in folder list when switching views
48d8cad phpdoc
43c9b15 Correctly update maillog entries when viewing in search mailbox
64b8830 No need to store contents of message in two mailbox locations
22370d2 Don't need joinIndices()
8d60f1c [mms] Implement logging.
cac4c38 Support Horde_HashTable logging
a10c4ef [mms] Prevent unnecessary cache writes when list of UIDs passed to deleteMsgs() is empty.

Summary: http://github.com/horde/horde/compare/d4556dd51868b1f8dbd01ada290ee66ed06a1d13...a10c4ef5ea8391f8cd405e686139ae71ae6ef5f5

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

commit 2ac814d02cf12965fbac390a6664e317bfd9d114
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Apr 1 03:32:29 2014 -0600

    doc

 imp/config/backends.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

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

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

commit fd8da463c30584e6a77f83b4eaa66d6157c7fc24
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Apr 1 03:32:37 2014 -0600

    Fix access to object

 imp/lib/Ftree/Prefs/Poll.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

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

commit 5c12ef06c92880c78575d924adef5ea2eb12597c
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Apr 1 03:39:55 2014 -0600

    Provide backtrace of IMAP errors

 imp/lib/Imap.php |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

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

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

commit eee4e5ec77e217f6138084bdc2987cf6c4874ac2
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Apr 1 13:17:06 2014 -0600

    Fix updating unseen count in folder list when switching views

 imp/js/smartmobile.js |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

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

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

commit 48d8cadc81be0eb0975840f400103004af0d040a
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Apr 1 13:31:47 2014 -0600

    phpdoc

 imp/lib/Ajax/Queue.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/48d8cadc81be0eb0975840f400103004af0d040a

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

commit 43c9b15b21a2710fa1eca4526a778c12a613c125
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Apr 1 13:38:48 2014 -0600

    Correctly update maillog entries when viewing in search mailbox

 imp/lib/Ajax/Queue.php |  104 ++++++++++++++++++++++++++++-------------------
 1 files changed, 62 insertions(+), 42 deletions(-)

http://github.com/horde/horde/commit/43c9b15b21a2710fa1eca4526a778c12a613c125

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

commit 64b88305f4d919ef6f249f9281574661666a9b89
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Apr 1 13:44:20 2014 -0600

    No need to store contents of message in two mailbox locations
    
    flag and maillog information is the only data that needs to be updated
    in all locations, since this is the only data that can change for a
    given mailbox/UID combo

 imp/lib/Ajax/Queue.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/64b88305f4d919ef6f249f9281574661666a9b89

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

commit 22370d29de82b1d7e6bb7c7ae1f3970b1ddfcd9e
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Apr 1 13:51:18 2014 -0600

    Don't need joinIndices()

 imp/lib/Ajax/Queue.php      |   10 ++++++----
 imp/lib/Indices/Mailbox.php |    9 ---------
 2 files changed, 6 insertions(+), 13 deletions(-)

http://github.com/horde/horde/commit/22370d29de82b1d7e6bb7c7ae1f3970b1ddfcd9e

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

commit 8d60f1c31912124b57ad360170946892f3a5f4d0
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Apr 1 14:38:17 2014 -0600

    [mms] Implement logging.
    
    Placeholder config item was in API since 1.0.0, but was never
    implemented

 framework/HashTable/lib/Horde/HashTable/Base.php |   44 ++++++++++++++++++++-
 framework/HashTable/package.xml                  |    9 ++++
 2 files changed, 50 insertions(+), 3 deletions(-)

http://github.com/horde/horde/commit/8d60f1c31912124b57ad360170946892f3a5f4d0

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

commit cac4c3893b83ccd7ec11621debb3c0715638119e
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Apr 1 14:38:58 2014 -0600

    Support Horde_HashTable logging

 framework/Core/lib/Horde/Core/Factory/HashTable.php |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

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

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

commit a10c4ef5ea8391f8cd405e686139ae71ae6ef5f5
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Apr 1 14:48:03 2014 -0600

    [mms] Prevent unnecessary cache writes when list of UIDs passed to deleteMsgs() is empty.

 .../Imap_Client/lib/Horde/Imap/Client/Cache/Backend/Cache.php     |    4 ++++
 framework/Imap_Client/lib/Horde/Imap/Client/Cache/Backend/Db.php  |    4 ++++
 .../Imap_Client/lib/Horde/Imap/Client/Cache/Backend/Hashtable.php |    4 ++++
 .../Imap_Client/lib/Horde/Imap/Client/Cache/Backend/Mongo.php     |    2 +-
 framework/Imap_Client/package.xml                                 |    2 ++
 5 files changed, 15 insertions(+), 1 deletions(-)

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




More information about the commits mailing list