The branch "master" has been updated. The following is a summary of the commits.
from: 8b4050017670859cac91f06cc61728f6d5073fcc 5180c21 Horde_SQL_Keywords -> Horde_Db_SearchParser dd862af Start moving code out of Horde_SQL. bc7f60f self:: 9bde1ba Too few time to port all this to Horde_Db. At least rename to match Horde naming standard. ----------------------------------------------------------------------- commit 5180c2111d0b2fb7cc7ae8e3f55b3c39e5026878 Author: Jan Schneider <[email protected]> Date: Mon Mar 7 19:58:55 2011 +0100 Horde_SQL_Keywords -> Horde_Db_SearchParser framework/Db/lib/Horde/Db/SearchParser.php | 163 +++++++++++++++++++++++++ framework/Db/package.xml | 4 +- framework/SQL/SQL/Keywords.php | 182 ---------------------------- wicked/lib/Driver/Sql.php | 15 ++- 4 files changed, 174 insertions(+), 190 deletions(-) create mode 100644 framework/Db/lib/Horde/Db/SearchParser.php delete mode 100644 framework/SQL/SQL/Keywords.php http://git.horde.org/horde-git/-/commit/5180c2111d0b2fb7cc7ae8e3f55b3c39e5026878 ----------------------------------------------------------------------- commit dd862af14f578ceeabc8b60739a3ec16fd961086 Author: Jan Schneider <[email protected]> Date: Mon Mar 7 22:08:24 2011 +0100 Start moving code out of Horde_SQL. framework/Db/lib/Horde/Db/Adapter/Base/Schema.php | 13 +++ framework/Db/lib/Horde/Db/Adapter/Postgresql/Schema.php | 13 +++ framework/SQL/SQL.php | 85 --------------- kronolith/migration/3_kronolith_upgrade_addallday.php | 5 +- vilma/lib/Driver/Sql.php | 42 ++++--- 5 files changed, 52 insertions(+), 106 deletions(-) http://git.horde.org/horde-git/-/commit/dd862af14f578ceeabc8b60739a3ec16fd961086 ----------------------------------------------------------------------- commit bc7f60f25a1fd9f29cb95a4bbbfb5a2fd6056579 Author: Jan Schneider <[email protected]> Date: Mon Mar 7 22:11:35 2011 +0100 self:: framework/Db/lib/Horde/Db/SearchParser.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/bc7f60f25a1fd9f29cb95a4bbbfb5a2fd6056579 ----------------------------------------------------------------------- commit 9bde1ba67e4b3a6eb5f60f574ed212d1c50bfb91 Author: Jan Schneider <[email protected]> Date: Mon Mar 7 22:14:03 2011 +0100 Too few time to port all this to Horde_Db. At least rename to match Horde naming standard. framework/DataTree/lib/Horde/DataTree/Sql.php | 2 +- framework/DataTree/package.xml | 2 +- framework/SQL/SQL.php | 376 ------------------------- framework/SQL/package.xml | 98 ------- framework/Share/lib/Horde/Share/Sql.php | 12 +- framework/Share/package.xml | 2 +- framework/Sql/lib/Horde/Sql.php | 376 +++++++++++++++++++++++++ framework/Sql/package.xml | 94 ++++++ hylax/lib/SQL/Attributes.php | 4 +- kronolith/lib/Driver/Sql.php | 8 +- trean/lib/Bookmarks.php | 2 +- turba/lib/Driver/Sql.php | 6 +- turba/lib/tests/TestBase.php | 2 +- wicked/lib/Driver/Sql.php | 6 +- 14 files changed, 493 insertions(+), 497 deletions(-) delete mode 100644 framework/SQL/SQL.php delete mode 100644 framework/SQL/package.xml create mode 100644 framework/Sql/lib/Horde/Sql.php create mode 100644 framework/Sql/package.xml http://git.horde.org/horde-git/-/commit/9bde1ba67e4b3a6eb5f60f574ed212d1c50bfb91 __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
