[commits] Horde branch master updated. 1065ab77abdfe7b025e24dab33a2db9cbbea90ac

Michael Rubinsky mike at theupstairsroom.com
Mon May 24 18:30:43 UTC 2010


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

from: 8d1045506d8c987d270982c7c9d7d1088d5d6d43

1065ab7 Use a factory for Vfs.

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

commit 1065ab77abdfe7b025e24dab33a2db9cbbea90ac
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Mon May 24 14:28:49 2010 -0400

    Use a factory for Vfs.
    
    Need to be able to specify different vfs scopes, can't assume we always want
    Horde's

 agora/lib/Agora.php                                  |    2 +-
 ansel/scripts/garbage_collection.php                 |    2 +-
 framework/Core/lib/Horde.php                         |    4 +-
 framework/Core/lib/Horde/Core/Binder/Vfs.php         |    5 +-
 framework/Core/lib/Horde/Core/Factory/Vfs.php        |   54 ++++++++++++++++++
 framework/Core/package.xml                           |    2 +
 framework/Scheduler/lib/Horde/Scheduler.php          |    2 +-
 horde/services/images/view.php                       |    2 +-
 hylax/lib/Storage.php                                |    2 +-
 imp/attachment.php                                   |    2 +-
 imp/lib/Compose.php                                  |   12 ++--
 imp/lib/LoginTasks/SystemTask/GarbageCollection.php  |    2 +-
 imp/lib/LoginTasks/Task/DeleteAttachmentsMonthly.php |    2 +-
 whups/lib/Driver/sql.php                             |    2 +-
 whups/lib/Ticket.php                                 |    4 +-
 whups/lib/Whups.php                                  |    2 +-
 wicked/lib/Driver.php                                |    2 +-
 17 files changed, 78 insertions(+), 25 deletions(-)
 create mode 100644 framework/Core/lib/Horde/Core/Factory/Vfs.php

http://git.horde.org/diff.php/agora/lib/Agora.php?rt=horde-git&r1=28afc29b2359fc8cb0b73bdf541b30e79a1b3f30&r2=1065ab77abdfe7b025e24dab33a2db9cbbea90ac
http://git.horde.org/diff.php/ansel/scripts/garbage_collection.php?rt=horde-git&r1=6a6307582db22eb8331e8bc7e7372d3149ecc71b&r2=1065ab77abdfe7b025e24dab33a2db9cbbea90ac
http://git.horde.org/diff.php/framework/Core/lib/Horde.php?rt=horde-git&r1=49b8e81205c2ae5d56f3e54eccd3e861f72be189&r2=1065ab77abdfe7b025e24dab33a2db9cbbea90ac
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Binder/Vfs.php?rt=horde-git&r1=5dfb1dc4140eb2996f0251c6335ccdb05028f93c&r2=1065ab77abdfe7b025e24dab33a2db9cbbea90ac
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Factory/Vfs.php?rt=horde-git&r=1065ab77abdfe7b025e24dab33a2db9cbbea90ac
http://git.horde.org/diff.php/framework/Core/package.xml?rt=horde-git&r1=804a9137cf115b82e3e8688b6c68cad4e1329991&r2=1065ab77abdfe7b025e24dab33a2db9cbbea90ac
http://git.horde.org/diff.php/framework/Scheduler/lib/Horde/Scheduler.php?rt=horde-git&r1=28afc29b2359fc8cb0b73bdf541b30e79a1b3f30&r2=1065ab77abdfe7b025e24dab33a2db9cbbea90ac
http://git.horde.org/diff.php/horde/services/images/view.php?rt=horde-git&r1=28afc29b2359fc8cb0b73bdf541b30e79a1b3f30&r2=1065ab77abdfe7b025e24dab33a2db9cbbea90ac
http://git.horde.org/diff.php/hylax/lib/Storage.php?rt=horde-git&r1=28afc29b2359fc8cb0b73bdf541b30e79a1b3f30&r2=1065ab77abdfe7b025e24dab33a2db9cbbea90ac
http://git.horde.org/diff.php/imp/attachment.php?rt=horde-git&r1=bf4719ffd4d666e00287a27dc1f42085a36ccb0e&r2=1065ab77abdfe7b025e24dab33a2db9cbbea90ac
http://git.horde.org/diff.php/imp/lib/Compose.php?rt=horde-git&r1=bf4719ffd4d666e00287a27dc1f42085a36ccb0e&r2=1065ab77abdfe7b025e24dab33a2db9cbbea90ac
http://git.horde.org/diff.php/imp/lib/LoginTasks/SystemTask/GarbageCollection.php?rt=horde-git&r1=bf4719ffd4d666e00287a27dc1f42085a36ccb0e&r2=1065ab77abdfe7b025e24dab33a2db9cbbea90ac
http://git.horde.org/diff.php/imp/lib/LoginTasks/Task/DeleteAttachmentsMonthly.php?rt=horde-git&r1=bf4719ffd4d666e00287a27dc1f42085a36ccb0e&r2=1065ab77abdfe7b025e24dab33a2db9cbbea90ac
http://git.horde.org/diff.php/whups/lib/Driver/sql.php?rt=horde-git&r1=24aa50f612552f775dc6c2054a8a61b0bbf95b88&r2=1065ab77abdfe7b025e24dab33a2db9cbbea90ac
http://git.horde.org/diff.php/whups/lib/Ticket.php?rt=horde-git&r1=84a96bec34b90beb720b6a4eb90423a187add87a&r2=1065ab77abdfe7b025e24dab33a2db9cbbea90ac
http://git.horde.org/diff.php/whups/lib/Whups.php?rt=horde-git&r1=84a96bec34b90beb720b6a4eb90423a187add87a&r2=1065ab77abdfe7b025e24dab33a2db9cbbea90ac
http://git.horde.org/diff.php/wicked/lib/Driver.php?rt=horde-git&r1=28afc29b2359fc8cb0b73bdf541b30e79a1b3f30&r2=1065ab77abdfe7b025e24dab33a2db9cbbea90ac




More information about the commits mailing list