Active
Project:
Views Saved Searches
Version:
7.x-1.0-beta1
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
12 Oct 2010 at 07:58 UTC
Updated:
22 Oct 2012 at 03:45 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
attiks commentedIncluded a patch to convert the module to D7, notifications module is not ported!
Comment #2
attiks commentedNew patch, removed dpm calls and updated schema
Comment #3
attiks commentedNew version attached:
- includes fix for #973178: Support views in code
- has a new permission to view all saved searches
- database schema is altered, added new column `view_name` VARCHAR(32)
Comment #4
skeeve commenteddoes anybody have working patched d7 version? give me pls, can`t apply patches (
Comment #5
jelle_sSandbox project containing the drupal 7 code for Views Saved Searches was created here.
Comment #6
skeeve commentedthx!
Comment #7
geek-merlincool!
Comment #8
dgastudio commentedsubscribe
Comment #9
Anonymous (not verified) commentedThrere's one thing that's missing in this patch: you need to remove the 'module' and 'theme' arguments from drupal_add_js in lines 667 and 668 or else these won't be included in admin interfaces, breaking collapsed fieldsets.
Comment #10
geek-merlin;-)
Comment #11
jelle_s@kevee: Thanks! updated in the sandbox ;-)
Comment #12
PedroMiguel commentedwill notifications_views_savedsearches also be ported?
Comment #13
robeano commentedI was getting a Fatal error (about using $view->get_path()) when I tried to save the view. The view was saved, but the URLs for each saved search were invalid. The savedsearches urls were missing the view path but did have the correct query string.
The attached patch fixes these errors and should apply cleanly to the sandbox project (which is what I've been working with: http://drupal.org/sandbox/jelles/1079940
Comment #14
jelle_sPatch applied to the sandbox project
Comment #15
designcontext commentedThis module seems to be exactly the one I'm looking for. Are there any plans for a port to d7, even a dev-version?
Thanks!
Comment #16
attiks commentedFor the moment use the sandbox at http://drupal.org/sandbox/jelles/1079940
Comment #17
designcontext commentedHm, never worked with git and co. So I must wait... thanks for your quick reply!
Comment #18
attiks commentedKeep an eye on #1677172: Offering to co-maintain Views Saved Searches, will be fixed one of these days.
Comment #19
designcontext commentedThanks for making this an official dev-version!
Unfortunately the D7-version does not work for me. I can save the search. The search is listed in a fieldset. But: The link of the saved search doesn't work, the original view is linked without any queries. And deleting the search doesn't work.
Comment #20
attiks commentedComment #21
jelle_sThe delete functionality was broken indeed, but all the rest seems to work fine.
Delete fixed in latest dev.
Could you provide me steps to reproduce?
Comment #22
designcontext commentedI tested the new dev-version, but deleting stil doesn't work for me.
After saving the search I have this link:
The path "musiker" is the path of the view.
What infos do you need?
Comment #23
sam152 commentedIt looks like there is a D7 version as an official release on this module. I know for a fact the notifications integration has not been ported yet, but how does the status of this version compare to the sandbox module?