The branch "master" has been updated. The following is a summary of the commits.
from: 7158ed1ada81d113796d1283b7eb7d2979eb96fc b59f930 Throw exception on invalid modifyDate() parameters (Bug #10902). 921ebf3 [jan] Fix syntax error in migration script (Bug #10902). 3610cc9 Use var_export() on all argument values and keys. 959cddc We need to start a transaction too, when reconnecting during session write (Bug #10906). 1d28068 [jan] Use separate database connection for SQL session handler (Bug #10906). ----------------------------------------------------------------------- commit b59f930cfe4983eac4b98da197061833ffdeebed Author: Jan Schneider <[email protected]> Date: Wed Jan 25 11:05:02 2012 +0100 Throw exception on invalid modifyDate() parameters (Bug #10902). framework/Db/lib/Horde/Db/Adapter/Base/Schema.php | 12 +++++++++--- framework/Db/lib/Horde/Db/Adapter/Postgresql/Schema.php | 12 +++++++++--- framework/Db/lib/Horde/Db/Adapter/Sqlite/Schema.php | 12 +++++++++--- 3 files changed, 27 insertions(+), 9 deletions(-) http://git.horde.org/horde-git/-/commit/b59f930cfe4983eac4b98da197061833ffdeebed ----------------------------------------------------------------------- commit 921ebf3b4adb961d21d638531664c892286c6fdc Author: Jan Schneider <[email protected]> Date: Wed Jan 25 11:06:06 2012 +0100 [jan] Fix syntax error in migration script (Bug #10902). kronolith/docs/CHANGES | 1 + kronolith/migration/3_kronolith_upgrade_addallday.php | 2 +- kronolith/package.xml | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/921ebf3b4adb961d21d638531664c892286c6fdc ----------------------------------------------------------------------- commit 3610cc9d42418d9821be1ae7b2da1dfb4a13bd4a Author: Jan Schneider <[email protected]> Date: Wed Jan 25 11:07:40 2012 +0100 Use var_export() on all argument values and keys. framework/Db/lib/Horde/Db/Migration/Base.php | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/3610cc9d42418d9821be1ae7b2da1dfb4a13bd4a ----------------------------------------------------------------------- commit 959cddc8a37e48ef8643a03db2a75cd6d58f0de3 Author: Jan Schneider <[email protected]> Date: Wed Jan 25 12:06:04 2012 +0100 We need to start a transaction too, when reconnecting during session write (Bug #10906). framework/SessionHandler/lib/Horde/SessionHandler/Storage/Sql.php | 1 + framework/SessionHandler/package.xml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/959cddc8a37e48ef8643a03db2a75cd6d58f0de3 ----------------------------------------------------------------------- commit 1d280685e99dec37d5b82eaa43eb2036b22b159d Author: Jan Schneider <[email protected]> Date: Wed Jan 25 12:06:56 2012 +0100 [jan] Use separate database connection for SQL session handler (Bug #10906). framework/Core/lib/Horde/Core/Factory/SessionHandler.php | 3 ++- framework/Core/package.xml | 2 ++ 2 files changed, 4 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/1d280685e99dec37d5b82eaa43eb2036b22b159d __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
