[commits] Horde branch horde_activesync_3_0 updated. 9fc45a565c308cc5317a2c5a1449cd171fe33d81

Michael J. Rubinsky mrubinsk at horde.org
Mon Mar 11 15:14:32 UTC 2013


The branch "horde_activesync_3_0" has been updated.
The following is a summary of the commits.

from: 3fd03398441182756b8f7e5ae5e0aeffeacbab2c

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).
b87d3ba Fix phpdoc
d90470b Fix OPTIONS request failing on devices that don't send DevId with it.
3b0d25f Fix phpdoc
9fc45a5 Merge branch 'master' into horde_activesync_3_0

-----------------------------------------------------------------------

commit a2943c7c75b493b505ad08d9d5fa4be273edfc14
Author: Jan Schneider <jan at horde.org>
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 <jan at horde.org>
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 <jan at horde.org>
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 <jan at horde.org>
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

-----------------------------------------------------------------------

commit b87d3ba22a42ea8720fad2d1f4532b5281d088b6
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Mar 11 10:57:56 2013 -0400

    Fix phpdoc

 framework/ActiveSync/lib/Horde/ActiveSync/State/Sql.php |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/b87d3ba22a42ea8720fad2d1f4532b5281d088b6

-----------------------------------------------------------------------

commit d90470babf4ed738213073f32030514ade0af425
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Mar 11 11:11:25 2013 -0400

    Fix OPTIONS request failing on devices that don't send DevId with it.

 framework/ActiveSync/lib/Horde/ActiveSync.php |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

http://git.horde.org/horde-git/-/commit/d90470babf4ed738213073f32030514ade0af425

-----------------------------------------------------------------------

commit 3b0d25f668c95253283179f67416a2bdb88d62e1
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Mar 11 10:57:56 2013 -0400

    Fix phpdoc

 framework/ActiveSync/lib/Horde/ActiveSync/State/Sql.php |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/3b0d25f668c95253283179f67416a2bdb88d62e1

-----------------------------------------------------------------------

commit 9fc45a565c308cc5317a2c5a1449cd171fe33d81
Merge: 3b0d25f d90470b
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Mar 11 11:14:01 2013 -0400

    Merge branch 'master' into horde_activesync_3_0

 .travis.yml                                             |    2 +-
 framework/ActiveSync/lib/Horde/ActiveSync.php           |    8 ++--
 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 ++
 hermes/lib/Form/Search.php                              |    2 +-
 nag/docs/CHANGES                                        |    1 +
 nag/migration/12_nag_fix_smartlists.php                 |   32 +++++++++++++++
 nag/package.xml                                         |   10 +++-
 13 files changed, 73 insertions(+), 11 deletions(-)

http://git.horde.org/horde-git/-/commit/9fc45a565c308cc5317a2c5a1449cd171fe33d81




More information about the commits mailing list