[commits] Horde branch develop updated. 7bf781466a5d8f1258f5ee2fb21bb1a0200149c4

Michael J. Rubinsky mrubinsk at horde.org
Thu Dec 15 21:38:49 UTC 2011


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

from: a659fcd331ecf2c6dc903860a9ad5af5fc42172a

b4cd6e7 Fix linking of virtual folders to dimp mailboxes
e152676 Only output mailbox IDs that we need for the page
d5cd045 Cleanup comments/wrapping/ move static assignments out of const'r
76c9911 Clean up wrapping, comments, simplify some logic, move static assignments out of constructors
d784439 Bug: 10856  Exceptions only support a subset of Appointment's properties.
d895fe5 Default to empty array
c13b374 Correctly recognize encoded drafts mailbox name
6e225b8 Gettext string
2b1158e Clean up these classes.
397a9ce Don't read the wbxml in the decoder's constructor.
1a821e5 Fix property name
32b8863 Update tests, add tests for encoding/decoding appointments with recurrence.
39f5d66 Readd some missing properties from the AS Exception class
6093dc8 Add tests for events with simple, deleted, exceptions.
d7c32d1 [mms] Fix display of mailbox names living under special mailboxes (Bug #10802).
c2b75f3 [mms] Correctly handle numeric mailbox names.
fc90598 [mms] Allow creation of the mailbox '0' (Bug #10866).
bffffad Indicate that intl can also be used for IDN methods (Request #10868).
80ebb6a Deprecate idn and install recommend intl (Request #10868).
803024f Add (broken, and skipped) test for dealing with timzone issues in recurring events originating from device.
7bf7814 Merge branch 'master' into develop

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

commit b4cd6e7b91634a7d8107c8fad39c2137605a9686
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Dec 14 21:16:41 2011 -0700

    Fix linking of virtual folders to dimp mailboxes

 imp/lib/Prefs/Ui.php     |    4 ++--
 imp/lib/Search/Query.php |    4 ++++
 2 files changed, 6 insertions(+), 2 deletions(-)

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

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

commit e152676f831c450a0d57d8a6dd3967800898e640
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Dec 14 21:17:18 2011 -0700

    Only output mailbox IDs that we need for the page

 imp/lib/Prefs/Ui.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

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

commit d5cd04569e2eab949444739755e1b6072bc3a26b
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Dec 14 21:06:38 2011 -0500

    Cleanup comments/wrapping/ move static assignments out of const'r

 framework/ActiveSync/lib/Horde/ActiveSync.php                     |    7 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Message/Appointment.php |   99 ++---
 framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php        |    5 -
 3 files changed, 45 insertions(+), 66 deletions(-)

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

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

commit 76c99112fee7de85d755d163132738c2b0bb7349
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Dec 15 09:42:36 2011 -0500

    Clean up wrapping, comments, simplify some logic, move static assignments out of constructors

 framework/ActiveSync/lib/Horde/ActiveSync.php                     |  214 ++--
 framework/ActiveSync/lib/Horde/ActiveSync/Message/Appointment.php |  206 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Message/Attendee.php    |   40 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Message/Base.php        |   49 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Message/Contact.php     |  418 ++---
 framework/ActiveSync/lib/Horde/ActiveSync/Message/Folder.php      |   30 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Message/Recurrence.php  |   55 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Message/Task.php        |  153 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php        |    8 +-
 9 files changed, 561 insertions(+), 612 deletions(-)

http://git.horde.org/horde-git/-/commit/76c99112fee7de85d755d163132738c2b0bb7349

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

commit d7844393b34c26d3b80402d1815b87411a0ee26d
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Dec 15 10:45:14 2011 -0500

    Bug: 10856  Exceptions only support a subset of Appointment's properties.

 framework/ActiveSync/lib/Horde/ActiveSync/Message/Exception.php |   55 ++++---
 1 files changed, 33 insertions(+), 22 deletions(-)

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

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

commit d895fe5da8c1fd0c080265e2c3926c870f47dfb6
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Dec 15 11:15:52 2011 -0500

    Default to empty array

 framework/ActiveSync/lib/Horde/ActiveSync/Message/Base.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

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

commit c13b374bd9dfe73f35351e67c55e51246e4c440f
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Dec 14 22:21:18 2011 -0700

    Correctly recognize encoded drafts mailbox name

 imp/templates/dimp/javascript_defs.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

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

commit 6e225b8c2e95be3231677ee6b4594882522d348a
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Dec 15 11:28:13 2011 -0700

    Gettext string

 imp/templates/imp/search/search-all.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

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

commit 2b1158e48247910b810d076946d9dc689b373609
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Dec 15 13:20:14 2011 -0500

    Clean up these classes.
    
    Move common members/functionality to the base class
    Add phpdoc

 framework/ActiveSync/lib/Horde/ActiveSync/Wbxml.php         |  899 ++++++-----
 framework/ActiveSync/lib/Horde/ActiveSync/Wbxml/Decoder.php |  233 ++--
 framework/ActiveSync/lib/Horde/ActiveSync/Wbxml/Encoder.php |   35 +-
 3 files changed, 594 insertions(+), 573 deletions(-)

http://git.horde.org/horde-git/-/commit/2b1158e48247910b810d076946d9dc689b373609

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

commit 397a9ce1f6b6874bd8897dc9c96b2b1a045d8cc0
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Dec 15 13:32:23 2011 -0500

    Don't read the wbxml in the decoder's constructor.
    
    Explicitly call a method to read in the initial wbxml header. Allows
    to use the decoder to decode arbitrary wbxml snippits like while e.g.,
    testing.

 framework/ActiveSync/lib/Horde/ActiveSync.php               |    3 ++
 framework/ActiveSync/lib/Horde/ActiveSync/Wbxml/Decoder.php |   17 ++++-------
 2 files changed, 9 insertions(+), 11 deletions(-)

http://git.horde.org/horde-git/-/commit/397a9ce1f6b6874bd8897dc9c96b2b1a045d8cc0

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

commit 1a821e5be62d0b7b983597c9ac96d0792725ba94
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Dec 15 13:48:17 2011 -0500

    Fix property name
    
    Fixes populating Horde_Date_Recurrence with the correct recurstart date.
    Did not cause any proplems in the code from what I can see, but rather
    caught this during testing.

 framework/ActiveSync/lib/Horde/ActiveSync/Message/Appointment.php |    6 ++--
 1 files changed, 3 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/1a821e5be62d0b7b983597c9ac96d0792725ba94

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

commit 32b8863cf31fe6a3cadb59b83afd82b43b9fa205
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Dec 15 13:52:40 2011 -0500

    Update tests, add tests for encoding/decoding appointments with recurrence.

 framework/ActiveSync/test/Horde/ActiveSync/AppointmentTest.php    |  101 ++++-
 .../ActiveSync/test/Horde/ActiveSync/fixtures/appointment.wbxml   |  Bin 369 -> 371 bytes
 .../ActiveSync/test/Horde/ActiveSync/fixtures/recurrence.wbxml    |  Bin 0 -> 389 bytes
 3 files changed, 95 insertions(+), 6 deletions(-)
 create mode 100644 framework/ActiveSync/test/Horde/ActiveSync/fixtures/recurrence.wbxml

http://git.horde.org/horde-git/-/commit/32b8863cf31fe6a3cadb59b83afd82b43b9fa205

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

commit 39f5d66dc0162f262ec4338895876d995444b909
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Dec 15 14:42:59 2011 -0500

    Readd some missing properties from the AS Exception class

 framework/ActiveSync/lib/Horde/ActiveSync/Message/Exception.php |   31 ++++---
 1 files changed, 18 insertions(+), 13 deletions(-)

http://git.horde.org/horde-git/-/commit/39f5d66dc0162f262ec4338895876d995444b909

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

commit 6093dc8616b30d31c66783d412b8e2228ead8d67
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Dec 15 14:57:54 2011 -0500

    Add tests for events with simple, deleted, exceptions.

 framework/ActiveSync/test/Horde/ActiveSync/AppointmentTest.php    |  101 +++++
 .../test/Horde/ActiveSync/fixtures/simpleexception.wbxml          |  Bin 0 -> 418 bytes
 2 files changed, 101 insertions(+), 0 deletions(-)
 create mode 100644 framework/ActiveSync/test/Horde/ActiveSync/fixtures/simpleexception.wbxml

http://git.horde.org/horde-git/-/commit/6093dc8616b30d31c66783d412b8e2228ead8d67

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

commit d7c32d1d9bf2b4d0df0b983aa81f42859f0f9f52
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Dec 15 12:08:38 2011 -0700

    [mms] Fix display of mailbox names living under special mailboxes (Bug #10802).

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

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

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

commit c2b75f3526cc3d9d370d1280d6481f818cfd1494
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Dec 15 13:35:13 2011 -0700

    [mms] Correctly handle numeric mailbox names.

 imp/docs/CHANGES      |    1 +
 imp/lib/Imap/Tree.php |   47 ++++++++++++++++++++++-------------------------
 imp/package.xml       |    2 ++
 3 files changed, 25 insertions(+), 25 deletions(-)

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

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

commit fc90598483b5b9a3fc83d9154e822f0a24672817
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Dec 15 13:38:23 2011 -0700

    [mms] Allow creation of the mailbox '0' (Bug #10866).

 imp/docs/CHANGES             |    1 +
 imp/folders.php              |    2 +-
 imp/lib/Ajax/Application.php |    2 +-
 imp/package.xml              |    2 ++
 4 files changed, 5 insertions(+), 2 deletions(-)

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

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

commit bffffad9c64beee6c8808b8ea961e5c4c3d656b2
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Dec 15 13:46:13 2011 -0700

    Indicate that intl can also be used for IDN methods (Request #10868).

 framework/Mime/lib/Horde/Mime/Address.php |   86 +++++++++++++----------------
 framework/Mime/package.xml                |    7 ++
 2 files changed, 45 insertions(+), 48 deletions(-)

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

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

commit 80ebb6a5d0915bf27fedc8911c541c1424396f0c
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Dec 15 13:51:10 2011 -0700

    Deprecate idn and install recommend intl (Request #10868).

 horde/docs/INSTALL |   11 +++++++----
 horde/lib/Test.php |    6 +++---
 2 files changed, 10 insertions(+), 7 deletions(-)

http://git.horde.org/horde-git/-/commit/80ebb6a5d0915bf27fedc8911c541c1424396f0c

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

commit 803024f079964e020fd28ec639b8113d127e8f06
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Dec 15 16:32:03 2011 -0500

    Add (broken, and skipped) test for dealing with timzone issues in
    recurring events originating from device.

 framework/ActiveSync/test/Horde/ActiveSync/AppointmentTest.php |   25 ++++++++
 framework/ActiveSync/test/Horde/ActiveSync/fixtures/dst.wbxml  |  Bin 0 -> 389 bytes
 2 files changed, 25 insertions(+), 0 deletions(-)
 create mode 100644 framework/ActiveSync/test/Horde/ActiveSync/fixtures/dst.wbxml

http://git.horde.org/horde-git/-/commit/803024f079964e020fd28ec639b8113d127e8f06

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

commit 7bf781466a5d8f1258f5ee2fb21bb1a0200149c4
Merge: a659fcd 803024f
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Dec 15 16:38:30 2011 -0500

    Merge branch 'master' into develop
    
    Conflicts:
    	imp/lib/Mailbox.php
    	imp/package.xml

 framework/ActiveSync/lib/Horde/ActiveSync.php                     |  224 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Message/Appointment.php |  233 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Message/Attendee.php    |   40 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Message/Base.php        |   51 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Message/Contact.php     |  418 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Message/Exception.php   |   60 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Message/Folder.php      |   30 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Message/Recurrence.php  |   55 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Message/Task.php        |  153 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php        |   13 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Wbxml.php               |  899 +++--
 framework/ActiveSync/lib/Horde/ActiveSync/Wbxml/Decoder.php       |  248 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Wbxml/Encoder.php       |   35 +-
 framework/ActiveSync/test/Horde/ActiveSync/AppointmentTest.php    |  227 +-
 .../ActiveSync/test/Horde/ActiveSync/fixtures/appointment.wbxml   |  Bin 369 -> 371 bytes
 framework/ActiveSync/test/Horde/ActiveSync/fixtures/dst.wbxml     |  Bin 0 -> 389 bytes
 .../ActiveSync/test/Horde/ActiveSync/fixtures/recurrence.wbxml    |  Bin 0 -> 389 bytes
 .../test/Horde/ActiveSync/fixtures/simpleexception.wbxml          |  Bin 0 -> 418 bytes
 framework/Mime/lib/Horde/Mime/Address.php                         |   86 +-
 framework/Mime/package.xml                                        |    7 +
 horde/docs/INSTALL                                                |   11 +-
 horde/lib/Test.php                                                |    6 +-
 imp/docs/CHANGES                                                  |    3 +
 imp/folders.php                                                   |    2 +-
 imp/lib/Ajax/Application.php                                      |    2 +-
 imp/lib/Imap/Tree.php                                             |   47 +-
 imp/lib/Mailbox.php                                               |    2 +-
 imp/lib/Prefs/Ui.php                                              |    6 +-
 imp/lib/Search/Query.php                                          |    4 +
 imp/package.xml                                                   |    3 +
 imp/templates/dimp/javascript_defs.php                            |    2 +-
 imp/templates/imp/search/search-all.html                          |    2 +-
 32 files changed, 1527 insertions(+), 1342 deletions(-)

http://git.horde.org/horde-git/-/commit/7bf781466a5d8f1258f5ee2fb21bb1a0200149c4




More information about the commits mailing list