The branch "imp_6_1" has been updated. The following is a summary of the commits.
from: 1ed696e0315d4c690054376be99ab8091a0112e8 9b0a995 Use getContentTypeParameter() to retrieve current boundary (Bug #12161). 5b99da1 [mms] Add Horde_Support_CaseInsensitiveArray class. f86e276 [mms] Content-Type parameters are case-insensitive (Bug #12161). c3e031a Merge branch 'master' into imp_6_1 ----------------------------------------------------------------------- commit 9b0a995a60584543001cbd5dc94a1545a508813c Author: Michael M Slusarz <[email protected]> Date: Sat Apr 6 23:42:03 2013 -0600 Use getContentTypeParameter() to retrieve current boundary (Bug #12161). framework/Mime/lib/Horde/Mime/Part.php | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) http://git.horde.org/horde-git/-/commit/9b0a995a60584543001cbd5dc94a1545a508813c ----------------------------------------------------------------------- commit 5b99da116df3dfdbd7d2de8b82e5b38b8cb67ccf Author: Michael M Slusarz <[email protected]> Date: Sun Apr 7 00:14:18 2013 -0600 [mms] Add Horde_Support_CaseInsensitiveArray class. framework/Support/lib/Horde/Support/CaseInsensitiveArray.php | 81 +++++ framework/Support/package.xml | 20 +- framework/Support/test/Horde/Support/CaseInsensitiveArrayTest.php | 77 ++++ 3 files changed, 171 insertions(+), 7 deletions(-) create mode 100644 framework/Support/lib/Horde/Support/CaseInsensitiveArray.php create mode 100644 framework/Support/test/Horde/Support/CaseInsensitiveArrayTest.php http://git.horde.org/horde-git/-/commit/5b99da116df3dfdbd7d2de8b82e5b38b8cb67ccf ----------------------------------------------------------------------- commit f86e276c881264539e09ad5e35e5279fbeba788e Author: Michael M Slusarz <[email protected]> Date: Sun Apr 7 00:37:59 2013 -0600 [mms] Content-Type parameters are case-insensitive (Bug #12161). framework/Mime/lib/Horde/Mime/Part.php | 46 +++++++++++++-- framework/Mime/package.xml | 12 +++- framework/Mime/test/Horde/Mime/PartTest.php | 17 +++++ framework/Mime/test/Horde/Mime/fixtures/sample_msg2.txt | 27 +++++++++ 4 files changed, 93 insertions(+), 9 deletions(-) create mode 100644 framework/Mime/test/Horde/Mime/fixtures/sample_msg2.txt http://git.horde.org/horde-git/-/commit/f86e276c881264539e09ad5e35e5279fbeba788e ----------------------------------------------------------------------- commit c3e031a39eea1a457afe432b73d141d39c99db40 Merge: 1ed696e f86e276 Author: Michael M Slusarz <[email protected]> Date: Sun Apr 7 00:44:14 2013 -0600 Merge branch 'master' into imp_6_1 framework/Mime/lib/Horde/Mime/Part.php | 53 +++- framework/Mime/package.xml | 12 +- framework/Mime/test/Horde/Mime/PartTest.php | 17 + framework/Mime/test/Horde/Mime/fixtures/sample_msg2.txt | 27 ++ framework/Support/lib/Horde/Support/CaseInsensitiveArray.php | 81 +++++ framework/Support/package.xml | 20 +- framework/Support/test/Horde/Support/CaseInsensitiveArrayTest.php | 77 ++++ 7 files changed, 267 insertions(+), 20 deletions(-) http://git.horde.org/horde-git/-/commit/c3e031a39eea1a457afe432b73d141d39c99db40 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
