[commits] Horde-Hatchery branch master updated. f72866f5a9dbb734ceeecb527baad0c2544a8a30

Michael M Slusarz slusarz at horde.org
Fri Oct 23 06:35:12 UTC 2009


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

from: cf3c705a70c95975766483cb17c53cdde2d0ad0b

966e660... Use prototypejs Element storage to store data, instead of HTML attributes
842128e... Fix display of title on popup message page
7118c21... Tweak viewport config settings.
7e2f283... Fix missing view parameter
535adfb... Fix getAllRows() return
ecae674... More efficient job of doing a viewport reload
38f0ccb... Remove cached functions
8d658c6... Fix display of expand/collapse folders in dimp
e8f344c... Clean up dimp javascript defs page
6393975... IE6 DIMP CSS updates
f72866f... Not used anywhere

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

commit 966e66021617c5b1bdf1470706fc7add5de4add1
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Oct 22 15:32:03 2009 -0600

    Use prototypejs Element storage to store data, instead of HTML attributes

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

http://git.horde.org/diff.php/imp/js/DimpCore.js?rt=horde-hatchery&r1=8291de1415f5d0d867118e13fa9339f2448ae745&r2=966e66021617c5b1bdf1470706fc7add5de4add1

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

commit 842128e54f7df8521657ad2ac65b6343f55fb653
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Oct 22 16:28:07 2009 -0600

    Fix display of title on popup message page

 imp/lib/Views/ShowMessage.php |   17 ++++++++++++++---
 imp/message-dimp.php          |    2 +-
 2 files changed, 15 insertions(+), 4 deletions(-)

http://git.horde.org/diff.php/imp/lib/Views/ShowMessage.php?rt=horde-hatchery&r1=6aa3e46326f0d497a9c6e27f20fba36b08bfcb3f&r2=842128e54f7df8521657ad2ac65b6343f55fb653
http://git.horde.org/diff.php/imp/message-dimp.php?rt=horde-hatchery&r1=89919dcec0f44b0c9e783353432ca35a5b0bb4e3&r2=842128e54f7df8521657ad2ac65b6343f55fb653

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

commit 7118c2163467a9592125a98c90294653bebe1282
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Oct 22 21:48:08 2009 -0600

    Tweak viewport config settings.
    
    limit_factor isn't worth having a config option - the default option
    should be fine for all cases.
    
    Now that the server side code has become faster, increase performance
    parameters for viewport listing.

 imp/config/conf.xml                    |    8 ++------
 imp/docs/UPGRADING                     |    2 ++
 imp/js/DimpBase.js                     |    1 -
 imp/js/ViewPort.js                     |    2 +-
 imp/templates/javascript_defs_dimp.php |    1 -
 5 files changed, 5 insertions(+), 9 deletions(-)

http://git.horde.org/diff.php/imp/config/conf.xml?rt=horde-hatchery&r1=b84e7fb1ed8aa2a4faa9ad1549bdb61793c7a0b0&r2=7118c2163467a9592125a98c90294653bebe1282
http://git.horde.org/diff.php/imp/docs/UPGRADING?rt=horde-hatchery&r1=57644359ef4ffe65b29e5e20482c354698fe614f&r2=7118c2163467a9592125a98c90294653bebe1282
http://git.horde.org/diff.php/imp/js/DimpBase.js?rt=horde-hatchery&r1=a001a49fd83e37482a18f6ed7a59292f2209918e&r2=7118c2163467a9592125a98c90294653bebe1282
http://git.horde.org/diff.php/imp/js/ViewPort.js?rt=horde-hatchery&r1=8e934502f626c0b1e843aaf55c486df762fee142&r2=7118c2163467a9592125a98c90294653bebe1282
http://git.horde.org/diff.php/imp/templates/javascript_defs_dimp.php?rt=horde-hatchery&r1=3255114450a98d829dbfbfb0fd94472cae7b2714&r2=7118c2163467a9592125a98c90294653bebe1282

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

commit 7e2f2832cebc5b13986c92ab03e46794f72127a3
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Oct 22 21:56:38 2009 -0600

    Fix missing view parameter

 imp/js/ViewPort.js |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

http://git.horde.org/diff.php/imp/js/ViewPort.js?rt=horde-hatchery&r1=7118c2163467a9592125a98c90294653bebe1282&r2=7e2f2832cebc5b13986c92ab03e46794f72127a3

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

commit 535adfb26a0d3a9de94176df7510425c85b3418c
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Oct 22 22:08:57 2009 -0600

    Fix getAllRows() return

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

http://git.horde.org/diff.php/imp/js/ViewPort.js?rt=horde-hatchery&r1=7e2f2832cebc5b13986c92ab03e46794f72127a3&r2=535adfb26a0d3a9de94176df7510425c85b3418c

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

commit ecae67464c8dd02995704c53785c066171ecfcdf
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Oct 22 22:25:45 2009 -0600

    More efficient job of doing a viewport reload

 imp/ajax.php       |    2 +-
 imp/js/ViewPort.js |   23 ++++++++++++++++-------
 2 files changed, 17 insertions(+), 8 deletions(-)

http://git.horde.org/diff.php/imp/ajax.php?rt=horde-hatchery&r1=3255114450a98d829dbfbfb0fd94472cae7b2714&r2=ecae67464c8dd02995704c53785c066171ecfcdf
http://git.horde.org/diff.php/imp/js/ViewPort.js?rt=horde-hatchery&r1=535adfb26a0d3a9de94176df7510425c85b3418c&r2=ecae67464c8dd02995704c53785c066171ecfcdf

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

commit 38f0ccb49eb212d339252709cf5b36eb18657b9b
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Oct 22 22:31:45 2009 -0600

    Remove cached functions
    
    Although theoretically a good idea, the small gains in caching these
    infrequently used bound function calls is offset by the additional
    complexity and overhead in tracking the cache.

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

http://git.horde.org/diff.php/imp/js/DimpBase.js?rt=horde-hatchery&r1=7118c2163467a9592125a98c90294653bebe1282&r2=38f0ccb49eb212d339252709cf5b36eb18657b9b

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

commit 8d658c609f2ea1b70b4e23a258a68ad258434dde
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Oct 22 22:50:46 2009 -0600

    Fix display of expand/collapse folders in dimp

 imp/templates/index/index-dimp.inc |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/imp/templates/index/index-dimp.inc?rt=horde-hatchery&r1=54818628371f62df4777fef56208ac63e2798b55&r2=8d658c609f2ea1b70b4e23a258a68ad258434dde

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

commit e8f344c13f2297b5b3cc6be899b5e66172c3ed01
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Oct 22 22:54:01 2009 -0600

    Clean up dimp javascript defs page

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

http://git.horde.org/diff.php/imp/templates/javascript_defs_dimp.php?rt=horde-hatchery&r1=7118c2163467a9592125a98c90294653bebe1282&r2=e8f344c13f2297b5b3cc6be899b5e66172c3ed01

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

commit 6393975777cbd4c51f626e92f8ce532a1df1d522
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Oct 23 00:26:31 2009 -0600

    IE6 DIMP CSS updates

 imp/themes/ie6_or_less-dimp.css |   43 ++++++++++++++++----------------------
 1 files changed, 18 insertions(+), 25 deletions(-)

http://git.horde.org/diff.php/imp/themes/ie6_or_less-dimp.css?rt=horde-hatchery&r1=923db0ba778921818d877914584021719b737bf9&r2=6393975777cbd4c51f626e92f8ce532a1df1d522

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

commit f72866f5a9dbb734ceeecb527baad0c2544a8a30
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Oct 23 00:29:33 2009 -0600

    Not used anywhere

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

http://git.horde.org/diff.php/imp/themes/screen.css?rt=horde-hatchery&r1=4a1937e01b457ed628ea4a6366a3001d6450644d&r2=f72866f5a9dbb734ceeecb527baad0c2544a8a30




More information about the commits mailing list