[commits] Horde branch master updated. 0b28bedd89f53114aed8161d517f2dff3ffc4911

Michael M Slusarz slusarz at horde.org
Thu Jul 15 19:10:33 UTC 2010


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

from: fb4e3b7bec566917e72775db5e6233ac19738b01

b23849a It is nlsconfig, not config
04c4077 No need to use getFormData(); just use $vars.
ddcc547 Fix ajax view prefs display when switching prefs apps.
86fabfe Fix parse error
eea8728 Add sidebar service entry
aba0713 Add missing parameter
de45a1e Not sure what this accomplishes.
0b28bed Massive sidebar cleanup.

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

commit b23849ab71f504f5431033519a53f2f661ee5417
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jul 15 10:41:27 2010 -0600

    It is nlsconfig, not config

 horde/services/portal/sidebar.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/horde/services/portal/sidebar.php?rt=horde-git&r1=2880cfd4bc2b368a01937af88b58b2a986d39b66&r2=b23849ab71f504f5431033519a53f2f661ee5417

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

commit 04c407762637309ed89a0ba7e591b15c8da9b5c1
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jul 15 11:14:24 2010 -0600

    No need to use getFormData(); just use $vars.

 framework/Core/lib/Horde/Core/Prefs/Ui.php |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Prefs/Ui.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=04c407762637309ed89a0ba7e591b15c8da9b5c1

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

commit ddcc547d9cee57008e50b003c9b418b2e050a7f5
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jul 15 11:19:17 2010 -0600

    Fix ajax view prefs display when switching prefs apps.

 framework/Core/lib/Horde/Core/Prefs/Ui.php |    1 +
 horde/templates/prefs/app.html             |    3 ++-
 2 files changed, 3 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Prefs/Ui.php?rt=horde-git&r1=04c407762637309ed89a0ba7e591b15c8da9b5c1&r2=ddcc547d9cee57008e50b003c9b418b2e050a7f5
http://git.horde.org/diff.php/horde/templates/prefs/app.html?rt=horde-git&r1=f6c561620a525da7beadf037a53798e0d166c183&r2=ddcc547d9cee57008e50b003c9b418b2e050a7f5

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

commit 86fabfe0c09db15976a0b88f05351f756527268c
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jul 15 11:35:41 2010 -0600

    Fix parse error

 framework/Ui/lib/Horde/Ui/FlagImage.php |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Ui/lib/Horde/Ui/FlagImage.php?rt=horde-git&r1=00ab09d46b9dff7e3b9e48fcb0af952b12b9d7d6&r2=86fabfe0c09db15976a0b88f05351f756527268c

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

commit eea8728ee02892b6ee0bc183f17e3a3ee3a8eb03
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jul 15 12:07:38 2010 -0600

    Add sidebar service entry

 framework/Core/lib/Horde.php |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=eea8728ee02892b6ee0bc183f17e3a3ee3a8eb03

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

commit aba071378907bfd551fa9773b395ea68412b45a3
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jul 15 12:33:25 2010 -0600

    Add missing parameter

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

http://git.horde.org/diff.php/imp/lib/Ui/Mailbox.php?rt=horde-git&r1=8895b50e360862005e345c93e205cebbfd24bbab&r2=aba071378907bfd551fa9773b395ea68412b45a3

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

commit de45a1e825a92afbee73c13cfe3c36984953c3b8
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jul 15 12:50:11 2010 -0600

    Not sure what this accomplishes.

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

http://git.horde.org/diff.php/framework/Core/lib/Horde.php?rt=horde-git&r1=eea8728ee02892b6ee0bc183f17e3a3ee3a8eb03&r2=de45a1e825a92afbee73c13cfe3c36984953c3b8

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

commit 0b28bedd89f53114aed8161d517f2dff3ffc4911
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jul 15 13:07:44 2010 -0600

    Massive sidebar cleanup.
    
    Move ajax request (i.e. 'httpclient') to the Horde Ajax framework.
    Fix broken javascript - it was still referring to frames and
    wasn't properly resizing body on sidebar toggle.

 framework/Core/lib/Horde/Core/Tree/Javascript.php |   15 +-
 horde/js/hordetree.js                             |    7 +-
 horde/js/sidebar.js                               |   75 +++---
 horde/lib/Ajax/Application.php                    |   42 +++
 horde/lib/Ui/Sidebar.php                          |  246 +++++++++++++++++
 horde/services/portal/sidebar.php                 |  295 ++-------------------
 horde/templates/portal/sidebar.inc                |   29 +--
 7 files changed, 382 insertions(+), 327 deletions(-)
 create mode 100644 horde/lib/Ajax/Application.php
 create mode 100644 horde/lib/Ui/Sidebar.php

http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Tree/Javascript.php?rt=horde-git&r1=51c9bd36796c4574f64321a4bbd8ad4b7600a707&r2=0b28bedd89f53114aed8161d517f2dff3ffc4911
http://git.horde.org/diff.php/horde/js/hordetree.js?rt=horde-git&r1=c1ef2524dc208e5ae4b056709bcf014dfb299505&r2=0b28bedd89f53114aed8161d517f2dff3ffc4911
http://git.horde.org/diff.php/horde/js/sidebar.js?rt=horde-git&r1=4c3f4e67987935903283a4a79381474a4639f7fe&r2=0b28bedd89f53114aed8161d517f2dff3ffc4911
http://git.horde.org/co.php/horde/lib/Ajax/Application.php?rt=horde-git&r=0b28bedd89f53114aed8161d517f2dff3ffc4911
http://git.horde.org/co.php/horde/lib/Ui/Sidebar.php?rt=horde-git&r=0b28bedd89f53114aed8161d517f2dff3ffc4911
http://git.horde.org/diff.php/horde/services/portal/sidebar.php?rt=horde-git&r1=b23849ab71f504f5431033519a53f2f661ee5417&r2=0b28bedd89f53114aed8161d517f2dff3ffc4911
http://git.horde.org/diff.php/horde/templates/portal/sidebar.inc?rt=horde-git&r1=45d58456f24b121efb9d4082306dbe93076b7172&r2=0b28bedd89f53114aed8161d517f2dff3ffc4911




More information about the commits mailing list