[commits] Horde branch imp_6_1 updated. b0456ae8f75e08473afe25de94150490a7a46d64

Michael M Slusarz slusarz at horde.org
Mon Jan 28 20:58:10 UTC 2013


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

from: b9fda61739742b232462f0a92f1ec21edebdbb94

b066413 This needs to be 2.6.0, since 2.5.0 has already been released
0456063 [mms] Workaround QRESYNC errata that allows FETCH FLAGS results to be returned without UID information.
6a3f56d Need to catch Horde_Exception_NotFound also
41b7f12 DTEND is non-inclusive.
cec7614 [mms] Fix regression in parsing LISTRIGHTS results (Bug #11994).
5ac8499 More robust/complete IMAP response syntax checking
72c8c35 Merge branch 'master' into imp_6_1
03662bb Add missing mapping for manager name. Add support for phonetic names.
637b051 No way in hell we can recommend Courier anymore. It is simply not good software
59a6d82 Although in general, it is hard to recommend anything other than Cyrus/Dovecot to give reasonable performance
60de061 Bug #11998: Fix occasionally disappearing statusbar
e8913d4 [mms] Horde_Prefs_Identity#getDefaultFromAddress() now returns a Horde_Mail_Rfc822_Address object.
666a322 Not needed - this is already done for us in Horde_Core_Factory_Identity
dfd72de Bug #11997: Catch mail sending exception when downloading linked attachment
d4c6dcf Move paste plugin -> pasteignore
b0456ae Merge branch 'master' into imp_6_1

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

commit b066413c7fcbddae4a330717cf0596e31af416f2
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Jan 25 11:53:59 2013 -0700

    This needs to be 2.6.0, since 2.5.0 has already been released

 framework/Imap_Client/doc/Horde/Imap/Client/UPGRADING         |   12 ++++++---
 framework/Imap_Client/lib/Horde/Imap/Client/Fetch/Results.php |    2 +-
 framework/Imap_Client/package.xml                             |    8 +++---
 3 files changed, 13 insertions(+), 9 deletions(-)

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

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

commit 0456063feb0e0b1266ab9e40fdc12724520ec0e2
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Jan 25 12:27:04 2013 -0700

    [mms] Workaround QRESYNC errata that allows FETCH FLAGS results to be returned without UID information.

 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php       |   38 ++++++++++
 framework/Imap_Client/package.xml                            |    2 +
 framework/Imap_Client/test/Horde/Imap/Client/SocketTest.php  |   24 ++++++
 framework/Imap_Client/test/Horde/Imap/Client/Stub/Socket.php |    6 ++
 4 files changed, 70 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/0456063feb0e0b1266ab9e40fdc12724520ec0e2

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

commit 6a3f56d337b4d9f86c400c92dcb7957258d170ba
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Sat Jan 26 00:17:28 2013 -0500

    Need to catch Horde_Exception_NotFound also

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

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

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

commit 41b7f1264814bcaa9207f0c1e4af1d456bbccc17
Author: Jan Schneider <jan at horde.org>
Date:   Sat Jan 26 13:44:25 2013 +0100

    DTEND is non-inclusive.

 imp/docs/CHANGES             |    1 +
 imp/lib/Mime/Viewer/Itip.php |    4 ++--
 imp/package.xml              |    2 ++
 3 files changed, 5 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/41b7f1264814bcaa9207f0c1e4af1d456bbccc17

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

commit cec76144f49a96b061c92cbf37bc73c1f4c5e142
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Jan 27 05:45:45 2013 -0700

    [mms] Fix regression in parsing LISTRIGHTS results (Bug #11994).

 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php       |    2 -
 framework/Imap_Client/package.xml                            |    2 +
 framework/Imap_Client/test/Horde/Imap/Client/SocketTest.php  |   33 ++++++++++
 framework/Imap_Client/test/Horde/Imap/Client/Stub/Socket.php |   18 +++++
 4 files changed, 53 insertions(+), 2 deletions(-)

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

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

commit 5ac84994a4c72c1fa1f32e6f60c17e6d8ed7fd1a
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Jan 27 05:58:06 2013 -0700

    More robust/complete IMAP response syntax checking

 framework/Imap_Client/test/Horde/Imap/Client/SocketTest.php  |   15 ++--
 framework/Imap_Client/test/Horde/Imap/Client/Stub/Socket.php |   53 ++++------
 2 files changed, 30 insertions(+), 38 deletions(-)

http://git.horde.org/horde-git/-/commit/5ac84994a4c72c1fa1f32e6f60c17e6d8ed7fd1a

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

commit 72c8c35c5d1499e8983b896f8f60ac08a5d3f5d9
Merge: b9fda61 5ac8499
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Jan 27 06:11:15 2013 -0700

    Merge branch 'master' into imp_6_1
    
    Conflicts:
    	imp/docs/CHANGES
    	imp/package.xml

 ansel/lib/Ansel.php                                           |    2 +-
 framework/Imap_Client/doc/Horde/Imap/Client/UPGRADING         |   12 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Fetch/Results.php |    2 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php        |   40 +++++-
 framework/Imap_Client/package.xml                             |   12 +-
 framework/Imap_Client/test/Horde/Imap/Client/SocketTest.php   |   66 ++++++++-
 framework/Imap_Client/test/Horde/Imap/Client/Stub/Socket.php  |   63 +++++---
 imp/docs/CHANGES                                              |    1 +
 imp/lib/Mime/Viewer/Itip.php                                  |    4 +-
 imp/package.xml                                               |    1 +
 10 files changed, 161 insertions(+), 42 deletions(-)

http://git.horde.org/horde-git/-/commit/72c8c35c5d1499e8983b896f8f60ac08a5d3f5d9

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

commit 03662bbcfeab6725b198751456901e5612d6adfb
Author: Torben Dannhauer <torben at dannhauer.info>
Date:   Mon Jan 28 12:10:15 2013 -0500

    Add missing mapping for manager name. Add support for phonetic names.
    
    Bug: 11995
    Signed-off-by: Michael J Rubinsky <mrubinsk at horde.org>

 turba/config/attributes.php |   12 ++++++++++++
 turba/lib/Driver.php        |    3 +++
 2 files changed, 15 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/03662bbcfeab6725b198751456901e5612d6adfb

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

commit 637b051475a7341b265a020030924c2f6e15e774
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Jan 28 11:07:57 2013 -0700

    No way in hell we can recommend Courier anymore. It is simply not good software

 imp/docs/INSTALL |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/637b051475a7341b265a020030924c2f6e15e774

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

commit 59a6d82a39eb7a1cf5a0d269b3778583a448cdde
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Jan 28 11:16:06 2013 -0700

    Although in general, it is hard to recommend anything other than Cyrus/Dovecot to give reasonable performance
    
    And no reason to give ANY sort of mention of installing a POP3 server.

 imp/docs/INSTALL |   13 ++++---------
 1 files changed, 4 insertions(+), 9 deletions(-)

http://git.horde.org/horde-git/-/commit/59a6d82a39eb7a1cf5a0d269b3778583a448cdde

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

commit 60de0614d69756e052bb6f1ae72e50e51def7701
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Jan 28 12:20:05 2013 -0700

    Bug #11998: Fix occasionally disappearing statusbar

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

http://git.horde.org/horde-git/-/commit/60de0614d69756e052bb6f1ae72e50e51def7701

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

commit e8913d4a5152c7f8c7ba654b314f3020933d89d8
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Jan 28 12:36:33 2013 -0700

    [mms] Horde_Prefs_Identity#getDefaultFromAddress() now returns a Horde_Mail_Rfc822_Address object.

 framework/Prefs/lib/Horde/Prefs/Identity.php |   20 +++++++-------------
 framework/Prefs/package.xml                  |   10 ++++++----
 2 files changed, 13 insertions(+), 17 deletions(-)

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

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

commit 666a3229556d7d153587e96697d44c1388c90b2f
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Jan 28 12:40:37 2013 -0700

    Not needed - this is already done for us in Horde_Core_Factory_Identity
    
    Bug #11997

 imp/attachment.php |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

http://git.horde.org/horde-git/-/commit/666a3229556d7d153587e96697d44c1388c90b2f

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

commit dfd72ded5877647720fc160757f08a939d13e863
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Jan 28 12:41:55 2013 -0700

    Bug #11997: Catch mail sending exception when downloading linked attachment

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

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

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

commit d4c6dcf73c66f2ed98e9c0925a1a13e383d5373c
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Jan 28 13:57:44 2013 -0700

    Move paste plugin -> pasteignore

 imp/js/ckeditor/paste.js               |   24 ------------------------
 imp/js/ckeditor/pasteignore.js         |   24 ++++++++++++++++++++++++
 imp/lib/Script/Package/ComposeBase.php |    6 +++---
 imp/package.xml                        |    8 ++++----
 4 files changed, 31 insertions(+), 31 deletions(-)
 delete mode 100644 imp/js/ckeditor/paste.js
 create mode 100644 imp/js/ckeditor/pasteignore.js

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

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

commit b0456ae8f75e08473afe25de94150490a7a46d64
Merge: d4c6dcf dfd72de
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Jan 28 13:57:53 2013 -0700

    Merge branch 'master' into imp_6_1

 framework/Prefs/lib/Horde/Prefs/Identity.php |   20 +++++++-------------
 framework/Prefs/package.xml                  |   10 ++++++----
 imp/attachment.php                           |    9 ++-------
 imp/docs/INSTALL                             |   14 ++++----------
 imp/js/dimpbase.js                           |    4 ++--
 turba/config/attributes.php                  |   12 ++++++++++++
 turba/lib/Driver.php                         |    3 +++
 7 files changed, 36 insertions(+), 36 deletions(-)

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




More information about the commits mailing list