[commits] Horde branch master updated. 511177d27c6c9acf77de1a256b4e5ed15daed334
Michael J. Rubinsky
mrubinsk at horde.org
Thu Feb 2 16:06:03 UTC 2017
The branch "master" has been updated.
The following is a summary of the commits.
from: e55ed28ae5582b0a188c12b1064bd7c8cbeb6565
5021b91 Ticket: 10773 Improve Horde_Db logging options.
fcdcaf4 Add config switch for query logging.
511177d CHANGES, update package.xml.
Summary: http://github.com/horde/horde/compare/e55ed28ae5582b0a188c12b1064bd7c8cbeb6565...511177d27c6c9acf77de1a256b4e5ed15daed334
-----------------------------------------------------------------------
commit 5021b913bf85d28af9caa5fceab999e0c27f4eaf
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Thu Feb 2 10:58:16 2017 -0500
Ticket: 10773 Improve Horde_Db logging options.
* Ability to switch on/off query logging
* Never log Horde_Db_Value_Binary or stream resource data.
framework/Db/lib/Horde/Db/Adapter/Base.php | 50 ++++++++++++++++++++------
framework/Db/lib/Horde/Db/Adapter/Mysql.php | 16 +++++----
framework/Db/lib/Horde/Db/Adapter/Mysqli.php | 16 +++++----
framework/Db/lib/Horde/Db/Adapter/Oci8.php | 14 ++++----
framework/Db/lib/Horde/Db/Adapter/Pdo/Base.php | 22 ++++++------
5 files changed, 77 insertions(+), 41 deletions(-)
http://github.com/horde/horde/commit/5021b913bf85d28af9caa5fceab999e0c27f4eaf
-----------------------------------------------------------------------
commit fcdcaf4c715dfc9de5ffd654bfb7fcaa02feffcd
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Thu Feb 2 11:01:13 2017 -0500
Add config switch for query logging.
I couldn't get the config form to work properly if using a
simple checkbox (once set, the value would be sticky). Using
the switch parameter at least allows it to be set/unset for now.
Any ideas on why that doesn't work welcome :)
framework/Core/lib/Horde/Config.php | 20 +++++++++++++++++++-
framework/Core/lib/Horde/Core/Factory/Db.php | 7 ++++++-
2 files changed, 25 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/fcdcaf4c715dfc9de5ffd654bfb7fcaa02feffcd
-----------------------------------------------------------------------
commit 511177d27c6c9acf77de1a256b4e5ed15daed334
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Thu Feb 2 11:05:35 2017 -0500
CHANGES, update package.xml.
framework/Db/package.xml | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
http://github.com/horde/horde/commit/511177d27c6c9acf77de1a256b4e5ed15daed334
More information about the commits
mailing list