The branch "master" has been updated. The following is a summary of the commits.
from: 2477651f63a0a35c8c7151904ca1ffe30e87087f 7f406a9 Ignore spaces cc931dc [mms] Add Horde_String_Normalize class. d8493c2 [mms] Fix stripping non-ASCII characters in Horde_Imap_Client_Data_Format_Atom#stripNonAtomCharacters(). 6c80ab4 [mms] Support non-ASCII characters in user-defined flag names (Request #12335). 2b5a414 Catch fatal errors and log them a1cd827 Add IMP_Flag_Base->hash property d6a76a8 Fix setting flag on message when creating via context menu Summary: http://github.com/horde/horde/compare/2477651f63a0a35c8c7151904ca1ffe30e87087f...d6a76a81f3b6471b5ffd1237705b6823a2294eee ----------------------------------------------------------------------- commit 7f406a9596590a456e067a3d7cdab6d0cb76305e Author: Michael M Slusarz <[email protected]> Date: Mon Mar 31 20:42:01 2014 -0600 Ignore spaces framework/Util/test/Horde/Util/DomhtmlTest.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://github.com/horde/horde/commit/7f406a9596590a456e067a3d7cdab6d0cb76305e ----------------------------------------------------------------------- commit cc931dcb4d35c34cd22de96333e47b6efbb37dfe Author: Michael M Slusarz <[email protected]> Date: Mon Mar 31 20:46:15 2014 -0600 [mms] Add Horde_String_Normalize class. framework/Util/lib/Horde/String/Normalize.php | 122 ++++++++++++++++++++++ framework/Util/package.xml | 21 +++-- framework/Util/test/Horde/Util/NormalizeTest.php | 33 ++++++ 3 files changed, 169 insertions(+), 7 deletions(-) create mode 100644 framework/Util/lib/Horde/String/Normalize.php create mode 100644 framework/Util/test/Horde/Util/NormalizeTest.php http://github.com/horde/horde/commit/cc931dcb4d35c34cd22de96333e47b6efbb37dfe ----------------------------------------------------------------------- commit d8493c28d2e33502151b269c8626c85067ed86e3 Author: Michael M Slusarz <[email protected]> Date: Mon Mar 31 20:56:44 2014 -0600 [mms] Fix stripping non-ASCII characters in Horde_Imap_Client_Data_Format_Atom#stripNonAtomCharacters(). framework/Imap_Client/lib/Horde/Imap/Client/Data/Format/Atom.php | 6 ++- framework/Imap_Client/package.xml | 2 + .../Imap_Client/test/Horde/Imap/Client/Data/Format/AtomTest.php | 17 +++++ 3 files changed, 24 insertions(+), 1 deletions(-) http://github.com/horde/horde/commit/d8493c28d2e33502151b269c8626c85067ed86e3 ----------------------------------------------------------------------- commit 6c80ab47297ea9a5f8229613ced739ff711f7422 Author: Michael M Slusarz <[email protected]> Date: Mon Mar 31 21:03:19 2014 -0600 [mms] Support non-ASCII characters in user-defined flag names (Request #12335). imp/docs/CHANGES | 1 + imp/lib/Flag/User.php | 29 +++++++++++++++++++++++------ imp/package.xml | 3 ++- 3 files changed, 26 insertions(+), 7 deletions(-) http://github.com/horde/horde/commit/6c80ab47297ea9a5f8229613ced739ff711f7422 ----------------------------------------------------------------------- commit 2b5a4142d64b50ade06a1574a458fb9a236f1774 Author: Michael M Slusarz <[email protected]> Date: Mon Mar 31 21:18:40 2014 -0600 Catch fatal errors and log them framework/Core/lib/Horde/ErrorHandler.php | 17 +++++++++++++++++ horde/lib/core.php | 3 +++ 2 files changed, 20 insertions(+), 0 deletions(-) http://github.com/horde/horde/commit/2b5a4142d64b50ade06a1574a458fb9a236f1774 ----------------------------------------------------------------------- commit a1cd827552b251bf95ba00720b1a7a4add1835f5 Author: Michael M Slusarz <[email protected]> Date: Mon Mar 31 21:24:32 2014 -0600 Add IMP_Flag_Base->hash property imp/lib/Flag/Base.php | 7 +++++++ imp/lib/Prefs/Special/Flag.php | 10 ++-------- 2 files changed, 9 insertions(+), 8 deletions(-) http://github.com/horde/horde/commit/a1cd827552b251bf95ba00720b1a7a4add1835f5 ----------------------------------------------------------------------- commit d6a76a81f3b6471b5ffd1237705b6823a2294eee Author: Michael M Slusarz <[email protected]> Date: Mon Mar 31 21:30:42 2014 -0600 Fix setting flag on message when creating via context menu imp/lib/Ajax/Application/Handler/Dynamic.php | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) http://github.com/horde/horde/commit/d6a76a81f3b6471b5ffd1237705b6823a2294eee -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
