The branch "master" has been updated. The following is a summary of the commits.
from: 9da3040cfa47c4ba16b315daf3055ec882ac0c9b f625619 Set failure application. 96dc08f Catch authentication exception. a393118 phpdoc d5dec92 [jan] Fix catching exceptions from Horde_Db. 2694237 [jan] Fix migrating NULL values to BLOB on Oracle. Summary: http://github.com/horde/horde/compare/9da3040cfa47c4ba16b315daf3055ec882ac0c9b...26942377cefa73600206be4870596b50741819e0 ----------------------------------------------------------------------- commit f6256195eb0ca0c210457167559a59655c5e5da9 Author: Jan Schneider <[email protected]> Date: Tue Oct 21 20:00:56 2014 +0200 Set failure application. imp/lib/Factory/Imap.php | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) http://github.com/horde/horde/commit/f6256195eb0ca0c210457167559a59655c5e5da9 ----------------------------------------------------------------------- commit 96dc08f032df6e75a6b6bc5624ec31d2a39ee62b Author: Jan Schneider <[email protected]> Date: Tue Oct 21 20:06:13 2014 +0200 Catch authentication exception. If even requesting the capability to validate the authentication fails, it's safe to assume that the authentication is invalid. framework/Core/lib/Horde/Core/Auth/Application.php | 10 +++++++--- 1 files changed, 7 insertions(+), 3 deletions(-) http://github.com/horde/horde/commit/96dc08f032df6e75a6b6bc5624ec31d2a39ee62b ----------------------------------------------------------------------- commit a393118d1ea60aff7a49e67dd17e6490bf79b329 Author: Jan Schneider <[email protected]> Date: Tue Oct 21 20:30:30 2014 +0200 phpdoc framework/History/lib/Horde/History/Sql.php | 184 +++++++++++++------------- 1 files changed, 92 insertions(+), 92 deletions(-) http://github.com/horde/horde/commit/a393118d1ea60aff7a49e67dd17e6490bf79b329 ----------------------------------------------------------------------- commit d5dec920ab33e626bd53bd01ced9fb50a0742943 Author: Jan Schneider <[email protected]> Date: Tue Oct 21 20:31:16 2014 +0200 [jan] Fix catching exceptions from Horde_Db. framework/History/lib/Horde/History/Sql.php | 89 +++++++++++++++------------ framework/History/package.xml | 4 +- 2 files changed, 52 insertions(+), 41 deletions(-) http://github.com/horde/horde/commit/d5dec920ab33e626bd53bd01ced9fb50a0742943 ----------------------------------------------------------------------- commit 26942377cefa73600206be4870596b50741819e0 Author: Jan Schneider <[email protected]> Date: Tue Oct 21 20:43:46 2014 +0200 [jan] Fix migrating NULL values to BLOB on Oracle. framework/Db/lib/Horde/Db/Adapter/Oracle/Schema.php | 45 ++++++++++++------ framework/Db/package.xml | 4 +- framework/Db/test/Horde/Db/Adapter/Oci8Test.php | 10 +++- 3 files changed, 39 insertions(+), 20 deletions(-) http://github.com/horde/horde/commit/26942377cefa73600206be4870596b50741819e0 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
