S3 storage support
authorTony Cook <tony@develop-help.com>
Tue, 12 Feb 2008 04:12:46 +0000 (04:12 +0000)
committertony <tony@45cb6cf1-00bc-42d2-bb5a-07f51df49f94>
Tue, 12 Feb 2008 04:12:46 +0000 (04:12 +0000)
commite63c37289f3e68b7546f85a3292ec4b36eafd309
tree856857e111b1416d4528aedb46de4cbe71d6c7f2
parenta55eda59af676058e39c44b08745227a1ae1c485
S3 storage support

If you use this version you need to run:
  # update the database structure
  perl upgrade_mysql.pl

  # update the image src values
  perl bse_storage.pl fixsrc
37 files changed:
MANIFEST
schema/bse.sql
site/cgi-bin/admin/add.pl
site/cgi-bin/admin/shopadmin.pl
site/cgi-bin/modules/ArticleFile.pm
site/cgi-bin/modules/ArticleFiles.pm
site/cgi-bin/modules/BSE/DB/Mysql.pm
site/cgi-bin/modules/BSE/Edit/Article.pm
site/cgi-bin/modules/BSE/Edit/Base.pm
site/cgi-bin/modules/BSE/Formatter.pm
site/cgi-bin/modules/BSE/Request/Base.pm
site/cgi-bin/modules/BSE/Storage/AmazonS3.pm [new file with mode: 0644]
site/cgi-bin/modules/BSE/Storage/Base.pm [new file with mode: 0644]
site/cgi-bin/modules/BSE/Storage/FTP.pm [new file with mode: 0644]
site/cgi-bin/modules/BSE/Storage/LocalBase.pm [new file with mode: 0644]
site/cgi-bin/modules/BSE/Storage/LocalFiles.pm [new file with mode: 0644]
site/cgi-bin/modules/BSE/Storage/LocalImages.pm [new file with mode: 0644]
site/cgi-bin/modules/BSE/StorageMgr/Base.pm [new file with mode: 0644]
site/cgi-bin/modules/BSE/StorageMgr/Files.pm [new file with mode: 0644]
site/cgi-bin/modules/BSE/StorageMgr/Images.pm [new file with mode: 0644]
site/cgi-bin/modules/BSE/UserReg.pm
site/cgi-bin/modules/BSE/Util/ContentType.pm [new file with mode: 0644]
site/cgi-bin/modules/DevHelp/Tags.pm
site/cgi-bin/modules/Generate.pm
site/cgi-bin/modules/Generate/Article.pm
site/cgi-bin/modules/Image.pm
site/cgi-bin/modules/Images.pm
site/docs/makedocs
site/docs/storages.pod [new file with mode: 0644]
site/templates/admin/article_img.tmpl
site/templates/admin/catalog.tmpl
site/templates/admin/file_edit.tmpl
site/templates/admin/filelist.tmpl
site/templates/admin/image_edit.tmpl
site/util/bse_s3.pl [new file with mode: 0644]
site/util/bse_storage.pl [new file with mode: 0644]
site/util/mysql.str