[commits] Horde-Hatchery branch master updated. 4c2e2f0eace3a042d7f1ff134f0763c3ba030f4d

Michael M Slusarz slusarz at horde.org
Wed Oct 7 05:22:15 UTC 2009


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

from: 6aa3e46326f0d497a9c6e27f20fba36b08bfcb3f

6f284c5... Fix positioning of flags in IMP on webkit
fee41c3... Better display of this search criteria
6b99b95... Move reload graphic to CSS.
4c2e2f0... Add ability to reload folder list in dimp.

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

commit 6f284c5eb1e42738535193a48fd860de8d162bf4
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Oct 6 22:53:29 2009 -0600

    Fix positioning of flags in IMP on webkit

 imp/themes/screen.css |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/imp/themes/screen.css?rt=horde-hatchery&r1=6aa3e46326f0d497a9c6e27f20fba36b08bfcb3f&r2=6f284c5eb1e42738535193a48fd860de8d162bf4

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

commit fee41c3378b2a17590bf04ad34f6c33e76d33dfc
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Oct 6 22:55:50 2009 -0600

    Better display of this search criteria

 imp/js/search.js |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/imp/js/search.js?rt=horde-hatchery&r1=ae0bd709a1f03a74b10c7485b655a63b20ea062c&r2=fee41c3378b2a17590bf04ad34f6c33e76d33dfc

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

commit 6b99b953e87632ff84a67401f7d2fbf4bca8c4c2
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Oct 6 23:10:04 2009 -0600

    Move reload graphic to CSS.

 imp/folders.php                           |    2 +-
 imp/mailbox.php                           |    2 +-
 imp/templates/folders/head.html           |    2 +-
 imp/templates/mailbox/header.html         |    2 +-
 imp/themes/graphics/reload.png            |  Bin 0 -> 264 bytes
 imp/themes/screen.css                     |    5 ++++-
 imp/themes/silver/graphics/reload.png     |  Bin 0 -> 685 bytes
 imp/themes/silver/screen.css              |    3 +++
 imp/themes/tango-blue/graphics/reload.png |  Bin 0 -> 912 bytes
 imp/themes/tango-blue/screen.css          |    3 +++
 10 files changed, 14 insertions(+), 5 deletions(-)
 create mode 100644 imp/themes/graphics/reload.png
 create mode 100644 imp/themes/silver/graphics/reload.png
 create mode 100644 imp/themes/tango-blue/graphics/reload.png

http://git.horde.org/diff.php/imp/folders.php?rt=horde-hatchery&r1=0926e56fca57b4c76355ca32f0f09cd35fa5f7df&r2=6b99b953e87632ff84a67401f7d2fbf4bca8c4c2
http://git.horde.org/diff.php/imp/mailbox.php?rt=horde-hatchery&r1=6aa3e46326f0d497a9c6e27f20fba36b08bfcb3f&r2=6b99b953e87632ff84a67401f7d2fbf4bca8c4c2
http://git.horde.org/diff.php/imp/templates/folders/head.html?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=6b99b953e87632ff84a67401f7d2fbf4bca8c4c2
http://git.horde.org/diff.php/imp/templates/mailbox/header.html?rt=horde-hatchery&r1=8b0784b43391a35f5e9c10ceb2e943bb56b88536&r2=6b99b953e87632ff84a67401f7d2fbf4bca8c4c2
http://git.horde.org/co.php/imp/themes/graphics/reload.png?rt=horde-hatchery&r=6b99b953e87632ff84a67401f7d2fbf4bca8c4c2
http://git.horde.org/diff.php/imp/themes/screen.css?rt=horde-hatchery&r1=6f284c5eb1e42738535193a48fd860de8d162bf4&r2=6b99b953e87632ff84a67401f7d2fbf4bca8c4c2
http://git.horde.org/co.php/imp/themes/silver/graphics/reload.png?rt=horde-hatchery&r=6b99b953e87632ff84a67401f7d2fbf4bca8c4c2
http://git.horde.org/diff.php/imp/themes/silver/screen.css?rt=horde-hatchery&r1=6aa3e46326f0d497a9c6e27f20fba36b08bfcb3f&r2=6b99b953e87632ff84a67401f7d2fbf4bca8c4c2
http://git.horde.org/co.php/imp/themes/tango-blue/graphics/reload.png?rt=horde-hatchery&r=6b99b953e87632ff84a67401f7d2fbf4bca8c4c2
http://git.horde.org/diff.php/imp/themes/tango-blue/screen.css?rt=horde-hatchery&r1=5d46697409298e3a520583b63170a517c8e32e53&r2=6b99b953e87632ff84a67401f7d2fbf4bca8c4c2

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

commit 4c2e2f0eace3a042d7f1ff134f0763c3ba030f4d
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Oct 6 23:16:33 2009 -0600

    Add ability to reload folder list in dimp.
    
    Should never be needed, but if folder list does somehow manage to become
    corrupt, this will fix things.

 imp/js/DimpBase.js                    |   15 ++++++++++++---
 imp/templates/index/index-dimp.inc    |    3 ++-
 imp/themes/screen-dimp.css            |    3 +++
 imp/themes/silver/screen-dimp.css     |    3 +++
 imp/themes/tango-blue/screen-dimp.css |    4 ++++
 5 files changed, 24 insertions(+), 4 deletions(-)

http://git.horde.org/diff.php/imp/js/DimpBase.js?rt=horde-hatchery&r1=8838e4334b10f61c84c62436babfdf019d00f064&r2=4c2e2f0eace3a042d7f1ff134f0763c3ba030f4d
http://git.horde.org/diff.php/imp/templates/index/index-dimp.inc?rt=horde-hatchery&r1=8838e4334b10f61c84c62436babfdf019d00f064&r2=4c2e2f0eace3a042d7f1ff134f0763c3ba030f4d
http://git.horde.org/diff.php/imp/themes/screen-dimp.css?rt=horde-hatchery&r1=b1368ebb15312a08713eecfa9807a16f1328962d&r2=4c2e2f0eace3a042d7f1ff134f0763c3ba030f4d
http://git.horde.org/diff.php/imp/themes/silver/screen-dimp.css?rt=horde-hatchery&r1=cd2c41491d849229e4949aff9e6884979549196d&r2=4c2e2f0eace3a042d7f1ff134f0763c3ba030f4d
http://git.horde.org/diff.php/imp/themes/tango-blue/screen-dimp.css?rt=horde-hatchery&r1=8f3a5238c36d6f2653304c0ccf4cd867d32175b2&r2=4c2e2f0eace3a042d7f1ff134f0763c3ba030f4d




More information about the commits mailing list