The branch "imp_6_2" has been updated. The following is a summary of the commits.
from: a3cff872f6c3ad1f17c154f2bd506145e108d73a c09823a Slightly more efficient, easier to read, request parameter parsing. 373413c More efficient/cleaner multipart output handling. f0ec480 Use a separate stream when handling multipart. 0531064 Fix overflow of file input field 87f2db3 Merge branch 'master' into imp_6_2 ----------------------------------------------------------------------- commit c09823ab5a88118f7e56ad64f049e8bfe6575ad3 Author: Michael J Rubinsky <[email protected]> Date: Sat Sep 14 15:03:04 2013 -0400 Slightly more efficient, easier to read, request parameter parsing. framework/ActiveSync/lib/Horde/ActiveSync.php | 81 +--------- framework/ActiveSync/lib/Horde/ActiveSync/Utils.php | 113 +++++++++----- framework/ActiveSync/test/Horde/ActiveSync/UtilsTest.php | 35 ++--- 3 files changed, 96 insertions(+), 133 deletions(-) http://github.com/horde/horde/commit/c09823ab5a88118f7e56ad64f049e8bfe6575ad3 http://git.horde.org/horde-git/-/commit/c09823ab5a88118f7e56ad64f049e8bfe6575ad3 ----------------------------------------------------------------------- commit 373413c66eff22ac6c8e1d2542477cb830b4fb14 Author: Michael J Rubinsky <[email protected]> Date: Sat Sep 14 16:15:16 2013 -0400 More efficient/cleaner multipart output handling. framework/ActiveSync/lib/Horde/ActiveSync.php | 1 + framework/ActiveSync/lib/Horde/ActiveSync/Wbxml/Encoder.php | 23 +++++++---- 2 files changed, 16 insertions(+), 8 deletions(-) http://github.com/horde/horde/commit/373413c66eff22ac6c8e1d2542477cb830b4fb14 http://git.horde.org/horde-git/-/commit/373413c66eff22ac6c8e1d2542477cb830b4fb14 ----------------------------------------------------------------------- commit f0ec480119625c15f0797ab7e47f989235db054d Author: Michael J Rubinsky <[email protected]> Date: Sat Sep 14 16:39:55 2013 -0400 Use a separate stream when handling multipart. Avoids fringe case of output buffer overflowing before we get to multipart output. framework/ActiveSync/lib/Horde/ActiveSync/Wbxml/Encoder.php | 31 ++++++++--- 1 files changed, 23 insertions(+), 8 deletions(-) http://github.com/horde/horde/commit/f0ec480119625c15f0797ab7e47f989235db054d http://git.horde.org/horde-git/-/commit/f0ec480119625c15f0797ab7e47f989235db054d ----------------------------------------------------------------------- commit 0531064c608e412a4851e37b87db41127769e791 Author: Michael M Slusarz <[email protected]> Date: Thu Sep 19 15:25:06 2013 -0600 Fix overflow of file input field imp/themes/default/dynamic/screen.css | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) http://github.com/horde/horde/commit/0531064c608e412a4851e37b87db41127769e791 http://git.horde.org/horde-git/-/commit/0531064c608e412a4851e37b87db41127769e791 ----------------------------------------------------------------------- commit 87f2db3a2a0e70e6c2c859fad52fb0b81b9984de Merge: a3cff87 0531064 Author: Michael M Slusarz <[email protected]> Date: Thu Sep 19 15:25:36 2013 -0600 Merge branch 'master' into imp_6_2 framework/ActiveSync/lib/Horde/ActiveSync.php | 82 +------- framework/ActiveSync/lib/Horde/ActiveSync/Utils.php | 113 +++++++---- framework/ActiveSync/lib/Horde/ActiveSync/Wbxml/Encoder.php | 52 ++++-- framework/ActiveSync/test/Horde/ActiveSync/UtilsTest.php | 35 ++-- imp/themes/default/dynamic/screen.css | 3 + 5 files changed, 137 insertions(+), 148 deletions(-) http://github.com/horde/horde/commit/87f2db3a2a0e70e6c2c859fad52fb0b81b9984de http://git.horde.org/horde-git/-/commit/87f2db3a2a0e70e6c2c859fad52fb0b81b9984de -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
