[commits] Horde branch develop updated. 2da890446e4d6b7ba181de01d9419a201df82125

Michael M Slusarz slusarz at horde.org
Wed Mar 7 15:26:26 UTC 2012


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

from: 717acc4e7e49b60e4bdc01ae0cd2d99eb3693285

d6a83d0 Bug #11055: Use the new cachejs and cachecss configs
da1c3cb Fix setting personal part of outgoing From name
d5a9244 Fix parentheses placement
833a220 No need to pass 'url' parameter in this link.
3410405 Merge branch 'master' into develop
236c551 phpdoc
58565be [mms] Added $logged property to Horde_Exception.
8bc31d6 Ensure an Exception only gets logged once.
06a1d4c Logged flag has been moved to Horde_Exception
d228287 Fix undefined error
4c0e652 ErrorException already provides a stack trace - this call duplicates that same information
2da8904 Fix running tasks from popup message page

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

commit d6a83d0af2045d525a93e25bed35b32a181bd320
Author: Rui Carneiro <rui.carneiro at portugalmail.net>
Date:   Tue Mar 6 18:34:29 2012 +0000

    Bug #11055: Use the new cachejs and cachecss configs
    
    Signed-off-by: Michael M Slusarz <slusarz at horde.org>

 horde/lib/LoginTasks/SystemTask/GarbageCollection.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/d6a83d0af2045d525a93e25bed35b32a181bd320

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

commit da1c3cbc0e8048950a7c05c3bb5adbaa01cc31f7
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Mar 6 19:58:12 2012 -0700

    Fix setting personal part of outgoing From name

 imp/lib/Prefs/Identity.php |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/da1c3cbc0e8048950a7c05c3bb5adbaa01cc31f7

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

commit d5a92449303dae31775cd6a58bd306292edf7592
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Mar 6 21:09:23 2012 -0700

    Fix parentheses placement

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

http://git.horde.org/horde-git/-/commit/d5a92449303dae31775cd6a58bd306292edf7592

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

commit 833a220a3259e9cc25d6f17b627e449439eecb3f
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Mar 6 21:38:28 2012 -0700

    No need to pass 'url' parameter in this link.

 turba/lib/View/List.php             |   12 ++++++++----
 turba/templates/list/alphaPager.inc |    5 ++---
 2 files changed, 10 insertions(+), 7 deletions(-)

http://git.horde.org/horde-git/-/commit/833a220a3259e9cc25d6f17b627e449439eecb3f

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

commit 34104054fe0a2956ac27bcd2da4321a22eb64374
Merge: da1c3cb 833a220
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Mar 6 21:52:05 2012 -0700

    Merge branch 'master' into develop
    
    Conflicts:
    	imp/lib/Compose.php
    	turba/lib/View/List.php

 turba/lib/View/List.php             |   13 +++++++------
 turba/templates/list/alphaPager.inc |    5 ++---
 2 files changed, 9 insertions(+), 9 deletions(-)

http://git.horde.org/horde-git/-/commit/34104054fe0a2956ac27bcd2da4321a22eb64374

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

commit 236c5517b1a03850f99d10e8749240fca7ba68fd
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Mar 6 23:19:52 2012 -0700

    phpdoc

 framework/Core/lib/Horde/Core/Log/Logger.php |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

http://git.horde.org/horde-git/-/commit/236c5517b1a03850f99d10e8749240fca7ba68fd

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

commit 58565bebcc12317b9b4069f5dde1c6df742463d0
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Mar 6 23:20:36 2012 -0700

    [mms] Added $logged property to Horde_Exception.

 framework/Exception/lib/Horde/Exception.php |   15 +++++++++++++++
 framework/Exception/package.xml             |    6 +++---
 2 files changed, 18 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/58565bebcc12317b9b4069f5dde1c6df742463d0

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

commit 8bc31d612d9793d8a784531d839f500579e7a2f8
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Mar 6 23:21:05 2012 -0700

    Ensure an Exception only gets logged once.

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

http://git.horde.org/horde-git/-/commit/8bc31d612d9793d8a784531d839f500579e7a2f8

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

commit 06a1d4c4217cc6713874e9fb6864b7b37c934569
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Mar 6 23:24:59 2012 -0700

    Logged flag has been moved to Horde_Exception

 imp/lib/Imap.php           |    8 ++++----
 imp/lib/Imap/Exception.php |   29 -----------------------------
 2 files changed, 4 insertions(+), 33 deletions(-)

http://git.horde.org/horde-git/-/commit/06a1d4c4217cc6713874e9fb6864b7b37c934569

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

commit d228287bf4686675638947723d6f282476b23165
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Mar 7 00:20:42 2012 -0700

    Fix undefined error

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

http://git.horde.org/horde-git/-/commit/d228287bf4686675638947723d6f282476b23165

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

commit 4c0e65207908d101cbaab3009be0b1d8174303eb
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Mar 7 00:22:27 2012 -0700

    ErrorException already provides a stack trace - this call duplicates that same information

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

http://git.horde.org/horde-git/-/commit/4c0e65207908d101cbaab3009be0b1d8174303eb

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

commit 2da890446e4d6b7ba181de01d9419a201df82125
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Mar 7 00:41:30 2012 -0700

    Fix running tasks from popup message page

 imp/js/dimpbase.js           |   44 +++++++++++++++++++++++------------------
 imp/js/message-dimp.js       |    8 +-----
 imp/lib/Ajax/Application.php |   15 +++++++++++--
 imp/lib/Ajax/Queue.php       |    4 ---
 imp/message-dimp.php         |   14 +++---------
 5 files changed, 43 insertions(+), 42 deletions(-)

http://git.horde.org/horde-git/-/commit/2da890446e4d6b7ba181de01d9419a201df82125




More information about the commits mailing list