Closed (fixed)
Project:
Views Bonus Pack
Version:
5.x-1.2-alpha2
Component:
Views Export
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Jun 2008 at 21:37 UTC
Updated:
11 Nov 2010 at 11:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
alpritt commentedheh, I just wrote the exact same patch in response to http://drupal.org/node/175116. That'll teach me to check the issue queue properly. Marked the other issue as duplicate since this one has the patch attached.
Works as advertised.
Comment #2
zoo33 commentedGreat, but is that the same problem though? That issue talks about getting all records in the results while my problem was getting an empty result...
Comment #3
alpritt commentedThe fix for that issue caused the bug you describe above, so the issue was re-opened (http://drupal.org/node/175116#comment-866716). So yes, same problem.
Comment #4
heydere commentedThanks for the fix. I just found the same problem with my testing. I just found and tested an alternate solution - replace the entire if statement with this call:
$url_filter = drupal_query_string_encode($view->used_filters);
This is what is used in the views_rss module, and I think we'd want to use library functions that are already available rather than re-building the same functionality.
I'm going to re-set the status to active to get more feedback before it gets committed.
Comment #5
zoo33 commentedCool! That's definitely better if the result is the same.
Attaching a new patch. Seems to work.
Comment #6
adellefrank commentedCould someone commit this patch to the latest release, please? Thanks!
Comment #7
zoo33 commentedThe usual procedure is that members of the community review/test a patch before it gets committed. If you can, apply the patch to your local copy and make sure everything is working. Then return here and change the status to reviewed and tested by the community.
Comment #8
adellefrank commentedI tried this out on my site and it worked great! The only filter it hasn't worked for is my timestamp (not the system timestamp, but one set by the user in a date cck field). But I've been having multiple problems with the select style date field in cck, and I don't think this module has anything to do with those problems.
Comment #9
emdalton commentedNever mind, I had the wrong version of the module. (I had reported a patch error.) Fixed now.
The patch still doesn't seem to be fixing my problem, however. I think it has something to do with the fact that I can't get views_bonus_export module permissions to stick, so only admin can use the export. It works fine for admin, but not for anyone else. Everyone else just gets a blank page with the title of the view on it.
Comment #10
hakkisak commentedJust Added this patch, works fantastic!
Comment #11
appel commentedWorks here too, thanks!
Comment #12
oryx commentedWorked perfectly for me too, thx for the patch!
Comment #13
neclimdulcommitted modified version of this patch the deals with the empty filter case.
Comment #15
N4R4YAN commentedIs this patch working also for the views bonus pack stable version (1.1) for D6?
if not, and this is likely, is there one out there? :)
Edit: wow i didn't see the date of the last post. tho i bumped an old thread, still i can't find an answer for D6 users about this issue. Guess i am going to open a new one.