[commits] Horde branch master updated. 42799dea96672d06086f8d3949ef101ee3f2572e

Michael M Slusarz slusarz at horde.org
Fri Feb 11 19:01:51 UTC 2011


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

from: 5d01e3c6b869eb4eda2dcd35c5926cee061337c8

f395750 Another Horde_Block conversion
0542b07 Horde_Block_Collection -> Horde_Core_Block_Collection
10518ea Revert "Revert "Actually use $app_webroot/fileroot for the Horde stanza.""
42799de Only call loginparams method in base driver if it exists

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

commit f39575008479d4fd318a77829f4f85d718bf1e81
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Feb 11 11:12:04 2011 -0700

    Another Horde_Block conversion

 framework/Service_Scribd/lib/Horde/Block/Scribd.php |   71 +++++++++----------
 1 files changed, 34 insertions(+), 37 deletions(-)

http://git.horde.org/horde-git/-/commit/f39575008479d4fd318a77829f4f85d718bf1e81

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

commit 0542b0705db9bcecad504ff2a90168f9eab9eeb3
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Feb 11 11:47:28 2011 -0700

    Horde_Block_Collection -> Horde_Core_Block_Collection
    
    Add injector.

 ansel/browse_edit.php                                     |    2 +-
 framework/Block/lib/Horde/Block/Collection.php            |  442 -------------
 framework/Block/lib/Horde/Block/Layout/Manager.php        |   10 +-
 framework/Block/lib/Horde/Block/Layout/View.php           |    4 +-
 framework/Block/lib/Horde/Block/Ui.php                    |   29 +-
 framework/Block/package.xml                               |    8 +-
 framework/Core/lib/Horde/Config.php                       |    3 +-
 framework/Core/lib/Horde/Core/Block/Collection.php        |  416 ++++++++++++
 framework/Core/lib/Horde/Core/Factory/BlockCollection.php |   59 ++
 framework/Core/package.xml                                |   12 +-
 framework/View/lib/Horde/View/Helper/Block.php            |    2 +-
 horde/lib/Api.php                                         |    8 +-
 horde/services/portal/edit.php                            |    4 +-
 horde/services/portal/index.php                           |    7 +-
 imp/config/portal.php                                     |    2 +-
 imp/lib/Ajax/Application.php                              |    2 +-
 jonah/lib/Block/NewsPopular.php                           |    1 -
 whups/mybugs_edit.php                                     |    2 +-
 18 files changed, 519 insertions(+), 494 deletions(-)
 delete mode 100644 framework/Block/lib/Horde/Block/Collection.php
 create mode 100644 framework/Core/lib/Horde/Core/Block/Collection.php
 create mode 100644 framework/Core/lib/Horde/Core/Factory/BlockCollection.php

http://git.horde.org/horde-git/-/commit/0542b0705db9bcecad504ff2a90168f9eab9eeb3

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

commit 10518ea9ce955287a619ac933f785a0d41677e19
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Feb 11 11:53:06 2011 -0700

    Revert "Revert "Actually use $app_webroot/fileroot for the Horde stanza.""
    
    This reverts commit 96c8725bfe9d6746252dd74adabf0ad9753b469d.
    
    Double revert.  My mistake - $app_fileroot points to the base of the
    installed Horde root (i.e. after install_dev has been called).

 framework/Core/lib/Horde/Registry.php |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/10518ea9ce955287a619ac933f785a0d41677e19

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

commit 42799dea96672d06086f8d3949ef101ee3f2572e
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Feb 11 12:01:37 2011 -0700

    Only call loginparams method in base driver if it exists

 framework/Core/lib/Horde/Core/Auth/Application.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/42799dea96672d06086f8d3949ef101ee3f2572e




More information about the commits mailing list