Closed (fixed)
Project:
iTunes
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Apr 2009 at 07:22 UTC
Updated:
16 Jun 2009 at 22:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
drewish commentedcommitted to HEAD.
Comment #3
guillaumeduveauHi Drewish,
With itunes 6.x-1.2 I can't make it output the filefield files as enclosures.
Steps :
- install itunes
- create a new content type
- add a filefield field to this content type
- go to /admin/settings/itunes and enable the itunes field for this content type, choose the filefield field
- add a node of this content type and upload a file as filefield
- activate the itunes view and go to /itunes/feed, there's no enclosure
(With file_upload the files are correclty in enclosures though.)
Comment #4
drewish commentedYou're absolutely right. I'd changed the variable name at some point and not updated all the instances. It work on my machine because I'd had the old variable set.
Comment #5
drewish commentedjust created a new release with this bug fix. it should be available here in a couple of minutes: http://drupal.org/node/479984
Comment #6
guillaumeduveauGreat, thanks ! I'll test tomorrow.