[commits] Horde branch imp_6_2 updated. eaee3ee69c9504c626e75f1333d747fdcddd8fdb

Michael M Slusarz slusarz at horde.org
Tue Sep 24 19:54:13 UTC 2013


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

from: 1bff576ce9452b5d0ebf4eb553b09e50a6af6f95

ede418f [mms] Sort UID list before sending in QRESYNC parameter.
ac73108 package.xml fix
baec46c Add debug info when TLS connection is successfully negotiated
f7ef049 Add debug info when TLS connection is successfully negotiated
2dc6afa Ignore clicks on sent-mail drop-down for label purposes
0d65a8d [mms] Upgrade prototype.js to most recent git version (e3d5200cef3236b257ddcfb1eb3eabc5c586bedd).
2c28dfa [mms] Improved UI for dropping attachments on dynamic compose screen.
82d4676 [mms] Merge upstream updates to JsMin filter.
df78e44 Also location in search mailbox where a user-defined flag needs to be escaped
d05cee2 Fix CSS typo
5e9f4cf Use replyType() to make this easier to read
f5baa60 Fix search reset
22cdf75 phpdoc
202e24e [mms] Add Horde_Stream#__destruct().
68f0931 [mms] Add Horde_Stream#pos().
0ec7e96 [mms] Add Horde_Stream#rewind().
fc3d262 [mms] Add Horde_Stream#seek().
eff3d8a [mms] Add Horde_Stream#end().
d4af7ec [mms] Add Horde_Stream#eof().
6d18b74 optimize test creation
649bf52 [mms] Add support for parsing UTF-8 characters in stream via Horde_Stream#getChar().
9a8ace0 Add unit tests for new Horde_Stream methods
e2bcc2e [mms] Add Horde_Stream#close().
54404f2 This fixes DB tests for me
eaee3ee Merge branch 'master' into imp_6_2

Summary: http://github.com/horde/horde/compare/1bff576ce9452b5d0ebf4eb553b09e50a6af6f95...eaee3ee69c9504c626e75f1333d747fdcddd8fdb

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

commit ede418f2d337169588fb29a327f8a92961e9f155
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Sep 22 01:15:05 2013 -0600

    [mms] Sort UID list before sending in QRESYNC parameter.

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

http://github.com/horde/horde/commit/ede418f2d337169588fb29a327f8a92961e9f155
http://git.horde.org/horde-git/-/commit/ede418f2d337169588fb29a327f8a92961e9f155

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

commit ac73108a30343f5ad32bcd8aadaa125ddd2e8d94
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Sep 22 08:45:19 2013 -0600

    package.xml fix

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

http://github.com/horde/horde/commit/ac73108a30343f5ad32bcd8aadaa125ddd2e8d94
http://git.horde.org/horde-git/-/commit/ac73108a30343f5ad32bcd8aadaa125ddd2e8d94

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

commit baec46c3b4ce2e7931893994019d11c96a5c5982
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Sep 22 08:49:40 2013 -0600

    Add debug info when TLS connection is successfully negotiated

 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php      |    2 ++
 framework/Imap_Client/lib/Horde/Imap/Client/Socket/Pop3.php |    1 +
 2 files changed, 3 insertions(+), 0 deletions(-)

http://github.com/horde/horde/commit/baec46c3b4ce2e7931893994019d11c96a5c5982
http://git.horde.org/horde-git/-/commit/baec46c3b4ce2e7931893994019d11c96a5c5982

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

commit f7ef049a6987d1e7cd1e2fabe0bdc45d19d3352e
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Sep 22 08:50:40 2013 -0600

    Add debug info when TLS connection is successfully negotiated

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

http://github.com/horde/horde/commit/f7ef049a6987d1e7cd1e2fabe0bdc45d19d3352e
http://git.horde.org/horde-git/-/commit/f7ef049a6987d1e7cd1e2fabe0bdc45d19d3352e

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

commit 2dc6afaaa0f34d3bc546668392e1691152b748a4
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Sep 22 13:01:25 2013 -0600

    Ignore clicks on sent-mail drop-down for label purposes

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

http://github.com/horde/horde/commit/2dc6afaaa0f34d3bc546668392e1691152b748a4
http://git.horde.org/horde-git/-/commit/2dc6afaaa0f34d3bc546668392e1691152b748a4

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

commit 0d65a8d5cc2c1e583d984ea1c4d279067e8d2fa5
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Sep 22 14:58:27 2013 -0600

    [mms] Upgrade prototype.js to most recent git version (e3d5200cef3236b257ddcfb1eb3eabc5c586bedd).

 framework/Core/js/prototype.js |   36 +++++++++++++++++++++++-------------
 framework/Core/package.xml     |    2 ++
 2 files changed, 25 insertions(+), 13 deletions(-)

http://github.com/horde/horde/commit/0d65a8d5cc2c1e583d984ea1c4d279067e8d2fa5
http://git.horde.org/horde-git/-/commit/0d65a8d5cc2c1e583d984ea1c4d279067e8d2fa5

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

commit 2c28dfa6d8e9130d3fee5bb819537ff483f5f62c
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Sep 22 17:47:08 2013 -0600

    [mms] Improved UI for dropping attachments on dynamic compose screen.

 imp/docs/CHANGES                       |    1 +
 imp/js/compose-dimp.js                 |    3 +-
 imp/js/draghandler.js                  |   39 ++++++++++++++++---------------
 imp/package.xml                        |    2 +
 imp/templates/dynamic/compose.html.php |   26 +++++++++++---------
 imp/themes/default/dynamic/screen.css  |   11 +++++++-
 6 files changed, 48 insertions(+), 34 deletions(-)

http://github.com/horde/horde/commit/2c28dfa6d8e9130d3fee5bb819537ff483f5f62c
http://git.horde.org/horde-git/-/commit/2c28dfa6d8e9130d3fee5bb819537ff483f5f62c

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

commit 82d4676e73c320b5b600fed543ec833a808cff65
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Sep 22 23:52:57 2013 -0600

    [mms] Merge upstream updates to JsMin filter.

 .../Text_Filter/lib/Horde/Text/Filter/JavascriptMinify/JsMin.php  |  103 +++--
 framework/Text_Filter/package.xml                                 |    4 +-
 framework/Text_Filter/test/Horde/Text/Filter/JsminTest.php        |   34 ++
 3 files changed, 90 insertions(+), 51 deletions(-)

http://github.com/horde/horde/commit/82d4676e73c320b5b600fed543ec833a808cff65
http://git.horde.org/horde-git/-/commit/82d4676e73c320b5b600fed543ec833a808cff65

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

commit df78e44583a5b046684cf2fe2a649e4162fd50de
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Sep 23 12:48:51 2013 -0600

    Also location in search mailbox where a user-defined flag needs to be escaped

 imp/docs/CHANGES                     |    4 ++--
 imp/js/search.js                     |    2 +-
 imp/lib/Basic/Search.php             |    1 +
 imp/package.xml                      |    4 ++--
 imp/templates/search/search.html.php |    6 +++---
 5 files changed, 9 insertions(+), 8 deletions(-)

http://github.com/horde/horde/commit/df78e44583a5b046684cf2fe2a649e4162fd50de
http://git.horde.org/horde-git/-/commit/df78e44583a5b046684cf2fe2a649e4162fd50de

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

commit d05cee26152a79c2c836d10e7a93b4c40cccdece
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Sep 23 14:33:49 2013 -0600

    Fix CSS typo

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

http://github.com/horde/horde/commit/d05cee26152a79c2c836d10e7a93b4c40cccdece
http://git.horde.org/horde-git/-/commit/d05cee26152a79c2c836d10e7a93b4c40cccdece

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

commit 5e9f4cf1bf3a35fd42d52bbf920f6a16d3acbe73
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Sep 23 23:13:17 2013 -0600

    Use replyType() to make this easier to read

 imp/lib/Compose.php |   16 +++++-----------
 1 files changed, 5 insertions(+), 11 deletions(-)

http://github.com/horde/horde/commit/5e9f4cf1bf3a35fd42d52bbf920f6a16d3acbe73
http://git.horde.org/horde-git/-/commit/5e9f4cf1bf3a35fd42d52bbf920f6a16d3acbe73

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

commit f5baa60d9fdfd066be9c2612fc5911d288d63321
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Sep 24 00:50:03 2013 -0600

    Fix search reset

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

http://github.com/horde/horde/commit/f5baa60d9fdfd066be9c2612fc5911d288d63321
http://git.horde.org/horde-git/-/commit/f5baa60d9fdfd066be9c2612fc5911d288d63321

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

commit 22cdf75ddbe97926342f15d4910d560a4e1eb190
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Sep 24 02:01:16 2013 -0600

    phpdoc

 framework/Stream/lib/Horde/Stream.php           |   22 +++++++++++++------
 framework/Stream/lib/Horde/Stream/Exception.php |   20 ++++++++++++-----
 framework/Stream/lib/Horde/Stream/Existing.php  |   26 +++++++++++++++--------
 framework/Stream/lib/Horde/Stream/Temp.php      |   20 ++++++++++++-----
 4 files changed, 60 insertions(+), 28 deletions(-)

http://github.com/horde/horde/commit/22cdf75ddbe97926342f15d4910d560a4e1eb190
http://git.horde.org/horde-git/-/commit/22cdf75ddbe97926342f15d4910d560a4e1eb190

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

commit 202e24e51af8b795d23f6cfa8c8226cf37c379ad
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Sep 24 03:37:06 2013 -0600

    [mms] Add Horde_Stream#__destruct().

 framework/Stream/lib/Horde/Stream.php               |   12 ++++++++++++
 framework/Stream/package.xml                        |   12 ++++++------
 framework/Stream/test/Horde/Stream/ExistingTest.php |    2 +-
 framework/Stream/test/Horde/Stream/TempTest.php     |    2 +-
 4 files changed, 20 insertions(+), 8 deletions(-)

http://github.com/horde/horde/commit/202e24e51af8b795d23f6cfa8c8226cf37c379ad
http://git.horde.org/horde-git/-/commit/202e24e51af8b795d23f6cfa8c8226cf37c379ad

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

commit 68f0931f82933d26fac1f264df323f627c0a45c9
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Sep 24 03:41:10 2013 -0600

    [mms] Add Horde_Stream#pos().

 framework/Stream/lib/Horde/Stream.php               |   54 ++++++++++++++++++-
 framework/Stream/package.xml                        |    2 +
 framework/Stream/test/Horde/Stream/ExistingTest.php |   28 +++++-----
 framework/Stream/test/Horde/Stream/TempTest.php     |   22 ++++----
 4 files changed, 79 insertions(+), 27 deletions(-)

http://github.com/horde/horde/commit/68f0931f82933d26fac1f264df323f627c0a45c9
http://git.horde.org/horde-git/-/commit/68f0931f82933d26fac1f264df323f627c0a45c9

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

commit 0ec7e961fb7722342edbb5010f73f22626068945
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Sep 24 03:41:30 2013 -0600

    [mms] Add Horde_Stream#rewind().

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

http://github.com/horde/horde/commit/0ec7e961fb7722342edbb5010f73f22626068945
http://git.horde.org/horde-git/-/commit/0ec7e961fb7722342edbb5010f73f22626068945

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

commit fc3d262e1d2b40c165854ea2a166e96281f4499f
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Sep 24 03:41:34 2013 -0600

    [mms] Add Horde_Stream#seek().

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

http://github.com/horde/horde/commit/fc3d262e1d2b40c165854ea2a166e96281f4499f
http://git.horde.org/horde-git/-/commit/fc3d262e1d2b40c165854ea2a166e96281f4499f

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

commit eff3d8a9791a96bb79bc3987f7b9b4ba5a9b1334
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Sep 24 03:41:38 2013 -0600

    [mms] Add Horde_Stream#end().

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

http://github.com/horde/horde/commit/eff3d8a9791a96bb79bc3987f7b9b4ba5a9b1334
http://git.horde.org/horde-git/-/commit/eff3d8a9791a96bb79bc3987f7b9b4ba5a9b1334

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

commit d4af7ec0a9175498e62e07580c4acb685fcb7b51
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Sep 24 12:25:13 2013 -0600

    [mms] Add Horde_Stream#eof().

 framework/Stream/lib/Horde/Stream.php |   12 ++++++++++++
 framework/Stream/package.xml          |    2 ++
 2 files changed, 14 insertions(+), 0 deletions(-)

http://github.com/horde/horde/commit/d4af7ec0a9175498e62e07580c4acb685fcb7b51
http://git.horde.org/horde-git/-/commit/d4af7ec0a9175498e62e07580c4acb685fcb7b51

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

commit 6d18b745001531babe117ad10002f684843ab558
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Sep 24 03:44:04 2013 -0600

    optimize test creation

 framework/Stream/test/Horde/Stream/TempTest.php |   18 +++++++-----------
 1 files changed, 7 insertions(+), 11 deletions(-)

http://github.com/horde/horde/commit/6d18b745001531babe117ad10002f684843ab558
http://git.horde.org/horde-git/-/commit/6d18b745001531babe117ad10002f684843ab558

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

commit 649bf5217d894617dae9980375bac58da52726d7
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Sep 24 03:44:18 2013 -0600

    [mms] Add support for parsing UTF-8 characters in stream via Horde_Stream#getChar().

 framework/Stream/lib/Horde/Stream.php               |   59 +++++++++++++++++--
 framework/Stream/package.xml                        |    2 +
 framework/Stream/test/Horde/Stream/ExistingTest.php |    4 +-
 framework/Stream/test/Horde/Stream/TempTest.php     |   54 ++++++++++++++++-
 4 files changed, 107 insertions(+), 12 deletions(-)

http://github.com/horde/horde/commit/649bf5217d894617dae9980375bac58da52726d7
http://git.horde.org/horde-git/-/commit/649bf5217d894617dae9980375bac58da52726d7

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

commit 9a8ace0aec21eb2ccf978bac80f04adb56e308d2
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Sep 24 12:39:17 2013 -0600

    Add unit tests for new Horde_Stream methods

 framework/Stream/test/Horde/Stream/TempTest.php |   73 +++++++++++++++++++++++
 1 files changed, 73 insertions(+), 0 deletions(-)

http://github.com/horde/horde/commit/9a8ace0aec21eb2ccf978bac80f04adb56e308d2
http://git.horde.org/horde-git/-/commit/9a8ace0aec21eb2ccf978bac80f04adb56e308d2

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

commit e2bcc2e3e13279992e6f2360290deb96d01fe3a0
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Sep 24 13:15:18 2013 -0600

    [mms] Add Horde_Stream#close().
    
    Can't automatically close in destruct(), since we allow public access to
    the stream resource and that resource may still be used somewhere.
    
    For 2.0, should make stream a private member variable and require access
    via the Horde_Stream API instead.

 framework/Stream/lib/Horde/Stream.php               |   24 +++++++++---------
 framework/Stream/package.xml                        |    2 +
 framework/Stream/test/Horde/Stream/ExistingTest.php |    2 +-
 framework/Stream/test/Horde/Stream/TempTest.php     |    2 +-
 4 files changed, 16 insertions(+), 14 deletions(-)

http://github.com/horde/horde/commit/e2bcc2e3e13279992e6f2360290deb96d01fe3a0
http://git.horde.org/horde-git/-/commit/e2bcc2e3e13279992e6f2360290deb96d01fe3a0

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

commit 54404f27c5397ddbf3c2ee503fe754a885012c2a
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Sep 24 13:33:24 2013 -0600

    This fixes DB tests for me
    
    Mysql tests were trying to be run for me, even though I don't have mysql
    on my system.

 framework/Db/test/Horde/Db/Adapter/MysqlTest.php  |    6 +++---
 framework/Db/test/Horde/Db/Adapter/MysqliTest.php |    6 +++---
 framework/Db/test/Horde/Db/Adapter/TestBase.php   |    5 +++--
 3 files changed, 9 insertions(+), 8 deletions(-)

http://github.com/horde/horde/commit/54404f27c5397ddbf3c2ee503fe754a885012c2a
http://git.horde.org/horde-git/-/commit/54404f27c5397ddbf3c2ee503fe754a885012c2a

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

commit eaee3ee69c9504c626e75f1333d747fdcddd8fdb
Merge: 1bff576 54404f2
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Sep 24 13:54:01 2013 -0600

    Merge branch 'master' into imp_6_2
    
    Conflicts:
    	imp/package.xml

 framework/Core/js/prototype.js                                    |   36 +-
 framework/Core/package.xml                                        |    2 +
 framework/Db/test/Horde/Db/Adapter/MysqlTest.php                  |    6 +-
 framework/Db/test/Horde/Db/Adapter/MysqliTest.php                 |    6 +-
 framework/Db/test/Horde/Db/Adapter/TestBase.php                   |    5 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php            |    4 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Socket/Pop3.php       |    1 +
 framework/Imap_Client/package.xml                                 |    2 +
 framework/Smtp/lib/Horde/Smtp.php                                 |    2 +
 framework/Stream/lib/Horde/Stream.php                             |  165 ++++-
 framework/Stream/lib/Horde/Stream/Exception.php                   |   20 +-
 framework/Stream/lib/Horde/Stream/Existing.php                    |   26 +-
 framework/Stream/lib/Horde/Stream/Temp.php                        |   20 +-
 framework/Stream/package.xml                                      |   26 +-
 framework/Stream/test/Horde/Stream/ExistingTest.php               |   34 +-
 framework/Stream/test/Horde/Stream/TempTest.php                   |  169 ++++-
 .../Text_Filter/lib/Horde/Text/Filter/JavascriptMinify/JsMin.php  |  103 ++--
 framework/Text_Filter/package.xml                                 |    4 +-
 framework/Text_Filter/test/Horde/Text/Filter/JsminTest.php        |   34 +
 horde/themes/default/screen.css                                   |    2 +-
 imp/docs/CHANGES                                                  |    5 +-
 imp/js/compose-dimp.js                                            |    5 +-
 imp/js/draghandler.js                                             |   39 +-
 imp/js/search.js                                                  |    4 +-
 imp/lib/Basic/Search.php                                          |    1 +
 imp/lib/Compose.php                                               |   16 +-
 imp/package.xml                                                   |    3 +-
 imp/templates/dynamic/compose.html.php                            |   26 +-
 imp/templates/search/search.html.php                              |    6 +-
 imp/themes/default/dynamic/screen.css                             |   11 +-
 30 files changed, 569 insertions(+), 214 deletions(-)

http://github.com/horde/horde/commit/eaee3ee69c9504c626e75f1333d747fdcddd8fdb
http://git.horde.org/horde-git/-/commit/eaee3ee69c9504c626e75f1333d747fdcddd8fdb




More information about the commits mailing list