The branch "master" has been updated. The following is a summary of the commits.
from: 54404f27c5397ddbf3c2ee503fe754a885012c2a c6a0d40 phpdoc 307e69b Use abstracted stream methods to move through stream 0e8ec06 [mms] Add length argument to peek(). fe19a38 Use new Horde_Stream methods 70490f9 [mms] Add ability to get UTF-8 character length of stream from Horde_Stream#length(). 20b3b43 Optimize search() if input is empty 5748a6d [mms] Horde_Stream#search() now supports multiple characters in search string. 861f8f0 [mms] Horde_Stream#getToChar() now supports multiple characters in search string. Summary: http://github.com/horde/horde/compare/54404f27c5397ddbf3c2ee503fe754a885012c2a...861f8f011ee17329e00185f1b99effeb40e6b9ae ----------------------------------------------------------------------- commit c6a0d406da8be272b728f8a386b26955b9908361 Author: Michael M Slusarz <[email protected]> Date: Tue Sep 24 15:33:13 2013 -0600 phpdoc framework/Stream/lib/Horde/Stream.php | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) http://github.com/horde/horde/commit/c6a0d406da8be272b728f8a386b26955b9908361 http://git.horde.org/horde-git/-/commit/c6a0d406da8be272b728f8a386b26955b9908361 ----------------------------------------------------------------------- commit 307e69bba9d536c2e4e6b539a07b188170900796 Author: Michael M Slusarz <[email protected]> Date: Tue Sep 24 15:54:13 2013 -0600 Use abstracted stream methods to move through stream framework/Stream/lib/Horde/Stream.php | 56 ++++++++++++++------------------ 1 files changed, 25 insertions(+), 31 deletions(-) http://github.com/horde/horde/commit/307e69bba9d536c2e4e6b539a07b188170900796 http://git.horde.org/horde-git/-/commit/307e69bba9d536c2e4e6b539a07b188170900796 ----------------------------------------------------------------------- commit 0e8ec06d7dac998a0f8ab270065636522f9e8ecc Author: Michael M Slusarz <[email protected]> Date: Tue Sep 24 16:07:44 2013 -0600 [mms] Add length argument to peek(). framework/Stream/lib/Horde/Stream.php | 19 ++++++++++++++----- framework/Stream/package.xml | 2 ++ framework/Stream/test/Horde/Stream/TempTest.php | 22 ++++++++++++++++++++++ 3 files changed, 38 insertions(+), 5 deletions(-) http://github.com/horde/horde/commit/0e8ec06d7dac998a0f8ab270065636522f9e8ecc http://git.horde.org/horde-git/-/commit/0e8ec06d7dac998a0f8ab270065636522f9e8ecc ----------------------------------------------------------------------- commit fe19a380e4a813ff2bae1f5ee8afc0b3588e645e Author: Michael M Slusarz <[email protected]> Date: Tue Sep 24 17:00:10 2013 -0600 Use new Horde_Stream methods .../Imap_Client/lib/Horde/Imap/Client/Data/Format/String.php | 2 +- framework/Imap_Client/lib/Horde/Imap/Client/Ids.php | 4 +- framework/Imap_Client/lib/Horde/Imap/Client/Socket.php | 8 +- .../lib/Horde/Imap/Client/Socket/Connection/Socket.php | 18 ++-- framework/Imap_Client/lib/Horde/Imap/Client/Tokenize.php | 27 +++-- framework/Imap_Client/package.xml | 2 +- framework/Stream/lib/Horde/Stream.php | 2 +- 7 files changed, 34 insertions(+), 29 deletions(-) http://github.com/horde/horde/commit/fe19a380e4a813ff2bae1f5ee8afc0b3588e645e http://git.horde.org/horde-git/-/commit/fe19a380e4a813ff2bae1f5ee8afc0b3588e645e ----------------------------------------------------------------------- commit 70490f9e1aac19020a2bc132f32c3093ca0a10e6 Author: Michael M Slusarz <[email protected]> Date: Tue Sep 24 17:59:08 2013 -0600 [mms] Add ability to get UTF-8 character length of stream from Horde_Stream#length(). framework/Stream/lib/Horde/Stream.php | 23 ++++++++++++++++++----- framework/Stream/package.xml | 2 ++ framework/Stream/test/Horde/Stream/TempTest.php | 18 ++---------------- 3 files changed, 22 insertions(+), 21 deletions(-) http://github.com/horde/horde/commit/70490f9e1aac19020a2bc132f32c3093ca0a10e6 http://git.horde.org/horde-git/-/commit/70490f9e1aac19020a2bc132f32c3093ca0a10e6 ----------------------------------------------------------------------- commit 20b3b4335fb2997b89f77eb7feb60d706656ba96 Author: Michael M Slusarz <[email protected]> Date: Tue Sep 24 18:13:43 2013 -0600 Optimize search() if input is empty framework/Stream/lib/Horde/Stream.php | 35 ++++++++++++++++++-------------- 1 files changed, 20 insertions(+), 15 deletions(-) http://github.com/horde/horde/commit/20b3b4335fb2997b89f77eb7feb60d706656ba96 http://git.horde.org/horde-git/-/commit/20b3b4335fb2997b89f77eb7feb60d706656ba96 ----------------------------------------------------------------------- commit 5748a6d7727f0b8745bab2879a34d6e18465b657 Author: Michael M Slusarz <[email protected]> Date: Tue Sep 24 21:43:45 2013 -0600 [mms] Horde_Stream#search() now supports multiple characters in search string. framework/Stream/lib/Horde/Stream.php | 53 ++++++++++++++-------- framework/Stream/package.xml | 2 + framework/Stream/test/Horde/Stream/TempTest.php | 23 ++++++++++ 3 files changed, 59 insertions(+), 19 deletions(-) http://github.com/horde/horde/commit/5748a6d7727f0b8745bab2879a34d6e18465b657 http://git.horde.org/horde-git/-/commit/5748a6d7727f0b8745bab2879a34d6e18465b657 ----------------------------------------------------------------------- commit 861f8f011ee17329e00185f1b99effeb40e6b9ae Author: Michael M Slusarz <[email protected]> Date: Tue Sep 24 22:31:40 2013 -0600 [mms] Horde_Stream#getToChar() now supports multiple characters in search string. framework/Stream/lib/Horde/Stream.php | 27 ++++++++++++----------- framework/Stream/package.xml | 2 + framework/Stream/test/Horde/Stream/TempTest.php | 2 +- 3 files changed, 17 insertions(+), 14 deletions(-) http://github.com/horde/horde/commit/861f8f011ee17329e00185f1b99effeb40e6b9ae http://git.horde.org/horde-git/-/commit/861f8f011ee17329e00185f1b99effeb40e6b9ae -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
