[commits] Horde branch imp_6_2 updated. 9b5538b70c7782765bb58fc3435a0a944d0021d0

Michael M Slusarz slusarz at horde.org
Tue Dec 10 02:40:13 UTC 2013


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

from: 847f843c4054247f777bdc93342f0c6b184cc9cd

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.

Summary: http://github.com/horde/horde/compare/847f843c4054247f777bdc93342f0c6b184cc9cd...9b5538b70c7782765bb58fc3435a0a944d0021d0

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

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 file 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 file 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 file changed, 3 insertions(+), 1 deletion(-)

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(+)

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 file 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 file 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 file changed, 30 insertions(+)

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 file 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 file changed, 3 insertions(+)

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(+)

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 file 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




More information about the commits mailing list