[commits] Horde branch master updated. ab17ee4a5ac332d91581bc2235134dbe1d93d582

Michael M Slusarz slusarz at horde.org
Fri Mar 19 21:23:33 UTC 2010


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

from: b36466d6d01527bf72649d6a2da6a5b77e2d582c

fda725b These scripts belong in horde, not the packages
45f56e9 Fix include path
a68fbe3 Revert "Need to registry the deprecated callback *after* the autoloader is initialized."
5bfe918 Horde_Log chicken/egg problem
a54b174 Allow log output format (for stream logs) to be defined in horde config
ab17ee4 Add support for ident and time_format log options.

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

commit fda725bb4ae99a441f8786dbf4ac3aa425739543
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Mar 19 13:41:32 2010 -0600

    These scripts belong in horde, not the packages

 framework/Memcache/package.xml                                    |   17 +-
 framework/Memcache/scripts/Horde/Memcache/stats.php               |  120 -----
 framework/Scheduler/package.xml                                   |   13 +-
 framework/Scheduler/scripts/Horde/Scheduler/horde-crond.php       |   25 -
 framework/SessionHandler/package.xml                              |   17 +-
 .../scripts/Horde/SessionHandler/horde-active-sessions.php        |   46 --
 horde/bin/active_sessions                                         |   48 ++
 horde/bin/crond                                                   |   36 ++
 horde/bin/memcache_stats                                          |  116 ++++
 9 files changed, 208 insertions(+), 230 deletions(-)
 delete mode 100755 framework/Memcache/scripts/Horde/Memcache/stats.php
 delete mode 100755 framework/Scheduler/scripts/Horde/Scheduler/horde-crond.php
 delete mode 100755 framework/SessionHandler/scripts/Horde/SessionHandler/horde-active-sessions.php
 create mode 100755 horde/bin/active_sessions
 create mode 100755 horde/bin/crond
 create mode 100755 horde/bin/memcache_stats

http://git.horde.org/diff.php/framework/Memcache/package.xml?rt=horde-git&r1=340a3e714b86c6bc9f2bafc2a6b64c3f41aaff8d&r2=fda725bb4ae99a441f8786dbf4ac3aa425739543
http://git.horde.org/diff.php/framework/Memcache/scripts/Horde/Memcache/stats.php?rt=horde-git&r1=54a26e22e01a369372381a50d79eb655339c0956&r2=fda725bb4ae99a441f8786dbf4ac3aa425739543
http://git.horde.org/diff.php/framework/Scheduler/package.xml?rt=horde-git&r1=7b9a0db983c27cb2d55520162a1e4f5247c5e8a5&r2=fda725bb4ae99a441f8786dbf4ac3aa425739543
http://git.horde.org/diff.php/framework/Scheduler/scripts/Horde/Scheduler/horde-crond.php?rt=horde-git&r1=7b9a0db983c27cb2d55520162a1e4f5247c5e8a5&r2=fda725bb4ae99a441f8786dbf4ac3aa425739543
http://git.horde.org/diff.php/framework/SessionHandler/package.xml?rt=horde-git&r1=1b11a038e49027d2e05182b0726397dd6aed650d&r2=fda725bb4ae99a441f8786dbf4ac3aa425739543
http://git.horde.org/diff.php/framework/SessionHandler/scripts/Horde/SessionHandler/horde-active-sessions.php?rt=horde-git&r1=54a26e22e01a369372381a50d79eb655339c0956&r2=fda725bb4ae99a441f8786dbf4ac3aa425739543
http://git.horde.org/co.php/horde/bin/active_sessions?rt=horde-git&r=fda725bb4ae99a441f8786dbf4ac3aa425739543
http://git.horde.org/co.php/horde/bin/crond?rt=horde-git&r=fda725bb4ae99a441f8786dbf4ac3aa425739543
http://git.horde.org/co.php/horde/bin/memcache_stats?rt=horde-git&r=fda725bb4ae99a441f8786dbf4ac3aa425739543

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

commit 45f56e9170a4535ddd14986b0af22da538067389
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Mar 19 13:42:15 2010 -0600

    Fix include path

 horde/bin/run_task |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/horde/bin/run_task?rt=horde-git&r1=7ac5b33d3b474f98b74a8db97d5d1161c4917887&r2=45f56e9170a4535ddd14986b0af22da538067389

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

commit a68fbe3eb4e44bfff12d4c2163ae33919075e52c
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Mar 19 14:03:50 2010 -0600

    Revert "Need to registry the deprecated callback *after* the autoloader is initialized."
    
    This reverts commit 87562acdb7337553fcbb432b9bbff4307136c8b2.
    
    Just ignore Exceptions that are thrown if the logging handler is not yet
    setup. And don't try to log at all if log handler is not yet available.

 framework/Core/lib/Horde.php          |   10 ++++++++--
 framework/Core/lib/Horde/Registry.php |    4 ----
 horde/lib/core.php                    |    4 ++++
 3 files changed, 12 insertions(+), 6 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde.php?rt=horde-git&r1=b55996896d0ad3e8e8efea081f1beb3df6e25b8e&r2=a68fbe3eb4e44bfff12d4c2163ae33919075e52c
http://git.horde.org/diff.php/framework/Core/lib/Horde/Registry.php?rt=horde-git&r1=5919a9cd567319a432436b2518e5bffe36d6f5c6&r2=a68fbe3eb4e44bfff12d4c2163ae33919075e52c
http://git.horde.org/diff.php/horde/lib/core.php?rt=horde-git&r1=87562acdb7337553fcbb432b9bbff4307136c8b2&r2=a68fbe3eb4e44bfff12d4c2163ae33919075e52c

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

commit 5bfe918d7f688ee4611a37cf96f16d9556fdbc0f
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Mar 19 14:21:31 2010 -0600

    Horde_Log chicken/egg problem
    
    Difficult to log issue when logger isn't working... e.g. if log file is
    not available to be written, such as when running from CLI and logfile
    not accessible to CLI user, fallback to null log driver instead.  The
    failure to log should never fatally cause the script to stop.

 framework/Core/lib/Horde/Core/Binder/Logger.php |   27 ++++++++++++++--------
 1 files changed, 17 insertions(+), 10 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Binder/Logger.php?rt=horde-git&r1=d7015b931ca003bfc78af272df621daac75b27cf&r2=5bfe918d7f688ee4611a37cf96f16d9556fdbc0f

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

commit a54b1740d03ab748f86ff7fed966a686b1ea8f85
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Mar 19 15:02:25 2010 -0600

    Allow log output format (for stream logs) to be defined in horde config

 framework/Core/lib/Horde/Core/Binder/Logger.php  |   67 ++++++++++++++--------
 framework/Log/lib/Horde/Log/Formatter/Simple.php |    7 ++-
 horde/config/conf.xml                            |   20 +++++++
 3 files changed, 69 insertions(+), 25 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Binder/Logger.php?rt=horde-git&r1=5bfe918d7f688ee4611a37cf96f16d9556fdbc0f&r2=a54b1740d03ab748f86ff7fed966a686b1ea8f85
http://git.horde.org/diff.php/framework/Log/lib/Horde/Log/Formatter/Simple.php?rt=horde-git&r1=2b1ce3826eb480adda6bdf37afb4ef66d6865f84&r2=a54b1740d03ab748f86ff7fed966a686b1ea8f85
http://git.horde.org/diff.php/horde/config/conf.xml?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=a54b1740d03ab748f86ff7fed966a686b1ea8f85

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

commit ab17ee4a5ac332d91581bc2235134dbe1d93d582
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Mar 19 15:12:42 2010 -0600

    Add support for ident and time_format log options.

 framework/Core/lib/Horde/Core/Binder/Logger.php |    1 +
 framework/Core/lib/Horde/Core/Log/Logger.php    |   16 ++++++++++++----
 horde/config/conf.xml                           |   13 ++++++++-----
 3 files changed, 21 insertions(+), 9 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Binder/Logger.php?rt=horde-git&r1=a54b1740d03ab748f86ff7fed966a686b1ea8f85&r2=ab17ee4a5ac332d91581bc2235134dbe1d93d582
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Log/Logger.php?rt=horde-git&r1=958a1c3b2df9b41611b1d631236491facd49ec81&r2=ab17ee4a5ac332d91581bc2235134dbe1d93d582
http://git.horde.org/diff.php/horde/config/conf.xml?rt=horde-git&r1=a54b1740d03ab748f86ff7fed966a686b1ea8f85&r2=ab17ee4a5ac332d91581bc2235134dbe1d93d582




More information about the commits mailing list