The branch "master" has been updated. The following is a summary of the commits.
from: 27463a8f530c7e4c08215e614ebad00109142f43 a2943c7 Fix scope. b1d7d89 Memcache is installed now by default. 1fef494 [jan] Fix updating existing rows with default values when adding columns in PostgreSQL (Bug #12101). 813ad65 [jan] Update broken rows due to migration bug in PostgreSQL (Bug #12101). ----------------------------------------------------------------------- commit a2943c7c75b493b505ad08d9d5fa4be273edfc14 Author: Jan Schneider <[email protected]> Date: Fri Mar 8 14:00:35 2013 +0100 Fix scope. hermes/lib/Form/Search.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/a2943c7c75b493b505ad08d9d5fa4be273edfc14 ----------------------------------------------------------------------- commit b1d7d89767463919e70ca758e9c5d6944702efc9 Author: Jan Schneider <[email protected]> Date: Mon Mar 11 14:11:41 2013 +0100 Memcache is installed now by default. .travis.yml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/b1d7d89767463919e70ca758e9c5d6944702efc9 ----------------------------------------------------------------------- commit 1fef494ee185eff9c1d0900232173e616120895d Author: Jan Schneider <[email protected]> Date: Mon Mar 11 15:48:05 2013 +0100 [jan] Fix updating existing rows with default values when adding columns in PostgreSQL (Bug #12101). framework/Db/lib/Horde/Db/Adapter/Postgresql/Schema.php | 5 +++++ framework/Db/package.xml | 4 ++-- framework/Db/test/Horde/Db/Adapter/MysqlTest.php | 4 ++++ framework/Db/test/Horde/Db/Adapter/MysqliTest.php | 4 ++++ framework/Db/test/Horde/Db/Adapter/Pdo/MysqlTest.php | 4 ++++ framework/Db/test/Horde/Db/Adapter/Pdo/PgsqlTest.php | 4 ++++ framework/Db/test/Horde/Db/Adapter/Pdo/SqliteTest.php | 4 ++++ 7 files changed, 27 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/1fef494ee185eff9c1d0900232173e616120895d ----------------------------------------------------------------------- commit 813ad65bee1954c1fc2ccb4da5ca421644811a10 Author: Jan Schneider <[email protected]> Date: Mon Mar 11 15:49:16 2013 +0100 [jan] Update broken rows due to migration bug in PostgreSQL (Bug #12101). nag/docs/CHANGES | 1 + nag/migration/12_nag_fix_smartlists.php | 32 +++++++++++++++++++++++++++++++ nag/package.xml | 10 ++++++-- 3 files changed, 40 insertions(+), 3 deletions(-) create mode 100644 nag/migration/12_nag_fix_smartlists.php http://git.horde.org/horde-git/-/commit/813ad65bee1954c1fc2ccb4da5ca421644811a10 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
