User: jamier Branch: HEAD Date: Thu, 26 Oct 2006 07:31:14 +0000 Removed files: /modules/fileshare fileshare.mysql fileshare.pgsql Modified files: /modules/fileshare fileshare.install fileshare.module Log message: /** * Major update: * * Added the following functionality: * * 1) Download method control per node - Private or Public * 2) Node file path management per node - You may now spec a file path from the * root of your webserver outside of the drupal directory, however upload and * delete functionality will not work and should be disabled. Also you must set * the download method to private. This could be used for extra secuity in a * downloads only area that is managed by other means. * 3) File extension whitelist per node - no more dependancy on upload.module * * This update also adds the following new columns: * _basepath * _method * _whitelist * * You must run the update script to update your database. After that old fileshares * should need no new updating and should continue to work as is. * * I also revised the download functions slightly to work without dependancy on the * system file path and to use the nid instead. */ Links: http://cvs.drupal.org/diff.php?path=contributions/modules/fileshare/fileshar... http://cvs.drupal.org/diff.php?path=contributions/modules/fileshare/fileshar...