The branch "master" has been updated. The following is a summary of the commits.
from: 9e1e6445044554828fa349d1444bfc03879b179e 7521c98 Cleaner handling of servers that aren't reachable 0336cbd Sort images da5f43b Fix clearing class name a3f7679 [mms] Add Cache Administration page. 11c4e1a [mms] Fix replying to non-UTF-8 messages when the 'reply_charset' preference is true. Summary: http://github.com/horde/horde/compare/9e1e6445044554828fa349d1444bfc03879b179e...11c4e1ae48ba4ac8f207fccdbc94a391c56c0eaa ----------------------------------------------------------------------- commit 7521c98b2c5077761b47c76017a9c4ea4fb16e10 Author: Michael M Slusarz <[email protected]> Date: Thu Aug 21 01:32:00 2014 -0600 Cleaner handling of servers that aren't reachable framework/Imap_Client/test/Horde/Imap/Client/Live/Imap.php | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) http://github.com/horde/horde/commit/7521c98b2c5077761b47c76017a9c4ea4fb16e10 ----------------------------------------------------------------------- commit 0336cbd18555f6e7f004817b09640b8f4adfc6e4 Author: Michael M Slusarz <[email protected]> Date: Thu Aug 21 11:41:25 2014 -0600 Sort images horde/util/icon_browser.php | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) http://github.com/horde/horde/commit/0336cbd18555f6e7f004817b09640b8f4adfc6e4 ----------------------------------------------------------------------- commit da5f43b493b5d6b08f7689f064fbc1319b441848 Author: Michael M Slusarz <[email protected]> Date: Thu Aug 21 12:06:33 2014 -0600 Fix clearing class name horde/js/form_sections.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://github.com/horde/horde/commit/da5f43b493b5d6b08f7689f064fbc1319b441848 ----------------------------------------------------------------------- commit a3f7679488a0513c6e809101f5b72240a3ca10b8 Author: Michael M Slusarz <[email protected]> Date: Thu Aug 21 12:07:42 2014 -0600 [mms] Add Cache Administration page. horde/admin/cache.php | 52 ++++++++++++++++++++++++++++++++++ horde/docs/CHANGES | 1 + horde/lib/Api.php | 5 +++ horde/package.xml | 2 + horde/templates/admin/cache.html.php | 26 +++++++++++++++++ horde/themes/default/screen.css | 4 +- 6 files changed, 88 insertions(+), 2 deletions(-) create mode 100644 horde/admin/cache.php create mode 100644 horde/templates/admin/cache.html.php http://github.com/horde/horde/commit/a3f7679488a0513c6e809101f5b72240a3ca10b8 ----------------------------------------------------------------------- commit 11c4e1ae48ba4ac8f207fccdbc94a391c56c0eaa Author: Michael M Slusarz <[email protected]> Date: Thu Aug 21 13:04:46 2014 -0600 [mms] Fix replying to non-UTF-8 messages when the 'reply_charset' preference is true. Text is always stored internally in IMP_Compose as UTF-8, so sending the charset of the (yet-to-be converted) outgoing message to the DOM class was causing incorrect charset conversions. Conflicts: imp/docs/CHANGES imp/package.xml imp/docs/CHANGES | 2 ++ imp/lib/Compose.php | 1 - imp/package.xml | 1 + 3 files changed, 3 insertions(+), 1 deletions(-) http://github.com/horde/horde/commit/11c4e1ae48ba4ac8f207fccdbc94a391c56c0eaa -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
