[commits] Horde branch develop updated. f4c1d75e665e46890a00a948c6d121e7386c22ca
Michael J. Rubinsky
mrubinsk at horde.org
Wed Jan 25 17:51:45 UTC 2012
The branch "develop" has been updated.
The following is a summary of the commits.
from: 4916b80588ee68a2688de5c4005f096bc8797634
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).
bcd4183 Cast save_as to string when sending via ajax.
66aa229 No idea why this was being run through pack(), $id is not a hex string.
8ba8889 Fix formatting for opencv,facedetect, and libpuzzle links
f4c1d75 Merge branch 'master' into develop
-----------------------------------------------------------------------
commit b59f930cfe4983eac4b98da197061833ffdeebed
Author: Jan Schneider <jan at horde.org>
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 <jan at horde.org>
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 <jan at horde.org>
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 <jan at horde.org>
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 <jan at horde.org>
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
-----------------------------------------------------------------------
commit bcd4183516c939da8ff3c6a67592c95a3b95a489
Author: Jan Schneider <jan at horde.org>
Date: Wed Jan 25 16:17:59 2012 +0100
Cast save_as to string when sending via ajax.
imp/lib/Ajax/Application.php | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/bcd4183516c939da8ff3c6a67592c95a3b95a489
-----------------------------------------------------------------------
commit 66aa229bbf42804bdd6b09f26f6f941eb6b7ade2
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Wed Jan 25 11:58:11 2012 -0500
No idea why this was being run through pack(), $id is not a hex string.
framework/Core/lib/Horde/Core/ActiveSync/Driver.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/66aa229bbf42804bdd6b09f26f6f941eb6b7ade2
-----------------------------------------------------------------------
commit 8ba88893edb05549cfee20c5e2c3dec7dec3642a
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Wed Jan 25 12:07:37 2012 -0500
Fix formatting for opencv,facedetect, and libpuzzle links
ansel/docs/INSTALL | 13 +++++--------
1 files changed, 5 insertions(+), 8 deletions(-)
http://git.horde.org/horde-git/-/commit/8ba88893edb05549cfee20c5e2c3dec7dec3642a
-----------------------------------------------------------------------
commit f4c1d75e665e46890a00a948c6d121e7386c22ca
Merge: 4916b80 8ba8889
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Wed Jan 25 12:51:30 2012 -0500
Merge branch 'master' into develop
Conflicts:
framework/Core/package.xml
kronolith/package.xml
ansel/docs/INSTALL | 13 ++---
framework/Core/lib/Horde/Core/Factory/SessionHandler.php | 3 +-
framework/Core/package.xml | 1 +
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 +++-
framework/Db/lib/Horde/Db/Migration/Base.php | 4 +-
framework/SessionHandler/lib/Horde/SessionHandler/Storage/Sql.php | 1 +
framework/SessionHandler/package.xml | 4 +-
kronolith/docs/CHANGES | 1 +
kronolith/migration/3_kronolith_upgrade_addallday.php | 2 +-
kronolith/package.xml | 2 +-
12 files changed, 43 insertions(+), 24 deletions(-)
http://git.horde.org/horde-git/-/commit/f4c1d75e665e46890a00a948c6d121e7386c22ca
More information about the commits
mailing list