Closed (fixed)
Project:
Views exclude previous
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
12 Jan 2012 at 23:58 UTC
Updated:
19 Jul 2012 at 22:01 UTC
Jump to comment: Most recent file
Comments
Comment #1
cpelham commentedI need this also.
Comment #2
cimo75 commented+1
Comment #3
karljohann commented+1
Comment #4
Stan.Ezersky commented+1
Comment #5
mrpeanut commentedI, too, would like a Drupal 7 module (wish I could help with it). I wasn't able to find a way to do it without this module.
Comment #6
kars-t commentedHi
I uploaded a D7 version. Please review and test it!
If the module maintainer is still around I'd like git access to support the D7 version. If not I'd like to take over the work for module.
Comment #7
dawehnerIf you already rename the file you should better use the official nameing so what about views_exclude_previous_handler_filter or something more
hook_views_handlers is not needed anymore in d7, the info file is enough.
Better use drupal_static in d7.
Comment #8
kars-t commentedNew version with dereines suggestion.
Comment #9
overtune commentedReally good initiative!
I have tried to apply the patch, and after some trial and error I got the filter to work.
I'm not shure if I applyed the patch wrong in some way? Is the patch for the 6.x-1.x-dev version?
Anyway, after the patch was applyed I had to manually create the subfolder "views" and move the files "views_exclude_previous_handler_filter.inc" and "views_exclude_previous.views.inc" in there.
But now it seems to be working. I intend to use this module in a quit large project, and will be glad to contribute some testing and bug-reporting.
Comment #10
kars-t commentedThe patch is against the master branch which should be equal to the dev version. Don't know why it didn't create the fodlers.
Maybe take a look at this page and "Applying a patch"
http://drupal.org/node/305951/git-instructions
Comment #11
Stan.Ezersky commentedKars-T, can you make attachment module files for Drupal 7?
Comment #12
kars-t commentedHi
I finally got GIT access. There should be a D7 dev release in some minutes. Please test it so we can make it stable and improve the module further.
Please post new issues for the drupal 7 version.