Closed (fixed)
Project:
Auto Expire
Version:
6.x-1.0-rc1
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
25 Sep 2008 at 11:18 UTC
Updated:
25 Feb 2010 at 00:30 UTC
Jump to comment: Most recent file
Please port this Module to D6
| Comment | File | Size | Author |
|---|---|---|---|
| #27 | auto_expire.patch | 13.02 KB | pobster |
| #26 | auto_expire.patch | 9.9 KB | pobster |
| #13 | auto_expire_6.x-1.0.tar_.gz | 14.83 KB | EvanDonovan |
| #13 | auto_expire_d6.patch | 14.71 KB | EvanDonovan |
Comments
Comment #1
mariuss commentedComment #2
JuLearn commentedThat would be great! AE, we miss you in 6th heaven ^^
Comment #3
phdhiren commentedAny progress for D6 port?
Comment #4
bbeyer commentedbump
Comment #5
Muskwa commentedany news?
Comment #6
nquocbao commentedSubscribe
Comment #7
matsta commentedSubscribing
Comment #8
FWE commentedSubscribing...
Comment #9
green monkey commentedSubscribing...
Comment #10
EvanDonovan commentedSubscribing.
Comment #11
jdm843 commentedThis has been a very helpful module...would be great to get clarification as to whether or not there are plans to port to 6.x.... so we can plan / move ahead accordingly. Thanks.
Comment #12
Heilong commentedI'd also like to have a try of this module on a D6 environment, I'm currently working on a project in which I need to use expiration and notification on nodes... If there is any plan to port this to D6, it'll be very helpful.
Subscribing...
Comment #13
EvanDonovan commentedHere's a version of the Auto Expire module for Drupal 6. I've attached it as both a patch and a tar.gz. My apologies for the dirtyness of the patch; I'm not the best at making them.
Comment #14
Heilong commentedThanks for this release, I'll have a look and report as soon as possible.
Comment #15
Heilong commentedI used the tar.gz you posted and it's working great on my installation D6.11.
I'd like to know how to add more warning notifications email at different periods of time.
Comment #16
Heilong commentedI also want to find a way to let the user click on a link or a button in the email that let him extend the node from the email.
I think it could be a good feature to add in the following versions.
Comment #17
marcvangendThanks for the D6 version, it seems to work great (after a couple of hours playing with it).
Please have a look at my views integration patch: #464776: Views integration in D6 version.
Comment #18
marcvangendI'm setting this to RTBC since the patch is reported to work well and no issues have come up.
Comment #19
yrre7 commentedsubscribing.
Comment #20
marcvangend6.x-1.0-rc1 is released.
Comment #22
pobster commentedThere are some coding issues with the current 6.x release, I've only looked over a dozen lines of code and there's a little mess and misunderstanding with the conversion from the 5.x branch.
BTW I've only looked over this module as I'd like to aid with http://drupal.org/node/660300 which tbh, is actually a whole lot easier than you probably imagine... However, there is no way I'm going to implement anything new until the code is shipshape!
Anyways, I'll submit a patch a bit later...
Pobster
Comment #23
marcvangendPobster, your input and patches are very welcome, but I'd prefer a new issue for the problems you encounter. Thanks in advance.
Comment #24
pobster commentedWell it's relating to the port to the D6.x branch and I imagine there probably are people who've installed it from #13 in this issue queue as opposed to the normal project page - reopening this ticket at least alerts them in their trackers that the codebase should be changed...
Pobster
Comment #25
marcvangendThat's true. Well, they have been alerted now!
Comment #26
pobster commentedMeh, well anyways - please find attached a quick patch, I haven't tested it fully yet - so it does need reviewing.
Afraid I'm off to bed right now so I'll have another look over it before I attempt anything with vbo actions.
Pobster
edit: Erk... NOTE: You'll need to rebuild the menu (i.e. flush your cache) as I used a proper menu loader for gaining a node object. Night!
Comment #27
pobster commentedOkay I think that should be everything... Although I didn't notice your HEAD branch has newer code in it (this patch is against DRUPAL-6--1-0-RC1) I'll perhaps merge that in when I take a look at the vbo action stuff tomorrow. Is there any guidance on requirements here? What actions are actually needed?
Incidentally, hope you don't mind but I added an update hook in nodeapi as the first thing I noticed after enabling the module was that you cannot get it to work with existing nodes.
Thanks,
Pobster