Closed (fixed)
Project:
Comment Notify
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
16 Feb 2007 at 14:35 UTC
Updated:
19 Aug 2007 at 21:49 UTC
Jump to comment: Most recent file
Comments
Comment #1
inozz commented+1
Comment #2
almarma commented+2
Thanks
Comment #3
Christoph C. Cemper commentedworking on it ... a friend already helped with it...
still first got a couple of 4.7.x bugs/issues to solve that will then be merged into a 5.x version
Comment #4
filiptc commentedHey Chris, what's the status? I have no more nails to bite... :)
Comment #5
fhelmschrott commentedyeah a 5.0 Version would be great indeed ;)
Comment #6
patchak commentedAny news on this module for 5.0 ??
This is a pretty useful btw, i'd love to use it on my new blog!
Thanks,
Patchak
Comment #7
funana commentedsubscribing.
You know that I love this module and think that it's a must... Now that I want to switch to drupal 5.1 with a lot of sites, what's the status Christoph?
Comment #8
Christoph C. Cemper commentedwe are already working on the update for 5.1 - ETA is Jun 15
Comment #9
funana commentedgreat news, Christoph! Thank you very much for your work!
Comment #10
JBI commented+1
Comment #11
gregglessubscribing.
Also, if you can post any existing patches here I could help review and work on them. thanks!
Comment #12
patchak commentedI pyed Christoph 50$ to get the patch done for 5.1. It was supposed to be ready for june 15th, still no news tho... Maybe Christoph could post an update here??
Comment #13
Christoph C. Cemper commentedHi there and sorry for the delay once again
can you read minds ? just 2 hours ago I started testing the alpha version here :-)
I will post a 5.x kit by the weekend for interested beta-testers to help out
best,christoph
PS: will any of you guys come to Barcelona?
Comment #14
gregglesgreat news (and yes, I'm going to be in spain for a month including Drupalcon).
Comment #15
funana commentedAs I said before, I will test it. Just send me a mail, you got my address ;-)
Comment #16
Christoph C. Cemper commentedHey guys, I'm still testing this and the drupal_mail function is giving me headaches... for some reason the way mails are sent out in 5.x is WAY different than it used to be
I get werid headers and crazy html tags withing the notification emails where I didn't have any in the past version
any good doc you can point me to for migration ?
Comment #17
gregglesCristoph - please post a patch and a specific description of your issue here. Debugging telepathically doesn't work very well.
Comment #18
Christoph C. Cemper commentedalready found that, the mail function gets the mail headers another way :-)
Comment #19
Christoph C. Cemper commentedbeta version will be out for test tomorrow
Comment #20
Christoph C. Cemper commentedHello folks,
Sorry for all those delays, as I promised the port a couple of times already.
Here is the beta version of comment_notify for your testing.
I already run in productive on http://weblog.cemper.com
best
christoph
Comment #21
Christoph C. Cemper commentedI am not allowed to upload the zip to drupal.org anymore, just tar's - and in fact i'm too lame to create a tar file WITHOUT all those CVS control files (control files of my local cvs excluded) ... dunno why drupal org disallows zip - I think it SUCKS big time!
So I posted the zip here
http://weblog.cemper.com/a/200707/04-comment-notify-for-drupal-5x-beta-o...
I'll setup the CVS version in Drupal.org after the beta test went fine
christoph
Comment #22
gregglescristoph - please make a patch file. That is the proper way to attach files to an issue. zip files are blocked because they are less useful than a patch file.
See http://drupal.org/patch and http://drupal.org/handbook/cvs for more details about how these can be created.
In short:
cvs diff -up > patchfile.patchComment #23
Christoph C. Cemper commentedGreggles, sorry I won't create 4 patch files just to allow somebody test my beta.
(this is a new VERSION, not a quick hack!)
If you got a problem downloading a zip to help beta-testing,
please please just wait until I put everthing in CVS and created the 5.x version.
Comment #24
Christoph C. Cemper commentedand the reason is plain simple - not only to I have extra work with creating diffs, then the next day I get support requests from people wanting to help testing, but unable to apply patches...
not everybody capable of finding bugs is a unix crack.
Comment #25
greggleshere are the changes from the zip as one patch file.
cristoph - can you clarify the comment.module file that is in your zip file?
It looks like you added a
- comment_invoke_comment($edit, 'publish');when the comment status is not COMMENT_NOT_PUBLISHED.I apologize for not understanding this already - can you clarify why that's necessary as opposed to just using the 'insert' op?
Is this something that should get fixed in core?
Comment #26
funana commentedThank you very much Christoph!
Posted a reply on your site, found a missing ',' in line 349 of patched comment.module, fixed it and it works well!
Comment #27
Christoph C. Cemper commented@greggles:
inserting comments ( as they are are when a spam bot hits your site ) is a BAD time to send out mails... only when moderation automatic/human has published the comment we may send notifications, else this will get a mail blacklist war
yes, I spoke to killes & co last year about this small change required and posted it as request here
http://drupal.org/node/156475 again...
A LOT of users asked for this already,
and as you can see the patch you created patched comment.module wrong /once again/
(see funana's comment)
however, your help for creating the patch and general support/advice is much appreciated - please help me push this mandatory but small change into core ASAP
thanks
christoph
Comment #28
Christoph C. Cemper commentedI forgot to add, that you need to run the update.php to migrate the mail text ...
I'm confused why the comment.module didnt work for you,
as I took the exact same version as it's running on this site.
I thought you took the .patch created by greggles on drupal.org
Thanks again for testing,
and please chime in HERE
http://drupal.org/node/156475
with a +1 so we soon can get rid of patching comment.module
Comment #29
Christoph C. Cemper commentedafter a month of beta tests the 5.x version has been added to CVS and the release script should give a downloadable tar in a couple hours
best
christoph
Comment #30
Christoph C. Cemper commented