[commits] Horde branch master updated. 89a332158469478b9592204c9991581c17d20e3a

Michael M Slusarz slusarz at horde.org
Tue Feb 11 21:46:21 UTC 2014


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

from: 0b267d871d1ceccb7112f9fc2a1d0bb5f3cf921d

297c1ab [mms] Optimizations to IMAP tokenizer.
9b88aca Better duration display
0e1f187 Move ruleDescription to Ingo_Storage
d42ecce Update striping while dragging
976159d tweak
3085182 [mms] Optimizations to address parsing.
d2d8d09 Move cheaper comparison first
1f113e7 addPollList() isn't needed for nav_poll_all installations
017da10 Fix array get return of IMP_Ftree_Prefs_Poll for nav_poll_all installations
58afba3 tweaks; variable sorting
89a3321 [mms] Optimize Horde_Url#toString().

Summary: http://github.com/horde/horde/compare/0b267d871d1ceccb7112f9fc2a1d0bb5f3cf921d...89a332158469478b9592204c9991581c17d20e3a

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

commit 297c1abd1f66ccdb9f1a8e6aee313acdd5e8d41e
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Feb 11 00:21:57 2014 -0700

    [mms] Optimizations to IMAP tokenizer.
    
    Not much more than removing the overhead of function calls that are
    (potentially) called 1,000s of times.
    
    Specifically, in the testLargeEnvelopeData test, these changes save on
    something like 700,000+ individual method calls, a ~30% improvement
    (albeit in an extreme use-case).

 framework/Imap_Client/lib/Horde/Imap/Client/Tokenize.php |  108 +++++++-------
 framework/Imap_Client/package.xml                        |    4 +-
 2 files changed, 55 insertions(+), 57 deletions(-)

http://github.com/horde/horde/commit/297c1abd1f66ccdb9f1a8e6aee313acdd5e8d41e
http://git.horde.org/horde-git/-/commit/297c1abd1f66ccdb9f1a8e6aee313acdd5e8d41e

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

commit 9b88aca98a2b6299adbe22be9d949d0f7d6f528d
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Feb 11 00:55:47 2014 -0700

    Better duration display

 imp/lib/Mime/Viewer/Audio.php |   20 +++++++++++++++++++-
 imp/lib/Mime/Viewer/Video.php |   18 +++++++++++++++++-
 2 files changed, 36 insertions(+), 2 deletions(-)

http://github.com/horde/horde/commit/9b88aca98a2b6299adbe22be9d949d0f7d6f528d
http://git.horde.org/horde-git/-/commit/9b88aca98a2b6299adbe22be9d949d0f7d6f528d

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

commit 0e1f18794d49c6fad2b283b3bfe5ebbcab9eeab1
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Feb 11 01:54:23 2014 -0700

    Move ruleDescription to Ingo_Storage

 ingo/lib/Ajax/Application/Smartmobile.php |    7 ++--
 ingo/lib/Basic/Filters.php                |    2 +-
 ingo/lib/Ingo.php                         |   44 -----------------------------
 ingo/lib/Storage.php                      |   41 +++++++++++++++++++++++++++
 4 files changed, 45 insertions(+), 49 deletions(-)

http://github.com/horde/horde/commit/0e1f18794d49c6fad2b283b3bfe5ebbcab9eeab1
http://git.horde.org/horde-git/-/commit/0e1f18794d49c6fad2b283b3bfe5ebbcab9eeab1

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

commit d42ecce5be6d5bf065f1ffb3b025ba5e45f317c8
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Feb 11 01:56:47 2014 -0700

    Update striping while dragging

 ingo/js/filters.js |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

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

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

commit 976159dc240b885754720dc3a39590dae0559c7a
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Feb 11 02:02:48 2014 -0700

    tweak

 framework/Stream/lib/Horde/Stream.php |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

http://github.com/horde/horde/commit/976159dc240b885754720dc3a39590dae0559c7a
http://git.horde.org/horde-git/-/commit/976159dc240b885754720dc3a39590dae0559c7a

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

commit 308518209a86e5b457a2b29295f8d75614cb7d63
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Feb 11 12:54:50 2014 -0700

    [mms] Optimizations to address parsing.

 framework/Mail/lib/Horde/Mail/Rfc822.php |   29 ++++++++++++++++-------------
 framework/Mail/package.xml               |    4 ++--
 2 files changed, 18 insertions(+), 15 deletions(-)

http://github.com/horde/horde/commit/308518209a86e5b457a2b29295f8d75614cb7d63
http://git.horde.org/horde-git/-/commit/308518209a86e5b457a2b29295f8d75614cb7d63

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

commit d2d8d09422df7c9d2cb341dd35ce4eaf0e2745b1
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Feb 11 13:23:29 2014 -0700

    Move cheaper comparison first

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

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

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

commit 1f113e7d40ee8866872f5a34a72817a7ce2426a9
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Feb 11 13:27:46 2014 -0700

    addPollList() isn't needed for nav_poll_all installations

 imp/lib/Ftree/Prefs/Poll.php |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

http://github.com/horde/horde/commit/1f113e7d40ee8866872f5a34a72817a7ce2426a9
http://git.horde.org/horde-git/-/commit/1f113e7d40ee8866872f5a34a72817a7ce2426a9

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

commit 017da10a3f9af330d86a01c8cc6f9f9aea90973e
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Feb 11 13:28:16 2014 -0700

    Fix array get return of IMP_Ftree_Prefs_Poll for nav_poll_all installations

 imp/lib/Ftree/Prefs/Poll.php |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

http://github.com/horde/horde/commit/017da10a3f9af330d86a01c8cc6f9f9aea90973e
http://git.horde.org/horde-git/-/commit/017da10a3f9af330d86a01c8cc6f9f9aea90973e

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

commit 58afba397a6008e437c35e58405d0ba01006bb9c
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Feb 11 14:07:25 2014 -0700

    tweaks; variable sorting

 framework/Url/lib/Horde/Url.php |   33 ++++++++++++++++-----------------
 1 files changed, 16 insertions(+), 17 deletions(-)

http://github.com/horde/horde/commit/58afba397a6008e437c35e58405d0ba01006bb9c
http://git.horde.org/horde-git/-/commit/58afba397a6008e437c35e58405d0ba01006bb9c

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

commit 89a332158469478b9592204c9991581c17d20e3a
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Feb 11 14:18:29 2014 -0700

    [mms] Optimize Horde_Url#toString().
    
    Prepping the parameter list can be quite costly, so cache results.
    
    Total execution time of function when displaying the MIME torture test
    e-mail in IMP (popup window) dropped from 5% -> 2.5%.

 framework/Url/lib/Horde/Url.php |   55 +++++++++++++++++++++-----------------
 framework/Url/package.xml       |    4 +-
 2 files changed, 32 insertions(+), 27 deletions(-)

http://github.com/horde/horde/commit/89a332158469478b9592204c9991581c17d20e3a
http://git.horde.org/horde-git/-/commit/89a332158469478b9592204c9991581c17d20e3a




More information about the commits mailing list