[commits] Horde branch develop updated. 3b8e8f4b57636265ddf83ce91d91c1f300987761

Michael M Slusarz slusarz at horde.org
Thu Feb 9 07:20:43 UTC 2012


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

from: be5b5674e2b2a207476d8402294c9b79ef5b955e

af88560 Another email parsing test
7af8196 Parameters were not being correctly reset between function calls
a75f19d Sanity checking.
ff7fa0b Tweaks to non-validate algorithm
676909c I don't remember why we wouldn't include the fraemwork if not checking out HEAD or FRAMEWORK_3.
5426371 This code doesn't do anything ($vEvent is never used).
656dc18 Fix sending freebusy reply.
1cae663 I *think* this fixes deleting a recurring event.
3b8e8f4 Merge branch 'master' into develop

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

commit af885605b863bb8d90334db5f155959654ffdf8d
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Feb 8 12:42:43 2012 -0700

    Another email parsing test

 framework/Mail/test/Horde/Mail/ParseTest.php |   39 ++++++++++++++++++++++++++
 1 files changed, 39 insertions(+), 0 deletions(-)

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

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

commit 7af8196470b54c8b3d646ed40302d572cdc23499
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Feb 8 12:57:37 2012 -0700

    Parameters were not being correctly reset between function calls

 framework/Mail/lib/Horde/Mail/Rfc822.php     |   18 +++++++-----------
 framework/Mail/test/Horde/Mail/ParseTest.php |    2 +-
 2 files changed, 8 insertions(+), 12 deletions(-)

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

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

commit a75f19ddcf7571fdcb299b28999ff8da12047a57
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Feb 8 12:58:35 2012 -0700

    Sanity checking.
    
    Just in case pointer somehow jumps ahead of end, it won't turn into
    infinite loop.

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

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

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

commit ff7fa0b33bdf9da54731fd1815824dc7fa1b5826
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Feb 8 12:59:06 2012 -0700

    Tweaks to non-validate algorithm
    
    When parsing without validation, different address parts require
    different delimiters.

 framework/Mail/lib/Horde/Mail/Rfc822.php |   31 ++++++++++++++++++-----------
 1 files changed, 19 insertions(+), 12 deletions(-)

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

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

commit 676909cf7ec4bfe7bd0d68e82efe4befb6e6eed1
Author: Jan Schneider <jan at horde.org>
Date:   Wed Feb 8 22:05:27 2012 +0100

    I don't remember why we wouldn't include the fraemwork if not checking out HEAD or FRAMEWORK_3.

 framework/Release/lib/Horde/Release.php |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/676909cf7ec4bfe7bd0d68e82efe4befb6e6eed1

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

commit 5426371abcf1981e8e9831387108a1ea8474c58e
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Feb 8 16:29:53 2012 -0700

    This code doesn't do anything ($vEvent is never used).
    
    Assuming 'send' should go with 'reply' actions.

 imp/lib/Mime/Viewer/Itip.php |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)

http://git.horde.org/horde-git/-/commit/5426371abcf1981e8e9831387108a1ea8474c58e

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

commit 656dc18282f259e32e20e3c6b0cc724734b96222
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Feb 8 16:35:33 2012 -0700

    Fix sending freebusy reply.
    
    This would have been broken in 5.0.0, since the Horde_Mime_Part
    constructor has never supported parameters in H4.

 imp/lib/Mime/Viewer/Itip.php |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)

http://git.horde.org/horde-git/-/commit/656dc18282f259e32e20e3c6b0cc724734b96222

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

commit 1cae663ce3274f123662bdb19380c26bce41b7b1
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Feb 8 16:08:59 2012 -0700

    I *think* this fixes deleting a recurring event.
    
    2 things:
      - $instance won't be set in the Exception catch, so I believe we want
        the actual value returned from the attribute instead.
      - recurrence ID is the second parameter in the calendar delete API
        call, so recurrence ID should be sent in this parameter, not the
        list of attributes to delete.

 imp/lib/Mime/Viewer/Itip.php |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

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

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

commit 3b8e8f4b57636265ddf83ce91d91c1f300987761
Merge: be5b567 1cae663
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Feb 8 16:42:54 2012 -0700

    Merge branch 'master' into develop
    
    Conflicts:
    	framework/Mail/test/Horde/Mail/ParseTest.php

 framework/Mail/lib/Horde/Mail/Rfc822.php     |   51 ++++++++++++++------------
 framework/Mail/test/Horde/Mail/ParseTest.php |   27 +++++++++++++-
 framework/Release/lib/Horde/Release.php      |    4 +--
 imp/lib/Mime/Viewer/Itip.php                 |   34 +++++++----------
 4 files changed, 67 insertions(+), 49 deletions(-)

http://git.horde.org/horde-git/-/commit/3b8e8f4b57636265ddf83ce91d91c1f300987761




More information about the commits mailing list