[commits] Horde branch imp_6_2 updated. b224b887ce737f80ccd396b78fa632054c4159c8

Michael M Slusarz slusarz at horde.org
Wed Sep 25 22:42:00 UTC 2013


The branch "imp_6_2" has been updated.
The following is a summary of the commits.

from: f3ce070c1cc29f2ad7568914baf34bbd4f1d7b27

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.
2b976aa The 'None' identity makes no sense.
84153f8 ; not needed
704efc1 Performance improvements for CSS parsing code
be01c7d Fixes
839c3af phpdoc
7eb78e1 Changing the toolbar config can't be done this way
59d7903 Clearer error message
b224b88 Merge branch 'master' into imp_6_2

Summary: http://github.com/horde/horde/compare/f3ce070c1cc29f2ad7568914baf34bbd4f1d7b27...b224b887ce737f80ccd396b78fa632054c4159c8

-----------------------------------------------------------------------

commit c6a0d406da8be272b728f8a386b26955b9908361
Author: Michael M Slusarz <slusarz at horde.org>
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 <slusarz at horde.org>
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 <slusarz at horde.org>
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 <slusarz at horde.org>
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 <slusarz at horde.org>
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 <slusarz at horde.org>
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 <slusarz at horde.org>
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 <slusarz at horde.org>
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

-----------------------------------------------------------------------

commit 2b976aa9d705819728a0a92025df31a4f064d254
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Sep 24 22:47:12 2013 -0600

    The 'None' identity makes no sense.

 framework/Core/lib/Horde/Core/Prefs/Ui.php |    1 +
 horde/templates/prefs/identityselect.html  |    6 ++----
 2 files changed, 3 insertions(+), 4 deletions(-)

http://github.com/horde/horde/commit/2b976aa9d705819728a0a92025df31a4f064d254
http://git.horde.org/horde-git/-/commit/2b976aa9d705819728a0a92025df31a4f064d254

-----------------------------------------------------------------------

commit 84153f8c93c56ff59d54d88f527c27489025b87f
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Sep 24 22:56:33 2013 -0600

    ; not needed

 framework/Editor/lib/Horde/Editor/Ckeditor.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://github.com/horde/horde/commit/84153f8c93c56ff59d54d88f527c27489025b87f
http://git.horde.org/horde-git/-/commit/84153f8c93c56ff59d54d88f527c27489025b87f

-----------------------------------------------------------------------

commit 704efc172e5c699436488f1a12a59523d5fbbc6e
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Sep 25 01:48:03 2013 -0600

    Performance improvements for CSS parsing code
    
    These provide about a 35% performance boost by my testing.

 framework/Css_Parser/lib/Sabberworm/CSS/Parser.php |   68 ++++++++++++--------
 1 files changed, 42 insertions(+), 26 deletions(-)

http://github.com/horde/horde/commit/704efc172e5c699436488f1a12a59523d5fbbc6e
http://git.horde.org/horde-git/-/commit/704efc172e5c699436488f1a12a59523d5fbbc6e

-----------------------------------------------------------------------

commit be01c7d95bf293148bf84aa45b911de1e1719dd2
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Sep 25 10:44:07 2013 -0600

    Fixes

 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php            |    9 ++++-
 .../lib/Horde/Imap/Client/Socket/Connection/Socket.php            |    2 +-
 2 files changed, 9 insertions(+), 2 deletions(-)

http://github.com/horde/horde/commit/be01c7d95bf293148bf84aa45b911de1e1719dd2
http://git.horde.org/horde-git/-/commit/be01c7d95bf293148bf84aa45b911de1e1719dd2

-----------------------------------------------------------------------

commit 839c3af103125356b6e1307de451b90ce3cc0ec4
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Sep 25 11:56:01 2013 -0600

    phpdoc

 framework/Editor/lib/Horde/Editor/Ckeditor.php |   22 +++++++++++++++-------
 1 files changed, 15 insertions(+), 7 deletions(-)

http://github.com/horde/horde/commit/839c3af103125356b6e1307de451b90ce3cc0ec4
http://git.horde.org/horde-git/-/commit/839c3af103125356b6e1307de451b90ce3cc0ec4

-----------------------------------------------------------------------

commit 7eb78e14ab20574943bede123d55b1997871682c
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Sep 25 11:56:04 2013 -0600

    Changing the toolbar config can't be done this way

 framework/Editor/lib/Horde/Editor/Ckeditor.php |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

http://github.com/horde/horde/commit/7eb78e14ab20574943bede123d55b1997871682c
http://git.horde.org/horde-git/-/commit/7eb78e14ab20574943bede123d55b1997871682c

-----------------------------------------------------------------------

commit 59d7903737fec837e2a8886cbaa8bc21cd6bc9fd
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Sep 25 12:12:01 2013 -0600

    Clearer error message

 imp/lib/Prefs/Special/Acl.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/59d7903737fec837e2a8886cbaa8bc21cd6bc9fd
http://git.horde.org/horde-git/-/commit/59d7903737fec837e2a8886cbaa8bc21cd6bc9fd

-----------------------------------------------------------------------

commit b224b887ce737f80ccd396b78fa632054c4159c8
Merge: f3ce070 59d7903
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Sep 25 16:41:46 2013 -0600

    Merge branch 'master' into imp_6_2

 framework/Core/lib/Horde/Core/Prefs/Ui.php                        |    1 +
 framework/Css_Parser/lib/Sabberworm/CSS/Parser.php                |   68 +-
 framework/Editor/lib/Horde/Editor/Ckeditor.php                    |   25 +-
 .../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            |   13 +-
 .../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                             |  173 +++--
 framework/Stream/package.xml                                      |    8 +
 framework/Stream/test/Horde/Stream/TempTest.php                   |   63 ++-
 horde/templates/prefs/identityselect.html                         |    6 +-
 imp/lib/Prefs/Special/Acl.php                                     |    2 +-
 14 files changed, 263 insertions(+), 149 deletions(-)

http://github.com/horde/horde/commit/b224b887ce737f80ccd396b78fa632054c4159c8
http://git.horde.org/horde-git/-/commit/b224b887ce737f80ccd396b78fa632054c4159c8




More information about the commits mailing list