Posted by Roger Saner on July 5, 2009 at 2:37pm
Jump to:
| Project: | e-Commerce File Downloads |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | task |
| Priority: | normal |
| Assigned: | Roger Saner |
| Status: | active |
Issue Summary
The file module for e-Commerce 3.x is now ec_file for 4.x - and I'm the new maintainer. One of the things holding me back from a beta release of this module is the lack of an upgrade path from 3.x to 4.x.
I need some feedback on whether these tasks, performed in the following order, will do the job:
- private_upload should be installed and configured before any upgrade is possible, since it handles file download access permissions in 4.x.
- Create a File download product feature for all CCK types which use file downloads.
- Move all files from old folder structure to private_upload folder.
- Register those files in the core file table.
- For each file, add an entry to the (new) ec_file table.
- Drop the old ec_product_file table.
Have I left out anything? I can't remember how file downloads were handled in 3.x - they did work using CCK types, right?
Comments
#1
made changes in http://drupalcode.org/project/ecommerce.git/commit/7cd827f which changes the name of the file module to ec_file.