[commits] Horde branch master updated. c518436bfc4d546820363e60a6267dd22ee9a6e1

Michael M Slusarz slusarz at horde.org
Fri Jul 17 20:17:50 UTC 2009


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

from: 379055057760b05caab64812d8ddeeaa8cf88aa2

def290e... Remove object assignments by reference and unneded includes
c518436... throw exceptions instead of calling Horde::fatal()

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

commit def290e68df5243289d2217150d7d1bd4c76581c
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Jul 17 13:31:17 2009 -0600

    Remove object assignments by reference and unneded includes

 framework/Auth/lib/Horde/Auth/Sql.php                             |   12 ++--
 framework/Cache/lib/Horde/Cache.php                               |    2 +-
 framework/Cache/lib/Horde/Cache/Sql.php                           |    7 +--
 framework/Editor/lib/Horde/Editor.php                             |    6 +-
 framework/History/lib/Horde/History.php                           |   10 ++--
 framework/SessionHandler/lib/Horde/SessionHandler.php             |    2 +-
 framework/SessionHandler/lib/Horde/SessionHandler/Memcache.php    |    4 +-
 framework/SessionHandler/lib/Horde/SessionHandler/Sql.php         |   12 ++--
 .../scripts/Horde/SessionHandler/horde-active-sessions.php        |    3 +-
 framework/Token/lib/Horde/Token/Sql.php                           |   13 ++---
 framework/Util/lib/Horde/Util.php                                 |    2 +-
 11 files changed, 35 insertions(+), 38 deletions(-)

http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth/Sql.php?rt=horde-git&r1=83ba16e6c0ec3c989eab0a81fcda06978ddef8a1&r2=def290e68df5243289d2217150d7d1bd4c76581c
http://git.horde.org/diff.php/framework/Cache/lib/Horde/Cache.php?rt=horde-git&r1=9a6fbeb32341f797d31660867c69c97e56cc3f8e&r2=def290e68df5243289d2217150d7d1bd4c76581c
http://git.horde.org/diff.php/framework/Cache/lib/Horde/Cache/Sql.php?rt=horde-git&r1=df6c4d07f0ff4f1cde6a3b4c90bbecd9c8eb9446&r2=def290e68df5243289d2217150d7d1bd4c76581c
http://git.horde.org/diff.php/framework/Editor/lib/Horde/Editor.php?rt=horde-git&r1=1417d92fd13c06439ac411edc9d6f35414ca5cbb&r2=def290e68df5243289d2217150d7d1bd4c76581c
http://git.horde.org/diff.php/framework/History/lib/Horde/History.php?rt=horde-git&r1=880314e236f67912136bd1494d4dc177ade28846&r2=def290e68df5243289d2217150d7d1bd4c76581c
http://git.horde.org/diff.php/framework/SessionHandler/lib/Horde/SessionHandler.php?rt=horde-git&r1=880314e236f67912136bd1494d4dc177ade28846&r2=def290e68df5243289d2217150d7d1bd4c76581c
http://git.horde.org/diff.php/framework/SessionHandler/lib/Horde/SessionHandler/Memcache.php?rt=horde-git&r1=1b11a038e49027d2e05182b0726397dd6aed650d&r2=def290e68df5243289d2217150d7d1bd4c76581c
http://git.horde.org/diff.php/framework/SessionHandler/lib/Horde/SessionHandler/Sql.php?rt=horde-git&r1=7d640c7fbb131b61f5542e8ef467057215638e7f&r2=def290e68df5243289d2217150d7d1bd4c76581c
http://git.horde.org/diff.php/framework/SessionHandler/scripts/Horde/SessionHandler/horde-active-sessions.php?rt=horde-git&r1=9da0b0ee14f5b152dc3a1e4f8dd531c59c37c90c&r2=def290e68df5243289d2217150d7d1bd4c76581c
http://git.horde.org/diff.php/framework/Token/lib/Horde/Token/Sql.php?rt=horde-git&r1=df6c4d07f0ff4f1cde6a3b4c90bbecd9c8eb9446&r2=def290e68df5243289d2217150d7d1bd4c76581c
http://git.horde.org/diff.php/framework/Util/lib/Horde/Util.php?rt=horde-git&r1=b0309fd21bf904a0f7f024b4322e71509be38c42&r2=def290e68df5243289d2217150d7d1bd4c76581c

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

commit c518436bfc4d546820363e60a6267dd22ee9a6e1
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Jul 17 13:37:59 2009 -0600

    throw exceptions instead of calling Horde::fatal()

 framework/Auth/lib/Horde/Auth/Cyrus.php                           |    4 +-
 framework/Auth/lib/Horde/Auth/Signup/Sql.php                      |    7 +-
 framework/Core/lib/Horde.php                                      |   25 ++--
 framework/Core/lib/Horde/Help.php                                 |    3 +-
 framework/Core/lib/Horde/Registry.php                             |   34 ++--
 framework/Crypt/lib/Horde/Crypt/Pgp.php                           |    2 +-
 .../scripts/Horde/SessionHandler/horde-active-sessions.php        |    6 +-
 7 files changed, 41 insertions(+), 40 deletions(-)

http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth/Cyrus.php?rt=horde-git&r1=83ba16e6c0ec3c989eab0a81fcda06978ddef8a1&r2=c518436bfc4d546820363e60a6267dd22ee9a6e1
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth/Signup/Sql.php?rt=horde-git&r1=880314e236f67912136bd1494d4dc177ade28846&r2=c518436bfc4d546820363e60a6267dd22ee9a6e1
http://git.horde.org/diff.php/framework/Core/lib/Horde.php?rt=horde-git&r1=e4baa9a420fe96938e7aaabeefbc06f2254935d2&r2=c518436bfc4d546820363e60a6267dd22ee9a6e1
http://git.horde.org/diff.php/framework/Core/lib/Horde/Help.php?rt=horde-git&r1=14440e42d8640071d6c6955cfd7d6a9eaf63d77f&r2=c518436bfc4d546820363e60a6267dd22ee9a6e1
http://git.horde.org/diff.php/framework/Core/lib/Horde/Registry.php?rt=horde-git&r1=96474d5dc9861734d021fd4530a7e6741b8f09c3&r2=c518436bfc4d546820363e60a6267dd22ee9a6e1
http://git.horde.org/diff.php/framework/Crypt/lib/Horde/Crypt/Pgp.php?rt=horde-git&r1=8d38a43880bfd2f005b63d098c51bb904cdaacfd&r2=c518436bfc4d546820363e60a6267dd22ee9a6e1
http://git.horde.org/diff.php/framework/SessionHandler/scripts/Horde/SessionHandler/horde-active-sessions.php?rt=horde-git&r1=def290e68df5243289d2217150d7d1bd4c76581c&r2=c518436bfc4d546820363e60a6267dd22ee9a6e1




More information about the commits mailing list