[commits] Horde branch master updated. 062155700ae928aa4ce65a7b01aaf1930b0cfaed

Michael Rubinsky mrubinsk at horde.org
Thu Oct 7 15:11:41 UTC 2010


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

from: e292a4e09cbf0e6dffdd3a6151dd7f3a853e6cb9

74d8c79 Ask for Horde_Core_Factory_Crypt directly, change factory method to create()
72e7670 parse error
0621557 Request Horde_Core_Factory_Data directly, remove binder.

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

commit 74d8c79df6fea4ecd5c8926d577ce424afca3d45
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Thu Oct 7 11:01:39 2010 -0400

    Ask for Horde_Core_Factory_Crypt directly, change factory method to create()
    
    I can't remember from our discussions if we are still using factory methods
    in the individual libraries (assuming no horde-specific config in them). For
    now, retain the use of Horde_Crypt::factory().

 framework/Core/lib/Horde/Core/Binder/Crypt.php        |   17 -----------------
 framework/Core/lib/Horde/Core/Factory/Crypt.php       |    2 +-
 framework/Core/lib/Horde/Core/Ui/VarRenderer/Html.php |    4 ++--
 framework/Core/lib/Horde/Registry.php                 |    1 -
 framework/Core/package.xml                            |    2 --
 imp/lib/Injector/Binder/Pgp.php                       |    2 +-
 imp/lib/Injector/Binder/Smime.php                     |    2 +-
 mnemo/lib/Driver.php                                  |    2 +-
 8 files changed, 6 insertions(+), 26 deletions(-)
 delete mode 100644 framework/Core/lib/Horde/Core/Binder/Crypt.php

http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Binder/Crypt.php?rt=horde-git&r1=c16292ee564fc1962d8e103be10759864c4cfbba&r2=74d8c79df6fea4ecd5c8926d577ce424afca3d45
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Factory/Crypt.php?rt=horde-git&r1=e60da622060274282dd92c2d41c4c0dce4724dd6&r2=74d8c79df6fea4ecd5c8926d577ce424afca3d45
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Ui/VarRenderer/Html.php?rt=horde-git&r1=b924f983cfbc1accf3edebd15c8b2e7e4fd3fae5&r2=74d8c79df6fea4ecd5c8926d577ce424afca3d45
http://git.horde.org/diff.php/framework/Core/lib/Horde/Registry.php?rt=horde-git&r1=e292a4e09cbf0e6dffdd3a6151dd7f3a853e6cb9&r2=74d8c79df6fea4ecd5c8926d577ce424afca3d45
http://git.horde.org/diff.php/framework/Core/package.xml?rt=horde-git&r1=e292a4e09cbf0e6dffdd3a6151dd7f3a853e6cb9&r2=74d8c79df6fea4ecd5c8926d577ce424afca3d45
http://git.horde.org/diff.php/imp/lib/Injector/Binder/Pgp.php?rt=horde-git&r1=c16292ee564fc1962d8e103be10759864c4cfbba&r2=74d8c79df6fea4ecd5c8926d577ce424afca3d45
http://git.horde.org/diff.php/imp/lib/Injector/Binder/Smime.php?rt=horde-git&r1=c16292ee564fc1962d8e103be10759864c4cfbba&r2=74d8c79df6fea4ecd5c8926d577ce424afca3d45
http://git.horde.org/diff.php/mnemo/lib/Driver.php?rt=horde-git&r1=79bf8f469ae19a69c1de18c50528aeb89eeef24a&r2=74d8c79df6fea4ecd5c8926d577ce424afca3d45

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

commit 72e76703b84ba941272fe05a457c065b575d4167
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Thu Oct 7 11:10:13 2010 -0400

    parse error

 kronolith/data.php |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/kronolith/data.php?rt=horde-git&r1=e60da622060274282dd92c2d41c4c0dce4724dd6&r2=72e76703b84ba941272fe05a457c065b575d4167

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

commit 062155700ae928aa4ce65a7b01aaf1930b0cfaed
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Thu Oct 7 11:11:10 2010 -0400

    Request Horde_Core_Factory_Data directly, remove binder.

 framework/Core/lib/Horde/Core/Binder/Data.php  |   17 -----------------
 framework/Core/lib/Horde/Core/Factory/Data.php |    2 +-
 framework/Core/lib/Horde/Registry.php          |    1 -
 framework/Core/package.xml                     |    2 --
 mnemo/data.php                                 |    4 ++--
 nag/data.php                                   |    4 ++--
 operator/lib/Form/SearchCDR.php                |    4 ++--
 turba/data.php                                 |   10 +++++-----
 turba/vcard.php                                |    2 +-
 9 files changed, 13 insertions(+), 33 deletions(-)
 delete mode 100644 framework/Core/lib/Horde/Core/Binder/Data.php

http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Binder/Data.php?rt=horde-git&r1=76771a86d2919834c03e512bcb8e36595771080e&r2=062155700ae928aa4ce65a7b01aaf1930b0cfaed
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Factory/Data.php?rt=horde-git&r1=ee55e0993d8c6777bd26c789830e3bde251114cf&r2=062155700ae928aa4ce65a7b01aaf1930b0cfaed
http://git.horde.org/diff.php/framework/Core/lib/Horde/Registry.php?rt=horde-git&r1=74d8c79df6fea4ecd5c8926d577ce424afca3d45&r2=062155700ae928aa4ce65a7b01aaf1930b0cfaed
http://git.horde.org/diff.php/framework/Core/package.xml?rt=horde-git&r1=74d8c79df6fea4ecd5c8926d577ce424afca3d45&r2=062155700ae928aa4ce65a7b01aaf1930b0cfaed
http://git.horde.org/diff.php/mnemo/data.php?rt=horde-git&r1=e60da622060274282dd92c2d41c4c0dce4724dd6&r2=062155700ae928aa4ce65a7b01aaf1930b0cfaed
http://git.horde.org/diff.php/nag/data.php?rt=horde-git&r1=e60da622060274282dd92c2d41c4c0dce4724dd6&r2=062155700ae928aa4ce65a7b01aaf1930b0cfaed
http://git.horde.org/diff.php/operator/lib/Form/SearchCDR.php?rt=horde-git&r1=9eec0f0da1c14e242b6f822e983fe22678073f10&r2=062155700ae928aa4ce65a7b01aaf1930b0cfaed
http://git.horde.org/diff.php/turba/data.php?rt=horde-git&r1=e60da622060274282dd92c2d41c4c0dce4724dd6&r2=062155700ae928aa4ce65a7b01aaf1930b0cfaed
http://git.horde.org/diff.php/turba/vcard.php?rt=horde-git&r1=e60da622060274282dd92c2d41c4c0dce4724dd6&r2=062155700ae928aa4ce65a7b01aaf1930b0cfaed




More information about the commits mailing list