The branch "master" has been updated. The following is a summary of the commits.
from: b92ce68a0320c430b87fc8d50e0f1cc29b90c64b 8a1d66b Move default SQL quoting to base class. dd81bd5 Add a CLI formatter and handler. ----------------------------------------------------------------------- commit 8a1d66b839725bfb8e09c08286ad9f7d14739079 Author: Jan Schneider <[email protected]> Date: Mon Sep 16 17:48:42 2013 +0200 Move default SQL quoting to base class. framework/Db/lib/Horde/Db/Adapter/Base/Schema.php | 11 +++++--- framework/Db/lib/Horde/Db/Adapter/Mysql/Schema.php | 6 ++-- framework/Db/lib/Horde/Db/Adapter/Postgresql/Schema.php | 18 ++------------ framework/Db/lib/Horde/Db/Adapter/Sqlite/Schema.php | 18 ++------------ 4 files changed, 16 insertions(+), 37 deletions(-) http://git.horde.org/horde-git/-/commit/8a1d66b839725bfb8e09c08286ad9f7d14739079 ----------------------------------------------------------------------- commit dd81bd5bc9520536d5efe31d0b2a2262aacf84f4 Author: Jan Schneider <[email protected]> Date: Tue Sep 17 00:40:26 2013 +0200 Add a CLI formatter and handler. framework/Log/lib/Horde/Log/Formatter/Cli.php | 76 +++++++++++++++++++++++++ framework/Log/lib/Horde/Log/Handler/Cli.php | 56 ++++++++++++++++++ framework/Log/package.xml | 28 ++++++--- 3 files changed, 151 insertions(+), 9 deletions(-) create mode 100644 framework/Log/lib/Horde/Log/Formatter/Cli.php create mode 100644 framework/Log/lib/Horde/Log/Handler/Cli.php http://git.horde.org/horde-git/-/commit/dd81bd5bc9520536d5efe31d0b2a2262aacf84f4 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
