[commits] Horde branch master updated. 660bdeea111930641d8350d2efcf1416154d7676

Michael M Slusarz slusarz at horde.org
Thu Jan 28 23:56:08 UTC 2010


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

from: e98f6cf90d6ce442ad46afcad7903db46b363d13

01724ae id might not exist at the time iframeResize() is re-run
e246ad9 global SessionHandler object not available through Registry member variable
9ffde44 CLI initialization must occur before Registry initialization
2805b70 Fix determination of session auth data.
df759e4 Fix active sessions script
a17cf57 Add authenticated apps output to readSessionData()
fb44808 Make sure user-defined script gets output in Horde.
4c640bc Improved handling/perfomance of current sessions script
ef83c28 Fix undefined variable warnings
4eae331 Fix typo
63e3807 Add some padding to the treerows
93f9eba Fix striping in javascript Horde_Tree driver
8af2bac Use javascript tree driver on datatree page
485eca2 Improvements to stripe.js script
660bdee Improved datatree admin output

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

commit 01724aed550a214b375483088cda6f21608b9265
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jan 28 14:00:12 2010 -0700

    id might not exist at the time iframeResize() is re-run

 imp/js/imp.js |   17 +++++++++--------
 1 files changed, 9 insertions(+), 8 deletions(-)

http://git.horde.org/diff.php/imp/js/imp.js?rt=horde-git&r1=99e7aaf59cae56bbdbbfe3256ce8d4564f547e49&r2=01724aed550a214b375483088cda6f21608b9265

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

commit e246ad943e90ac948567427e7298602539eb7e7c
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jan 28 14:56:43 2010 -0700

    global SessionHandler object not available through Registry member variable

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

http://git.horde.org/diff.php/framework/Core/lib/Horde/Registry.php?rt=horde-git&r1=5c6f6169a588110f9ccc9892eadeb431b737f571&r2=e246ad943e90ac948567427e7298602539eb7e7c

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

commit 9ffde44964026cfd98956c7803b42794cf1d7dcb
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jan 28 14:57:04 2010 -0700

    CLI initialization must occur before Registry initialization

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

http://git.horde.org/diff.php/framework/Core/lib/Horde/Registry.php?rt=horde-git&r1=e246ad943e90ac948567427e7298602539eb7e7c&r2=9ffde44964026cfd98956c7803b42794cf1d7dcb

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

commit 2805b70a4ad57cb2dea3442bbdcb6777455fdedc
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jan 28 15:08:13 2010 -0700

    Fix determination of session auth data.

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

http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=2805b70a4ad57cb2dea3442bbdcb6777455fdedc

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

commit df759e4fd7f79fe702a521256c7d0dfedd001c52
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jan 28 15:09:07 2010 -0700

    Fix active sessions script

 .../scripts/Horde/SessionHandler/horde-active-sessions.php        |   16 ++--
 1 files changed, 8 insertions(+), 8 deletions(-)

http://git.horde.org/diff.php/framework/SessionHandler/scripts/Horde/SessionHandler/horde-active-sessions.php?rt=horde-git&r1=61e152c1cb66d66db7fedbc358a4f417aa4e17c5&r2=df759e4fd7f79fe702a521256c7d0dfedd001c52

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

commit a17cf57b8ceec0c97c3b8264bdf091d605db3718
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jan 28 15:13:38 2010 -0700

    Add authenticated apps output to readSessionData()

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

http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth.php?rt=horde-git&r1=2805b70a4ad57cb2dea3442bbdcb6777455fdedc&r2=a17cf57b8ceec0c97c3b8264bdf091d605db3718

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

commit fb44808547f982ab2f9a83a8eb8f4ec3d90847aa
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jan 28 15:29:41 2010 -0700

    Make sure user-defined script gets output in Horde.

 horde/templates/common-header.inc |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/horde/templates/common-header.inc?rt=horde-git&r1=44794778d1e148b988fe57a75b3ef203883fa05f&r2=fb44808547f982ab2f9a83a8eb8f4ec3d90847aa

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

commit 4c640bc40cd428a2e690ff1b0f065c38ebac351c
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jan 28 15:34:35 2010 -0700

    Improved handling/perfomance of current sessions script

 horde/admin/sessions.php |   37 +++++++++++++++++--------------------
 1 files changed, 17 insertions(+), 20 deletions(-)

http://git.horde.org/diff.php/horde/admin/sessions.php?rt=horde-git&r1=b23cc31ca5d964fd8f9be807871eb0595aee63d9&r2=4c640bc40cd428a2e690ff1b0f065c38ebac351c

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

commit ef83c281d859da261f4c2929b92bbc1d41cf583a
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jan 28 15:38:43 2010 -0700

    Fix undefined variable warnings

 framework/Text_Filter/lib/Horde/Text/Filter/Linkurls.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Text_Filter/lib/Horde/Text/Filter/Linkurls.php?rt=horde-git&r1=add5b9f9b63d81d29085a9615c30c4c9b4163e5d&r2=ef83c281d859da261f4c2929b92bbc1d41cf583a

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

commit 4eae3313d94ac4da6b1190244ea66512d9d5b13a
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jan 28 15:46:15 2010 -0700

    Fix typo

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

http://git.horde.org/diff.php/framework/Tree/lib/Horde/Tree/Html.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=4eae3313d94ac4da6b1190244ea66512d9d5b13a

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

commit 63e380705fe7b9162537124300dab7d36b758f16
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jan 28 15:48:00 2010 -0700

    Add some padding to the treerows

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

http://git.horde.org/diff.php/horde/themes/screen.css?rt=horde-git&r1=41e79b3ecbd42ca346a7a69e69a3c721b5583389&r2=63e380705fe7b9162537124300dab7d36b758f16

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

commit 93f9eba87713457e5cd65196f38b8ee2aa122a54
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jan 28 16:32:51 2010 -0700

    Fix striping in javascript Horde_Tree driver

 framework/Tree/lib/Horde/Tree/Javascript.php |    3 ---
 horde/js/hordetree.js                        |   11 +++++++++--
 2 files changed, 9 insertions(+), 5 deletions(-)

http://git.horde.org/diff.php/framework/Tree/lib/Horde/Tree/Javascript.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=93f9eba87713457e5cd65196f38b8ee2aa122a54
http://git.horde.org/diff.php/horde/js/hordetree.js?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=93f9eba87713457e5cd65196f38b8ee2aa122a54

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

commit 8af2bac29da2b4b242e705825f2d36e80110b2bc
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jan 28 16:33:09 2010 -0700

    Use javascript tree driver on datatree page

 horde/admin/datatree.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/horde/admin/datatree.php?rt=horde-git&r1=b23cc31ca5d964fd8f9be807871eb0595aee63d9&r2=8af2bac29da2b4b242e705825f2d36e80110b2bc

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

commit 485eca20a1148e41f22da0d5108f4ccb00f74b4b
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jan 28 16:33:19 2010 -0700

    Improvements to stripe.js script

 horde/js/stripe.js |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

http://git.horde.org/diff.php/horde/js/stripe.js?rt=horde-git&r1=44794778d1e148b988fe57a75b3ef203883fa05f&r2=485eca20a1148e41f22da0d5108f4ccb00f74b4b

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

commit 660bdeea111930641d8350d2efcf1416154d7676
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jan 28 16:41:04 2010 -0700

    Improved datatree admin output

 horde/admin/datatree.php |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/horde/admin/datatree.php?rt=horde-git&r1=8af2bac29da2b4b242e705825f2d36e80110b2bc&r2=660bdeea111930641d8350d2efcf1416154d7676




More information about the commits mailing list