The branch "master" has been updated. The following is a summary of the commits.
from: 5634db7c58bc1cd185a6f6093a75b85c29530177 19fed1e [mms] Move mime.mapping.php generation code from horde-support repository into doc/ directory. 4dcf0c4 Update mime.mapping.php file d98e74e We need to allow scripts in IFRAME, since we add code like e-mail opening js c0c3de4 Not used ae4734a [mms] MIME decoding uses windows-1252 by default when iso-8859-1 is reported. 6e7c166 Not needed Summary: http://github.com/horde/horde/compare/5634db7c58bc1cd185a6f6093a75b85c29530177...6e7c1666b6267eb246abb70d7957a13dc48936c6 ----------------------------------------------------------------------- commit 19fed1e5b544274e79198e374fd6768699486cb4 Author: Michael M Slusarz <[email protected]> Date: Wed Dec 3 23:55:21 2014 -0700 [mms] Move mime.mapping.php generation code from horde-support repository into doc/ directory. framework/Mime/doc/Horde/Mime/mime_mapping/Makefile | 8 + framework/Mime/doc/Horde/Mime/mime_mapping/README | 2 + framework/Mime/doc/Horde/Mime/mime_mapping/convert.php | 142 + framework/Mime/doc/Horde/Mime/mime_mapping/mime.globs | 891 ++++++ framework/Mime/doc/Horde/Mime/mime_mapping/mime.types | 1588 +++++++++++ framework/Mime/doc/Horde/Mime/mime_mapping/mime.types.horde | 32 + framework/Mime/package.xml | 22 +- 7 files changed, 2681 insertions(+), 4 deletions(-) create mode 100644 framework/Mime/doc/Horde/Mime/mime_mapping/Makefile create mode 100644 framework/Mime/doc/Horde/Mime/mime_mapping/README create mode 100644 framework/Mime/doc/Horde/Mime/mime_mapping/convert.php create mode 100644 framework/Mime/doc/Horde/Mime/mime_mapping/mime.globs create mode 100644 framework/Mime/doc/Horde/Mime/mime_mapping/mime.types create mode 100644 framework/Mime/doc/Horde/Mime/mime_mapping/mime.types.horde http://github.com/horde/horde/commit/19fed1e5b544274e79198e374fd6768699486cb4 ----------------------------------------------------------------------- commit 4dcf0c43466d2f0ee7edf58e4ea1c272f9654a96 Author: Michael M Slusarz <[email protected]> Date: Thu Dec 4 00:15:31 2014 -0700 Update mime.mapping.php file framework/Mime/lib/Horde/Mime/mime.mapping.php | 2864 ++++++++++++------------ 1 files changed, 1434 insertions(+), 1430 deletions(-) http://github.com/horde/horde/commit/4dcf0c43466d2f0ee7edf58e4ea1c272f9654a96 ----------------------------------------------------------------------- commit d98e74e1f989b9ac29c2ebf2e84b95ab017bb654 Author: Michael M Slusarz <[email protected]> Date: Thu Dec 4 00:20:38 2014 -0700 We need to allow scripts in IFRAME, since we add code like e-mail opening js imp/lib/Mime/Viewer/Html.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://github.com/horde/horde/commit/d98e74e1f989b9ac29c2ebf2e84b95ab017bb654 ----------------------------------------------------------------------- commit c0c3de4a78f0f147157ba04d7155d79be2bb3f66 Author: Michael M Slusarz <[email protected]> Date: Thu Dec 4 01:06:58 2014 -0700 Not used imp/lib/Mailbox.php | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) http://github.com/horde/horde/commit/c0c3de4a78f0f147157ba04d7155d79be2bb3f66 ----------------------------------------------------------------------- commit ae4734ab91f7b94b3ed6be856180c3d8152b8d5d Author: Michael M Slusarz <[email protected]> Date: Thu Dec 4 01:21:01 2014 -0700 [mms] MIME decoding uses windows-1252 by default when iso-8859-1 is reported. framework/Mime/lib/Horde/Mime.php | 3 ++- framework/Mime/package.xml | 2 ++ 2 files changed, 4 insertions(+), 1 deletions(-) http://github.com/horde/horde/commit/ae4734ab91f7b94b3ed6be856180c3d8152b8d5d ----------------------------------------------------------------------- commit 6e7c1666b6267eb246abb70d7957a13dc48936c6 Author: Michael M Slusarz <[email protected]> Date: Thu Dec 4 01:21:30 2014 -0700 Not needed imp/lib/Application.php | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) http://github.com/horde/horde/commit/6e7c1666b6267eb246abb70d7957a13dc48936c6 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
