[commits] Horde branch master updated. fa8d644f8ca59a43056e5eae668ff1699d36be24

Jan Schneider jan at horde.org
Tue Nov 30 14:44:52 UTC 2010


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

from: f2b35e73225d8ec7487ef393dc610583fe2b1ece

bbc6c78 Need to set up autoloading globally.
52fd487 Default to no expiration.
0431ec3 Convert to new Horde_Cache class layout.
d3456e7 Add configuration for mysql tests.
fd212e9 Fix paths.
fa8d644 Remove charset methods.

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

commit bbc6c78f11dbf36cf2d69ed31dd2e1b74a0126a5
Author: Jan Schneider <jan at horde.org>
Date:   Tue Nov 30 15:19:05 2010 +0100

    Need to set up autoloading globally.

 framework/Db/test/Horde/Db/AllTests.php |   16 ++++++----------
 1 files changed, 6 insertions(+), 10 deletions(-)

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

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

commit 52fd487d4ba2d91f1050a1f17f1c5e2416abc265
Author: Jan Schneider <jan at horde.org>
Date:   Tue Nov 30 15:32:04 2010 +0100

    Default to no expiration.

 framework/Cache/lib/Horde/Cache/Storage/Apc.php          |    6 +++---
 framework/Cache/lib/Horde/Cache/Storage/Base.php         |    6 +++---
 framework/Cache/lib/Horde/Cache/Storage/Eaccelerator.php |    6 +++---
 framework/Cache/lib/Horde/Cache/Storage/File.php         |    6 +++---
 framework/Cache/lib/Horde/Cache/Storage/Memcache.php     |    6 +++---
 framework/Cache/lib/Horde/Cache/Storage/Mock.php         |    6 +++---
 framework/Cache/lib/Horde/Cache/Storage/Null.php         |    6 +++---
 framework/Cache/lib/Horde/Cache/Storage/Session.php      |    6 +++---
 framework/Cache/lib/Horde/Cache/Storage/Sql.php          |    6 +++---
 framework/Cache/lib/Horde/Cache/Storage/Stack.php        |    6 +++---
 framework/Cache/lib/Horde/Cache/Storage/Xcache.php       |    6 +++---
 11 files changed, 33 insertions(+), 33 deletions(-)

http://git.horde.org/horde-git/-/commit/52fd487d4ba2d91f1050a1f17f1c5e2416abc265

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

commit 0431ec372565ef33301838f25478e0b4189ff99f
Author: Jan Schneider <jan at horde.org>
Date:   Tue Nov 30 15:32:58 2010 +0100

    Convert to new Horde_Cache class layout.

 framework/Db/lib/Horde/Db/Adapter/Base.php             |    2 +-
 framework/Db/test/Horde/Db/Adapter/MysqlSuite.php      |    2 +-
 framework/Db/test/Horde/Db/Adapter/MysqliSuite.php     |    2 +-
 framework/Db/test/Horde/Db/Adapter/Pdo/MysqlSuite.php  |    2 +-
 framework/Db/test/Horde/Db/Adapter/Pdo/PgsqlSuite.php  |    2 +-
 framework/Db/test/Horde/Db/Adapter/Pdo/SqliteSuite.php |    2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

http://git.horde.org/horde-git/-/commit/0431ec372565ef33301838f25478e0b4189ff99f

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

commit d3456e7c278cebdc78dccf04503706d3ec2691e7
Author: Jan Schneider <jan at horde.org>
Date:   Tue Nov 30 15:39:34 2010 +0100

    Add configuration for mysql tests.

 framework/Db/test/Horde/Db/Adapter/conf.php.dist |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

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

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

commit fd212e9e08984c373a002a44e9f8fbcad5677dea
Author: Jan Schneider <jan at horde.org>
Date:   Tue Nov 30 15:41:48 2010 +0100

    Fix paths.

 framework/Db/test/Horde/Db/Adapter/MysqlSuite.php  |    2 +-
 framework/Db/test/Horde/Db/Adapter/MysqliSuite.php |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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

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

commit fa8d644f8ca59a43056e5eae668ff1699d36be24
Author: Jan Schneider <jan at horde.org>
Date:   Tue Nov 30 15:41:59 2010 +0100

    Remove charset methods.
    
    They are only implemented in the MySQL drivers anyway and using SET
    NAMES causes more problems than it solves. Actually it breaks the
    current share driver.

 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   |   57 ++----------------
 framework/Db/lib/Horde/Db/Adapter/Mysqli.php         |    6 --
 framework/Db/lib/Horde/Db/Adapter/Pdo/Mysql.php      |    5 --
 framework/Db/test/Horde/Db/Adapter/MysqlTest.php     |    5 --
 framework/Db/test/Horde/Db/Adapter/MysqliTest.php    |    5 --
 framework/Db/test/Horde/Db/Adapter/Pdo/MysqlTest.php |    5 --
 8 files changed, 7 insertions(+), 91 deletions(-)

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




More information about the commits mailing list