[commits] Horde-Hatchery branch master updated.

Michael M Slusarz slusarz at horde.org
Thu Apr 16 05:10:22 UTC 2009


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

from: 008785d166c41159328ac059e406c07a5b92a606

76a97a5... Fix pref name
4a661e7... Make mailbox headers in imp/dimp a little less large
562c2ce... This should be an intval.
4055499... searchid -> qsearchid
01412d1... Cleanup of ViewPort.
56cbd3a... Better loading graphic position in preview pane

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

commit 76a97a5648cb1bb420c13e66ab119faba68b67d6
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Apr 15 11:36:36 2009 -0600

    Fix pref name

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

http://git.horde.org/diff.php/imp/lib/DIMP.php?rt=horde-hatchery&r1=56582a8cf97bcf7e3a34583c30e50cf109ea15aa&r2=76a97a5648cb1bb420c13e66ab119faba68b67d6

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

commit 4a661e7ced9468e24b2c9c35d9b8380a64578dcd
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Apr 15 12:56:49 2009 -0600

    Make mailbox headers in imp/dimp a little less large

 imp/templates/index/index-dimp.inc |    2 +-
 imp/templates/mailbox/header.html  |    2 +-
 imp/themes/screen.css              |   10 ++++++++--
 3 files changed, 10 insertions(+), 4 deletions(-)

http://git.horde.org/diff.php/imp/templates/index/index-dimp.inc?rt=horde-hatchery&r1=c1859f89d19ffcfc97c4eb15e1aa02eeb4e0bcc5&r2=4a661e7ced9468e24b2c9c35d9b8380a64578dcd
http://git.horde.org/diff.php/imp/templates/mailbox/header.html?rt=horde-hatchery&r1=86f993a4a3459481fb4fc58cc50ad587beb640d5&r2=4a661e7ced9468e24b2c9c35d9b8380a64578dcd
http://git.horde.org/diff.php/imp/themes/screen.css?rt=horde-hatchery&r1=253bd23ad0e240861208adb1e4d00619096f3ab5&r2=4a661e7ced9468e24b2c9c35d9b8380a64578dcd

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

commit 562c2ce2cc64e783a0f48d66401da57c692a5564
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Apr 15 14:49:54 2009 -0600

    This should be an intval.

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

http://git.horde.org/diff.php/imp/lib/DIMP.php?rt=horde-hatchery&r1=76a97a5648cb1bb420c13e66ab119faba68b67d6&r2=562c2ce2cc64e783a0f48d66401da57c692a5564

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

commit 4055499ad4d5e5996dd602a2593e88a917f1a852
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Apr 15 14:51:35 2009 -0600

    searchid -> qsearchid

 imp/js/src/DimpBase.js |   14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)

http://git.horde.org/diff.php/imp/js/src/DimpBase.js?rt=horde-hatchery&r1=c1859f89d19ffcfc97c4eb15e1aa02eeb4e0bcc5&r2=4055499ad4d5e5996dd602a2593e88a917f1a852

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

commit 01412d1529aff443f080321abed929825c533bf4
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Apr 15 14:52:25 2009 -0600

    Cleanup of ViewPort.
    
    Start to document things better.
    Do more processing internal to ViewPort - such as doing own Ajax
    requests, using standardized CSS class names, less mandatory config
    options (down to only 3).
    Remove some duplicative/unuseful callbacks.
    Cache some frequently used callbacks/Elements.
    Store offset when switching views in buffer metadata.

 imp/ajax.php                             |   10 +-
 imp/js/src/DimpBase.js                   |  185 +++++++++--------
 imp/js/src/DimpCore.js                   |   25 ++-
 imp/js/src/ViewPort.js                   |  328 ++++++++++++++++++------------
 imp/lib/DIMP.php                         |    2 +
 imp/lib/Views/ListMessages.php           |   18 +-
 imp/templates/index/index-dimp.inc       |    6 +-
 imp/templates/javascript/mailbox-dimp.js |    4 +-
 imp/themes/screen-dimp.css               |   21 ++-
 imp/themes/screen.css                    |    6 +-
 10 files changed, 345 insertions(+), 260 deletions(-)

http://git.horde.org/diff.php/imp/ajax.php?rt=horde-hatchery&r1=c1960aae7e54b51bf735a88851e29d696d8abf99&r2=01412d1529aff443f080321abed929825c533bf4
http://git.horde.org/diff.php/imp/js/src/DimpBase.js?rt=horde-hatchery&r1=4055499ad4d5e5996dd602a2593e88a917f1a852&r2=01412d1529aff443f080321abed929825c533bf4
http://git.horde.org/diff.php/imp/js/src/DimpCore.js?rt=horde-hatchery&r1=c1859f89d19ffcfc97c4eb15e1aa02eeb4e0bcc5&r2=01412d1529aff443f080321abed929825c533bf4
http://git.horde.org/diff.php/imp/js/src/ViewPort.js?rt=horde-hatchery&r1=c1859f89d19ffcfc97c4eb15e1aa02eeb4e0bcc5&r2=01412d1529aff443f080321abed929825c533bf4
http://git.horde.org/diff.php/imp/lib/DIMP.php?rt=horde-hatchery&r1=562c2ce2cc64e783a0f48d66401da57c692a5564&r2=01412d1529aff443f080321abed929825c533bf4
http://git.horde.org/diff.php/imp/lib/Views/ListMessages.php?rt=horde-hatchery&r1=86f3e5ef0bad2c97d8a55c2dc53c2d808577f12c&r2=01412d1529aff443f080321abed929825c533bf4
http://git.horde.org/diff.php/imp/templates/index/index-dimp.inc?rt=horde-hatchery&r1=4a661e7ced9468e24b2c9c35d9b8380a64578dcd&r2=01412d1529aff443f080321abed929825c533bf4
http://git.horde.org/diff.php/imp/templates/javascript/mailbox-dimp.js?rt=horde-hatchery&r1=86f3e5ef0bad2c97d8a55c2dc53c2d808577f12c&r2=01412d1529aff443f080321abed929825c533bf4
http://git.horde.org/diff.php/imp/themes/screen-dimp.css?rt=horde-hatchery&r1=c1859f89d19ffcfc97c4eb15e1aa02eeb4e0bcc5&r2=01412d1529aff443f080321abed929825c533bf4
http://git.horde.org/diff.php/imp/themes/screen.css?rt=horde-hatchery&r1=4a661e7ced9468e24b2c9c35d9b8380a64578dcd&r2=01412d1529aff443f080321abed929825c533bf4

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

commit 56cbd3a5ace84a4b83cca30d07b3382b6c36375f
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Apr 15 21:49:50 2009 -0600

    Better loading graphic position in preview pane

 imp/js/src/DimpBase.js |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

http://git.horde.org/diff.php/imp/js/src/DimpBase.js?rt=horde-hatchery&r1=01412d1529aff443f080321abed929825c533bf4&r2=56cbd3a5ace84a4b83cca30d07b3382b6c36375f




More information about the commits mailing list