I updated from 1.0beta4 to 1.0, I updated the xls and csv setting with "Provide as file" enabled, I cleaned the cache...but the result is that both type of files display in the browser as text and aren't downloadable, I think correct headers miss.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 680624_views_bonus_export_support_older_versions_of_views.patch | 2.37 KB | neclimdul |
Comments
Comment #1
bealdav commentedIt's the same for me
Comment #2
neclimdulThe only way I was able to recreate this was with older versions of views prior to the addition of caching support. Can you post the version of views you where using and attach an export of the view or a simplified view that has the same problem?
Comment #3
neclimdulpossible patch to support older versions of views as well as post 2.6 versions.
Comment #4
frayber commentedMy Views version is 2.6 and drupal core 6.14. Tomorrow I'll try the patch and I'll tell you if it works.
Thank you!
Comment #5
frayber commentedYes, it works for me!
Thank you!
Comment #6
neclimdulmakes sense. looking at the changelog, post_render was actually added in 2.7. No harm in supporting older releases like this I guesses. Will commit a little later.
Comment #7
neclimdulCommitted.
Comment #8
jdwfly commentedNew release needs to be made. Many people are not upgrading views to 2.8 because it will brake their sites.
Comment #10
span commentedJust thought I'd give this one a heads up after spending an hour trying to figure out why I didn't get a CSV file. Downgrading to Beta4 did the job.