[commits] Horde branch master updated. 86f36efd4c3d51cbb39cac45f52cf774f3c91a04

Michael M Slusarz slusarz at horde.org
Thu Oct 7 21:14:50 UTC 2010


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

from: d6b83bfb3fd0988403c6b074a855d5c2f1342e11

d2b3eb6 Bug #8023: Initial creation of Horde_Session.
1fcf616 Fixes for recent factory changes.
86f36ef Partially revert "All data passed around in Horde internally should be UTF-8."

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

commit d2b3eb6a89d574aac60dc5150b159d1a5aadd6bc
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Oct 7 11:02:49 2010 -0600

    Bug #8023: Initial creation of Horde_Session.
    
    Does nothing more than move code out of Horde_Registry.

 framework/Core/lib/Horde/Registry.php |   89 +++---------------------
 framework/Core/lib/Horde/Session.php  |  122 +++++++++++++++++++++++++++++++++
 framework/Core/package.xml            |    6 +-
 horde/admin/sessions.php              |    2 +-
 horde/bin/active_sessions             |    2 +-
 horde/login.php                       |    2 +-
 6 files changed, 140 insertions(+), 83 deletions(-)
 create mode 100644 framework/Core/lib/Horde/Session.php

http://git.horde.org/diff.php/framework/Core/lib/Horde/Registry.php?rt=horde-git&r1=d6b83bfb3fd0988403c6b074a855d5c2f1342e11&r2=d2b3eb6a89d574aac60dc5150b159d1a5aadd6bc
http://git.horde.org/co.php/framework/Core/lib/Horde/Session.php?rt=horde-git&r=d2b3eb6a89d574aac60dc5150b159d1a5aadd6bc
http://git.horde.org/diff.php/framework/Core/package.xml?rt=horde-git&r1=d6b83bfb3fd0988403c6b074a855d5c2f1342e11&r2=d2b3eb6a89d574aac60dc5150b159d1a5aadd6bc
http://git.horde.org/diff.php/horde/admin/sessions.php?rt=horde-git&r1=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9&r2=d2b3eb6a89d574aac60dc5150b159d1a5aadd6bc
http://git.horde.org/diff.php/horde/bin/active_sessions?rt=horde-git&r1=406a76b3bc7dfacfaefd44dec845a6d050f7dce5&r2=d2b3eb6a89d574aac60dc5150b159d1a5aadd6bc
http://git.horde.org/diff.php/horde/login.php?rt=horde-git&r1=5119c0b8e88220c9a0ac1bbdf2c75c55cd608653&r2=d2b3eb6a89d574aac60dc5150b159d1a5aadd6bc

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

commit 1fcf616d1910b242bf0fa46ed363f6f6396bb9d7
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Oct 7 11:04:58 2010 -0600

    Fixes for recent factory changes.

 framework/Core/lib/Horde/Core/Factory/History.php |    2 +-
 framework/Core/lib/Horde/Core/Factory/Vfs.php     |   10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Factory/History.php?rt=horde-git&r1=f52d2262c7b88761b600d7cca07c6ffdb6ea10b8&r2=1fcf616d1910b242bf0fa46ed363f6f6396bb9d7
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Factory/Vfs.php?rt=horde-git&r1=8b1dad629fe04c354011a4b19bdc186609f31425&r2=1fcf616d1910b242bf0fa46ed363f6f6396bb9d7

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

commit 86f36efd4c3d51cbb39cac45f52cf774f3c91a04
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Oct 7 15:07:59 2010 -0600

    Partially revert "All data passed around in Horde internally should be UTF-8."
    
    This partially reverts commit e60da622060274282dd92c2d41c4c0dce4724dd6.
    
    Horde_Text_Filter is not part of Horde the application - so there is no
    guarantee that text is in UTF-8.  In fact, much of the usefulness of
    this package is it does the necessary charset conversion as needed.
    
    Example: for Horde_Mime_Part objects created from message data, the text
    may be in a different charset than UTF-8.  This is perfectly fine -
    unnecessary charset conversion may just be a waste of time.
    
    This fixes incorrect character display in IMP (at least for the few
    messages I have tested so far).

 framework/Text_Filter/lib/Horde/Text/Filter/Cleanhtml.php  |   14 ++++++--
 framework/Text_Filter/lib/Horde/Text/Filter/Html2text.php  |    7 ++--
 framework/Text_Filter/lib/Horde/Text/Filter/Space2html.php |    3 +-
 framework/Text_Filter/lib/Horde/Text/Filter/Text2html.php  |   22 ++++++++++--
 framework/Text_Filter/lib/Horde/Text/Filter/Xss.php        |    7 +++-
 5 files changed, 41 insertions(+), 12 deletions(-)

http://git.horde.org/diff.php/framework/Text_Filter/lib/Horde/Text/Filter/Cleanhtml.php?rt=horde-git&r1=fc55d6178d33ca825f59a1a2eba44c8c7daa6019&r2=86f36efd4c3d51cbb39cac45f52cf774f3c91a04
http://git.horde.org/diff.php/framework/Text_Filter/lib/Horde/Text/Filter/Html2text.php?rt=horde-git&r1=fc55d6178d33ca825f59a1a2eba44c8c7daa6019&r2=86f36efd4c3d51cbb39cac45f52cf774f3c91a04
http://git.horde.org/diff.php/framework/Text_Filter/lib/Horde/Text/Filter/Space2html.php?rt=horde-git&r1=e60da622060274282dd92c2d41c4c0dce4724dd6&r2=86f36efd4c3d51cbb39cac45f52cf774f3c91a04
http://git.horde.org/diff.php/framework/Text_Filter/lib/Horde/Text/Filter/Text2html.php?rt=horde-git&r1=e60da622060274282dd92c2d41c4c0dce4724dd6&r2=86f36efd4c3d51cbb39cac45f52cf774f3c91a04
http://git.horde.org/diff.php/framework/Text_Filter/lib/Horde/Text/Filter/Xss.php?rt=horde-git&r1=e60da622060274282dd92c2d41c4c0dce4724dd6&r2=86f36efd4c3d51cbb39cac45f52cf774f3c91a04




More information about the commits mailing list