[commits] Horde branch master updated. 02e0c17868dc30c124d42c99474b3656fb787b60

Jan Schneider jan at horde.org
Tue Dec 17 09:43:33 UTC 2013


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

from: 6e6c4d713fb6b6e07d1983a60c98e19c07821a95

76b192b Don't send disabled form fields.
33fdab2 [jan] Store full name in Kolab contacts.
ea19e5a Fix reading categories.
deedb5c Fix saving categories and descriptions of contact groups.
2471568 Fix editing of contact group name.
39b9352 Fix rounding when dragging events (Bug #11904).
5011be4 [jan] Fix padding of drop down lists with scrollbars (Bug #11971).
b3e84ee ws
c09330a [mms] Update lz4 source to r108.
88e686b Fix fillForm bcc field
4438859 [jan] Correctly set up include paths on installed packages.
896a07e Released Horde_Test-2.2.6
42f71ad Development mode for Horde_Test-2.2.7
b9f589f Don't create a driver if we know we have no available calendars for it.
846f2d1 BFN
79fea3a Bug: 12869  Fix importing RRULE UNTIL values when they contain date parts.
d0515fc Fix existing tests for UNTIL values.
83893b4 Add new test for Bug: 12869
d8edd80 BFN
420f610 Persist the memolist_id in case saving fails and we retry.
71191b7 [mms] Don't add 2 entries to history when opening a jquery mobile dialog (Bug #12877).
dd1c356 Need to explicitly identify as dialog links (Bug #12877)
46e7a9b [mms] Fix jquerymobile icons (Bug #12876).
02e0c17 Fix notices.

Summary: http://github.com/horde/horde/compare/6e6c4d713fb6b6e07d1983a60c98e19c07821a95...02e0c17868dc30c124d42c99474b3656fb787b60

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

commit 4438859a880fb27a9ee77cce809aeac42e9dd707
Author: Jan Schneider <jan at horde.org>
Date:   Fri Dec 6 14:39:38 2013 +0100

    [jan] Correctly set up include paths on installed packages.

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

http://github.com/horde/horde/commit/4438859a880fb27a9ee77cce809aeac42e9dd707
http://git.horde.org/horde-git/-/commit/4438859a880fb27a9ee77cce809aeac42e9dd707

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

commit 896a07e32041b521f3811f7789195b2eb45390a5
Author: Jan Schneider <jan at horde.org>
Date:   Fri Dec 6 14:42:06 2013 +0100

    Released Horde_Test-2.2.6

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

http://github.com/horde/horde/commit/896a07e32041b521f3811f7789195b2eb45390a5
http://git.horde.org/horde-git/-/commit/896a07e32041b521f3811f7789195b2eb45390a5

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

commit 42f71ad1372f08f150f9424a47b487478772f4f2
Author: Jan Schneider <jan at horde.org>
Date:   Fri Dec 6 14:42:06 2013 +0100

    Development mode for Horde_Test-2.2.7

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

http://github.com/horde/horde/commit/42f71ad1372f08f150f9424a47b487478772f4f2
http://git.horde.org/horde-git/-/commit/42f71ad1372f08f150f9424a47b487478772f4f2

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

commit b9f589fecbd102d36f6eaba87090296acdcb9402
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Dec 6 11:10:10 2013 -0500

    Don't create a driver if we know we have no available calendars for it.
    
    Fixes Bug: 12870

 kronolith/lib/Kronolith.php |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

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

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

commit 846f2d11de125b546ba457139d00cecfec148f4e
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Dec 6 11:12:14 2013 -0500

    BFN

 kronolith/docs/CHANGES |    2 ++
 kronolith/package.xml  |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)

http://github.com/horde/horde/commit/846f2d11de125b546ba457139d00cecfec148f4e
http://git.horde.org/horde-git/-/commit/846f2d11de125b546ba457139d00cecfec148f4e

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

commit 79fea3a5bff3c856f933820e9c98cd3ae2c8c1ab
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Dec 6 13:55:10 2013 -0500

    Bug: 12869  Fix importing RRULE UNTIL values when they contain date parts.
    
    We were already treating UNTIL as inclusive as well as comparing them by datetime
    (as opposed to date). The problem was we weren't importing the time portion
    of the UNTIL value if it was present.

 framework/Date/lib/Horde/Date/Recurrence.php |   22 ++++++++++++++++------
 1 files changed, 16 insertions(+), 6 deletions(-)

http://github.com/horde/horde/commit/79fea3a5bff3c856f933820e9c98cd3ae2c8c1ab
http://git.horde.org/horde-git/-/commit/79fea3a5bff3c856f933820e9c98cd3ae2c8c1ab

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

commit d0515fc9a00d65ac25999be06ee4ee0742f22475
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Dec 6 13:57:18 2013 -0500

    Fix existing tests for UNTIL values.
    
    These are inclusive, and compared via datetime values, so we MUST
    persist the full datetime when parsing the RRULE.

 framework/Date/test/Horde/Date/RecurrenceTest.php |   26 ++++++++++----------
 1 files changed, 13 insertions(+), 13 deletions(-)

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

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

commit 83893b47c48d19f4f32b33d95fdfb79818ef3d35
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Dec 6 13:58:07 2013 -0500

    Add new test for Bug: 12869

 framework/Date/test/Horde/Date/RecurrenceTest.php |   30 +++++++++++++++++++++
 1 files changed, 30 insertions(+), 0 deletions(-)

http://github.com/horde/horde/commit/83893b47c48d19f4f32b33d95fdfb79818ef3d35
http://git.horde.org/horde-git/-/commit/83893b47c48d19f4f32b33d95fdfb79818ef3d35

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

commit d8edd80693b7b8b564da6b9c4f899c4b102b2068
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Dec 6 13:59:18 2013 -0500

    BFN

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

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

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

commit 420f610c4da607b99c9e45f7422b9dea21736a66
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Dec 6 14:14:54 2013 -0500

    Persist the memolist_id in case saving fails and we retry.
    
    Bug: 12855

 mnemo/memo.php |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

http://github.com/horde/horde/commit/420f610c4da607b99c9e45f7422b9dea21736a66
http://git.horde.org/horde-git/-/commit/420f610c4da607b99c9e45f7422b9dea21736a66

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

commit 71191b738223e9b30c7d4a8a57564d0a92a14f64
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Dec 6 20:56:12 2013 -0700

    [mms] Don't add 2 entries to history when opening a jquery mobile dialog (Bug #12877).

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

http://github.com/horde/horde/commit/71191b738223e9b30c7d4a8a57564d0a92a14f64
http://git.horde.org/horde-git/-/commit/71191b738223e9b30c7d4a8a57564d0a92a14f64

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

commit dd1c356d0c1c7810155f92f56fbf47ad90de4a4b
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Dec 6 20:57:40 2013 -0700

    Need to explicitly identify as dialog links (Bug #12877)

 imp/templates/smartmobile/mailbox.html.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

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

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

commit 46e7a9b05c485b87eb959eccbd9953364ba5fb5e
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Dec 6 22:03:04 2013 -0700

    [mms] Fix jquerymobile icons (Bug #12876).

 framework/Core/js/jquery.mobile/images/ajax-loader.png    |  Bin 340 -> 0 bytes
 framework/Core/js/jquery.mobile/images/icons-18-black.png |  Bin 1767 -> 1768 bytes
 framework/Core/js/jquery.mobile/images/icons-18-white.png |  Bin 1806 -> 1795 bytes
 framework/Core/js/jquery.mobile/images/icons-36-black.png |  Bin 3611 -> 3827 bytes
 framework/Core/js/jquery.mobile/images/icons-36-white.png |  Bin 3648 -> 3827 bytes
 framework/Core/package.xml                                |    8 ++++----
 6 files changed, 4 insertions(+), 4 deletions(-)
 delete mode 100644 framework/Core/js/jquery.mobile/images/ajax-loader.png

http://github.com/horde/horde/commit/46e7a9b05c485b87eb959eccbd9953364ba5fb5e
http://git.horde.org/horde-git/-/commit/46e7a9b05c485b87eb959eccbd9953364ba5fb5e

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

commit 02e0c17868dc30c124d42c99474b3656fb787b60
Author: Jan Schneider <jan at horde.org>
Date:   Sat Dec 7 11:55:23 2013 +0100

    Fix notices.

 framework/Form/lib/Horde/Form/Renderer.php |    4 ++--
 whups/lib/Form/SendReminder.php            |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

http://github.com/horde/horde/commit/02e0c17868dc30c124d42c99474b3656fb787b60
http://git.horde.org/horde-git/-/commit/02e0c17868dc30c124d42c99474b3656fb787b60




More information about the commits mailing list