[commits] Horde branch imp_6_2 updated. 847f843c4054247f777bdc93342f0c6b184cc9cd

Michael M Slusarz slusarz at horde.org
Thu Dec 5 23:10:46 UTC 2013


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

from: db5e29b1d26fbf186b1a1916ec21b809d71876ba

3407de8 Add test to make sure an append to a non-existent mailbox fails
4dfdde7 phpdoc
b48ba36 Released Horde_Imap_Client-2.16.2
fcd11ab Development mode for Horde_Imap_Client-2.16.3
9422ef8 [jan] Ignore iCalendar alarms without action, and use first, not last alarm (Bug #12865).
21ba37b Fix phpdoc.
3c1946f Catch Horde_Date_Exception.
2bc729e Fix phpdoc
e5a0412 Fix generating POOMCAL_RESPONSETYPE for series exceptions.
5501c97 [jan] Don't return future tasks from cost objects API.
c58ff5d Support displaying tag columns.
36faf2b [jan] Add show API link.
22925af Don't send disabled form fields.
77fe459 [jan] Store full name in Kolab contacts.
47456d6 Fix reading categories.
5164665 Fix saving categories and descriptions of contact groups.
cef8411 Fix editing of contact group name.
b7a7d10 Fix rounding when dragging events (Bug #11904).
6e1f7d3 [jan] Fix padding of drop down lists with scrollbars (Bug #11971).
5a9c534 ws
4902058 [mms] Update lz4 source to r108.
73284e8 Fix fillForm bcc field
847f843 Merge branch 'master' into imp_6_2

Summary: http://github.com/horde/horde/compare/db5e29b1d26fbf186b1a1916ec21b809d71876ba...847f843c4054247f777bdc93342f0c6b184cc9cd

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

commit 3407de81ed5912fe6e972d1dca08cd6c2943793f
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Nov 26 19:25:47 2013 -0700

    Add test to make sure an append to a non-existent mailbox fails

 .../Imap_Client/test/Horde/Imap/Client/RemoteImapServerTest.php   |   12 +++++
 1 files changed, 12 insertions(+), 0 deletions(-)

http://github.com/horde/horde/commit/3407de81ed5912fe6e972d1dca08cd6c2943793f
http://git.horde.org/horde-git/-/commit/3407de81ed5912fe6e972d1dca08cd6c2943793f

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

commit 4dfdde7a06539f9368933aeab6e0d2bee37ceccc
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Nov 26 23:41:48 2013 -0700

    phpdoc

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

http://github.com/horde/horde/commit/4dfdde7a06539f9368933aeab6e0d2bee37ceccc
http://git.horde.org/horde-git/-/commit/4dfdde7a06539f9368933aeab6e0d2bee37ceccc

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

commit b48ba367f17b5e2d4c49b843fdf00bd8502c962c
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Nov 26 23:44:10 2013 -0700

    Released Horde_Imap_Client-2.16.2

 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/b48ba367f17b5e2d4c49b843fdf00bd8502c962c
http://git.horde.org/horde-git/-/commit/b48ba367f17b5e2d4c49b843fdf00bd8502c962c

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

commit fcd11ab0cf2add66533baf8b63c784b3de940cc1
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Nov 26 23:44:10 2013 -0700

    Development mode for Horde_Imap_Client-2.16.3

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

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

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

commit 9422ef8f18c86220138c07d89738d856f4114da9
Author: Jan Schneider <jan at horde.org>
Date:   Wed Nov 27 10:36:35 2013 +0100

    [jan] Ignore iCalendar alarms without action, and use first, not last alarm (Bug #12865).
    
    Conflicts:
    	kronolith/docs/CHANGES
    	kronolith/package.xml

 kronolith/docs/CHANGES  |    2 ++
 kronolith/lib/Event.php |    7 +++++++
 kronolith/package.xml   |    2 ++
 3 files changed, 11 insertions(+), 0 deletions(-)

http://github.com/horde/horde/commit/9422ef8f18c86220138c07d89738d856f4114da9
http://git.horde.org/horde-git/-/commit/9422ef8f18c86220138c07d89738d856f4114da9

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

commit 21ba37b5966fffe3a39454c82ed45947281ccd01
Author: Jan Schneider <jan at horde.org>
Date:   Wed Nov 27 11:41:27 2013 +0100

    Fix phpdoc.

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

http://github.com/horde/horde/commit/21ba37b5966fffe3a39454c82ed45947281ccd01
http://git.horde.org/horde-git/-/commit/21ba37b5966fffe3a39454c82ed45947281ccd01

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

commit 3c1946fe7ec3c57e543fdebf2c745a1810470acf
Author: Jan Schneider <jan at horde.org>
Date:   Wed Nov 27 13:20:56 2013 +0100

    Catch Horde_Date_Exception.

 kronolith/lib/Event/Horde.php |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

http://github.com/horde/horde/commit/3c1946fe7ec3c57e543fdebf2c745a1810470acf
http://git.horde.org/horde-git/-/commit/3c1946fe7ec3c57e543fdebf2c745a1810470acf

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

commit 2bc729e1a8dc9b77c6cf887240ff508e7876a9cb
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Nov 27 19:20:51 2013 -0500

    Fix phpdoc

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

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

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

commit e5a0412b03b857667bbf14880d12c75a1f6f438a
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Nov 27 21:24:43 2013 -0500

    Fix generating POOMCAL_RESPONSETYPE for series exceptions.

 kronolith/lib/Event.php |   17 ++++++++---------
 1 files changed, 8 insertions(+), 9 deletions(-)

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

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

commit 5501c97d23c4206a4de228aa7bc18d8a0f87d953
Author: Jan Schneider <jan at horde.org>
Date:   Thu Nov 28 12:18:07 2013 +0100

    [jan] Don't return future tasks from cost objects API.

 nag/docs/CHANGES |    1 +
 nag/lib/Api.php  |    6 ++++--
 nag/package.xml  |    4 ++--
 3 files changed, 7 insertions(+), 4 deletions(-)

http://github.com/horde/horde/commit/5501c97d23c4206a4de228aa7bc18d8a0f87d953
http://git.horde.org/horde-git/-/commit/5501c97d23c4206a4de228aa7bc18d8a0f87d953

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

commit c58ff5db7a661df5211a796aeab4e728bd4b03dd
Author: Jan Schneider <jan at horde.org>
Date:   Mon Nov 25 19:59:04 2013 +0100

    Support displaying tag columns.

 turba/lib/Turba.php |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

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

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

commit 36faf2b2f6296e7e520c06ec41c466b804c3534f
Author: Jan Schneider <jan at horde.org>
Date:   Fri Nov 29 13:37:48 2013 +0100

    [jan] Add show API link.

 whups/docs/CHANGES |    1 +
 whups/lib/Api.php  |    9 +++++++++
 whups/package.xml  |    4 ++--
 3 files changed, 12 insertions(+), 2 deletions(-)

http://github.com/horde/horde/commit/36faf2b2f6296e7e520c06ec41c466b804c3534f
http://git.horde.org/horde-git/-/commit/36faf2b2f6296e7e520c06ec41c466b804c3534f

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

commit 22925afdda185dcb031a6c99b59800c8f94d3d21
Author: Jan Schneider <jan at horde.org>
Date:   Mon Dec 2 15:55:07 2013 +0100

    Don't send disabled form fields.

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

http://github.com/horde/horde/commit/22925afdda185dcb031a6c99b59800c8f94d3d21
http://git.horde.org/horde-git/-/commit/22925afdda185dcb031a6c99b59800c8f94d3d21

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

commit 77fe45942bf7f99e60070b3b03394a4b32c98657
Author: Jan Schneider <jan at horde.org>
Date:   Wed Dec 4 13:59:58 2013 +0100

    [jan] Store full name in Kolab contacts.

 turba/config/backends.php  |   34 ++++++++++++++++++++++------------
 turba/docs/CHANGES         |    1 +
 turba/lib/Driver/Kolab.php |    3 ++-
 turba/package.xml          |    2 ++
 4 files changed, 27 insertions(+), 13 deletions(-)

http://github.com/horde/horde/commit/77fe45942bf7f99e60070b3b03394a4b32c98657
http://git.horde.org/horde-git/-/commit/77fe45942bf7f99e60070b3b03394a4b32c98657

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

commit 47456d6ec306b3981b7a05dae2ad078b61d41f37
Author: Jan Schneider <jan at horde.org>
Date:   Wed Dec 4 14:01:30 2013 +0100

    Fix reading categories.

 turba/lib/Driver/Kolab.php |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

http://github.com/horde/horde/commit/47456d6ec306b3981b7a05dae2ad078b61d41f37
http://git.horde.org/horde-git/-/commit/47456d6ec306b3981b7a05dae2ad078b61d41f37

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

commit 5164665dbf257dc7aae7149fe5a0fdb47230c219
Author: Jan Schneider <jan at horde.org>
Date:   Wed Dec 4 14:07:55 2013 +0100

    Fix saving categories and descriptions of contact groups.

 turba/lib/Driver/Kolab.php |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)

http://github.com/horde/horde/commit/5164665dbf257dc7aae7149fe5a0fdb47230c219
http://git.horde.org/horde-git/-/commit/5164665dbf257dc7aae7149fe5a0fdb47230c219

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

commit cef8411bcf41e254027ba99a5d48fc0411b33377
Author: Jan Schneider <jan at horde.org>
Date:   Wed Dec 4 14:08:41 2013 +0100

    Fix editing of contact group name.

 turba/config/backends.php  |    1 +
 turba/lib/Driver.php       |   18 +++++++++---------
 turba/lib/Driver/Kolab.php |   23 ++++++++++++++---------
 3 files changed, 24 insertions(+), 18 deletions(-)

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

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

commit b7a7d10157e050f1a428be8f165194db7804bc3e
Author: Jan Schneider <jan at horde.org>
Date:   Thu Dec 5 10:49:41 2013 +0100

    Fix rounding when dragging events (Bug #11904).

 kronolith/js/kronolith.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

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

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

commit 6e1f7d30d9f3f9a73ae85a0333faacd3c9d5318b
Author: Jan Schneider <jan at horde.org>
Date:   Thu Dec 5 11:26:52 2013 +0100

    [jan] Fix padding of drop down lists with scrollbars (Bug #11971).

 framework/Core/js/keynavlist.js |    4 +++-
 framework/Core/package.xml      |    4 ++--
 2 files changed, 5 insertions(+), 3 deletions(-)

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

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

commit 5a9c53454ab9a97994bafdbb3da052ce2536cda4
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Nov 27 00:49:30 2013 -0700

    ws

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

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

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

commit 4902058dcb0458a99aee44b0d87df8c387836e89
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Nov 27 13:32:39 2013 -0700

    [mms] Update lz4 source to r108.

 framework/lz4/lz4.c           |  532 +++++++++++++++++++++++++----------------
 framework/lz4/lz4.h           |   66 ++++-
 framework/lz4/lz4_encoder.h   |  258 --------------------
 framework/lz4/lz4hc.c         |  317 +++++++++++++++++++++----
 framework/lz4/lz4hc.h         |   10 +-
 framework/lz4/lz4hc_encoder.h |  349 ---------------------------
 framework/lz4/package.xml     |    6 +-
 7 files changed, 664 insertions(+), 874 deletions(-)
 delete mode 100644 framework/lz4/lz4_encoder.h
 delete mode 100644 framework/lz4/lz4hc_encoder.h

http://github.com/horde/horde/commit/4902058dcb0458a99aee44b0d87df8c387836e89
http://git.horde.org/horde-git/-/commit/4902058dcb0458a99aee44b0d87df8c387836e89

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

commit 73284e88c48056a5d2c992aed3f1015cdfb38fb6
Author: João Machado <geral at jpaulo.eu>
Date:   Thu Dec 5 16:10:04 2013 +0000

    Fix fillForm bcc field
    
    Signed-off-by: Michael M Slusarz <slusarz at horde.org>

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

http://github.com/horde/horde/commit/73284e88c48056a5d2c992aed3f1015cdfb38fb6
http://git.horde.org/horde-git/-/commit/73284e88c48056a5d2c992aed3f1015cdfb38fb6

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

commit 847f843c4054247f777bdc93342f0c6b184cc9cd
Merge: db5e29b 73284e8
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Dec 5 16:10:20 2013 -0700

    Merge branch 'master' into imp_6_2

 framework/Core/js/keynavlist.js                                   |    4 +-
 framework/Core/package.xml                                        |    4 +-
 framework/Form/lib/Horde/Form.php                                 |    5 +
 framework/HashTable/lib/Horde/HashTable/Base.php                  |    1 +
 framework/Imap_Client/composer.json                               |    4 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Base.php              |    2 +-
 framework/Imap_Client/package.xml                                 |   21 +-
 .../Imap_Client/test/Horde/Imap/Client/RemoteImapServerTest.php   |   12 +
 framework/Notification/lib/Horde/Notification/Handler.php         |    2 +-
 framework/Prefs/lib/Horde/Prefs/Translation.php                   |    2 -
 framework/lz4/lz4.c                                               |  532 +++--
 framework/lz4/lz4.h                                               |   66 +-
 framework/lz4/lz4_encoder.h                                       |  258 --
 framework/lz4/lz4hc.c                                             |  317 +++-
 framework/lz4/lz4hc.h                                             |   10 +-
 framework/lz4/lz4hc_encoder.h                                     |  349 ---
 framework/lz4/package.xml                                         |    6 +-
 imp/js/compose-dimp.js                                            |    2 +-
 kronolith/docs/CHANGES                                            |    2 +
 kronolith/js/kronolith.js                                         |    6 +-
 kronolith/lib/Event.php                                           |   24 +-
 kronolith/lib/Event/Horde.php                                     |   10 +-
 kronolith/package.xml                                             |    2 +
 nag/docs/CHANGES                                                  |    1 +
 nag/lib/Api.php                                                   |    6 +-
 nag/package.xml                                                   |    4 +-
 turba/config/backends.php                                         |   35 +-
 turba/docs/CHANGES                                                |    1 +
 turba/lib/Driver.php                                              |   18 +-
 turba/lib/Driver/Kolab.php                                        |   38 +-
 turba/lib/Turba.php                                               |    3 +-
 turba/package.xml                                                 |    2 +
 whups/docs/CHANGES                                                |    1 +
 whups/lib/Api.php                                                 |    9 +
 whups/package.xml                                                 |    4 +-
 35 files changed, 814 insertions(+), 949 deletions(-)

http://github.com/horde/horde/commit/847f843c4054247f777bdc93342f0c6b184cc9cd
http://git.horde.org/horde-git/-/commit/847f843c4054247f777bdc93342f0c6b184cc9cd




More information about the commits mailing list