File handling in Drupal got major improvements. This may necessitate some changes to the way Ubercart handles files, but try to do only what is necessary.

See http://drupal.org/node/394070 for details.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Island Usurper’s picture

Status: Active » Fixed
FileSize
5.88 KB
12.01 KB

Now that catalog images are using the Field API, there are fewer changes to be made here. But there have been significant changes. Specifically, the label images for shipped packages are now going to be managed files. This means that uc_shipping_package_load() will put a file object in $package->label_image instead of the filepath. Right now they are hard-coded to be put into the public file system, but I expect that to be changed soon. Hopefully someone will remind me if I get distracted.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.