The branch "master" has been updated. The following is a summary of the commits.
from: 76e71cc8ef53e6caf82cdd5ef4abcb5fbf3ac7d2 1e85599 @todo 0323c62 No & needed. 24fe9ff Fix passing logger to tnef object classes. 0f5f818 Typo/spacing. 92a1be2 Some additional logging. 59c8cf9 Add support for parsing both compressed and uncompressed RTF. 83293ab Start parsing the MAPI Task data. fc718b6 Update package.xml filelist. 9e0aee4 Remove debug leftovers. aa393c4 Indent 958ddd9 Better method name. ecb847e Add support for parsing TNEF encapsulated MAPI TASK objects into vTODO. 7459015 Clean up some. ca69c9e Existence check. 500d85b Fix variable names. 55e89eb Update test. 8dfb1fc Update package.xml filelist. da90c32 Changes. Summary: http://github.com/horde/horde/compare/76e71cc8ef53e6caf82cdd5ef4abcb5fbf3ac7d2...da90c32dc84c2a9fef8f70837ada8e053bbe9c37 ----------------------------------------------------------------------- commit 1e855995f26976b334d3e7d58b5add5fb3aaa78e Author: Michael J Rubinsky <[email protected]> Date: Mon Dec 29 17:10:25 2014 -0500 @todo framework/Compress/lib/Horde/Compress/Tnef.php | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) http://github.com/horde/horde/commit/1e855995f26976b334d3e7d58b5add5fb3aaa78e ----------------------------------------------------------------------- commit 0323c6273574e2cd5d9cac51de8cc1342e7401ce Author: Michael J Rubinsky <[email protected]> Date: Mon Dec 29 17:13:44 2014 -0500 No & needed. framework/Compress/lib/Horde/Compress/Tnef.php | 10 ++++------ 1 files changed, 4 insertions(+), 6 deletions(-) http://github.com/horde/horde/commit/0323c6273574e2cd5d9cac51de8cc1342e7401ce ----------------------------------------------------------------------- commit 24fe9ff27f938d403e0a2e65b7ad453a23e031c7 Author: Michael J Rubinsky <[email protected]> Date: Mon Dec 29 17:14:44 2014 -0500 Fix passing logger to tnef object classes. framework/Compress/lib/Horde/Compress/Tnef/Object.php | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) http://github.com/horde/horde/commit/24fe9ff27f938d403e0a2e65b7ad453a23e031c7 ----------------------------------------------------------------------- commit 0f5f81852c92d56dc62b172479531e80e8199600 Author: Michael J Rubinsky <[email protected]> Date: Mon Dec 29 17:15:31 2014 -0500 Typo/spacing. framework/Compress/lib/Horde/Compress/Tnef/Vtodo.php | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) http://github.com/horde/horde/commit/0f5f81852c92d56dc62b172479531e80e8199600 ----------------------------------------------------------------------- commit 92a1be2fbfe4934f9d0c6ae9179e8393cbe40116 Author: Michael J Rubinsky <[email protected]> Date: Mon Dec 29 17:17:22 2014 -0500 Some additional logging. framework/Compress/lib/Horde/Compress/Tnef.php | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) http://github.com/horde/horde/commit/92a1be2fbfe4934f9d0c6ae9179e8393cbe40116 ----------------------------------------------------------------------- commit 59c8cf922de300ea356263fc43f7d368bb4179fc Author: Michael J Rubinsky <[email protected]> Date: Mon Dec 29 17:19:12 2014 -0500 Add support for parsing both compressed and uncompressed RTF. framework/Compress/lib/Horde/Compress/Tnef.php | 8 +- framework/Compress/lib/Horde/Compress/Tnef/Rtf.php | 158 ++++++++++++++++++++ 2 files changed, 162 insertions(+), 4 deletions(-) create mode 100644 framework/Compress/lib/Horde/Compress/Tnef/Rtf.php http://github.com/horde/horde/commit/59c8cf922de300ea356263fc43f7d368bb4179fc ----------------------------------------------------------------------- commit 83293ab1219b6d027ed28cab95059d9afbcb9a31 Author: Michael J Rubinsky <[email protected]> Date: Mon Dec 29 17:22:26 2014 -0500 Start parsing the MAPI Task data. framework/Compress/lib/Horde/Compress/Tnef.php | 29 ++++++++++++----- framework/Compress/lib/Horde/Compress/Tnef/Vtodo.php | 9 +++-- 2 files changed, 25 insertions(+), 13 deletions(-) http://github.com/horde/horde/commit/83293ab1219b6d027ed28cab95059d9afbcb9a31 ----------------------------------------------------------------------- commit fc718b6c780120692932deb34392456bd6af0134 Author: Michael J Rubinsky <[email protected]> Date: Mon Dec 29 17:23:19 2014 -0500 Update package.xml filelist. framework/Compress/package.xml | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) http://github.com/horde/horde/commit/fc718b6c780120692932deb34392456bd6af0134 ----------------------------------------------------------------------- commit 9e0aee466c91fa9c92cde8fe4153b6f0c8ec70cf Author: Michael J Rubinsky <[email protected]> Date: Mon Dec 29 17:24:15 2014 -0500 Remove debug leftovers. framework/Compress/test/Horde/Compress/TnefTest.php | 41 ++++++++++-------- 1 files changed, 23 insertions(+), 18 deletions(-) http://github.com/horde/horde/commit/9e0aee466c91fa9c92cde8fe4153b6f0c8ec70cf ----------------------------------------------------------------------- commit aa393c446696cab5e8eb889dca6b23538a37717e Author: Michael J Rubinsky <[email protected]> Date: Mon Dec 29 17:26:39 2014 -0500 Indent framework/Compress/lib/Horde/Compress/Tnef/Icalendar.php | 123 +++++++------- 1 files changed, 60 insertions(+), 63 deletions(-) http://github.com/horde/horde/commit/aa393c446696cab5e8eb889dca6b23538a37717e ----------------------------------------------------------------------- commit 958ddd95724862e28612e18c24e067cc798c2569 Author: Michael J Rubinsky <[email protected]> Date: Mon Dec 29 17:27:27 2014 -0500 Better method name. framework/Compress/lib/Horde/Compress/Tnef/Icalendar.php | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) http://github.com/horde/horde/commit/958ddd95724862e28612e18c24e067cc798c2569 ----------------------------------------------------------------------- commit ecb847ec83518d48f178860843c80f8b9f560348 Author: Michael J Rubinsky <[email protected]> Date: Wed Dec 31 00:17:59 2014 -0500 Add support for parsing TNEF encapsulated MAPI TASK objects into vTODO. framework/Compress/lib/Horde/Compress/Tnef.php | 7 +- framework/Compress/lib/Horde/Compress/Tnef/MessageData.php | 8 +- framework/Compress/lib/Horde/Compress/Tnef/Object.php | 16 +- framework/Compress/lib/Horde/Compress/Tnef/Rtf.php | 211 +++++++++++- framework/Compress/lib/Horde/Compress/Tnef/Vtodo.php | 167 +++++++++- 5 files changed, 385 insertions(+), 24 deletions(-) http://github.com/horde/horde/commit/ecb847ec83518d48f178860843c80f8b9f560348 ----------------------------------------------------------------------- commit 7459015e0947d69462fa27d0be7fef9b90a0c364 Author: Michael J Rubinsky <[email protected]> Date: Wed Dec 31 00:37:22 2014 -0500 Clean up some. No need for most of these properties to be public. Make sure each object has data in _content etc... framework/Compress/lib/Horde/Compress/Tnef/Icalendar.php | 153 ++++++++------ framework/Compress/lib/Horde/Compress/Tnef/Rtf.php | 106 +++++----- framework/Compress/lib/Horde/Compress/Tnef/Vtodo.php | 75 ++++--- 3 files changed, 184 insertions(+), 150 deletions(-) http://github.com/horde/horde/commit/7459015e0947d69462fa27d0be7fef9b90a0c364 ----------------------------------------------------------------------- commit ca69c9eb85646256c281544b3b7807436ab16963 Author: Michael J Rubinsky <[email protected]> Date: Wed Dec 31 00:54:13 2014 -0500 Existence check. framework/Compress/lib/Horde/Compress/Tnef/Rtf.php | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) http://github.com/horde/horde/commit/ca69c9eb85646256c281544b3b7807436ab16963 ----------------------------------------------------------------------- commit 500d85bb116d69597e92a14d9265e85e853c5089 Author: Michael J Rubinsky <[email protected]> Date: Wed Dec 31 00:54:33 2014 -0500 Fix variable names. framework/Compress/lib/Horde/Compress/Tnef/Vtodo.php | 29 +++++++++++++++-- 1 files changed, 25 insertions(+), 4 deletions(-) http://github.com/horde/horde/commit/500d85bb116d69597e92a14d9265e85e853c5089 ----------------------------------------------------------------------- commit 55e89ebbeae2503485af4bfca342eb3117727395 Author: Michael J Rubinsky <[email protected]> Date: Wed Dec 31 01:06:24 2014 -0500 Update test. framework/Compress/test/Horde/Compress/TnefTest.php | 5 +- framework/Compress/test/Horde/Compress/fixtures/tnef_vnote | Bin 11961 -> 16348 bytes .../Compress/test/Horde/Compress/fixtures/tnef_vtodo_fixture.txt | 21 +++++ 3 files changed, 25 insertions(+), 1 deletions(-) create mode 100644 framework/Compress/test/Horde/Compress/fixtures/tnef_vtodo_fixture.txt http://github.com/horde/horde/commit/55e89ebbeae2503485af4bfca342eb3117727395 ----------------------------------------------------------------------- commit 8dfb1fc8af87f524932d10beb5f1b3d05f029401 Author: Michael J Rubinsky <[email protected]> Date: Wed Dec 31 01:07:24 2014 -0500 Update package.xml filelist. framework/Compress/package.xml | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) http://github.com/horde/horde/commit/8dfb1fc8af87f524932d10beb5f1b3d05f029401 ----------------------------------------------------------------------- commit da90c32dc84c2a9fef8f70837ada8e053bbe9c37 Author: Michael J Rubinsky <[email protected]> Date: Wed Dec 31 01:08:27 2014 -0500 Changes. framework/Compress/package.xml | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) http://github.com/horde/horde/commit/da90c32dc84c2a9fef8f70837ada8e053bbe9c37 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
