[commits] Horde branch master updated. 5c07ae6fa244e6e3013c818935b611d8532fd8da

Chuck Hagenbuch chuck at horde.org
Tue Feb 8 21:17:02 UTC 2011


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

from: d489b1e09b0b2db18b1f3d61a4ffa7cc998fcffb

2e5afe1 Rewrite Horde_Test_Case::getConfig() to deal with JSON strings that seem to return '.' when dirname() is called on them.
0d227ff Remove error suppression
5466eb2 Restore charset methods and SET NAMES call
5c07ae6 Add DB charset tests

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

commit 2e5afe12eb42ac17cd78d32af4201b17fa8fe0e8
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Tue Feb 8 14:44:18 2011 -0500

    Rewrite Horde_Test_Case::getConfig() to deal with JSON strings that seem to return '.' when dirname() is called on them.

 framework/Test/lib/Horde/Test/Case.php |   16 ++++++++++------
 1 files changed, 10 insertions(+), 6 deletions(-)

http://git.horde.org/horde-git/-/commit/2e5afe12eb42ac17cd78d32af4201b17fa8fe0e8

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

commit 0d227ff061bdde59a02ae48f5979399695327ba4
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Tue Feb 8 14:48:20 2011 -0500

    Remove error suppression

 framework/Db/lib/Horde/Db/Adapter/Mysqli.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/0d227ff061bdde59a02ae48f5979399695327ba4

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

commit 5466eb2ca0ecff488aa0b5aec721ce2f088e9827
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Tue Feb 8 14:48:05 2011 -0500

    Restore charset methods and SET NAMES call

 framework/Db/lib/Horde/Db/Adapter/Base.php         |   10 +++-
 framework/Db/lib/Horde/Db/Adapter/Mysql.php        |    5 ++
 framework/Db/lib/Horde/Db/Adapter/Mysql/Schema.php |   54 ++++++++++++++++++-
 framework/Db/lib/Horde/Db/Adapter/Mysqli.php       |    6 ++
 framework/Db/lib/Horde/Db/Adapter/Pdo/Mysql.php    |    5 ++
 5 files changed, 76 insertions(+), 4 deletions(-)

http://git.horde.org/horde-git/-/commit/5466eb2ca0ecff488aa0b5aec721ce2f088e9827

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

commit 5c07ae6fa244e6e3013c818935b611d8532fd8da
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Tue Feb 8 16:16:29 2011 -0500

    Add DB charset tests

 framework/Db/test/Horde/Db/Adapter/MysqlSuite.php       |    3 +-
 framework/Db/test/Horde/Db/Adapter/MysqlTest.php        |   35 +++++++++++++++
 framework/Db/test/Horde/Db/Adapter/MysqliSuite.php      |    3 +-
 framework/Db/test/Horde/Db/Adapter/MysqliTest.php       |   35 +++++++++++++++
 framework/Db/test/Horde/Db/Adapter/Pdo/MysqlSuite.php   |    3 +-
 framework/Db/test/Horde/Db/Adapter/Pdo/MysqlTest.php    |   35 +++++++++++++++
 framework/Db/test/Horde/Db/Adapter/Pdo/SqliteSuite.php  |    8 ++-
 framework/Db/test/Horde/Db/Adapter/Pdo/SqliteTest.php   |   28 ++++++++++++
 framework/Db/test/Horde/Db/fixtures/charsets/cp1257.txt |    1 +
 framework/Db/test/Horde/Db/fixtures/charsets/utf8.txt   |    1 +
 10 files changed, 146 insertions(+), 6 deletions(-)
 create mode 100644 framework/Db/test/Horde/Db/fixtures/charsets/cp1257.txt
 create mode 100644 framework/Db/test/Horde/Db/fixtures/charsets/utf8.txt

http://git.horde.org/horde-git/-/commit/5c07ae6fa244e6e3013c818935b611d8532fd8da




More information about the commits mailing list