[commits] Horde branch master updated. 754aaa0352b513da97b6f46e5b65587c6bc42e5d

Michael M Slusarz slusarz at horde.org
Fri Feb 19 08:20:29 UTC 2010


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

from: 4e53431d9caa24de6db1f0e36bde7e144a4f4e39

bb71a39 Move Mark As Unseen/Read into submenu for folders
20a9e52 CSS tweaks
b06dc6b Fix return from getVersion()
3da0ed1 Fix new DOM usage
22b99f7 Fix Horde_Perms usage; remove duplicate notices
4fbe5ab No need for these separate functions
6e8f4b3 Make admin pages consistent UI-wise.
50e5151 Fix setting class attribute on spellcheck results DIV
7ac5b33 Added run_task script from horde-support
2d29679 Fix class type determination
754aaa0 Remove long config for long deprecated MCAL extension

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

commit bb71a39643f11e9773bfcb764995b8b58d6d0ef9
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Feb 18 16:44:44 2010 -0700

    Move Mark As Unseen/Read into submenu for folders

 imp/js/DimpBase.js                 |    1 +
 imp/templates/index/index-dimp.inc |    8 ++++++--
 imp/themes/screen-dimp.css         |    2 +-
 imp/themes/silver/screen-dimp.css  |    2 +-
 4 files changed, 9 insertions(+), 4 deletions(-)

http://git.horde.org/diff.php/imp/js/DimpBase.js?rt=horde-git&r1=3af5c8b8e31ff02e5eff55442dd3f561f1b6219c&r2=bb71a39643f11e9773bfcb764995b8b58d6d0ef9
http://git.horde.org/diff.php/imp/templates/index/index-dimp.inc?rt=horde-git&r1=9c7d62d47e1353bcb43899f1c843b619ff4c1d45&r2=bb71a39643f11e9773bfcb764995b8b58d6d0ef9
http://git.horde.org/diff.php/imp/themes/screen-dimp.css?rt=horde-git&r1=2d8c1cd19029f1b0a97b12974cd1d8b635eaedc3&r2=bb71a39643f11e9773bfcb764995b8b58d6d0ef9
http://git.horde.org/diff.php/imp/themes/silver/screen-dimp.css?rt=horde-git&r1=2d8c1cd19029f1b0a97b12974cd1d8b635eaedc3&r2=bb71a39643f11e9773bfcb764995b8b58d6d0ef9

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

commit 20a9e5291e57da881efdb7d7a49685d4f3c3c1af
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Feb 18 22:42:28 2010 -0700

    CSS tweaks

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

http://git.horde.org/diff.php/horde/themes/screen.css?rt=horde-git&r1=d8c572aa164cfdb180497a88b9e180407011ed23&r2=20a9e5291e57da881efdb7d7a49685d4f3c3c1af
http://git.horde.org/diff.php/imp/themes/screen.css?rt=horde-git&r1=6969a512d22bf1f74a91d178cc8266fe07205315&r2=20a9e5291e57da881efdb7d7a49685d4f3c3c1af

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

commit b06dc6b43ed50e8554c060e907cc0d8083180aec
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Feb 18 23:12:46 2010 -0700

    Fix return from getVersion()

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

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

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

commit 3da0ed1546017e3d0c0122f671aab15e9d0d6eeb
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Feb 18 23:13:03 2010 -0700

    Fix new DOM usage

 horde/admin/setup/index.php |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

http://git.horde.org/diff.php/horde/admin/setup/index.php?rt=horde-git&r1=be7b1b7393f8d6e0bb8f548792fc72d9a615a992&r2=3da0ed1546017e3d0c0122f671aab15e9d0d6eeb

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

commit 22b99f794d840a4ba20376469b90bf9316819aeb
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Feb 18 23:14:52 2010 -0700

    Fix Horde_Perms usage; remove duplicate notices

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

http://git.horde.org/diff.php/horde/admin/perms/index.php?rt=horde-git&r1=b23cc31ca5d964fd8f9be807871eb0595aee63d9&r2=22b99f794d840a4ba20376469b90bf9316819aeb

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

commit 4fbe5ab0f897709233f22b70989831b9c978845b
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Feb 18 23:22:20 2010 -0700

    No need for these separate functions

 framework/Notification/lib/Horde/Notification/Handler.php |   44 ++-----------
 1 files changed, 7 insertions(+), 37 deletions(-)

http://git.horde.org/diff.php/framework/Notification/lib/Horde/Notification/Handler.php?rt=horde-git&r1=e48b8a54fc54a179be749967a6a8b6b73cc1162e&r2=4fbe5ab0f897709233f22b70989831b9c978845b

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

commit 6e8f4b3058177f720552c801d9ed6722be55a4b3
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Feb 18 23:26:29 2010 -0700

    Make admin pages consistent UI-wise.

 horde/admin/cmdshell.php    |    6 ++++--
 horde/admin/perms/index.php |    2 ++
 horde/admin/phpshell.php    |    6 +++---
 horde/admin/sqlshell.php    |    6 +++---
 4 files changed, 12 insertions(+), 8 deletions(-)

http://git.horde.org/diff.php/horde/admin/cmdshell.php?rt=horde-git&r1=b23cc31ca5d964fd8f9be807871eb0595aee63d9&r2=6e8f4b3058177f720552c801d9ed6722be55a4b3
http://git.horde.org/diff.php/horde/admin/perms/index.php?rt=horde-git&r1=22b99f794d840a4ba20376469b90bf9316819aeb&r2=6e8f4b3058177f720552c801d9ed6722be55a4b3
http://git.horde.org/diff.php/horde/admin/phpshell.php?rt=horde-git&r1=b23cc31ca5d964fd8f9be807871eb0595aee63d9&r2=6e8f4b3058177f720552c801d9ed6722be55a4b3
http://git.horde.org/diff.php/horde/admin/sqlshell.php?rt=horde-git&r1=db011a2a40263b0bddcc42b1071f52a1e1bd2a83&r2=6e8f4b3058177f720552c801d9ed6722be55a4b3

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

commit 50e51515ed4e591b285b67978f61948bcf614dcb
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Feb 18 23:36:47 2010 -0700

    Fix setting class attribute on spellcheck results DIV

 horde/js/SpellChecker.js |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

http://git.horde.org/diff.php/horde/js/SpellChecker.js?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=50e51515ed4e591b285b67978f61948bcf614dcb

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

commit 7ac5b33d3b474f98b74a8db97d5d1161c4917887
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Feb 18 23:59:00 2010 -0700

    Added run_task script from horde-support

 horde/bin/run_task |   77 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 77 insertions(+), 0 deletions(-)
 create mode 100755 horde/bin/run_task

http://git.horde.org/co.php/horde/bin/run_task?rt=horde-git&r=7ac5b33d3b474f98b74a8db97d5d1161c4917887

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

commit 2d29679b1319c7edca580ec90f87104e28c1b1bf
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Feb 19 00:25:18 2010 -0700

    Fix class type determination

 imp/scripts/query-imap-cache.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/imp/scripts/query-imap-cache.php?rt=horde-git&r1=54a26e22e01a369372381a50d79eb655339c0956&r2=2d29679b1319c7edca580ec90f87104e28c1b1bf

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

commit 754aaa0352b513da97b6f46e5b65587c6bc42e5d
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Feb 19 01:04:48 2010 -0700

    Remove long config for long deprecated MCAL extension

 framework/Auth/lib/Horde/Auth/Passwd.php |    3 +--
 horde/config/conf.xml                    |   14 --------------
 2 files changed, 1 insertions(+), 16 deletions(-)

http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth/Passwd.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=754aaa0352b513da97b6f46e5b65587c6bc42e5d
http://git.horde.org/diff.php/horde/config/conf.xml?rt=horde-git&r1=a07b57e1c5c7c951321a6c89f06f2682d5cb08c6&r2=754aaa0352b513da97b6f46e5b65587c6bc42e5d




More information about the commits mailing list