The branch "develop" has been updated. The following is a summary of the commits.
from: f9b0e7aadec1c8fc96bfaee62feb2294865d79fc 92d0758 phpdoc fix f0f4adf Oci and Mssql DB drivers are not supported dd4db2a Update horde package file 0aa38e1 Update imp package file 18fbc3e Remove oci/mssql remnants from framework d70c6c6 This should not be needed 4cfd8f8 Other places to remove Oracle/Mssql code ----------------------------------------------------------------------- commit 92d07585d9c1f2a9b1f01c0ef0e2b08ebf492318 Author: Michael M Slusarz <[email protected]> Date: Wed Jan 18 23:58:27 2012 -0700 phpdoc fix framework/Imap_Client/lib/Horde/Imap/Client/Base.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/92d07585d9c1f2a9b1f01c0ef0e2b08ebf492318 ----------------------------------------------------------------------- commit f0f4adfdf605d7a8b28f56e0cf3b5dc4a327026e Author: Michael M Slusarz <[email protected]> Date: Thu Jan 19 00:24:50 2012 -0700 Oci and Mssql DB drivers are not supported horde/config/conf.xml | 4 - horde/scripts/upgrades/3.0_to_3.1.oci8.sql | 18 ---- horde/scripts/upgrades/3.1_to_3.2.mssql.sql | 112 --------------------------- horde/scripts/upgrades/3.1_to_3.2.oci8.sql | 99 ----------------------- 4 files changed, 0 insertions(+), 233 deletions(-) delete mode 100644 horde/scripts/upgrades/3.0_to_3.1.oci8.sql delete mode 100644 horde/scripts/upgrades/3.1_to_3.2.mssql.sql delete mode 100644 horde/scripts/upgrades/3.1_to_3.2.oci8.sql http://git.horde.org/horde-git/-/commit/f0f4adfdf605d7a8b28f56e0cf3b5dc4a327026e ----------------------------------------------------------------------- commit dd4db2aeb39fa110c1f43d98dfa205a985d83be8 Author: Michael M Slusarz <[email protected]> Date: Thu Jan 19 00:25:09 2012 -0700 Update horde package file horde/package.xml | 462 +++++++++++++++++++++++++---------------------------- 1 files changed, 220 insertions(+), 242 deletions(-) http://git.horde.org/horde-git/-/commit/dd4db2aeb39fa110c1f43d98dfa205a985d83be8 ----------------------------------------------------------------------- commit 0aa38e1f39ed22a94cc7e8669bf9c9a288a9ae4a Author: Michael M Slusarz <[email protected]> Date: Thu Jan 19 00:25:18 2012 -0700 Update imp package file imp/package.xml | 32 ++++++++++++++++++++++++++++---- 1 files changed, 28 insertions(+), 4 deletions(-) http://git.horde.org/horde-git/-/commit/0aa38e1f39ed22a94cc7e8669bf9c9a288a9ae4a ----------------------------------------------------------------------- commit 18fbc3e0950dab8bf34cb8a390bf1a7922ca68af Author: Michael M Slusarz <[email protected]> Date: Thu Jan 19 00:27:52 2012 -0700 Remove oci/mssql remnants from framework framework/Core/lib/Horde/Core/Factory/Db.php | 3 --- framework/Core/lib/Horde/Core/Factory/DbPear.php | 10 +--------- framework/Vfs/lib/Horde/Vfs/Sql.php | 10 +++++----- 3 files changed, 6 insertions(+), 17 deletions(-) http://git.horde.org/horde-git/-/commit/18fbc3e0950dab8bf34cb8a390bf1a7922ca68af ----------------------------------------------------------------------- commit d70c6c62230da5b17aaa6a137355d45032144fff Author: Michael M Slusarz <[email protected]> Date: Thu Jan 19 00:28:44 2012 -0700 This should not be needed Oracle no longer is supported, and this is already done in postrgres DB driver. kronolith/lib/Driver/Sql.php | 17 ----------------- 1 files changed, 0 insertions(+), 17 deletions(-) http://git.horde.org/horde-git/-/commit/d70c6c62230da5b17aaa6a137355d45032144fff ----------------------------------------------------------------------- commit 4cfd8f88c57af8e4e645c74d7c9deb52a5614fb2 Author: Michael M Slusarz <[email protected]> Date: Thu Jan 19 00:48:52 2012 -0700 Other places to remove Oracle/Mssql code framework/Vfs/lib/Horde/Vfs/Sql.php | 13 +-------- jonah/scripts/sql/jonah.mssql.sql | 54 ----------------------------------- ulaform/lib/Action/Sql.php | 3 +- 3 files changed, 2 insertions(+), 68 deletions(-) delete mode 100644 jonah/scripts/sql/jonah.mssql.sql http://git.horde.org/horde-git/-/commit/4cfd8f88c57af8e4e645c74d7c9deb52a5614fb2 __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
