The branch "master" has been updated. The following is a summary of the commits.
from: 5cbb902e29a70daf2faca24ecbec3645d8896427 57b5f0c Fix getShares(). 1661b58 Implement __sleep() correctly. 6369e1f Fix method name. fa2f777 Finish 90% of unit tests. 04ac6d6 Add last_query property. ----------------------------------------------------------------------- commit 57b5f0cccf47f9dac128731ae7e96c83bfe2650e Author: Jan Schneider <[email protected]> Date: Wed Dec 22 23:35:43 2010 +0100 Fix getShares(). framework/Share/lib/Horde/Share/Sql.php | 58 +++++------------------------- 1 files changed, 10 insertions(+), 48 deletions(-) http://git.horde.org/horde-git/-/commit/57b5f0cccf47f9dac128731ae7e96c83bfe2650e ----------------------------------------------------------------------- commit 1661b587b1f772639ddc5b0fc84ddf555c8e36c3 Author: Jan Schneider <[email protected]> Date: Wed Dec 22 23:45:35 2010 +0100 Implement __sleep() correctly. framework/Group/lib/Horde/Group/Mock.php | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/1661b587b1f772639ddc5b0fc84ddf555c8e36c3 ----------------------------------------------------------------------- commit 6369e1f31182e1e45794231549c453ddbbe06c40 Author: Jan Schneider <[email protected]> Date: Wed Dec 22 23:45:55 2010 +0100 Fix method name. kronolith/lib/Application.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/6369e1f31182e1e45794231549c453ddbbe06c40 ----------------------------------------------------------------------- commit fa2f777e45b7bb50ad677b8d79ee2c85fc31109e Author: Jan Schneider <[email protected]> Date: Wed Dec 22 23:47:54 2010 +0100 Finish 90% of unit tests. framework/Share/lib/Horde/Share/Base.php | 9 + framework/Share/test/Horde/Share/Autoload.php | 22 ++ framework/Share/test/Horde/Share/SqlTest.php | 266 ++++++++++++++++++++++++- 3 files changed, 296 insertions(+), 1 deletions(-) create mode 100644 framework/Share/test/Horde/Share/Autoload.php http://git.horde.org/horde-git/-/commit/fa2f777e45b7bb50ad677b8d79ee2c85fc31109e ----------------------------------------------------------------------- commit 04ac6d67ebd338d6b884fb8eccb8dfd9c75e2f8e Author: Jan Schneider <[email protected]> Date: Wed Dec 22 23:49:39 2010 +0100 Add last_query property. framework/Db/lib/Horde/Db/Adapter/Base.php | 8 ++++++++ framework/Db/lib/Horde/Db/Adapter/Mysql.php | 8 +++++++- framework/Db/lib/Horde/Db/Adapter/Mysqli.php | 2 ++ framework/Db/lib/Horde/Db/Adapter/Pdo/Base.php | 1 + framework/Db/lib/Horde/Db/Adapter/Pdo/Pgsql.php | 4 +++- framework/Db/lib/Horde/Db/Adapter/Pdo/Sqlite.php | 3 +++ 6 files changed, 24 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/04ac6d67ebd338d6b884fb8eccb8dfd9c75e2f8e __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
