Closed (fixed)
Project:
Views Bonus Pack
Version:
6.x-1.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
3 Apr 2009 at 05:10 UTC
Updated:
5 Aug 2009 at 23:20 UTC
Jump to comment: Most recent file
Under PHP 5.2.0-8 (Debian etch), when a view contains a Date field, none of the columns after the date field will be exported. (This problem does not occur with PHP 5.2.5)
We used this patch to workaround.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | views_bonus_export.module.txt | 2.65 KB | drupalok |
| views_bonus_export.module.patch | 746 bytes | matt2000 |
Comments
Comment #1
neclimdulWell, I generally follow the Drupal policy of not supporting fixed php bugs so I'm not looking to commit this right now.
However, just from a once over and observation by merlinofchaos, wouldn't the patch be better as simply:
Comment #2
francesca79 commentedHi !
I tried this patch 'cause I had the problem you mentioned.
It worked!! ...now I can export all fields of the colomuns.
However it exports only the last row..
Comment #3
gbardet commentedWorks with "views_bonus_export.module.patch" under PHP 5.2.0-8 (Debian etch)
Thanks!
Comment #4
drupalok commentedhere is patched beta2 version
remove .txt
Comment #5
francesca79 commentedIt works for me!!!
great!
thank you! :-)
Comment #6
neclimdul@drupalok Please don't upload entire modules. If you are going to patch something provide the patch only.
Comment #7
neclimdulMarking this as won't fix for now.
Comment #8
drupalok commented@neclimdul
I don't agree.
there are many people out there who are not into patching stuff at all. (actually i am more or less one of them). they are happy to get a patched module, cause it safes them a lot of time and they dont have to understand command line stuff. sure they have to check wheater it works for them...
for clearance: it was not me who provided the patch. i just applied it to the beta version, so people can use it.
Comment #9
neclimdulNo, this has nothing to do with convenience but is a matter of courtesy. A patch is much smaller and accurately displays the changes being made. A module wastes space on the drupal infrastructure and does not impart the changes made to the module.
The format we use for patches is not that hard that and those not familiar or comfortable with command line tools can generally read it and figure out what was changed especially with one as small as this.
This is also the standard for the drupal issue queue largely for the reasons I've listed here and some others and that should be enough.
Comment #10
GrimSage commentedcomment #1 worked for me thanks.
Comment #11
francesca79 commentedStill can't get this working with D6 - php 5.1 ...could anyone help me??
Comment #12
neclimdulmegh, committed something that probably fixes this.