The branch "master" has been updated. The following is a summary of the commits.
from: 2edbd14cdd49d0432eb1a8f7f13addb3a36f1bf8 be77474 Fix catching the correct exception c95e4cf Don't use Horde_Db_Exception message as Exception error message de27efb Don't use Horde_Db_Exception message as Exception error message Summary: http://github.com/horde/horde/compare/2edbd14cdd49d0432eb1a8f7f13addb3a36f1bf8...de27efbfc77d96369f098e88ce7f26d36f3d5a2b ----------------------------------------------------------------------- commit be77474592a4958330f0787f53a60f7511283a16 Author: Michael M Slusarz <[email protected]> Date: Tue Mar 25 17:49:31 2014 -0600 Fix catching the correct exception .../Imap_Client/lib/Horde/Imap/Client/Cache/Backend/Mongo.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://github.com/horde/horde/commit/be77474592a4958330f0787f53a60f7511283a16 ----------------------------------------------------------------------- commit c95e4cf19c8719dcc68cf0c2e5c721fd37777e5d Author: Michael M Slusarz <[email protected]> Date: Tue Mar 25 22:04:14 2014 -0600 Don't use Horde_Db_Exception message as Exception error message It (may) contain private DB connection parameters. DB errors are useless to the enduser; they would have already been logged to the log by the Horde_Db code. turba/lib/Api.php | 13 ++++------- turba/lib/Driver/Sql.php | 44 ++++++++++++++++++++++------------------- turba/lib/Factory/Driver.php | 2 +- 3 files changed, 30 insertions(+), 29 deletions(-) http://github.com/horde/horde/commit/c95e4cf19c8719dcc68cf0c2e5c721fd37777e5d ----------------------------------------------------------------------- commit de27efbfc77d96369f098e88ce7f26d36f3d5a2b Author: Michael M Slusarz <[email protected]> Date: Tue Mar 25 22:09:41 2014 -0600 Don't use Horde_Db_Exception message as Exception error message framework/Alarm/lib/Horde/Alarm/Sql.php | 50 +++++++++++++++++++++++-------- 1 files changed, 37 insertions(+), 13 deletions(-) http://github.com/horde/horde/commit/de27efbfc77d96369f098e88ce7f26d36f3d5a2b -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
