[commits] Horde branch master updated. 699698ff42ea69d5b7a8a773ea02a4f0cbeb63fc

Michael M Slusarz slusarz at horde.org
Thu Feb 26 21:49:20 UTC 2015


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

from: ba4d9b42fb296552f418af23d438880d12862480

9e9d636 code style
2f6a329 Add way for partIterator() to replicate contentTypeMap() behavior
d34caea Some places where we don't want to iterate through base part
6d96f85 Be more explicit about ID comparisons, to eliminate casting issues
a713274 Don't add containers to search query at run-time
42da98e Ignore mailboxes that can't be opened when running a search query
d70df81 Default searches on container mailboxes to subfolder search
cb05ca5 Remove viewport error message if loading a mailbox from cache
699698f Fix some locations where we should be sending a viewport error object

Summary: http://github.com/horde/horde/compare/ba4d9b42fb296552f418af23d438880d12862480...699698ff42ea69d5b7a8a773ea02a4f0cbeb63fc

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

commit 9e9d636d0fcc0182ec42dfac2ca19183408f6fd6
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Feb 26 13:27:41 2015 -0700

    code style

 imp/lib/Mime/Viewer/Related.php |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

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

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

commit 2f6a329300a152a9b181773a33a9bcd769d83744
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Feb 26 13:37:28 2015 -0700

    Add way for partIterator() to replicate contentTypeMap() behavior
    
    Namely, by not including the base part in the iteration

 framework/Mime/lib/Horde/Mime/Part.php |   22 +++++++++++++++-------
 1 files changed, 15 insertions(+), 7 deletions(-)

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

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

commit d34caea254d4b4d5ff4d92125b9203a50aad3c5b
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Feb 26 13:45:00 2015 -0700

    Some places where we don't want to iterate through base part

 imp/lib/Mime/Viewer/Alternative.php  |    2 +-
 imp/lib/Mime/Viewer/Appledouble.php  |    2 +-
 imp/lib/Mime/Viewer/Externalbody.php |    2 +-
 imp/lib/Mime/Viewer/Mdn.php          |    3 +--
 imp/lib/Mime/Viewer/Pgp.php          |    4 ++--
 imp/lib/Mime/Viewer/Related.php      |    2 +-
 imp/lib/Mime/Viewer/Smime.php        |    2 +-
 imp/lib/Mime/Viewer/Status.php       |    2 +-
 8 files changed, 9 insertions(+), 10 deletions(-)

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

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

commit 6d96f854af8b82fc79c6a44e2e34448c610e4c62
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Feb 26 13:49:01 2015 -0700

    Be more explicit about ID comparisons, to eliminate casting issues

 imp/lib/Mime/Viewer/Related.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

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

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

commit a7132744a09c91ee696c8ebabb5ad88e75ee7245
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Feb 26 14:23:11 2015 -0700

    Don't add containers to search query at run-time

 imp/lib/Search/Query.php |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

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

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

commit 42da98e0e01e002992adbbd82c63c77067a1ccbd
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Feb 26 14:23:28 2015 -0700

    Ignore mailboxes that can't be opened when running a search query
    
    The search query itself is the mailbox - we shouldn't get an error about
    component mailboxes that can't be opened.

 imp/lib/Mailbox/List.php |   23 +++++++++++++++++++----
 1 files changed, 19 insertions(+), 4 deletions(-)

http://github.com/horde/horde/commit/42da98e0e01e002992adbbd82c63c77067a1ccbd

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

commit d70df81738250753f726eda21646d0932704198e
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Feb 26 14:27:22 2015 -0700

    Default searches on container mailboxes to subfolder search

 imp/js/base.js |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

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

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

commit cb05ca561165287d58cbc47bd6f45b4d9c9927aa
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Feb 26 14:36:50 2015 -0700

    Remove viewport error message if loading a mailbox from cache

 imp/js/base.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

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

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

commit 699698ff42ea69d5b7a8a773ea02a4f0cbeb63fc
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Feb 26 14:47:57 2015 -0700

    Fix some locations where we should be sending a viewport error object

 imp/lib/Ajax/Application/Handler/Common.php |    5 ++++-
 imp/lib/Ajax/Application/ListMessages.php   |    9 ++++++++-
 2 files changed, 12 insertions(+), 2 deletions(-)

http://github.com/horde/horde/commit/699698ff42ea69d5b7a8a773ea02a4f0cbeb63fc




More information about the commits mailing list