[commits] Horde branch master updated. eaf0ec8bbaaeb1405863771dcc7d9e44f05072c8

Michael M Slusarz slusarz at horde.org
Mon Sep 13 07:09:02 UTC 2010


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

from: 6c6dd3b3b0fa10f97ac24ae9867bf7c20cf5eed9

306c102 Yet another place to remove the ajaxui parameter
6825a73 Fix variable name.
1fc6efa Move update poll preference code to a single location
accf216 Remove unneeded exit call
96ad0e6 If pref group doesn't exist, fallback to main app prefs screen.
ef709f2 Simplify return from the perms() application call.
f632718 Themes tweak
eaf0ec8 Bug #9245: Link attachments if guessed MIME type has a viewer

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

commit 306c10215f0ebcaf43984bb879f7a8facf080ccd
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Sat Sep 11 11:15:45 2010 -0600

    Yet another place to remove the ajaxui parameter

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

http://git.horde.org/diff.php/framework/Core/lib/Horde.php?rt=horde-git&r1=0cd1e5ab83236104a46013ded5ca7e87cba25f32&r2=306c10215f0ebcaf43984bb879f7a8facf080ccd

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

commit 6825a7341f06d94c65a6874d9f1b0ff7bfd929d9
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Sun Sep 12 22:07:45 2010 -0600

    Fix variable name.

 horde/lib/Ajax/Application.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/horde/lib/Ajax/Application.php?rt=horde-git&r1=f848bedd3756ce5a9af2990a36b59a9c1b027aed&r2=6825a7341f06d94c65a6874d9f1b0ff7bfd929d9

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

commit 1fc6efae4658fe3aa6227f8dd9d9550c65447d4e
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Sun Sep 12 22:14:00 2010 -0600

    Move update poll preference code to a single location

 imp/lib/Imap/Tree.php |   18 ++++++++++++------
 1 files changed, 12 insertions(+), 6 deletions(-)

http://git.horde.org/diff.php/imp/lib/Imap/Tree.php?rt=horde-git&r1=e4a11828035ad0ae838250921c4bf3815a269ab2&r2=1fc6efae4658fe3aa6227f8dd9d9550c65447d4e

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

commit accf2163f7bdc2978c67989d2073e1705663473b
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Sun Sep 12 22:14:31 2010 -0600

    Remove unneeded exit call

 imp/lib/Imap/Tree.php |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/imp/lib/Imap/Tree.php?rt=horde-git&r1=1fc6efae4658fe3aa6227f8dd9d9550c65447d4e&r2=accf2163f7bdc2978c67989d2073e1705663473b

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

commit 96ad0e6d5072bbe63146193bd45a684a07b8c9c1
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Sun Sep 12 22:42:46 2010 -0600

    If pref group doesn't exist, fallback to main app prefs screen.

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

http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Prefs/Ui.php?rt=horde-git&r1=07d614dc53bc6bfac00ba93957b3d513b6e902d6&r2=96ad0e6d5072bbe63146193bd45a684a07b8c9c1

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

commit ef709f2b554aee5c7b9b2d3e075dc9831d4f0081
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Sep 8 17:07:48 2010 -0600

    Simplify return from the perms() application call.

 agora/lib/Application.php           |   32 +++++++++-------
 ansel/lib/Application.php           |   10 +++---
 babel/lib/Application.php           |   67 ++++++++++++++++++----------------
 beatnik/lib/Application.php         |   11 ++++--
 chora/lib/Application.php           |   12 ++++--
 framework/Perms/lib/Horde/Perms.php |   26 ++++++++++++-
 gollem/lib/Application.php          |   14 +++-----
 hermes/lib/Application.php          |   20 ++++++-----
 horde/lib/Application.php           |   13 +++----
 imp/lib/Application.php             |   30 +++++++---------
 ingo/lib/Application.php            |   18 +++------
 jonah/lib/Application.php           |   50 +++++++++++++-------------
 kronolith/lib/Application.php       |   12 +++---
 mnemo/lib/Application.php           |   12 +++---
 nag/lib/Application.php             |   12 +++---
 news/lib/Application.php            |   22 +++++++----
 operator/lib/Application.php        |   12 ++++--
 shout/lib/Application.php           |   23 +++++++-----
 trean/lib/Application.php           |   20 +++++-----
 turba/lib/Application.php           |   19 ++++++----
 vilma/lib/Application.php           |   13 ++++---
 whups/lib/Application.php           |   43 ++++++++++++----------
 wicked/lib/Application.php          |   20 ++++++----
 23 files changed, 284 insertions(+), 227 deletions(-)

http://git.horde.org/diff.php/agora/lib/Application.php?rt=horde-git&r1=7277728730e6ab11d05f3a5f0c7133315a350917&r2=ef709f2b554aee5c7b9b2d3e075dc9831d4f0081
http://git.horde.org/diff.php/ansel/lib/Application.php?rt=horde-git&r1=7277728730e6ab11d05f3a5f0c7133315a350917&r2=ef709f2b554aee5c7b9b2d3e075dc9831d4f0081
http://git.horde.org/diff.php/babel/lib/Application.php?rt=horde-git&r1=9c0f33973a80a215c92c6d6e3d1c6be5616f3a47&r2=ef709f2b554aee5c7b9b2d3e075dc9831d4f0081
http://git.horde.org/diff.php/beatnik/lib/Application.php?rt=horde-git&r1=7277728730e6ab11d05f3a5f0c7133315a350917&r2=ef709f2b554aee5c7b9b2d3e075dc9831d4f0081
http://git.horde.org/diff.php/chora/lib/Application.php?rt=horde-git&r1=6133a3f5afc630c953e0f5e75b0829e60cf44144&r2=ef709f2b554aee5c7b9b2d3e075dc9831d4f0081
http://git.horde.org/diff.php/framework/Perms/lib/Horde/Perms.php?rt=horde-git&r1=c1f241be16aa88a278d0e51fc7baa78e39008cca&r2=ef709f2b554aee5c7b9b2d3e075dc9831d4f0081
http://git.horde.org/diff.php/gollem/lib/Application.php?rt=horde-git&r1=7277728730e6ab11d05f3a5f0c7133315a350917&r2=ef709f2b554aee5c7b9b2d3e075dc9831d4f0081
http://git.horde.org/diff.php/hermes/lib/Application.php?rt=horde-git&r1=9c0f33973a80a215c92c6d6e3d1c6be5616f3a47&r2=ef709f2b554aee5c7b9b2d3e075dc9831d4f0081
http://git.horde.org/diff.php/horde/lib/Application.php?rt=horde-git&r1=c1f241be16aa88a278d0e51fc7baa78e39008cca&r2=ef709f2b554aee5c7b9b2d3e075dc9831d4f0081
http://git.horde.org/diff.php/imp/lib/Application.php?rt=horde-git&r1=36a8506a352f29f8dcd7b870a2c042529c5ea94e&r2=ef709f2b554aee5c7b9b2d3e075dc9831d4f0081
http://git.horde.org/diff.php/ingo/lib/Application.php?rt=horde-git&r1=7277728730e6ab11d05f3a5f0c7133315a350917&r2=ef709f2b554aee5c7b9b2d3e075dc9831d4f0081
http://git.horde.org/diff.php/jonah/lib/Application.php?rt=horde-git&r1=7277728730e6ab11d05f3a5f0c7133315a350917&r2=ef709f2b554aee5c7b9b2d3e075dc9831d4f0081
http://git.horde.org/diff.php/kronolith/lib/Application.php?rt=horde-git&r1=7277728730e6ab11d05f3a5f0c7133315a350917&r2=ef709f2b554aee5c7b9b2d3e075dc9831d4f0081
http://git.horde.org/diff.php/mnemo/lib/Application.php?rt=horde-git&r1=7277728730e6ab11d05f3a5f0c7133315a350917&r2=ef709f2b554aee5c7b9b2d3e075dc9831d4f0081
http://git.horde.org/diff.php/nag/lib/Application.php?rt=horde-git&r1=7277728730e6ab11d05f3a5f0c7133315a350917&r2=ef709f2b554aee5c7b9b2d3e075dc9831d4f0081
http://git.horde.org/diff.php/news/lib/Application.php?rt=horde-git&r1=7277728730e6ab11d05f3a5f0c7133315a350917&r2=ef709f2b554aee5c7b9b2d3e075dc9831d4f0081
http://git.horde.org/diff.php/operator/lib/Application.php?rt=horde-git&r1=9c0f33973a80a215c92c6d6e3d1c6be5616f3a47&r2=ef709f2b554aee5c7b9b2d3e075dc9831d4f0081
http://git.horde.org/diff.php/shout/lib/Application.php?rt=horde-git&r1=9c0f33973a80a215c92c6d6e3d1c6be5616f3a47&r2=ef709f2b554aee5c7b9b2d3e075dc9831d4f0081
http://git.horde.org/diff.php/trean/lib/Application.php?rt=horde-git&r1=7277728730e6ab11d05f3a5f0c7133315a350917&r2=ef709f2b554aee5c7b9b2d3e075dc9831d4f0081
http://git.horde.org/diff.php/turba/lib/Application.php?rt=horde-git&r1=7277728730e6ab11d05f3a5f0c7133315a350917&r2=ef709f2b554aee5c7b9b2d3e075dc9831d4f0081
http://git.horde.org/diff.php/vilma/lib/Application.php?rt=horde-git&r1=118a03eb6dfa73e5dc273f75178ba592fe4a0722&r2=ef709f2b554aee5c7b9b2d3e075dc9831d4f0081
http://git.horde.org/diff.php/whups/lib/Application.php?rt=horde-git&r1=6b2c7d5e725f211a601798d707c631ba710748e2&r2=ef709f2b554aee5c7b9b2d3e075dc9831d4f0081
http://git.horde.org/diff.php/wicked/lib/Application.php?rt=horde-git&r1=118a03eb6dfa73e5dc273f75178ba592fe4a0722&r2=ef709f2b554aee5c7b9b2d3e075dc9831d4f0081

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

commit f63271888ac1442d761bca7f334e62ee0aaa0ca3
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Sep 13 01:07:18 2010 -0600

    Themes tweak

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

http://git.horde.org/diff.php/imp/themes/dimp/screen.css?rt=horde-git&r1=814e2509aef27451e94e68a986c027cfe5993c08&r2=f63271888ac1442d761bca7f334e62ee0aaa0ca3

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

commit eaf0ec8bbaaeb1405863771dcc7d9e44f05072c8
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Sep 13 01:08:49 2010 -0600

    Bug #9245: Link attachments if guessed MIME type has a viewer

 imp/lib/Contents.php |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/imp/lib/Contents.php?rt=horde-git&r1=4d0876c879537ec742fa80557716bf88874e3a7b&r2=eaf0ec8bbaaeb1405863771dcc7d9e44f05072c8




More information about the commits mailing list