[commits] Horde branch master updated. 185cc1d8a6c76aa1d2b741d48f6a7bb6554c7e56

Michael M Slusarz slusarz at horde.org
Mon Oct 15 21:07:07 UTC 2012


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

from: 905f90adc00ab9464fc29fdf8e851762c245a2ce

6dbdfa3 [mms] Fix handling active error reporting codes in Horde_ErrorHandler.
2c9b835 Get rid of these annoying deprecated errors
24c9c47 Bug #11320: Refactor thread retrieval so object can always be retrieved on-demand
1b0658b Bug #11519: Imap client only supports IMAP 4rev1
8542612 Ignore annoying debug error when trying to access application in topbar that is not yet authenticated
a8e7496 [mms] Fix regression in FETCH/COPY with sequence numbers (Bug #11519).
77856a4 Fix setting from address in downloaded mbox file
bf3c176 Bug #11522: Fix regression in deleting ACLs with recent IMAP ACL changes
185cc1d Always highlight preview selected message information if preview is not shown

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

commit 6dbdfa31c7a3171e008e667e829dae9badfcc33c
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Oct 15 13:26:26 2012 -0600

    [mms] Fix handling active error reporting codes in Horde_ErrorHandler.
    
    We attach the errorhandler to all error types, but need to check if the
    current error code needs to be handled in the error handler itself (see
    set_error_handler() documentation).

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

http://git.horde.org/horde-git/-/commit/6dbdfa31c7a3171e008e667e829dae9badfcc33c

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

commit 2c9b835663938cf8bfc1bf1aa1b1450e2d4b5f7a
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Oct 15 13:27:22 2012 -0600

    Get rid of these annoying deprecated errors

 framework/Core/lib/Horde/Core/Db/Migration.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/2c9b835663938cf8bfc1bf1aa1b1450e2d4b5f7a

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

commit 24c9c470cf8e76d2fca6d6a6b75f25313d35d0f2
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Oct 15 14:09:43 2012 -0600

    Bug #11320: Refactor thread retrieval so object can always be retrieved on-demand

 imp/lib/Ajax/Application/ListMessages.php |    2 +-
 imp/lib/Mailbox/List.php                  |   68 +++++++++++++++--------------
 imp/mailbox.php                           |    2 +-
 imp/thread.php                            |    2 +-
 4 files changed, 38 insertions(+), 36 deletions(-)

http://git.horde.org/horde-git/-/commit/24c9c470cf8e76d2fca6d6a6b75f25313d35d0f2

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

commit 1b0658b1c0434e4eb7f5a980295a5dc70d3f4ad2
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Oct 15 14:14:46 2012 -0600

    Bug #11519: Imap client only supports IMAP 4rev1

 framework/Imap_Client/lib/Horde/Imap/Client/Search/Query.php |   41 +---------
 1 files changed, 1 insertions(+), 40 deletions(-)

http://git.horde.org/horde-git/-/commit/1b0658b1c0434e4eb7f5a980295a5dc70d3f4ad2

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

commit 8542612dd6ed45964c800967d1680d104bd3841b
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Oct 15 14:21:16 2012 -0600

    Ignore annoying debug error when trying to access application in topbar that is not yet authenticated

 framework/Core/lib/Horde/Core/Topbar.php |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/8542612dd6ed45964c800967d1680d104bd3841b

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

commit a8e74965d2f2f29e9868a14656a775f0ff6ece8c
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Oct 15 14:31:49 2012 -0600

    [mms] Fix regression in FETCH/COPY with sequence numbers (Bug #11519).

 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php |    8 ++++----
 framework/Imap_Client/package.xml                      |    2 ++
 2 files changed, 6 insertions(+), 4 deletions(-)

http://git.horde.org/horde-git/-/commit/a8e74965d2f2f29e9868a14656a775f0ff6ece8c

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

commit 77856a4bd2d9391126cf5cda2139556e6753070d
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Oct 15 14:34:52 2012 -0600

    Fix setting from address in downloaded mbox file

 imp/lib/Ui/Folder.php |   11 ++++-------
 1 files changed, 4 insertions(+), 7 deletions(-)

http://git.horde.org/horde-git/-/commit/77856a4bd2d9391126cf5cda2139556e6753070d

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

commit bf3c17675363dcd04139279964dbe17e167ebee3
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Oct 15 14:43:46 2012 -0600

    Bug #11522: Fix regression in deleting ACLs with recent IMAP ACL changes

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

http://git.horde.org/horde-git/-/commit/bf3c17675363dcd04139279964dbe17e167ebee3

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

commit 185cc1d8a6c76aa1d2b741d48f6a7bb6554c7e56
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Oct 15 15:06:45 2012 -0600

    Always highlight preview selected message information if preview is not shown

 imp/js/dimpbase.js |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/185cc1d8a6c76aa1d2b741d48f6a7bb6554c7e56




More information about the commits mailing list