[commits] Horde branch master updated. 3608e2bb39e79845c942b01cb712051546ed5b77

Michael M Slusarz slusarz at horde.org
Wed Aug 25 19:36:57 UTC 2010


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

from: 12b51c158b35596938568f70acd59a1530a66993

bed563f Use Horde_Tree to render IMP folder list selection dropdowns.
f9b67f1 Fix loading Tree classes that aren't extended in Core.
699d059 Ticket #9201: Better to convert things to UTF-8, to prevent lossy conversion.
3608e2b Move Domhtml lib from Support to Util

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

commit bed563f1702973aa252bd8269a5fd14479da1212
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Aug 25 12:18:11 2010 -0600

    Use Horde_Tree to render IMP folder list selection dropdowns.

 imp/lib/IMP.php                    |  113 ++------------------
 imp/lib/Imap/Tree.php              |   35 ++++---
 imp/lib/Tree/Flist.php             |  197 ++++++++++++++++++++++++++++++++++++
 imp/templates/imp/flist/flist.html |    4 +-
 4 files changed, 230 insertions(+), 119 deletions(-)
 create mode 100644 imp/lib/Tree/Flist.php

http://git.horde.org/diff.php/imp/lib/IMP.php?rt=horde-git&r1=19e95c545f6755b9885f143f1ecb95b84077c68b&r2=bed563f1702973aa252bd8269a5fd14479da1212
http://git.horde.org/diff.php/imp/lib/Imap/Tree.php?rt=horde-git&r1=a4a66a65541d696b369f089bccae52f13a27af84&r2=bed563f1702973aa252bd8269a5fd14479da1212
http://git.horde.org/co.php/imp/lib/Tree/Flist.php?rt=horde-git&r=bed563f1702973aa252bd8269a5fd14479da1212
http://git.horde.org/diff.php/imp/templates/imp/flist/flist.html?rt=horde-git&r1=42898815201e243f6b36b2daea0825bac1128eaf&r2=bed563f1702973aa252bd8269a5fd14479da1212

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

commit f9b67f1a00ef65c2dfd522c2acdcce87259b3325
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Aug 25 12:25:50 2010 -0600

    Fix loading Tree classes that aren't extended in Core.

 framework/Core/lib/Horde/Core/Factory/Tree.php |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Factory/Tree.php?rt=horde-git&r1=82a4095c3e4dc0d584d364a65ae432a24a0f31fb&r2=f9b67f1a00ef65c2dfd522c2acdcce87259b3325

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

commit 699d059d4fa0faeed9273862ce3e19474bb8fd2d
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Aug 25 13:25:52 2010 -0600

    Ticket #9201: Better to convert things to UTF-8, to prevent lossy conversion.

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

http://git.horde.org/diff.php/framework/Support/lib/Horde/Support/Domhtml.php?rt=horde-git&r1=6149c84e973f3fb5c61760834c148bae4cbf04b8&r2=699d059d4fa0faeed9273862ce3e19474bb8fd2d

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

commit 3608e2bb39e79845c942b01cb712051546ed5b77
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Aug 25 13:32:06 2010 -0600

    Move Domhtml lib from Support to Util

 framework/Support/lib/Horde/Support/Domhtml.php           |   86 -------------
 framework/Support/package.xml                             |   10 +--
 framework/Text_Filter/lib/Horde/Text/Filter/Html2text.php |    2 +-
 framework/Text_Filter/lib/Horde/Text/Filter/Xss.php       |   11 +-
 framework/Text_Filter/package.xml                         |    4 -
 framework/Util/lib/Horde/Domhtml.php                      |   86 +++++++++++++
 framework/Util/package.xml                                |    9 +-
 imp/lib/tests/mime_viewer_html.phpt                       |    2 +-
 imp/view.php                                              |    2 +-
 9 files changed, 102 insertions(+), 110 deletions(-)
 delete mode 100644 framework/Support/lib/Horde/Support/Domhtml.php
 create mode 100644 framework/Util/lib/Horde/Domhtml.php

http://git.horde.org/diff.php/framework/Support/lib/Horde/Support/Domhtml.php?rt=horde-git&r1=699d059d4fa0faeed9273862ce3e19474bb8fd2d&r2=3608e2bb39e79845c942b01cb712051546ed5b77
http://git.horde.org/diff.php/framework/Support/package.xml?rt=horde-git&r1=6149c84e973f3fb5c61760834c148bae4cbf04b8&r2=3608e2bb39e79845c942b01cb712051546ed5b77
http://git.horde.org/diff.php/framework/Text_Filter/lib/Horde/Text/Filter/Html2text.php?rt=horde-git&r1=aa68398ade18b7b40f39fd913746266b9b02e633&r2=3608e2bb39e79845c942b01cb712051546ed5b77
http://git.horde.org/diff.php/framework/Text_Filter/lib/Horde/Text/Filter/Xss.php?rt=horde-git&r1=6149c84e973f3fb5c61760834c148bae4cbf04b8&r2=3608e2bb39e79845c942b01cb712051546ed5b77
http://git.horde.org/diff.php/framework/Text_Filter/package.xml?rt=horde-git&r1=6149c84e973f3fb5c61760834c148bae4cbf04b8&r2=3608e2bb39e79845c942b01cb712051546ed5b77
http://git.horde.org/co.php/framework/Util/lib/Horde/Domhtml.php?rt=horde-git&r=3608e2bb39e79845c942b01cb712051546ed5b77
http://git.horde.org/diff.php/framework/Util/package.xml?rt=horde-git&r1=890fb2cab418a76e1722a789b9a924c4e3c1cd5b&r2=3608e2bb39e79845c942b01cb712051546ed5b77
http://git.horde.org/diff.php/imp/lib/tests/mime_viewer_html.phpt?rt=horde-git&r1=6149c84e973f3fb5c61760834c148bae4cbf04b8&r2=3608e2bb39e79845c942b01cb712051546ed5b77
http://git.horde.org/diff.php/imp/view.php?rt=horde-git&r1=6149c84e973f3fb5c61760834c148bae4cbf04b8&r2=3608e2bb39e79845c942b01cb712051546ed5b77




More information about the commits mailing list