[commits] Horde branch master updated. 7a9da280e5ec388daf68f32f06e9727b8d5b930b

Michael J. Rubinsky mrubinsk at horde.org
Thu Jan 13 06:24:28 UTC 2011


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

from: 8d1caf18e91541635a2d80d57ce692ca3a02bea4

7c82484 No need for this binder, call the factory directly. Standardize on using create() as the factory method.
7a9da28 We have a factory bound to 'Horde_Db_Adapter' for the default horde db.

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

commit 7c824843c3b05e6b09681e5a09dcb9400ddc614b
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Thu Jan 13 01:20:52 2011 -0500

    No need for this binder, call the factory directly. Standardize on using create() as the factory method.

 turba/add.php                                    |    2 +-
 turba/contact.php                                |    2 +-
 turba/data.php                                   |    6 ++--
 turba/delete.php                                 |    2 +-
 turba/deletefile.php                             |    2 +-
 turba/edit.php                                   |    2 +-
 turba/lib/Api.php                                |   42 +++++++++++-----------
 turba/lib/Application.php                        |   13 +------
 turba/lib/Driver/Vbook.php                       |    2 +-
 turba/lib/Form/CreateAddressBook.php             |    2 +-
 turba/lib/Form/DeleteAddressBook.php             |    2 +-
 turba/lib/Injector/Binder/Driver.php             |   31 ----------------
 turba/lib/Injector/Factory/Driver.php            |    2 +-
 turba/lib/List.php                               |    2 +-
 turba/lib/LoginTasks/SystemTask/UpgradeLists.php |    2 +-
 turba/lib/Object/Group.php                       |    4 +-
 turba/lib/Turba.php                              |    4 +-
 turba/lib/View/Browse.php                        |   10 +++---
 turba/lib/View/List.php                          |    4 +-
 turba/lib/tests/KolabTest.php                    |    8 ++--
 turba/merge.php                                  |    2 +-
 turba/minisearch.php                             |    2 +-
 turba/scripts/import_squirrelmail_file_abook.php |    2 +-
 turba/scripts/import_squirrelmail_sql_abook.php  |    2 +-
 turba/scripts/upgrades/public_to_horde_share.php |    2 +-
 turba/search.php                                 |    2 +-
 turba/vcard.php                                  |    2 +-
 turba/view.php                                   |    2 +-
 28 files changed, 60 insertions(+), 100 deletions(-)
 delete mode 100644 turba/lib/Injector/Binder/Driver.php

http://git.horde.org/horde-git/-/commit/7c824843c3b05e6b09681e5a09dcb9400ddc614b

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

commit 7a9da280e5ec388daf68f32f06e9727b8d5b930b
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Thu Jan 13 01:23:29 2011 -0500

    We have a factory bound to 'Horde_Db_Adapter' for the default horde db.
    
    Still need to inject the adapter into the driver(s)...

 turba/lib/Driver/Sql.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/7a9da280e5ec388daf68f32f06e9727b8d5b930b




More information about the commits mailing list