The branch "master" has been updated. The following is a summary of the commits.
from: 6916b6dd78a643b9b4811ff8d5111f16ac06ed9b 9bb78c2 Timezone is not always set, even if requested. 06837c3 This is transliteration, not normalization. d6c383c Use transliteration extensions too if available. 9f9626b Fix/add character transliterations. Summary: http://github.com/horde/horde/compare/6916b6dd78a643b9b4811ff8d5111f16ac06ed9b...9f9626b81e3cf79cb753e0e7f2a2677e71bff3e1 ----------------------------------------------------------------------- commit 9bb78c2fcdb39d99858d7703d71a8f495f47822b Author: Jan Schneider <[email protected]> Date: Mon Mar 31 12:30:24 2014 +0200 Timezone is not always set, even if requested. Unit tests still fail because the search results may be empty which isn't handled by the code, and the API methods are not phpdoc'ed. framework/Service_Weather/lib/Horde/Service/Weather/Wwo.php | 21 ++++++----- 1 files changed, 12 insertions(+), 9 deletions(-) http://github.com/horde/horde/commit/9bb78c2fcdb39d99858d7703d71a8f495f47822b ----------------------------------------------------------------------- commit 06837c3d531f94efb81bfb770d84d7a7a1197069 Author: Jan Schneider <[email protected]> Date: Tue Apr 1 10:25:33 2014 +0200 This is transliteration, not normalization. framework/Util/lib/Horde/String/Normalize.php | 122 ------------------ framework/Util/lib/Horde/String/Transliterate.php | 122 ++++++++++++++++++ framework/Util/package.xml | 12 +- framework/Util/test/Horde/Util/NormalizeTest.php | 33 ----- framework/Util/test/Horde/Util/TransliterateTest.php | 33 +++++ imp/lib/Flag/User.php | 4 +- 6 files changed, 163 insertions(+), 163 deletions(-) delete mode 100644 framework/Util/lib/Horde/String/Normalize.php create mode 100644 framework/Util/lib/Horde/String/Transliterate.php delete mode 100644 framework/Util/test/Horde/Util/NormalizeTest.php create mode 100644 framework/Util/test/Horde/Util/TransliterateTest.php http://github.com/horde/horde/commit/06837c3d531f94efb81bfb770d84d7a7a1197069 ----------------------------------------------------------------------- commit d6c383c7cb1ed1e29dac184bb77bdcf2b9222f28 Author: Jan Schneider <[email protected]> Date: Tue Apr 1 11:41:05 2014 +0200 Use transliteration extensions too if available. framework/Util/lib/Horde/String/Transliterate.php | 42 ++++++++++++- framework/Util/package.xml | 7 ++ framework/Util/test/Horde/Util/Mock/Transliterate.php | 40 +++++++++++ framework/Util/test/Horde/Util/TransliterateTest.php | 59 +++++++++++++++- 4 files changed, 143 insertions(+), 5 deletions(-) create mode 100644 framework/Util/test/Horde/Util/Mock/Transliterate.php http://github.com/horde/horde/commit/d6c383c7cb1ed1e29dac184bb77bdcf2b9222f28 ----------------------------------------------------------------------- commit 9f9626b81e3cf79cb753e0e7f2a2677e71bff3e1 Author: Jan Schneider <[email protected]> Date: Tue Apr 1 11:46:05 2014 +0200 Fix/add character transliterations. framework/Util/lib/Horde/String/Transliterate.php | 13 +++++++------ 1 files changed, 7 insertions(+), 6 deletions(-) http://github.com/horde/horde/commit/9f9626b81e3cf79cb753e0e7f2a2677e71bff3e1 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
