[commits] Horde branch master updated. ed121c9d65dbb498c100308c67d87020bd43ee04

Michael J. Rubinsky mrubinsk at horde.org
Wed Jan 28 06:00:07 UTC 2015


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

from: 541b04923b9e5ebb18a8288a3aecce023647e3b4

5c94545 Add some logging to help debug some issues.
15a4b71 phpdoc/comments.
335a793 Sigh. Fix the fix to the fix for the logging fix.
c7b3a7f More refactoring.
51ce17b Fix property access.
6386008 Add start of a test for iTip replies embedded in TNEF files.
ce89d4d Add missing constants.
d2b2644 Parse error
d5c740c Fix property id for subject.
9d590e1 More improvements to TNEF/Icalendar parsing:
a641081 phpdoc
c36b972 Add RSVP parameter.
91686f1 Add a basic "doesn't die" unit test. Will fill out more later.
ed121c9 Merge branch 'tnef'

Summary: http://github.com/horde/horde/compare/541b04923b9e5ebb18a8288a3aecce023647e3b4...ed121c9d65dbb498c100308c67d87020bd43ee04

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

commit 5c94545b183f5c6e48fbaab148c122a2f591d4d8
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Jan 26 12:17:17 2015 -0500

    Add some logging to help debug some issues.

 framework/Compress/lib/Horde/Compress/Tnef.php |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

http://github.com/horde/horde/commit/5c94545b183f5c6e48fbaab148c122a2f591d4d8

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

commit 15a4b7176360dc45a3178d01c6f1d6eb2b1cfb3a
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Jan 27 14:34:57 2015 -0500

    phpdoc/comments.

 framework/Compress/lib/Horde/Compress/Tnef.php |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

http://github.com/horde/horde/commit/15a4b7176360dc45a3178d01c6f1d6eb2b1cfb3a

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

commit 335a7939f1249d27e257b40f10ffb98286050f72
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Jan 27 14:35:12 2015 -0500

    Sigh. Fix the fix to the fix for the logging fix.

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

http://github.com/horde/horde/commit/335a7939f1249d27e257b40f10ffb98286050f72

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

commit c7b3a7f73fe5c8d5aa2973d207123ddcaf3e0715
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Jan 27 14:43:10 2015 -0500

    More refactoring.
    
    Cannot let the subclasses parse their own data since not all data is
    consecutive.

 framework/Compress/lib/Horde/Compress/Tnef.php      |  111 ++++++++++++-------
 framework/Compress/lib/Horde/Compress/Tnef/File.php |    4 +
 2 files changed, 76 insertions(+), 39 deletions(-)

http://github.com/horde/horde/commit/c7b3a7f73fe5c8d5aa2973d207123ddcaf3e0715

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

commit 51ce17be49b8752e4f4bd04b78e4fecad24bdc50
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Jan 27 15:56:49 2015 -0500

    Fix property access.

 framework/Compress/lib/Horde/Compress/Tnef/VTodo.php |   33 +++++++++++++-----
 1 files changed, 24 insertions(+), 9 deletions(-)

http://github.com/horde/horde/commit/51ce17be49b8752e4f4bd04b78e4fecad24bdc50

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

commit 63860081290855db2ca0bf2e727d411428615fb8
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Jan 27 15:59:04 2015 -0500

    Add start of a test for iTip replies embedded in TNEF files.

 framework/Compress/test/Horde/Compress/TnefTest.php            |   11 +-
 framework/Compress/test/Horde/Compress/fixtures/Itip_Reply.eml |  231 ++++++++
 2 files changed, 240 insertions(+), 2 deletions(-)
 create mode 100644 framework/Compress/test/Horde/Compress/fixtures/Itip_Reply.eml

http://github.com/horde/horde/commit/63860081290855db2ca0bf2e727d411428615fb8

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

commit ce89d4d59cb109c7eda349ad2d67febc99a68c58
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Jan 27 15:59:52 2015 -0500

    Add missing constants.

 framework/Compress/lib/Horde/Compress/Tnef/VTodo.php |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

http://github.com/horde/horde/commit/ce89d4d59cb109c7eda349ad2d67febc99a68c58

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

commit d2b2644e18d5dab24a93eb3cb93b9aaa77aa8e1b
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Jan 27 16:05:35 2015 -0500

    Parse error

 framework/Compress/lib/Horde/Compress/Tnef/VTodo.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://github.com/horde/horde/commit/d2b2644e18d5dab24a93eb3cb93b9aaa77aa8e1b

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

commit d5c740cca0567c67753b76672354442f05158a56
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Jan 28 00:40:49 2015 -0500

    Fix property id for subject.

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

http://github.com/horde/horde/commit/d5c740cca0567c67753b76672354442f05158a56

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

commit 9d590e150998977a1463e2ffe2ee99cdb5499364
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Jan 28 00:42:13 2015 -0500

    More improvements to TNEF/Icalendar parsing:
    
    Parse more fields from the MAPI object.
    Try our best to get a UID from the MAPI object.
    Populate the DESCRIPTION field from the RTF part if present.
    Fix/Improve ATTENDEE handling.

 framework/Compress/lib/Horde/Compress/Tnef.php           |   29 +++-
 framework/Compress/lib/Horde/Compress/Tnef/Icalendar.php |  113 +++++++++++++-
 2 files changed, 134 insertions(+), 8 deletions(-)

http://github.com/horde/horde/commit/9d590e150998977a1463e2ffe2ee99cdb5499364

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

commit a641081e612f761955e6ddbd836a9639453bbc88
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Jan 28 00:47:29 2015 -0500

    phpdoc

 framework/Compress/lib/Horde/Compress/Tnef/Icalendar.php |   24 +++++++++++++-
 1 files changed, 23 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/a641081e612f761955e6ddbd836a9639453bbc88

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

commit c36b972f298b985400b6b025ac68632c626a7ca5
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Jan 28 00:54:38 2015 -0500

    Add RSVP parameter.

 framework/Compress/lib/Horde/Compress/Tnef.php           |    1 +
 framework/Compress/lib/Horde/Compress/Tnef/Icalendar.php |   16 ++++++++++++++
 2 files changed, 17 insertions(+), 0 deletions(-)

http://github.com/horde/horde/commit/c36b972f298b985400b6b025ac68632c626a7ca5

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

commit 91686f1dc9223ea68906156228503da44d1c0fe5
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Jan 28 00:58:32 2015 -0500

    Add a basic "doesn't die" unit test. Will fill out more later.

 framework/Compress/test/Horde/Compress/TnefTest.php          |    7 +++++++
 framework/Compress/test/Horde/Compress/fixtures/winmail2.dat |  Bin 0 -> 7042 bytes
 2 files changed, 7 insertions(+), 0 deletions(-)
 create mode 100644 framework/Compress/test/Horde/Compress/fixtures/winmail2.dat

http://github.com/horde/horde/commit/91686f1dc9223ea68906156228503da44d1c0fe5

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

commit ed121c9d65dbb498c100308c67d87020bd43ee04
Merge: 541b049 91686f1
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Jan 28 00:59:39 2015 -0500

    Merge branch 'tnef'

 framework/Compress/lib/Horde/Compress/Tnef.php                 |  159 ++++--
 framework/Compress/lib/Horde/Compress/Tnef/File.php            |    4 +
 framework/Compress/lib/Horde/Compress/Tnef/Icalendar.php       |  151 +++++-
 framework/Compress/lib/Horde/Compress/Tnef/VTodo.php           |   37 +-
 framework/Compress/test/Horde/Compress/TnefTest.php            |   18 +-
 framework/Compress/test/Horde/Compress/fixtures/Itip_Reply.eml |  231 ++++++++
 framework/Compress/test/Horde/Compress/fixtures/winmail2.dat   |  Bin 0 -> 7042 bytes
 7 files changed, 538 insertions(+), 62 deletions(-)

http://github.com/horde/horde/commit/ed121c9d65dbb498c100308c67d87020bd43ee04




More information about the commits mailing list