[commits] Horde-Hatchery branch master updated. 55f2de2d055ca16fec1b1ebc0d1c9ccb0aefe49c

Michael M Slusarz slusarz at horde.org
Tue Dec 22 05:31:11 UTC 2009


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

from: 9db99b61be12d8a7c4f043fd93fc3cd4cb45cb04

d501b36 Not needed.
c7ac035 Fix autoloading image.
10627ab Optimize return trapping code
7874f0a Fix setting unseen count after expanding folder level
d9368e8 loading image fixes (for IE 8)
4fce1b9 Fix some scrollbar issues
717abaf Fix an IE issue
10c2d08 Bug #8787: Fix rownum variable name
55f2de2 Fix rownum determination when rownum is originally not in buffer

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

commit d501b362ff77c07299263a999d114f917edd1433
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Dec 21 13:05:06 2009 -0700

    Not needed.

 imp/templates/chunks/compose.php    |    3 ---
 imp/templates/compose/compose.html  |    1 -
 imp/templates/compose/redirect.html |    1 -
 3 files changed, 0 insertions(+), 5 deletions(-)

http://git.horde.org/diff.php/imp/templates/chunks/compose.php?rt=horde-hatchery&r1=914f06b7d29db7bf11776ea1c0ebd8acbd1b00e7&r2=d501b362ff77c07299263a999d114f917edd1433
http://git.horde.org/diff.php/imp/templates/compose/compose.html?rt=horde-hatchery&r1=dd29474aac6fd2e295327509bf0367b5dd0ea5f0&r2=d501b362ff77c07299263a999d114f917edd1433
http://git.horde.org/diff.php/imp/templates/compose/redirect.html?rt=horde-hatchery&r1=dd29474aac6fd2e295327509bf0367b5dd0ea5f0&r2=d501b362ff77c07299263a999d114f917edd1433

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

commit c7ac0357e80e6d1a02e611a0aad441b674509a61
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Dec 21 13:22:23 2009 -0700

    Fix autoloading image.

 imp/templates/chunks/compose.php |   13 +++----------
 imp/themes/screen-dimp.css       |    3 ++-
 2 files changed, 5 insertions(+), 11 deletions(-)

http://git.horde.org/diff.php/imp/templates/chunks/compose.php?rt=horde-hatchery&r1=d501b362ff77c07299263a999d114f917edd1433&r2=c7ac0357e80e6d1a02e611a0aad441b674509a61
http://git.horde.org/diff.php/imp/themes/screen-dimp.css?rt=horde-hatchery&r1=763aec14102720746c2ba9a8d5ca66d6952da1c5&r2=c7ac0357e80e6d1a02e611a0aad441b674509a61

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

commit 10627abff221427012b952347cc65b3a679b6145
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Dec 21 13:34:49 2009 -0700

    Optimize return trapping code

 imp/js/compose.js |   18 +++++++++++-------
 1 files changed, 11 insertions(+), 7 deletions(-)

http://git.horde.org/diff.php/imp/js/compose.js?rt=horde-hatchery&r1=72cae93e16f4b247017c9c05428cd458d77958de&r2=10627abff221427012b952347cc65b3a679b6145

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

commit 7874f0abd942be08819d1409b8193fcd8465ab89
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Dec 21 15:57:15 2009 -0700

    Fix setting unseen count after expanding folder level

 imp/js/DimpBase.js |   19 +++++++++++++------
 1 files changed, 13 insertions(+), 6 deletions(-)

http://git.horde.org/diff.php/imp/js/DimpBase.js?rt=horde-hatchery&r1=69e8a587da4b6eddbf51b3b2daec78ab125dea8d&r2=7874f0abd942be08819d1409b8193fcd8465ab89

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

commit d9368e8e22a543dd663f2e67461ad93297d804d7
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Dec 21 17:38:45 2009 -0700

    loading image fixes (for IE 8)

 imp/js/DimpCore.js                 |    4 +---
 imp/templates/index/index-dimp.inc |    2 +-
 imp/themes/screen-dimp.css         |    1 -
 3 files changed, 2 insertions(+), 5 deletions(-)

http://git.horde.org/diff.php/imp/js/DimpCore.js?rt=horde-hatchery&r1=72cae93e16f4b247017c9c05428cd458d77958de&r2=d9368e8e22a543dd663f2e67461ad93297d804d7
http://git.horde.org/diff.php/imp/templates/index/index-dimp.inc?rt=horde-hatchery&r1=763aec14102720746c2ba9a8d5ca66d6952da1c5&r2=d9368e8e22a543dd663f2e67461ad93297d804d7
http://git.horde.org/diff.php/imp/themes/screen-dimp.css?rt=horde-hatchery&r1=c7ac0357e80e6d1a02e611a0aad441b674509a61&r2=d9368e8e22a543dd663f2e67461ad93297d804d7

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

commit 4fce1b9929f253655e39878ab117ee1dbf21f7af
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Dec 21 17:53:36 2009 -0700

    Fix some scrollbar issues

 imp/js/DimpSlider.js |    9 ++++++---
 imp/js/ViewPort.js   |    8 ++++----
 2 files changed, 10 insertions(+), 7 deletions(-)

http://git.horde.org/diff.php/imp/js/DimpSlider.js?rt=horde-hatchery&r1=230fbf281f03c4c76d6c6c90220136c287aca973&r2=4fce1b9929f253655e39878ab117ee1dbf21f7af
http://git.horde.org/diff.php/imp/js/ViewPort.js?rt=horde-hatchery&r1=be173fe6b7f2d1d2afa03a588aa3ac67a9da88e1&r2=4fce1b9929f253655e39878ab117ee1dbf21f7af

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

commit 717abaf594523620e5f480058bc4763062a8e476
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Dec 21 19:26:18 2009 -0700

    Fix an IE issue

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

http://git.horde.org/diff.php/imp/js/DimpBase.js?rt=horde-hatchery&r1=7874f0abd942be08819d1409b8193fcd8465ab89&r2=717abaf594523620e5f480058bc4763062a8e476

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

commit 10c2d0800d69932f856c46f04a04ba87acb39d39
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Dec 21 22:23:54 2009 -0700

    Bug #8787: Fix rownum variable name

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

http://git.horde.org/diff.php/imp/js/DimpBase.js?rt=horde-hatchery&r1=717abaf594523620e5f480058bc4763062a8e476&r2=10c2d0800d69932f856c46f04a04ba87acb39d39

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

commit 55f2de2d055ca16fec1b1ebc0d1c9ccb0aefe49c
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Dec 21 22:25:30 2009 -0700

    Fix rownum determination when rownum is originally not in buffer

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

http://git.horde.org/diff.php/imp/js/DimpBase.js?rt=horde-hatchery&r1=10c2d0800d69932f856c46f04a04ba87acb39d39&r2=55f2de2d055ca16fec1b1ebc0d1c9ccb0aefe49c




More information about the commits mailing list