[commits] Horde branch imp_6_2 updated. 8eb0f1913aa95281e31ba724a5252cf62910c908

Michael M Slusarz slusarz at horde.org
Mon Dec 16 23:04:09 UTC 2013


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

from: cb0e65298cfb3a61a8bf1b068098f014908d389f

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.
db5e29b Fix call to IMP_Factory_MimeViewer::create
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
c88fdeb [jan] Correctly set up include paths on installed packages.
223007d Released Horde_Test-2.2.6
c1af69c Development mode for Horde_Test-2.2.7
df0adc7 Don't create a driver if we know we have no available calendars for it.
b481e70 BFN
2fec6b8 Bug: 12869  Fix importing RRULE UNTIL values when they contain date parts.
37b0ccb Fix existing tests for UNTIL values.
d106d33 Add new test for Bug: 12869
dbb09f9 BFN
48ea1be Persist the memolist_id in case saving fails and we retry.
054e318 BFN
5d8ba85 [mms] Don't add 2 entries to history when opening a jquery mobile dialog (Bug #12877).
a08bde6 Need to explicitly identify as dialog links (Bug #12877)
4f6a8ac [mms] Fix jquerymobile icons (Bug #12876).
100d693 Merge branch 'master' into imp_6_2
9b5538b [mms] Show placeholder image when dropping onto HTML editor while the image is uploaded to the server.
4fd14f6 More improvements to image handling in HTML compose editor
9cf792a Need to propogate drop event from within IFRAME to parent document
9682bae Use shared cache per message to prevent race conditions
614d598 Much improved message pre-loading
5346ea9 Fix drag/drop of image data in IE onto ckeditor
59a1451 Use more reliable dragover event to track file dragging in the compose window
8eb0f19 Propagate dragover event from CKEDITOR to parent document

Summary: http://github.com/horde/horde/compare/cb0e65298cfb3a61a8bf1b068098f014908d389f...8eb0f1913aa95281e31ba724a5252cf62910c908

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

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 db5e29b1d26fbf186b1a1916ec21b809d71876ba
Author: João Machado <geral at jpaulo.eu>
Date:   Thu Nov 28 18:07:25 2013 +0000

    Fix call to IMP_Factory_MimeViewer::create
    
    Signed-off-by: Michael M Slusarz <slusarz at horde.org>

 imp/lib/Factory/MimeViewer.php |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

commit 054e31897acba9a4efcbbc730733399354d176df
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Dec 6 14:16:23 2013 -0500

    BFN

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

http://github.com/horde/horde/commit/054e31897acba9a4efcbbc730733399354d176df
http://git.horde.org/horde-git/-/commit/054e31897acba9a4efcbbc730733399354d176df

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

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

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

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

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

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

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

commit 100d693b4ca5df4516bdce9648aeac8b180dc174
Merge: 847f843 4f6a8ac
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Dec 9 14:05:03 2013 -0700

    Merge branch 'master' into imp_6_2

 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/js/smartmobile.js                          |    3 +
 framework/Core/package.xml                                |   10 ++-
 framework/Date/lib/Horde/Date/Recurrence.php              |   22 ++++--
 framework/Date/package.xml                                |    4 +-
 framework/Date/test/Horde/Date/RecurrenceTest.php         |   56 ++++++++++---
 framework/Test/lib/Horde/Test/Bootstrap.php               |    3 +-
 framework/Test/package.xml                                |   19 ++++-
 imp/templates/smartmobile/mailbox.html.php                |    4 +-
 kronolith/docs/CHANGES                                    |    2 +
 kronolith/lib/Kronolith.php                               |    4 +-
 kronolith/package.xml                                     |    2 +
 mnemo/docs/CHANGES                                        |    2 +
 mnemo/memo.php                                            |    3 +
 mnemo/package.xml                                         |    4 +-
 19 files changed, 104 insertions(+), 34 deletions(-)

http://github.com/horde/horde/commit/100d693b4ca5df4516bdce9648aeac8b180dc174
http://git.horde.org/horde-git/-/commit/100d693b4ca5df4516bdce9648aeac8b180dc174

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

commit 9b5538b70c7782765bb58fc3435a0a944d0021d0
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Dec 9 19:39:20 2013 -0700

    [mms] Show placeholder image when dropping onto HTML editor while the image is uploaded to the server.

 imp/docs/CHANGES                                   |    2 +
 imp/js/ckeditor/pasteattachment.js                 |   26 ++++++++++++++++++-
 imp/js/compose-dimp.js                             |   14 +++++++++-
 imp/lib/Ajax/Application/Handler/ComposeAttach.php |    5 ++++
 imp/package.xml                                    |    1 +
 5 files changed, 44 insertions(+), 4 deletions(-)

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

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

commit 4fd14f643d70047efaecd433d5665aab22fba516
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Dec 9 22:45:36 2013 -0700

    More improvements to image handling in HTML compose editor
    
    - Send discrete data to browser instead of HTML IMG tag
    - Support pasting and image uploading along with drag/drop
    - Ensure that we are only allowed to drop images in HTML window.

 imp/js/ckeditor/pasteattachment.js                 |   62 +++++++++++---------
 imp/lib/Ajax/Application/Handler/ComposeAttach.php |   35 +++++------
 2 files changed, 51 insertions(+), 46 deletions(-)

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

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

commit 9cf792a096ed857ef4e5beec0d244758df44dfcf
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Dec 10 12:05:47 2013 -0700

    Need to propogate drop event from within IFRAME to parent document

 imp/js/ckeditor/pasteattachment.js |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

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

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

commit 9682baedfd95e72c09649f8c3450f749fa6d34bb
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Dec 11 16:09:53 2013 -0700

    Use shared cache per message to prevent race conditions

 imp/lib/Contents.php            |   21 +++++++++++++++++++++
 imp/lib/Mime/Viewer/Partial.php |   17 +++++++----------
 imp/lib/Mime/Viewer/Pgp.php     |   29 +++++++++--------------------
 imp/lib/Mime/Viewer/Plain.php   |   13 ++++---------
 imp/lib/Mime/Viewer/Smime.php   |   32 +++++++++++++++-----------------
 5 files changed, 56 insertions(+), 56 deletions(-)

http://github.com/horde/horde/commit/9682baedfd95e72c09649f8c3450f749fa6d34bb
http://git.horde.org/horde-git/-/commit/9682baedfd95e72c09649f8c3450f749fa6d34bb

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

commit 614d5986e9ee495773181e143b5c7e2e2eb0ff5e
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Dec 11 17:31:31 2013 -0700

    Much improved message pre-loading
    
    + Don't re-load message if already in local cache.
    + Determine which message to load based on direction user has moved
    selection cursor.

 imp/js/dimpbase.js |   57 +++++++++++++++++++++++++++++----------------------
 1 files changed, 32 insertions(+), 25 deletions(-)

http://github.com/horde/horde/commit/614d5986e9ee495773181e143b5c7e2e2eb0ff5e
http://git.horde.org/horde-git/-/commit/614d5986e9ee495773181e143b5c7e2e2eb0ff5e

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

commit 5346ea9b73315bce97b8a3e9d2d0f1d47df95edb
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Dec 11 22:14:16 2013 -0700

    Fix drag/drop of image data in IE onto ckeditor

 imp/js/ckeditor/pasteattachment.js |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

http://github.com/horde/horde/commit/5346ea9b73315bce97b8a3e9d2d0f1d47df95edb
http://git.horde.org/horde-git/-/commit/5346ea9b73315bce97b8a3e9d2d0f1d47df95edb

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

commit 59a1451c165575985c59870d0899b7c4f01a1dcf
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Dec 16 15:58:18 2013 -0700

    Use more reliable dragover event to track file dragging in the compose window

 imp/js/draghandler.js |   41 ++++++++++++++---------------------------
 1 files changed, 14 insertions(+), 27 deletions(-)

http://github.com/horde/horde/commit/59a1451c165575985c59870d0899b7c4f01a1dcf
http://git.horde.org/horde-git/-/commit/59a1451c165575985c59870d0899b7c4f01a1dcf

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

commit 8eb0f1913aa95281e31ba724a5252cf62910c908
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Dec 16 15:58:47 2013 -0700

    Propagate dragover event from CKEDITOR to parent document

 imp/js/ckeditor/pasteattachment.js |   14 +++++++++-----
 1 files changed, 9 insertions(+), 5 deletions(-)

http://github.com/horde/horde/commit/8eb0f1913aa95281e31ba724a5252cf62910c908
http://git.horde.org/horde-git/-/commit/8eb0f1913aa95281e31ba724a5252cf62910c908




More information about the commits mailing list