The branch "master" has been updated. The following is a summary of the commits.
from: f6ea38e039600db32596aebd390c4af12e31d748 ef6d169... stub out more of the Horde_Vfs structure, including ideas for file Uris, the db adapter organization, and a download controller ----------------------------------------------------------------------- commit ef6d169d1c18bfb85c93e571588e885e3016a340 Author: Chuck Hagenbuch <[email protected]> Date: Thu Mar 26 16:41:07 2009 -0400 stub out more of the Horde_Vfs structure, including ideas for file Uris, the db adapter organization, and a download controller framework/Vfs/app/controllers/DownloadController.php | 6 +++ framework/Vfs/lib/Horde/Vfs/Adapter/Db/Base.php | 18 +++++++++ framework/Vfs/lib/Horde/Vfs/Adapter/Db/Chunked.php | 17 +++++++++ framework/Vfs/lib/Horde/Vfs/Adapter/Db/File.php | 17 +++++++++ framework/Vfs/lib/Horde/Vfs/Adapter/Db/S3.php | 16 ++++++++ framework/Vfs/lib/Horde/Vfs/Base.php | 13 +++++++ framework/Vfs/lib/Horde/Vfs/Directory.php | 21 +++++++++++ framework/Vfs/lib/Horde/Vfs/DirectoryIterator.php | 13 +++++++ framework/Vfs/lib/Horde/Vfs/File.php | 34 ++++++++++++++++++ 9 files changed, 155 insertions(+), 0 deletions(-) create mode 100644 framework/Vfs/app/controllers/DownloadController.php http://git.horde.org/co.php/framework/Vfs/app/controllers/DownloadController.php?rt=horde-hatchery&r=ef6d169d1c18bfb85c93e571588e885e3016a340 http://git.horde.org/diff.php/framework/Vfs/lib/Horde/Vfs/Adapter/Db/Base.php?rt=horde-hatchery&r1=3947d18d394ab6550863547a3ebb073ee17052b3&r2=ef6d169d1c18bfb85c93e571588e885e3016a340 http://git.horde.org/diff.php/framework/Vfs/lib/Horde/Vfs/Adapter/Db/Chunked.php?rt=horde-hatchery&r1=3947d18d394ab6550863547a3ebb073ee17052b3&r2=ef6d169d1c18bfb85c93e571588e885e3016a340 http://git.horde.org/diff.php/framework/Vfs/lib/Horde/Vfs/Adapter/Db/File.php?rt=horde-hatchery&r1=3947d18d394ab6550863547a3ebb073ee17052b3&r2=ef6d169d1c18bfb85c93e571588e885e3016a340 http://git.horde.org/diff.php/framework/Vfs/lib/Horde/Vfs/Adapter/Db/S3.php?rt=horde-hatchery&r1=3947d18d394ab6550863547a3ebb073ee17052b3&r2=ef6d169d1c18bfb85c93e571588e885e3016a340 http://git.horde.org/diff.php/framework/Vfs/lib/Horde/Vfs/Base.php?rt=horde-hatchery&r1=3947d18d394ab6550863547a3ebb073ee17052b3&r2=ef6d169d1c18bfb85c93e571588e885e3016a340 http://git.horde.org/diff.php/framework/Vfs/lib/Horde/Vfs/Directory.php?rt=horde-hatchery&r1=3947d18d394ab6550863547a3ebb073ee17052b3&r2=ef6d169d1c18bfb85c93e571588e885e3016a340 http://git.horde.org/diff.php/framework/Vfs/lib/Horde/Vfs/DirectoryIterator.php?rt=horde-hatchery&r1=3947d18d394ab6550863547a3ebb073ee17052b3&r2=ef6d169d1c18bfb85c93e571588e885e3016a340 http://git.horde.org/diff.php/framework/Vfs/lib/Horde/Vfs/File.php?rt=horde-hatchery&r1=3947d18d394ab6550863547a3ebb073ee17052b3&r2=ef6d169d1c18bfb85c93e571588e885e3016a340 __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
