[commits] Horde branch master updated. 3d5433806251d1e14d73fb2f5abf8347cf07389d

Michael M Slusarz slusarz at horde.org
Sat Sep 11 17:06:06 UTC 2010


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

from: 243c4ec7141cd7ba2dd87d51ceed4e335228ce32

9ad73d0 Add missing graphics
265a4f8 Better search status display for virtual folders
cb0acd0 phpdoc typo
ad16a84 Need to provide these stub methods here.
21d7218 Use PHPUnit mock function, rather than static mock files
ade9f08 Fix undefined index error.
677dfff Convert remainder of IMP tests to PHPUnit
36a8506 Unneeded assignment
b54424f phpdoc
d5dad31 Make this base driver abstract
f562e4a Exit out if we can't get envelope information
9068c44 Initiate sessionhandler even if no session is requested
406a76b Remove unneeded code from session counting script
f981f20 Remove HACKING file
376d67e Remove TODO file.
ed4fa74 Bug #9232: Fix reversed logic
0cd1e5a Make sure ajaxui param doesn't get leaked to login page.
3d54338 Ticket #9241: Make it clear that dashes only appears before text signature

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

commit 9ad73d012c94ffe88a03384fe5515146fc5c1ee7
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Sep 10 22:35:16 2010 -0600

    Add missing graphics

 imp/themes/graphics/edit.png        |  Bin 0 -> 585 bytes
 imp/themes/silver/graphics/edit.png |  Bin 0 -> 807 bytes
 2 files changed, 0 insertions(+), 0 deletions(-)
 create mode 100644 imp/themes/graphics/edit.png
 create mode 100644 imp/themes/silver/graphics/edit.png

http://git.horde.org/co.php/imp/themes/graphics/edit.png?rt=horde-git&r=9ad73d012c94ffe88a03384fe5515146fc5c1ee7
http://git.horde.org/co.php/imp/themes/silver/graphics/edit.png?rt=horde-git&r=9ad73d012c94ffe88a03384fe5515146fc5c1ee7

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

commit 265a4f89d756745cd6254a4decd44ec33ac978d5
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Sep 10 22:35:34 2010 -0600

    Better search status display for virtual folders

 imp/js/dimpbase.js                          |   11 ++++++++++-
 imp/lib/Views/ListMessages.php              |    6 ++++++
 imp/templates/dimp/javascript_defs_dimp.php |    1 +
 3 files changed, 17 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/imp/js/dimpbase.js?rt=horde-git&r1=814e2509aef27451e94e68a986c027cfe5993c08&r2=265a4f89d756745cd6254a4decd44ec33ac978d5
http://git.horde.org/diff.php/imp/lib/Views/ListMessages.php?rt=horde-git&r1=814e2509aef27451e94e68a986c027cfe5993c08&r2=265a4f89d756745cd6254a4decd44ec33ac978d5
http://git.horde.org/diff.php/imp/templates/dimp/javascript_defs_dimp.php?rt=horde-git&r1=6b2c7d5e725f211a601798d707c631ba710748e2&r2=265a4f89d756745cd6254a4decd44ec33ac978d5

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

commit cb0acd0149cad3637bd3319716f2a051a82eed70
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Sep 10 22:36:15 2010 -0600

    phpdoc typo

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

http://git.horde.org/diff.php/imp/lib/Imap/Tree/Element.php?rt=horde-git&r1=138236bcd19a73f8b48f73ca333cc9ed1beb2158&r2=cb0acd0149cad3637bd3319716f2a051a82eed70

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

commit ad16a84d4e7f05984310110947a51116d458e354
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Sep 10 23:19:22 2010 -0600

    Need to provide these stub methods here.
    
    Doesn't really belong here, though, but the Itip package is sort of
    broken in that it requires these methods to exist.

 framework/Core/lib/Horde/Core/Prefs/Identity.php |   31 ++++++++++++++++++++++
 1 files changed, 31 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Prefs/Identity.php?rt=horde-git&r1=4a9fc60dcb0286d04378fcf14b1ba4fcba6918d1&r2=ad16a84d4e7f05984310110947a51116d458e354

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

commit 21d7218dc143d6f728c6d2f833e08c2c5e833cce
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Sep 10 22:38:37 2010 -0600

    Use PHPUnit mock function, rather than static mock files

 imp/lib/tests/Imp/Autoload.php                  |    7 -
 imp/lib/tests/Imp/Stub/Browser.php              |   41 -------
 imp/lib/tests/Imp/Stub/Identity.php             |   73 ------------
 imp/lib/tests/Imp/Stub/Injector.php             |   46 -------
 imp/lib/tests/Imp/Stub/Prefs.php                |   41 -------
 imp/lib/tests/Imp/Stub/Registry.php             |   48 --------
 imp/lib/tests/Imp/Unit/Mime/Viewer/ItipTest.php |  145 +++++++++++++++++++++--
 7 files changed, 135 insertions(+), 266 deletions(-)
 delete mode 100644 imp/lib/tests/Imp/Stub/Browser.php
 delete mode 100644 imp/lib/tests/Imp/Stub/Identity.php
 delete mode 100644 imp/lib/tests/Imp/Stub/Injector.php
 delete mode 100644 imp/lib/tests/Imp/Stub/Prefs.php
 delete mode 100644 imp/lib/tests/Imp/Stub/Registry.php

http://git.horde.org/diff.php/imp/lib/tests/Imp/Autoload.php?rt=horde-git&r1=edfe90f9ffebf48ea8f9bbd5b98aadc4e0cb6275&r2=21d7218dc143d6f728c6d2f833e08c2c5e833cce
http://git.horde.org/diff.php/imp/lib/tests/Imp/Stub/Browser.php?rt=horde-git&r1=f57afbbc344062cc626d2f80fbe2f541f144559b&r2=21d7218dc143d6f728c6d2f833e08c2c5e833cce
http://git.horde.org/diff.php/imp/lib/tests/Imp/Stub/Identity.php?rt=horde-git&r1=f57afbbc344062cc626d2f80fbe2f541f144559b&r2=21d7218dc143d6f728c6d2f833e08c2c5e833cce
http://git.horde.org/diff.php/imp/lib/tests/Imp/Stub/Injector.php?rt=horde-git&r1=f57afbbc344062cc626d2f80fbe2f541f144559b&r2=21d7218dc143d6f728c6d2f833e08c2c5e833cce
http://git.horde.org/diff.php/imp/lib/tests/Imp/Stub/Prefs.php?rt=horde-git&r1=f57afbbc344062cc626d2f80fbe2f541f144559b&r2=21d7218dc143d6f728c6d2f833e08c2c5e833cce
http://git.horde.org/diff.php/imp/lib/tests/Imp/Stub/Registry.php?rt=horde-git&r1=d5b189c9f96492312380fb5b9795fa98397adfa1&r2=21d7218dc143d6f728c6d2f833e08c2c5e833cce
http://git.horde.org/diff.php/imp/lib/tests/Imp/Unit/Mime/Viewer/ItipTest.php?rt=horde-git&r1=666fd2783ad1e287962493b5fa58c971352e555d&r2=21d7218dc143d6f728c6d2f833e08c2c5e833cce

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

commit ade9f083006ff1498f26ed3909eebc10069f685b
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Sep 10 23:47:38 2010 -0600

    Fix undefined index error.

 imp/lib/Mime/Viewer/Html.php |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Html.php?rt=horde-git&r1=5c72a1a95ac53a826d79516138c3ee6f772a4b5e&r2=ade9f083006ff1498f26ed3909eebc10069f685b

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

commit 677dfff082ad43399038f125396376e730342db5
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Sep 10 23:50:41 2010 -0600

    Convert remainder of IMP tests to PHPUnit

 imp/lib/tests/Imp/Stub/HtmlViewer.php           |   60 ++++++++++++++
 imp/lib/tests/Imp/Unit/Mime/Viewer/HtmlTest.php |   93 +++++++++++++++++++++
 imp/lib/tests/Imp/Unit/QuotaTest.php            |   56 +++++++++++++
 imp/lib/tests/Imp/fixtures/maildirsize          |   35 ++++++++
 imp/lib/tests/fixtures/maildirsize              |   35 --------
 imp/lib/tests/mime_viewer_html.phpt             |   99 -----------------------
 imp/lib/tests/quota_maildir.phpt                |   23 -----
 7 files changed, 244 insertions(+), 157 deletions(-)
 create mode 100644 imp/lib/tests/Imp/Stub/HtmlViewer.php
 create mode 100644 imp/lib/tests/Imp/Unit/Mime/Viewer/HtmlTest.php
 create mode 100644 imp/lib/tests/Imp/Unit/QuotaTest.php
 create mode 100644 imp/lib/tests/Imp/fixtures/maildirsize
 delete mode 100644 imp/lib/tests/fixtures/maildirsize
 delete mode 100644 imp/lib/tests/mime_viewer_html.phpt
 delete mode 100644 imp/lib/tests/quota_maildir.phpt

http://git.horde.org/co.php/imp/lib/tests/Imp/Stub/HtmlViewer.php?rt=horde-git&r=677dfff082ad43399038f125396376e730342db5
http://git.horde.org/co.php/imp/lib/tests/Imp/Unit/Mime/Viewer/HtmlTest.php?rt=horde-git&r=677dfff082ad43399038f125396376e730342db5
http://git.horde.org/co.php/imp/lib/tests/Imp/Unit/QuotaTest.php?rt=horde-git&r=677dfff082ad43399038f125396376e730342db5
http://git.horde.org/co.php/imp/lib/tests/Imp/fixtures/maildirsize?rt=horde-git&r=677dfff082ad43399038f125396376e730342db5
http://git.horde.org/diff.php/imp/lib/tests/fixtures/maildirsize?rt=horde-git&r1=99e7aaf59cae56bbdbbfe3256ce8d4564f547e49&r2=677dfff082ad43399038f125396376e730342db5
http://git.horde.org/diff.php/imp/lib/tests/mime_viewer_html.phpt?rt=horde-git&r1=3608e2bb39e79845c942b01cb712051546ed5b77&r2=677dfff082ad43399038f125396376e730342db5
http://git.horde.org/diff.php/imp/lib/tests/quota_maildir.phpt?rt=horde-git&r1=d67f346b2333b41b3dcea0ea21c7a3f81632ce5c&r2=677dfff082ad43399038f125396376e730342db5

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

commit 36a8506a352f29f8dcd7b870a2c042529c5ea94e
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Sat Sep 11 00:47:50 2010 -0600

    Unneeded assignment

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

http://git.horde.org/diff.php/imp/lib/Application.php?rt=horde-git&r1=19c61eeaf516ba4587907dfe512d98977a1751d7&r2=36a8506a352f29f8dcd7b870a2c042529c5ea94e

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

commit b54424fa5799f2f4ceb0f520e156983af6c1179d
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Sat Sep 11 01:08:57 2010 -0600

    phpdoc

 ingo/lib/Script/Imap.php     |   15 +++++++++------
 ingo/lib/Script/Imap/Api.php |   14 +++++++++-----
 2 files changed, 18 insertions(+), 11 deletions(-)

http://git.horde.org/diff.php/ingo/lib/Script/Imap.php?rt=horde-git&r1=8895b50e360862005e345c93e205cebbfd24bbab&r2=b54424fa5799f2f4ceb0f520e156983af6c1179d
http://git.horde.org/diff.php/ingo/lib/Script/Imap/Api.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=b54424fa5799f2f4ceb0f520e156983af6c1179d

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

commit d5dad3194bf7fc1c2ea1a88d3a9d6dcb6cd14c51
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Sat Sep 11 01:09:55 2010 -0600

    Make this base driver abstract

 ingo/lib/Script/Imap/Api.php |   36 ++++++++++++------------------------
 1 files changed, 12 insertions(+), 24 deletions(-)

http://git.horde.org/diff.php/ingo/lib/Script/Imap/Api.php?rt=horde-git&r1=b54424fa5799f2f4ceb0f520e156983af6c1179d&r2=d5dad3194bf7fc1c2ea1a88d3a9d6dcb6cd14c51

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

commit f562e4a6ae1ff029d1311bbeb8f75c1a4b2542d6
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Sat Sep 11 01:10:08 2010 -0600

    Exit out if we can't get envelope information

 ingo/lib/Script/Imap.php      |   22 +++++++++++++++-------
 ingo/lib/Script/Imap/Live.php |    7 +++++--
 2 files changed, 20 insertions(+), 9 deletions(-)

http://git.horde.org/diff.php/ingo/lib/Script/Imap.php?rt=horde-git&r1=b54424fa5799f2f4ceb0f520e156983af6c1179d&r2=f562e4a6ae1ff029d1311bbeb8f75c1a4b2542d6
http://git.horde.org/diff.php/ingo/lib/Script/Imap/Live.php?rt=horde-git&r1=1ed41f6721afe6cf43bd54c58ab8252d0346ac65&r2=f562e4a6ae1ff029d1311bbeb8f75c1a4b2542d6

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

commit 9068c44470faee88945ae3e0ff313a1b5572e3a5
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Sat Sep 11 10:26:30 2010 -0600

    Initiate sessionhandler even if no session is requested

 framework/Core/lib/Horde/Registry.php |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde/Registry.php?rt=horde-git&r1=2ad279af9b4d2396d66ee848c4365226a0546acd&r2=9068c44470faee88945ae3e0ff313a1b5572e3a5

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

commit 406a76b3bc7dfacfaefd44dec845a6d050f7dce5
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Sat Sep 11 10:28:53 2010 -0600

    Remove unneeded code from session counting script

 horde/bin/active_sessions |   28 ++++++++++++----------------
 1 files changed, 12 insertions(+), 16 deletions(-)

http://git.horde.org/diff.php/horde/bin/active_sessions?rt=horde-git&r1=40c3c5f412af1f752b3bf42884aed3117eb07445&r2=406a76b3bc7dfacfaefd44dec845a6d050f7dce5

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

commit f981f2094f9e87fb5460d3ae01effa8ad610829f
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Sat Sep 11 10:30:22 2010 -0600

    Remove HACKING file
    
    Is completely CVS specific.  Source/hacking instructions now more
    properly live on the wiki.

 horde/docs/HACKING |  204 ----------------------------------------------------
 1 files changed, 0 insertions(+), 204 deletions(-)
 delete mode 100644 horde/docs/HACKING

http://git.horde.org/diff.php/horde/docs/HACKING?rt=horde-git&r1=44794778d1e148b988fe57a75b3ef203883fa05f&r2=f981f2094f9e87fb5460d3ae01effa8ad610829f

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

commit 376d67e74892d3595f0ea49766560d6c3d684871
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Sat Sep 11 10:31:01 2010 -0600

    Remove TODO file.
    
    Stuff in here is very old and, at worst, should be tracked on
    bugs.horde.org.

 horde/docs/TODO |   27 ---------------------------
 1 files changed, 0 insertions(+), 27 deletions(-)
 delete mode 100644 horde/docs/TODO

http://git.horde.org/diff.php/horde/docs/TODO?rt=horde-git&r1=44794778d1e148b988fe57a75b3ef203883fa05f&r2=376d67e74892d3595f0ea49766560d6c3d684871

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

commit ed4fa74578acbd27ca69c59ad6ef3479c9746724
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Sat Sep 11 10:46:05 2010 -0600

    Bug #9232: Fix reversed logic

 kronolith/js/edit.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/kronolith/js/edit.js?rt=horde-git&r1=6012528cde3b6eeb6d7063ce3b84b130d1a36205&r2=ed4fa74578acbd27ca69c59ad6ef3479c9746724

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

commit 0cd1e5ab83236104a46013ded5ca7e87cba25f32
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Sat Sep 11 10:47:56 2010 -0600

    Make sure ajaxui param doesn't get leaked to login page.
    
    Otherwise, sidebar won't show up on subsequent login.

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

http://git.horde.org/diff.php/framework/Core/lib/Horde.php?rt=horde-git&r1=a1f7f6d9e7dcbdc2d62e34f273bdb466f6810f2c&r2=0cd1e5ab83236104a46013ded5ca7e87cba25f32

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

commit 3d5433806251d1e14d73fb2f5abf8347cf07389d
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Sat Sep 11 11:05:11 2010 -0600

    Ticket #9241: Make it clear that dashes only appears before text signature

 imp/config/prefs.php.dist |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

http://git.horde.org/diff.php/imp/config/prefs.php.dist?rt=horde-git&r1=4a8b55cf704a3395930e5abae70933efd1c3b47e&r2=3d5433806251d1e14d73fb2f5abf8347cf07389d




More information about the commits mailing list