The branch "master" has been updated. The following is a summary of the commits.
from: 97f889bca44ce55a75812edf298965a4ca264eec 13fac54 Remove unused variable. c53d827 Start working on a MS Office filter. d5e5da7 Travis has updated to 7.0.3. 2a0ac4c This workaround should no longer be necessary. Summary: http://github.com/horde/horde/compare/97f889bca44ce55a75812edf298965a4ca264eec...2a0ac4ca4e8c1a7c5e69913eeebf55e9622bde51 ----------------------------------------------------------------------- commit 13fac5495bfd990fec2db8cfa7af95445e8da1f6 Author: Jan Schneider <[email protected]> Date: Wed Feb 10 12:32:22 2016 +0100 Remove unused variable. framework/Text_Filter/lib/Horde/Text/Filter/Html2text.php | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) http://github.com/horde/horde/commit/13fac5495bfd990fec2db8cfa7af95445e8da1f6 ----------------------------------------------------------------------- commit c53d8273fb35432c70ebbfabc42ab340150f0bac Author: Jan Schneider <[email protected]> Date: Wed Feb 10 18:51:41 2016 +0100 Start working on a MS Office filter. Work reasonably well, but still not as intended. framework/Text_Filter/lib/Horde/Text/Filter/Msoffice.php | 86 ++++++++ framework/Text_Filter/package.xml | 8 +- framework/Text_Filter/test/Horde/Text/Filter/MsofficeTest.php | 91 +++++++++ 3 files changed, 183 insertions(+), 2 deletions(-) create mode 100644 framework/Text_Filter/lib/Horde/Text/Filter/Msoffice.php create mode 100644 framework/Text_Filter/test/Horde/Text/Filter/MsofficeTest.php http://github.com/horde/horde/commit/c53d8273fb35432c70ebbfabc42ab340150f0bac ----------------------------------------------------------------------- commit d5e5da78a253cf508b581a75965aa75e41a51da9 Author: Jan Schneider <[email protected]> Date: Thu Feb 11 12:54:08 2016 +0100 Travis has updated to 7.0.3. PHP BC break is fixed now. .travis.yml | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) http://github.com/horde/horde/commit/d5e5da78a253cf508b581a75965aa75e41a51da9 ----------------------------------------------------------------------- commit 2a0ac4ca4e8c1a7c5e69913eeebf55e9622bde51 Author: Jan Schneider <[email protected]> Date: Thu Feb 11 13:09:08 2016 +0100 This workaround should no longer be necessary. Thanks to @BanzaiMan for (hopefully) fixing this in travis-ci/travis-ci#5410. .travis.yml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://github.com/horde/horde/commit/2a0ac4ca4e8c1a7c5e69913eeebf55e9622bde51 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
