[commits] Horde branch master updated. 6ee3ea51c0f240103c7d1b83ba90642bf9db957a

Michael M Slusarz slusarz at horde.org
Thu Aug 26 06:32:50 UTC 2010


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

from: e44c63504695469129679c164f0ace1d7965ee06

7e43fe5 Move Tree driver code into Base class
3180bb2 Horde_Tree javascript optimizations
8ab24e8 Fix variable name
d96b9f0 Fix setting JS variable
c196377 Fix caching in IMAP folder dropdown list
6ee3ea5 No need to have an excessively long SPAM header appear in notifications

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

commit 7e43fe55fb35b37913f7d0f2dad9ca895ce3d935
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Aug 25 22:40:18 2010 -0600

    Move Tree driver code into Base class

 framework/Core/lib/Horde/Core/Factory/Tree.php    |    2 +-
 framework/Core/lib/Horde/Core/Tree/Html.php       |    2 +-
 framework/Core/lib/Horde/Core/Tree/Javascript.php |    6 +-
 framework/Core/lib/Horde/Core/Tree/Simplehtml.php |    4 +-
 framework/Tree/lib/Horde/Tree.php                 |  408 +--------------------
 framework/Tree/lib/Horde/Tree/Base.php            |  420 +++++++++++++++++++++
 framework/Tree/lib/Horde/Tree/Html.php            |   22 +-
 framework/Tree/lib/Horde/Tree/Select.php          |   11 +-
 framework/Tree/lib/Horde/Tree/Simplehtml.php      |   16 +-
 framework/Tree/package.xml                        |    5 +-
 imp/lib/Imap/Tree.php                             |    2 +-
 imp/lib/Tree/Flist.php                            |   11 +-
 12 files changed, 463 insertions(+), 446 deletions(-)
 create mode 100644 framework/Tree/lib/Horde/Tree/Base.php

http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Factory/Tree.php?rt=horde-git&r1=f9b67f1a00ef65c2dfd522c2acdcce87259b3325&r2=7e43fe55fb35b37913f7d0f2dad9ca895ce3d935
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Tree/Html.php?rt=horde-git&r1=8d97c5330825754b0b084b803f4d3930efae2461&r2=7e43fe55fb35b37913f7d0f2dad9ca895ce3d935
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Tree/Javascript.php?rt=horde-git&r1=e834d9c89111440da333f964c396fe64c1c38240&r2=7e43fe55fb35b37913f7d0f2dad9ca895ce3d935
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Tree/Simplehtml.php?rt=horde-git&r1=82a4095c3e4dc0d584d364a65ae432a24a0f31fb&r2=7e43fe55fb35b37913f7d0f2dad9ca895ce3d935
http://git.horde.org/diff.php/framework/Tree/lib/Horde/Tree.php?rt=horde-git&r1=cfb2d5b16472ea7a6576833265f1844c0c9b24a6&r2=7e43fe55fb35b37913f7d0f2dad9ca895ce3d935
http://git.horde.org/co.php/framework/Tree/lib/Horde/Tree/Base.php?rt=horde-git&r=7e43fe55fb35b37913f7d0f2dad9ca895ce3d935
http://git.horde.org/diff.php/framework/Tree/lib/Horde/Tree/Html.php?rt=horde-git&r1=d82c61fb30d5a54e8ce9808d3036b71c9adecb43&r2=7e43fe55fb35b37913f7d0f2dad9ca895ce3d935
http://git.horde.org/diff.php/framework/Tree/lib/Horde/Tree/Select.php?rt=horde-git&r1=66f300682f52ccb90fca762cd39f6e9bd94b117b&r2=7e43fe55fb35b37913f7d0f2dad9ca895ce3d935
http://git.horde.org/diff.php/framework/Tree/lib/Horde/Tree/Simplehtml.php?rt=horde-git&r1=82a4095c3e4dc0d584d364a65ae432a24a0f31fb&r2=7e43fe55fb35b37913f7d0f2dad9ca895ce3d935
http://git.horde.org/diff.php/framework/Tree/package.xml?rt=horde-git&r1=82a4095c3e4dc0d584d364a65ae432a24a0f31fb&r2=7e43fe55fb35b37913f7d0f2dad9ca895ce3d935
http://git.horde.org/diff.php/imp/lib/Imap/Tree.php?rt=horde-git&r1=6a9d2f774ad2ca4cadb85e86c7e944a1700c6faf&r2=7e43fe55fb35b37913f7d0f2dad9ca895ce3d935
http://git.horde.org/diff.php/imp/lib/Tree/Flist.php?rt=horde-git&r1=bed563f1702973aa252bd8269a5fd14479da1212&r2=7e43fe55fb35b37913f7d0f2dad9ca895ce3d935

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

commit 3180bb26a0030af14ae48344c29826c1d80b1c93
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Aug 25 23:01:01 2010 -0600

    Horde_Tree javascript optimizations

 horde/js/hordetree.js |   23 ++++++++++++-----------
 1 files changed, 12 insertions(+), 11 deletions(-)

http://git.horde.org/diff.php/horde/js/hordetree.js?rt=horde-git&r1=ab25e8c663bb1ee2dceb82658097cc63d28136da&r2=3180bb26a0030af14ae48344c29826c1d80b1c93

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

commit 8ab24e8c0834068571ad2c2c19671336ac4e27f0
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Aug 25 23:38:04 2010 -0600

    Fix variable name

 horde/js/hordetree.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/horde/js/hordetree.js?rt=horde-git&r1=3180bb26a0030af14ae48344c29826c1d80b1c93&r2=8ab24e8c0834068571ad2c2c19671336ac4e27f0

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

commit d96b9f0ecf951effa25ceeb7170ba05c2f5b6618
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Aug 25 23:38:26 2010 -0600

    Fix setting JS variable

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

http://git.horde.org/diff.php/imp/folders.php?rt=horde-git&r1=6a9d2f774ad2ca4cadb85e86c7e944a1700c6faf&r2=d96b9f0ecf951effa25ceeb7170ba05c2f5b6618

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

commit c1963772605ed3d4aa923d479923e6ca4a8527e8
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Aug 25 23:58:40 2010 -0600

    Fix caching in IMAP folder dropdown list

 imp/lib/IMP.php |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/imp/lib/IMP.php?rt=horde-git&r1=138236bcd19a73f8b48f73ca333cc9ed1beb2158&r2=c1963772605ed3d4aa923d479923e6ca4a8527e8

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

commit 6ee3ea51c0f240103c7d1b83ba90642bf9db957a
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Aug 26 00:14:53 2010 -0600

    No need to have an excessively long SPAM header appear in notifications

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

http://git.horde.org/diff.php/imp/lib/Spam.php?rt=horde-git&r1=a5fc25ac47ede9d08e683a5cd6112f5e00925e03&r2=6ee3ea51c0f240103c7d1b83ba90642bf9db957a




More information about the commits mailing list