[commits] Horde branch imp_6_1 updated. d704918595bd26308673f4948093f70619072e26

Michael M Slusarz slusarz at horde.org
Thu Mar 28 04:34:57 UTC 2013


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

from: 69537beaacaea95f8152d30fc20486edabe01908

0a582a1 [mms] Smartmobile view now honors the current CSS caching configuration.
30ef53c This variable is already defined
cab9239 Released Horde_Imap_Client-2.8.0
93cab52 Development mode for Horde_Imap_Client-2.8.1
6d6406e Revert "[mms] Use more efficient date sorting algorithm as the default choice."
935c114 Default sort should be sequence sort, since it is the least expensive sorting algorithm
51a2e3b More accurate description of sequence sort
f93b4be Bug #12139: Correct usage of arrival vs. sequence for sorting
99fbb5c [mms] Upgrade jQuery Mobile to v1.2.1/jQuery Core to v1.8.3.
16bcd1d Mark this package as stable
ae21d3a add changelog entries
82dfe15 [mms] Round up size output in Horde_Mime_Part#getSize().
886076f Round up formatted number if we are not showing decimals
01759b9 Fix phpdoc
78613ad [mms] Switching from HTML to text in dynamic compose view must be a synchronous operation, or else HTML tags may appear in compose window.
50f1505 [mms] Correctly quote forbidden characters in MIME parameter data (Bug #12127).
06ef95d phpdoc
537347a [mms] Need to always add charset information to MIME encoded parameters if they are not displayable in pure US-ASCII (Bug #12127).
8e2fe3e [mms] Only use non-ASCII in MIME parameters when absolutely necessary.
da81a37 [mms] More accurate/comprehensive Horde_Mime::is8bit() check (Bug #12127).
371c281 Forgot to commit this test fix
065c0e2 [mms] Null characters are no longer allowed in e-mail headers as of RFC 2822.
f1c8458 Fix returning stream if requested (Bug #12142)
d704918 Merge branch 'master' into imp_6_1

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

commit 0a582a18b911444a7f21fd254d59e4861b98091f
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Mar 26 14:35:28 2013 -0600

    [mms] Smartmobile view now honors the current CSS caching configuration.

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

http://git.horde.org/horde-git/-/commit/0a582a18b911444a7f21fd254d59e4861b98091f

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

commit 30ef53cd243db92c3181ea5340e79749320679ab
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Mar 26 15:18:55 2013 -0600

    This variable is already defined

 imp/lib/Mime/Viewer/Html.php |    2 +-
 imp/lib/Mime/Viewer/Pgp.php  |    6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

http://git.horde.org/horde-git/-/commit/30ef53cd243db92c3181ea5340e79749320679ab

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

commit cab923941cdf37560f8c2c3c26d3677dbb393883
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Mar 26 15:27:32 2013 -0600

    Released Horde_Imap_Client-2.8.0

 framework/Imap_Client/package.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

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

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

commit 93cab52730e3eb256fb4d0603c88f79647c99ba3
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Mar 26 15:27:32 2013 -0600

    Development mode for Horde_Imap_Client-2.8.1

 framework/Imap_Client/package.xml |   21 ++++++++++++++++-----
 1 files changed, 16 insertions(+), 5 deletions(-)

http://git.horde.org/horde-git/-/commit/93cab52730e3eb256fb4d0603c88f79647c99ba3

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

commit 6d6406e52ae6eafb347fcc1e096e0868c16bd938
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Mar 26 16:40:36 2013 -0600

    Revert "[mms] Use more efficient date sorting algorithm as the default choice."
    
    This reverts commit 4c184a38944a62e3cbd892fe384eb3b80e0b3a42.
    
    Conflicts:
    	imp/docs/CHANGES
    	imp/package.xml
    
    On further reflection: this is not a valid change.  Sequence sort is the
    order in which messages were processed by the IMAP server.  It is not
    directly related to when a message was received on the server.

 imp/config/prefs.php                      |    4 ++--
 imp/docs/CHANGES                          |    1 -
 imp/lib/LoginTasks/SystemTask/Upgrade.php |   19 +------------------
 imp/lib/Prefs/Sort/Sortpref.php           |    2 +-
 imp/package.xml                           |    2 --
 imp/rss.php                               |    2 +-
 6 files changed, 5 insertions(+), 25 deletions(-)

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

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

commit 935c114631e1aed633d39fb25f9ccf3de3948871
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Mar 26 16:43:54 2013 -0600

    Default sort should be sequence sort, since it is the least expensive sorting algorithm

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

http://git.horde.org/horde-git/-/commit/935c114631e1aed633d39fb25f9ccf3de3948871

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

commit 51a2e3b3c26ab3d74c77787edab1095510327a9f
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Mar 26 16:46:30 2013 -0600

    More accurate description of sequence sort

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

http://git.horde.org/horde-git/-/commit/51a2e3b3c26ab3d74c77787edab1095510327a9f

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

commit f93b4be4374ec426f8dcdec41273384d4c9c7e42
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Mar 26 16:54:17 2013 -0600

    Bug #12139: Correct usage of arrival vs. sequence for sorting

 imp/js/dimpbase.js          |    2 +-
 imp/lib/Dynamic/Mailbox.php |    9 ++++++---
 2 files changed, 7 insertions(+), 4 deletions(-)

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

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

commit 99fbb5c634e3eb49e6249ccc4c6af743009c007a
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Mar 26 19:02:56 2013 -0600

    [mms] Upgrade jQuery Mobile to v1.2.1/jQuery Core to v1.8.3.
    
    Bugfixing incremental releases

 framework/Core/js/jquery.mobile/jquery.js             | 3440 +++++++++--------
 framework/Core/js/jquery.mobile/jquery.min.js         |    4 +-
 framework/Core/js/jquery.mobile/jquery.mobile.js      |  373 ++-
 framework/Core/js/jquery.mobile/jquery.mobile.min.css |    4 +-
 framework/Core/js/jquery.mobile/jquery.mobile.min.js  |    4 +-
 framework/Core/package.xml                            |    2 +
 6 files changed, 2028 insertions(+), 1799 deletions(-)

http://git.horde.org/horde-git/-/commit/99fbb5c634e3eb49e6249ccc4c6af743009c007a

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

commit 16bcd1d2f86fbb191ee4492c641c4e93f50e4a17
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Mar 26 19:51:00 2013 -0600

    Mark this package as stable

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

http://git.horde.org/horde-git/-/commit/16bcd1d2f86fbb191ee4492c641c4e93f50e4a17

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

commit ae21d3abe25cb312eb6f924ef95fa9883a1500af
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Mar 26 19:52:19 2013 -0600

    add changelog entries

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

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

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

commit 82dfe153975f693f82ec90dd392d98dbd76a37cc
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Mar 27 15:40:04 2013 -0600

    [mms] Round up size output in Horde_Mime_Part#getSize().

 framework/Mime/lib/Horde/Mime/Part.php |    2 +-
 framework/Mime/package.xml             |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/82dfe153975f693f82ec90dd392d98dbd76a37cc

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

commit 886076fc78a8f2c7eb8e9e295b83ce004f3b0f93
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Mar 27 15:43:10 2013 -0600

    Round up formatted number if we are not showing decimals

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

http://git.horde.org/horde-git/-/commit/886076fc78a8f2c7eb8e9e295b83ce004f3b0f93

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

commit 01759b903b4c4f44f4c269b9eb2dc79652517554
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Mar 27 16:00:26 2013 -0600

    Fix phpdoc

 framework/Mime/lib/Horde/Mime/Translation.php  |   14 ++++++++++----
 framework/Mime/lib/Horde/Mime/mime.mapping.php |    8 ++++----
 2 files changed, 14 insertions(+), 8 deletions(-)

http://git.horde.org/horde-git/-/commit/01759b903b4c4f44f4c269b9eb2dc79652517554

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

commit 78613ad446040972f32d8f4ce69ef3d1c8e2e762
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Mar 27 16:47:13 2013 -0600

    [mms] Switching from HTML to text in dynamic compose view must be a synchronous operation, or else HTML tags may appear in compose window.

 imp/docs/CHANGES       |    2 ++
 imp/js/compose-dimp.js |    1 +
 imp/package.xml        |    2 ++
 3 files changed, 5 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/78613ad446040972f32d8f4ce69ef3d1c8e2e762

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

commit 50f1505733f3455acd897142186abe5f8f84788d
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Mar 27 19:52:57 2013 -0600

    [mms] Correctly quote forbidden characters in MIME parameter data (Bug #12127).

 framework/Mime/doc/Horde/Mime/UPGRADING     |   11 ++++++++++
 framework/Mime/lib/Horde/Mime.php           |   29 +++++++++++++++++---------
 framework/Mime/package.xml                  |   11 ++++++---
 framework/Mime/test/Horde/Mime/MimeTest.php |    8 +++++++
 4 files changed, 45 insertions(+), 14 deletions(-)

http://git.horde.org/horde-git/-/commit/50f1505733f3455acd897142186abe5f8f84788d

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

commit 06ef95db51f3954f15d6ae96c168446b2cea8f46
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Mar 27 19:53:12 2013 -0600

    phpdoc

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

http://git.horde.org/horde-git/-/commit/06ef95db51f3954f15d6ae96c168446b2cea8f46

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

commit 537347aa29977d7337d8afbe597f663d70277a30
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Mar 27 19:54:26 2013 -0600

    [mms] Need to always add charset information to MIME encoded parameters if they are not displayable in pure US-ASCII (Bug #12127).

 framework/Mime/lib/Horde/Mime.php           |   10 ++++++----
 framework/Mime/package.xml                  |    1 +
 framework/Mime/test/Horde/Mime/MimeTest.php |   19 +++++++++++++++++++
 3 files changed, 26 insertions(+), 4 deletions(-)

http://git.horde.org/horde-git/-/commit/537347aa29977d7337d8afbe597f663d70277a30

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

commit 8e2fe3e2d3bfb9c491ea57a734ce4624a7181792
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Mar 27 20:32:21 2013 -0600

    [mms] Only use non-ASCII in MIME parameters when absolutely necessary.

 framework/Mime/lib/Horde/Mime.php           |   19 +++++++++++++------
 framework/Mime/package.xml                  |    2 ++
 framework/Mime/test/Horde/Mime/MimeTest.php |   14 ++++++++++++--
 3 files changed, 27 insertions(+), 8 deletions(-)

http://git.horde.org/horde-git/-/commit/8e2fe3e2d3bfb9c491ea57a734ce4624a7181792

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

commit da81a37bbd0c14338746efcafc5d3670d27e80ef
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Mar 27 20:43:21 2013 -0600

    [mms] More accurate/comprehensive Horde_Mime::is8bit() check (Bug #12127).

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

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

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

commit 371c281e2f3c5ebb0119980ea7c05d1d2c42b1ca
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Mar 27 20:55:55 2013 -0600

    Forgot to commit this test fix

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

http://git.horde.org/horde-git/-/commit/371c281e2f3c5ebb0119980ea7c05d1d2c42b1ca

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

commit 065c0e226b8a9680437280d4320aa9d8396b4c94
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Mar 27 21:00:44 2013 -0600

    [mms] Null characters are no longer allowed in e-mail headers as of RFC 2822.

 framework/Mime/lib/Horde/Mime.php           |    6 ++++--
 framework/Mime/package.xml                  |    2 ++
 framework/Mime/test/Horde/Mime/MimeTest.php |    8 ++++++++
 3 files changed, 14 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/065c0e226b8a9680437280d4320aa9d8396b4c94

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

commit f1c84583504f142ca37eae1b9dcda3b99dab801c
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Mar 27 22:18:44 2013 -0600

    Fix returning stream if requested (Bug #12142)

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

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

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

commit d704918595bd26308673f4948093f70619072e26
Merge: 69537be f1c8458
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Mar 27 22:33:55 2013 -0600

    Merge branch 'master' into imp_6_1
    
    Conflicts:
    	imp/docs/CHANGES
    	imp/js/compose-dimp.js
    	imp/lib/LoginTasks/SystemTask/Upgrade.php
    	imp/package.xml

 framework/Core/js/jquery.mobile/jquery.js             | 3440 +++++++++--------
 framework/Core/js/jquery.mobile/jquery.min.js         |    4 +-
 framework/Core/js/jquery.mobile/jquery.mobile.js      |  373 ++-
 framework/Core/js/jquery.mobile/jquery.mobile.min.css |    4 +-
 framework/Core/js/jquery.mobile/jquery.mobile.min.js  |    4 +-
 framework/Core/lib/Horde/PageOutput.php               |    1 -
 framework/Core/package.xml                            |    4 +
 framework/Imap_Client/package.xml                     |   25 +-
 framework/Mime/doc/Horde/Mime/UPGRADING               |   11 +
 framework/Mime/lib/Horde/Mime.php                     |   83 +-
 framework/Mime/lib/Horde/Mime/Part.php                |    2 +-
 framework/Mime/lib/Horde/Mime/Translation.php         |   14 +-
 framework/Mime/lib/Horde/Mime/mime.mapping.php        |    8 +-
 framework/Mime/package.xml                            |   22 +-
 framework/Mime/test/Horde/Mime/MimeTest.php           |   45 +
 framework/lz4/package.xml                             |   17 +-
 imp/config/prefs.php                                  |    6 +-
 imp/docs/CHANGES                                      |    3 +-
 imp/js/compose-dimp.js                                |    1 +
 imp/js/dimpbase.js                                    |    2 +-
 imp/lib/Contents.php                                  |    2 +-
 imp/lib/Dynamic/Mailbox.php                           |    9 +-
 imp/lib/IMP.php                                       |    2 +-
 imp/lib/LoginTasks/SystemTask/Upgrade.php             |   17 -
 imp/lib/Mime/Viewer/Html.php                          |    2 +-
 imp/lib/Mime/Viewer/Pgp.php                           |    6 +-
 imp/package.xml                                       |    2 +-
 imp/rss.php                                           |    2 +-
 28 files changed, 2212 insertions(+), 1899 deletions(-)

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




More information about the commits mailing list