[commits] Horde branch ansel-ajax updated. 6a6d9701abea9b9bb4fc24a067d68eda5f578815

Michael J. Rubinsky mrubinsk at horde.org
Mon Apr 28 00:42:37 UTC 2014


The branch "ansel-ajax" has been updated.
The following is a summary of the commits.

from: 64b14e1dfd87073ed36eba6ff4417a8196834044

204726f Limit max horizontal viewport size to 1 less row than fits on page
6982a3f Don't allow sidebar to be nestled against side of container
46cc7d0 Better test
e2e1e3c [mms] Fix Horde_Mime_Part#buildMimeIds() when called on the base embedded object of a parent part (Bug #13117).
1c9ebea Another test fix
c440a06 Released Horde_Mime-2.3.1
1563e3e Development mode for Horde_Mime-2.3.2
95cdf2c sigh
6301b5c [mms] Fix throwing authentication exception when using Digest-MD5.
6f018a6 POP3 fixes
3b4bfd9 CSS tweak
0cd1886 Reset fromClick status
e968a54 Include attachment information when doing edit as new from the dynamic message popup
295eebd [jan] Detect REPORT queries as DAV requests in RPC server (Bug #13124).
3cc468c Update ko translation.
450f09a POP3 fix
b893cd8 [mms] Correctly set size of part when using Horde_Mime_Part::parseMessage() and the 'no_body' option.
8a38bee Released Horde_Mime-2.3.2
c00d3d8 Development mode for Horde_Mime-2.3.3
776517b [mms] Add configurable IMAP quota checking interval (Request #12907).
405e1c2 Fix output of message/rfc822 parts when downloading all attachments
1fcfc5e [mms] Fix scrolling through large search mailboxes in dynamic view (Bug #13138).
8daaf9c Ignore whitespace in status column
0b0a5f0 [mms] Fix TLS negotiation with POP3 servers.
3d0125a [mms] Handle IN-USE, LOGIN-DELAY, and SYS/TEMP error codes when authenticating to POP3 servers.
63ade4f This class is not PHPUnit 4 compatible
7f88874 Test fixes
2ecf048 Split test into more manageable chunks
8ff07ba Hide more features when using POP3
59ab206 Convert to provider
1cb5b71 Released Horde_Imap_Client-2.19.4
d97f07c Development mode for Horde_Imap_Client-2.19.5
121fa41 Convert to provider
748661a Give checkbox some space
3d9a926 Use session set method
884880e Only show From input if user has mutliple identities
78cd059 Only set 'phpob' if $value, itself, is an object and not an array.
9df172d This will usually be an array, but it might be empty.
25906b6 Looks like default values can't be null.
275b9c5 This makes much more sense as a default.
41b13b5 Use the identity choosen for ActiveSync when sending ORGANIZER.
b9970df Use a kronolith-specific pref for this.
e29093a Report unknown as TYPE_ANDROID, since we know at least that much.
8b26f84 Match case-insensitive.
477a206 Fix a possible PING loop due to broken iOS clients.
07bdf1e Correct way of handling activesync specific identity settings.
244edcf Fix returning data for IMP_Contancts_Avatar_Unknown
2188d05 Changes
f6a5b6e Revert "Report unknown as TYPE_ANDROID, since we know at least that much."
3fb8346 Released Horde_ActiveSync-2.14.1
0e2b79d Development mode for Horde_ActiveSync-2.14.2
6a6d970 Merge branch 'master' into ansel-ajax

Summary: http://github.com/horde/horde/compare/64b14e1dfd87073ed36eba6ff4417a8196834044...6a6d9701abea9b9bb4fc24a067d68eda5f578815

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

commit 204726fe0890d0cf523d3d91e56d6f8a318d7ec8
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Apr 21 16:28:35 2014 -0600

    Limit max horizontal viewport size to 1 less row than fits on page
    
    Mirrors our limitation that shrinking is limited to 1 row total

 imp/js/viewport.js |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

http://github.com/horde/horde/commit/204726fe0890d0cf523d3d91e56d6f8a318d7ec8

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

commit 6982a3f0ea7069a2da8e22cc000513a2be7499e0
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Apr 21 21:44:15 2014 -0600

    Don't allow sidebar to be nestled against side of container
    
    Otherwise, it might not be seen

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

http://github.com/horde/horde/commit/6982a3f0ea7069a2da8e22cc000513a2be7499e0

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

commit 46cc7d08a8beab53cc396f2ed1a54dd01dc65a9a
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Apr 21 23:00:45 2014 -0600

    Better test

 framework/Mime/test/Horde/Mime/PartTest.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://github.com/horde/horde/commit/46cc7d08a8beab53cc396f2ed1a54dd01dc65a9a

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

commit e2e1e3ce80da58b0d4440dc3cac6e37d5a8fc772
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Apr 21 23:01:48 2014 -0600

    [mms] Fix Horde_Mime_Part#buildMimeIds() when called on the base embedded object of a parent part (Bug #13117).

 framework/Mime/lib/Horde/Mime/Part.php               |    2 +-
 framework/Mime/package.xml                           |   10 +++--
 framework/Mime/test/Horde/Mime/PartTest.php          |   20 ++++++++++
 framework/Mime/test/Horde/Mime/fixtures/bug13117.txt |   34 ++++++++++++++++++
 4 files changed, 61 insertions(+), 5 deletions(-)
 create mode 100644 framework/Mime/test/Horde/Mime/fixtures/bug13117.txt

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

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

commit 1c9ebeae43a640c96f6a40390d2a337b4b10d5d6
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Apr 21 23:07:08 2014 -0600

    Another test fix

 framework/Mime/test/Horde/Mime/RelatedTest.php |   14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)

http://github.com/horde/horde/commit/1c9ebeae43a640c96f6a40390d2a337b4b10d5d6

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

commit c440a06345201fa0cc3fd2428c59b290e876fe79
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Apr 21 23:09:38 2014 -0600

    Released Horde_Mime-2.3.1

 framework/Mime/composer.json |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

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

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

commit 1563e3e2d9715ea95d235111ce41648bfe9713f4
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Apr 21 23:09:39 2014 -0600

    Development mode for Horde_Mime-2.3.2

 framework/Mime/package.xml |   17 +++++++++++++++--
 1 files changed, 15 insertions(+), 2 deletions(-)

http://github.com/horde/horde/commit/1563e3e2d9715ea95d235111ce41648bfe9713f4

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

commit 95cdf2c5f41642b8d06f2d1f052946665d0061ce
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Apr 21 23:29:27 2014 -0600

    sigh
    
    PHPUnit 4 is kind of garbage, with its going and breaking existing
    successful tests and such

 framework/Mime/test/Horde/Mime/RelatedTest.php |   29 +++++++++++++----------
 1 files changed, 16 insertions(+), 13 deletions(-)

http://github.com/horde/horde/commit/95cdf2c5f41642b8d06f2d1f052946665d0061ce

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

commit 6301b5cf80206821d05b45e08d32780063871828
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Apr 21 23:57:44 2014 -0600

    [mms] Fix throwing authentication exception when using Digest-MD5.

 framework/Imap_Client/lib/Horde/Imap/Client/Auth/DigestMD5.php |    2 +-
 framework/Imap_Client/package.xml                              |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

http://github.com/horde/horde/commit/6301b5cf80206821d05b45e08d32780063871828

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

commit 6f018a69777afa96fbfdbf99f5445da7dc3501fb
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Apr 22 00:06:14 2014 -0600

    POP3 fixes

 imp/js/dimpbase.js |    4 +++-
 imp/js/dimpcore.js |    4 ++++
 2 files changed, 7 insertions(+), 1 deletions(-)

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

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

commit 3b4bfd9acf53da119209bc682c67b860117cb782
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Apr 22 00:25:40 2014 -0600

    CSS tweak

 imp/themes/default/dynamic/screen.css |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

http://github.com/horde/horde/commit/3b4bfd9acf53da119209bc682c67b860117cb782

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

commit 0cd18864bbb5c3f6edee22f2d1a69d1c4a1d0a0f
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Apr 22 00:27:41 2014 -0600

    Reset fromClick status

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

http://github.com/horde/horde/commit/0cd18864bbb5c3f6edee22f2d1a69d1c4a1d0a0f

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

commit e968a541f4c2d566ea09c5690be637e357da7531
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Apr 22 00:32:32 2014 -0600

    Include attachment information when doing edit as new from the dynamic message popup

 imp/lib/Ajax/Application/Handler/Common.php |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

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

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

commit 295eebd43944259cc6b2560d887d5ceda03ba8e1
Author: Jan Schneider <jan at horde.org>
Date:   Tue Apr 22 13:11:02 2014 +0200

    [jan] Detect REPORT queries as DAV requests in RPC server (Bug #13124).
    
    Conflicts:
    	horde/docs/CHANGES
    	horde/package.xml

 horde/package.xml |    2 ++
 horde/rpc.php     |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/295eebd43944259cc6b2560d887d5ceda03ba8e1

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

commit 3cc468c26c04700a17aebe0fcd78d0a166fe9c81
Author: Jan Schneider <jan at horde.org>
Date:   Tue Apr 22 13:25:10 2014 +0200

    Update ko translation.

 gollem/locale/ko/LC_MESSAGES/gollem.mo |  Bin 17482 -> 18372 bytes
 horde/locale/ko/LC_MESSAGES/horde.mo   |  Bin 11015 -> 11905 bytes
 imp/locale/ko/LC_MESSAGES/imp.mo       |  Bin 44312 -> 46398 bytes
 imp/locale/ko/LC_MESSAGES/imp.po       | 1503 ++------------------------------
 ingo/locale/ko/LC_MESSAGES/ingo.mo     |  Bin 16348 -> 22618 bytes
 ingo/locale/ko/LC_MESSAGES/ingo.po     | 1455 ++++++++++++++++++++-----------
 turba/locale/ko/LC_MESSAGES/turba.mo   |  Bin 24040 -> 24040 bytes
 turba/locale/ko/LC_MESSAGES/turba.po   |    4 +-
 8 files changed, 1020 insertions(+), 1942 deletions(-)

http://github.com/horde/horde/commit/3cc468c26c04700a17aebe0fcd78d0a166fe9c81

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

commit 450f09a536c3fbd0fff7e86f3c49c2723eaf03e1
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Apr 22 13:59:03 2014 -0600

    POP3 fix

 imp/js/dimpbase.js |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

http://github.com/horde/horde/commit/450f09a536c3fbd0fff7e86f3c49c2723eaf03e1

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

commit b893cd87485ac393c2761ae11336f8d5894c1237
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Apr 22 15:37:49 2014 -0600

    [mms] Correctly set size of part when using Horde_Mime_Part::parseMessage() and the 'no_body' option.

 framework/Mime/lib/Horde/Mime/Part.php |   18 ++++++++++++------
 framework/Mime/package.xml             |    6 +++---
 2 files changed, 15 insertions(+), 9 deletions(-)

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

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

commit 8a38bee3209ef1be165bdd1894241dc94412539e
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Apr 22 15:40:43 2014 -0600

    Released Horde_Mime-2.3.2

 framework/Mime/composer.json |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

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

commit c00d3d840432ae176d82189bafdac9b6d7d21222
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Apr 22 15:40:44 2014 -0600

    Development mode for Horde_Mime-2.3.3

 framework/Mime/package.xml |   17 +++++++++++++++--
 1 files changed, 15 insertions(+), 2 deletions(-)

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

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

commit 776517b532a1a8e452f8cb04e4f266a7a96304e9
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Apr 22 16:39:17 2014 -0600

    [mms] Add configurable IMAP quota checking interval (Request #12907).

 imp/config/backends.php                     |    2 +
 imp/docs/CHANGES                            |    1 +
 imp/docs/UPGRADING                          |    2 +
 imp/lib/Ajax/Application/Handler/Common.php |    6 ++--
 imp/lib/Ajax/Application/ListMessages.php   |    2 +-
 imp/lib/Ajax/Queue.php                      |   13 +++++++---
 imp/lib/Imap/Config.php                     |    6 +++++
 imp/lib/Quota/Ui.php                        |   33 +++++++++++++++++++++++---
 imp/lib/View/Subinfo.php                    |    2 +-
 imp/package.xml                             |    1 +
 10 files changed, 55 insertions(+), 13 deletions(-)

http://github.com/horde/horde/commit/776517b532a1a8e452f8cb04e4f266a7a96304e9

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

commit 405e1c237c8ef5d36e277c28d1d475d708bc239f
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Apr 22 16:54:02 2014 -0600

    Fix output of message/rfc822 parts when downloading all attachments

 imp/lib/Contents/View.php |   39 +++++++++++++++++++++++++++------------
 1 files changed, 27 insertions(+), 12 deletions(-)

http://github.com/horde/horde/commit/405e1c237c8ef5d36e277c28d1d475d708bc239f

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

commit 1fcfc5e62bcf84b7e7026ec013076539ac133b61
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Apr 22 17:26:03 2014 -0600

    [mms] Fix scrolling through large search mailboxes in dynamic view (Bug #13138).
    
    Conflicts:
    	imp/docs/CHANGES
    	imp/package.xml

 imp/docs/CHANGES                          |    2 ++
 imp/lib/Ajax/Application/ListMessages.php |   11 +++++++----
 imp/package.xml                           |    1 +
 3 files changed, 10 insertions(+), 4 deletions(-)

http://github.com/horde/horde/commit/1fcfc5e62bcf84b7e7026ec013076539ac133b61

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

commit 8daaf9c67f11f835a22ed086af3a3cfbb20e59ba
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Apr 22 17:35:17 2014 -0600

    Ignore whitespace in status column

 imp/themes/default/dynamic/screen.css |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

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

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

commit 0b0a5f017966601f6c3ea718bd7aefdc3bd39862
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Apr 22 21:43:09 2014 -0600

    [mms] Fix TLS negotiation with POP3 servers.

 framework/Imap_Client/lib/Horde/Imap/Client/Socket/Pop3.php |   62 ++++++-----
 framework/Imap_Client/package.xml                           |    2 +
 2 files changed, 34 insertions(+), 30 deletions(-)

http://github.com/horde/horde/commit/0b0a5f017966601f6c3ea718bd7aefdc3bd39862

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

commit 3d0125a3d0b47bc82ca8774e48b31246bf99459e
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Apr 22 21:58:10 2014 -0600

    [mms] Handle IN-USE, LOGIN-DELAY, and SYS/TEMP error codes when authenticating to POP3 servers.

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

http://github.com/horde/horde/commit/3d0125a3d0b47bc82ca8774e48b31246bf99459e

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

commit 63ade4faa23c4ed18dcd8165cb083bf0721b6762
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Apr 22 22:03:54 2014 -0600

    This class is not PHPUnit 4 compatible

 .../Kolab_Config/test/Horde/Kolab/Config/ConfigStoryTestCase.php  |    5 ++-
 .../test/Horde/Kolab/Config/Integration/ConfigTest.php            |    8 +++++
 framework/Kolab_Filter/test/Horde/Kolab/Filter/StoryTestCase.php  |    5 ++-
 .../Kolab_Server/test/Horde/Kolab/Server/Integration/Scenario.php |    4 ++-
 4 files changed, 17 insertions(+), 5 deletions(-)

http://github.com/horde/horde/commit/63ade4faa23c4ed18dcd8165cb083bf0721b6762

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

commit 7f88874c24a4e30b5f3f6126c0353a9c5d643daa
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Apr 22 22:26:17 2014 -0600

    Test fixes

 framework/Text_Filter/test/Horde/Text/Filter/XssTest.php |  Bin 23661 -> 24206 bytes
 1 files changed, 0 insertions(+), 0 deletions(-)

http://github.com/horde/horde/commit/7f88874c24a4e30b5f3f6126c0353a9c5d643daa

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

commit 2ecf04846797eb115d6faf25dc4262d8c323d924
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Apr 22 23:42:45 2014 -0600

    Split test into more manageable chunks

 framework/Text_Filter/lib/Horde/Text/Filter/Html2text.php      |    2 +-
 framework/Text_Filter/test/Horde/Text/Filter/Html2textTest.php |  443 ++++----
 2 files changed, 210 insertions(+), 235 deletions(-)

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

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

commit 8ff07bae1ab801f1c311b7ce612bdd82d2c44c3a
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Apr 23 00:18:15 2014 -0600

    Hide more features when using POP3

 imp/js/dimpbase.js          |    6 +++---
 imp/lib/Dynamic/Mailbox.php |   29 ++++++++++++++++++++++++++++-
 imp/lib/Imap.php            |    2 ++
 3 files changed, 33 insertions(+), 4 deletions(-)

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

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

commit 59ab206f5ee47de733df7c7f7650e960811811fc
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Apr 23 00:32:08 2014 -0600

    Convert to provider

 framework/Imap_Client/test/Horde/Imap/Client/UrlParseTest.php |  242 +++++----
 1 files changed, 141 insertions(+), 101 deletions(-)

http://github.com/horde/horde/commit/59ab206f5ee47de733df7c7f7650e960811811fc

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

commit 1cb5b71696631905109b818aa58ad9f651e1a345
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Apr 23 00:35:01 2014 -0600

    Released Horde_Imap_Client-2.19.4

 framework/Imap_Client/composer.json |    4 ++--
 framework/Imap_Client/package.xml   |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

http://github.com/horde/horde/commit/1cb5b71696631905109b818aa58ad9f651e1a345

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

commit d97f07cf22285380ff4523b30878bb14d118d1b7
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Apr 23 00:35:01 2014 -0600

    Development mode for Horde_Imap_Client-2.19.5

 framework/Imap_Client/package.xml |   19 +++++++++++++++----
 1 files changed, 15 insertions(+), 4 deletions(-)

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

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

commit 121fa411c457375fe151c643cbdfd902c96365d8
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Apr 23 00:48:15 2014 -0600

    Convert to provider

 framework/Imap_Client/test/Horde/Imap/Client/Base/MailboxTest.php |   30 +-
 framework/Mail/test/Horde/Mail/ParseTest.php                      |  150 ++--
 framework/Text_Filter/test/Horde/Text/Filter/EmailsTest.php       |   82 ++-
 framework/Text_Filter/test/Horde/Text/Filter/EnvironmentTest.php  |   39 +-
 framework/Text_Filter/test/Horde/Text/Filter/Space2htmlTest.php   |   74 ++-
 framework/Text_Filter/test/Horde/Text/Filter/Text2htmlTest.php    |   23 +-
 6 files changed, 239 insertions(+), 159 deletions(-)

http://github.com/horde/horde/commit/121fa411c457375fe151c643cbdfd902c96365d8

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

commit 748661ab5c5965530450bb5a8c7fe90fadab4160
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Apr 23 10:52:50 2014 -0600

    Give checkbox some space

 imp/themes/default/dynamic/screen.css |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

http://github.com/horde/horde/commit/748661ab5c5965530450bb5a8c7fe90fadab4160

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

commit 3d9a9267453c7eeb31bdcefb089993e2573f073a
Author: João Machado <geral at jpaulo.eu>
Date:   Wed Apr 23 18:25:09 2014 +0100

    Use session set method
    
    Signed-off-by: Michael M Slusarz <slusarz at horde.org>

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

http://github.com/horde/horde/commit/3d9a9267453c7eeb31bdcefb089993e2573f073a

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

commit 884880e7595be66c266bc978dd05e5da4a2cba23
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Apr 23 13:34:55 2014 -0600

    Only show From input if user has mutliple identities

 imp/lib/Dynamic/Compose/Common.php         |    6 +++---
 imp/templates/dynamic/compose.html.php     |    8 ++++++--
 imp/templates/minimal/compose.html.php     |    2 ++
 imp/templates/smartmobile/compose.html.php |    2 ++
 4 files changed, 13 insertions(+), 5 deletions(-)

http://github.com/horde/horde/commit/884880e7595be66c266bc978dd05e5da4a2cba23

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

commit 78cd059dfa64426d4e9b5a636b4e925ec942d6ba
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Apr 25 12:25:21 2014 -0400

    Only set 'phpob' if $value, itself, is an object and not an array.
    
    $value might be an array of objects. By setting phpob to false, we
    are telling Horde_Pack that NONE of the values being passed are
    objects. By leaving phpob unset, we let Horde_Pack make that
    determination, since it is smart enough to know if an array contains
    objects or not.
    
    Fixes, among other things, fatal errors when using share caching.

 framework/Core/lib/Horde/Session.php |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

http://github.com/horde/horde/commit/78cd059dfa64426d4e9b5a636b4e925ec942d6ba

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

commit 9df172d036e77b7472dd6c1be87bccba7c373cad
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Apr 25 14:33:43 2014 -0400

    This will usually be an array, but it might be empty.

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

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

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

commit 25906b6e43200719eabf42dd606524b1c7bc7393
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Apr 25 15:29:22 2014 -0400

    Looks like default values can't be null.
    
    A null value here for some reason prevents the pref from being
    set later on.

 horde/config/prefs.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/25906b6e43200719eabf42dd606524b1c7bc7393

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

commit 275b9c579ef363227ec8d024975f02c70d33c8a5
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Apr 25 15:53:53 2014 -0400

    This makes much more sense as a default.

 horde/config/prefs.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/275b9c579ef363227ec8d024975f02c70d33c8a5

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

commit 41b13b560b480cb02bb1a1f1f26d373e33c6fde1
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Apr 25 16:04:45 2014 -0400

    Use the identity choosen for ActiveSync when sending ORGANIZER.

 kronolith/lib/Event.php |   16 ++++++++++++++--
 1 files changed, 14 insertions(+), 2 deletions(-)

http://github.com/horde/horde/commit/41b13b560b480cb02bb1a1f1f26d373e33c6fde1

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

commit b9970dfba0f1acc21712570f42e0097d464bfa3b
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Apr 25 16:09:34 2014 -0400

    Use a kronolith-specific pref for this.
    
    This might need to be different than the default identity used
    to send email.

 kronolith/config/prefs.php |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

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

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

commit e29093a5dcff60997f427a00bce8a0b2d46ce3fd
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Apr 25 19:52:14 2014 -0400

    Report unknown as TYPE_ANDROID, since we know at least that much.

 framework/ActiveSync/lib/Horde/ActiveSync/Device.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

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

commit 8b26f84c02b9bedba627986e2c52b578ca8375d2
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Apr 25 19:56:19 2014 -0400

    Match case-insensitive.

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

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

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

commit 477a206cd7210937ee9bdc1b31ea3c61972d150d
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Apr 25 21:34:10 2014 -0400

    Fix a possible PING loop due to broken iOS clients.

 framework/ActiveSync/lib/Horde/ActiveSync/Request/Ping.php |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

http://github.com/horde/horde/commit/477a206cd7210937ee9bdc1b31ea3c61972d150d

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

commit 07bdf1e2734fbf8dc876c896315375d13c0311a6
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Apr 25 22:10:47 2014 -0400

    Correct way of handling activesync specific identity settings.
    
    Shouldn't default to an explicit value when meaning the "default"
    since the default could change, leaving these prefs out of sync.
    Instead, allow setting this pref to 'horde', meaning use the horde
    default identity, whatever it happens to be at the time.

 framework/Core/lib/Horde/Core/ActiveSync/Driver.php |   13 +++++++------
 horde/config/prefs.php                              |    4 +++-
 horde/lib/Prefs/Special/Activesync.php              |    1 +
 kronolith/config/prefs.php                          |    6 +++---
 kronolith/lib/Event.php                             |    8 ++++++--
 5 files changed, 20 insertions(+), 12 deletions(-)

http://github.com/horde/horde/commit/07bdf1e2734fbf8dc876c896315375d13c0311a6

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

commit 244edcf0fd50342d8d67defd2f0205c51985472e
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Apr 25 22:42:52 2014 -0400

    Fix returning data for IMP_Contancts_Avatar_Unknown

 imp/lib/Contacts/Avatar/Unknown.php |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/244edcf0fd50342d8d67defd2f0205c51985472e

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

commit 2188d0512e5eeaa5146c11f430124fe5a53290e4
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Apr 27 12:27:33 2014 -0400

    Changes

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

http://github.com/horde/horde/commit/2188d0512e5eeaa5146c11f430124fe5a53290e4

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

commit f6a5b6e86da792069d1d59587c8e6e789f18fe2c
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Apr 27 12:44:43 2014 -0400

    Revert "Report unknown as TYPE_ANDROID, since we know at least that much."
    
    This reverts commit e29093a5dcff60997f427a00bce8a0b2d46ce3fd.
    
    Apparently I tried this before. This won't work since some clients
    (mostly Samsung devices) don't send the Android version number
    anywhere in the headers or UserAgent string.

 framework/ActiveSync/lib/Horde/ActiveSync/Device.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

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

commit 3fb83469be63d5975f9e46c6acada6a321b95121
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Apr 27 13:02:08 2014 -0400

    Released Horde_ActiveSync-2.14.1

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

http://github.com/horde/horde/commit/3fb83469be63d5975f9e46c6acada6a321b95121

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

commit 0e2b79da1a5106542a5dbe61778455d2b1b1e4a3
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Apr 27 13:02:08 2014 -0400

    Development mode for Horde_ActiveSync-2.14.2

 framework/ActiveSync/package.xml |   18 +++++++++++++++---
 1 files changed, 15 insertions(+), 3 deletions(-)

http://github.com/horde/horde/commit/0e2b79da1a5106542a5dbe61778455d2b1b1e4a3

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

commit 6a6d9701abea9b9bb4fc24a067d68eda5f578815
Merge: 64b14e1 0e2b79d
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Apr 27 20:42:20 2014 -0400

    Merge branch 'master' into ansel-ajax

 framework/ActiveSync/lib/Horde/ActiveSync/Device.php              |    4 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Request/Ping.php        |    9 +-
 framework/ActiveSync/package.xml                                  |   20 +-
 framework/Core/lib/Horde/Core/ActiveSync/Driver.php               |   15 +-
 framework/Core/lib/Horde/Session.php                              |    9 +-
 framework/Imap_Client/composer.json                               |    4 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Auth/DigestMD5.php    |    2 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Socket/Pop3.php       |   68 +-
 framework/Imap_Client/package.xml                                 |   21 +-
 framework/Imap_Client/test/Horde/Imap/Client/Base/MailboxTest.php |   30 +-
 framework/Imap_Client/test/Horde/Imap/Client/UrlParseTest.php     |  242 +-
 .../Kolab_Config/test/Horde/Kolab/Config/ConfigStoryTestCase.php  |    5 +-
 .../test/Horde/Kolab/Config/Integration/ConfigTest.php            |    8 +
 framework/Kolab_Filter/test/Horde/Kolab/Filter/StoryTestCase.php  |    5 +-
 .../Kolab_Server/test/Horde/Kolab/Server/Integration/Scenario.php |    4 +-
 framework/Mail/test/Horde/Mail/ParseTest.php                      |  150 +-
 framework/Mime/composer.json                                      |    6 +-
 framework/Mime/lib/Horde/Mime/Part.php                            |   20 +-
 framework/Mime/package.xml                                        |   34 +-
 framework/Mime/test/Horde/Mime/PartTest.php                       |   24 +-
 framework/Mime/test/Horde/Mime/RelatedTest.php                    |   27 +-
 framework/Mime/test/Horde/Mime/fixtures/bug13117.txt              |   34 +
 framework/Text_Filter/lib/Horde/Text/Filter/Html2text.php         |    2 +-
 framework/Text_Filter/test/Horde/Text/Filter/EmailsTest.php       |   82 +-
 framework/Text_Filter/test/Horde/Text/Filter/EnvironmentTest.php  |   39 +-
 framework/Text_Filter/test/Horde/Text/Filter/Html2textTest.php    |  443 +-
 framework/Text_Filter/test/Horde/Text/Filter/Space2htmlTest.php   |   74 +-
 framework/Text_Filter/test/Horde/Text/Filter/Text2htmlTest.php    |   23 +-
 framework/Text_Filter/test/Horde/Text/Filter/XssTest.php          |  Bin 23661 -> 24206 bytes
 gollem/locale/ko/LC_MESSAGES/gollem.mo                            |  Bin 17482 -> 18372 bytes
 horde/config/prefs.php                                            |    4 +-
 horde/lib/Prefs/Special/Activesync.php                            |    1 +
 horde/locale/ko/LC_MESSAGES/horde.mo                              |  Bin 11015 -> 11905 bytes
 horde/package.xml                                                 |    2 +
 horde/rpc.php                                                     |    2 +-
 imp/config/backends.php                                           |    2 +
 imp/docs/CHANGES                                                  |    3 +
 imp/docs/UPGRADING                                                |    2 +
 imp/js/dimpbase.js                                                |   23 +-
 imp/js/dimpcore.js                                                |    4 +
 imp/js/viewport.js                                                |    9 +-
 imp/lib/Ajax/Application/Handler/Common.php                       |    7 +-
 imp/lib/Ajax/Application/ListMessages.php                         |   13 +-
 imp/lib/Ajax/Queue.php                                            |   13 +-
 imp/lib/Contacts/Avatar/Unknown.php                               |    6 +-
 imp/lib/Contents/View.php                                         |   39 +-
 imp/lib/Dynamic/Compose/Common.php                                |    6 +-
 imp/lib/Dynamic/Mailbox.php                                       |   29 +-
 imp/lib/Imap.php                                                  |    2 +
 imp/lib/Imap/Config.php                                           |    6 +
 imp/lib/Quota/Ui.php                                              |   33 +-
 imp/lib/View/Subinfo.php                                          |    2 +-
 imp/locale/ko/LC_MESSAGES/imp.mo                                  |  Bin 44312 -> 46398 bytes
 imp/locale/ko/LC_MESSAGES/imp.po                                  | 1503 +----
 imp/package.xml                                                   |    2 +
 imp/templates/dynamic/compose.html.php                            |    8 +-
 imp/templates/minimal/compose.html.php                            |    2 +
 imp/templates/smartmobile/compose.html.php                        |    2 +
 imp/themes/default/dynamic/screen.css                             |    8 +
 ingo/locale/ko/LC_MESSAGES/ingo.mo                                |  Bin 16348 -> 22618 bytes
 ingo/locale/ko/LC_MESSAGES/ingo.po                                | 1455 +++--
 kronolith/config/prefs.php                                        |   11 +-
 kronolith/lib/Event.php                                           |   20 +-
 turba/locale/ko/LC_MESSAGES/turba.mo                              |  Bin 24040 -> 24040 bytes
 turba/locale/ko/LC_MESSAGES/turba.po                              |    4 +-
 65 files changed, 2045 insertions(+), 2582 deletions(-)

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




More information about the commits mailing list