[commits] Horde branch master updated.	2b87fb5cc0f8b8264307b56c45e710d3bc023a58
    Michael M Slusarz 
    slusarz at horde.org
       
    Mon May 16 06:01:38 UTC 2011
    
    
  
The branch "master" has been updated.
The following is a summary of the commits.
from: 00ebc07aacfc43f358fb48c595f80840bb5e9c90
16436a1 Move IMP URL generation (w/ mailbox info) to IMP_Mailbox
bfc2043 Don't create string if not used
9635751 Missed IMP_Mailbox namespace caching constant; optimize storage
68145c9 Optimize session storage.
2b87fb5 Fix variable that was being overwritten
-----------------------------------------------------------------------
commit 16436a1330abcd35c7aa78075006f7674979f8c1
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Sat May 14 00:06:36 2011 -0600
    Move IMP URL generation (w/ mailbox info) to IMP_Mailbox
 imp/lib/Application.php         |    6 ++--
 imp/lib/Auth.php                |    4 +-
 imp/lib/Block/Newmail.php       |    4 +-
 imp/lib/Block/Summary.php       |    2 +-
 imp/lib/IMP.php                 |   60 ---------------------------------------
 imp/lib/Imap/Tree.php           |    8 ++--
 imp/lib/Mailbox.php             |   52 +++++++++++++++++++++++++++++++++
 imp/lib/Prefs/Ui.php            |    2 +-
 imp/lib/Search/Query.php        |    4 ++
 imp/lib/Ui/Mimp.php             |    2 +-
 imp/lib/Views/ShowMessage.php   |    2 +-
 imp/mailbox-mimp.php            |    8 ++--
 imp/mailbox.php                 |   11 +++----
 imp/message-mimp.php            |   16 +++++-----
 imp/message.php                 |   16 +++++-----
 imp/rss.php                     |    4 +-
 imp/search.php                  |    2 +-
 imp/templates/common-header.inc |    2 +-
 imp/thread.php                  |    6 ++--
 19 files changed, 103 insertions(+), 108 deletions(-)
http://git.horde.org/horde-git/-/commit/16436a1330abcd35c7aa78075006f7674979f8c1
-----------------------------------------------------------------------
commit bfc2043043cf54650b25a19d2754881174338228
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Sat May 14 00:26:27 2011 -0600
    Don't create string if not used
 imp/lib/Imap/Tree.php |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/bfc2043043cf54650b25a19d2754881174338228
-----------------------------------------------------------------------
commit 96357519efa2b29141f5b7b7b292fc961b56617b
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Sat May 14 00:40:17 2011 -0600
    Missed IMP_Mailbox namespace caching constant; optimize storage
 imp/lib/Mailbox.php |   31 +++++++++++++++++++++++--------
 1 files changed, 23 insertions(+), 8 deletions(-)
http://git.horde.org/horde-git/-/commit/96357519efa2b29141f5b7b7b292fc961b56617b
-----------------------------------------------------------------------
commit 68145c998edb50f5ab86f72e92402fc4fb4adad2
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Sat May 14 01:34:33 2011 -0600
    Optimize session storage.
    
    Remove separate serialized index array, and instead track whether entry
    is serialized directly within an entry key.
    
    This means we may have to look up two separate keys to find a value, but
    we needed to do a lookup anyway previously so this isn't any less
    efficient.
    
    Especially with longer key names, this saves a decent amount of space.
    I saw a 16% drop in session size after implementing this.
 framework/Core/lib/Horde/Session.php |   52 +++++++++++++++-------------------
 1 files changed, 23 insertions(+), 29 deletions(-)
http://git.horde.org/horde-git/-/commit/68145c998edb50f5ab86f72e92402fc4fb4adad2
-----------------------------------------------------------------------
commit 2b87fb5cc0f8b8264307b56c45e710d3bc023a58
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Sat May 14 01:41:15 2011 -0600
    Fix variable that was being overwritten
 imp/lib/Mime/Viewer/Html.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/2b87fb5cc0f8b8264307b56c45e710d3bc023a58
    
    
More information about the commits
mailing list