[cvs] commit: horde/lib VFS.php horde/lib/GraphSprocket html.php svg.php horde/lib/Prefs sql.php horde/lib/VFS file.php sql.p hp

Chuck Hagenbuch chuck@horde.org
Thu, 6 Jun 2002 20:20:21 -0700 (PDT)


chuck       2002/06/06 20:20:21 PDT

  Modified files:
    lib/GraphSprocket    html.php svg.php 
    lib/Prefs            sql.php 
  Added files:
    lib                  VFS.php 
    lib/VFS              file.php sql.php 
  Log:
  Initial Horde VFS implementation, allowing storage of files on the filesystem
  or in a SQL database.
  
  - currently, MySQL works; MS-SQL does not. Databases with more complicated
  LOB support won't work right now. Any help on this would be wonderful.
  
  - coming very soon, an option to use this for temp storage of uploaded attachments
  for IMP, so that clusters without session affinity work with attachments.
  
  - hopefully also soon, the ability to use this as a way to attach files to Whups
  tickets.
  
  Revision  Changes    Path
  1.2       +8 -0      horde/lib/GraphSprocket/html.php
  1.2       +8 -0      horde/lib/GraphSprocket/svg.php
  1.39      +4 -3      horde/lib/Prefs/sql.php
  1.1       +103 -0    horde/lib/VFS.php (new)
  1.1       +89 -0     horde/lib/VFS/file.php (new)
  1.1       +163 -0    horde/lib/VFS/sql.php (new)

  Chora Links:
  http://cvs.horde.org/diff.php/horde/lib/GraphSprocket/html.php?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/diff.php/horde/lib/GraphSprocket/svg.php?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Prefs/sql.php?r1=1.38&r2=1.39&ty=u
  http://cvs.horde.org/co.php/horde/lib/VFS.php?r=1.1
  http://cvs.horde.org/co.php/horde/lib/VFS/file.php?r=1.1
  http://cvs.horde.org/co.php/horde/lib/VFS/sql.php?r=1.1