Closed (fixed)
Project:
Akismet
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
10 Aug 2007 at 03:17 UTC
Updated:
7 Apr 2008 at 23:42 UTC
Jump to comment: Most recent file
Any chance of getting this ported to Drupal 6.x?
| Comment | File | Size | Author |
|---|---|---|---|
| #10 | akismet.d6-port.patch | 118.95 KB | Freso |
| #8 | akismet.d6-port.patch | 116.2 KB | Freso |
| #5 | akismet.d6-port.patch | 118.04 KB | Freso |
| #3 | akismet.d6-port.patch | 118.04 KB | Freso |
Comments
Comment #1
wayland76 commentedDitto
Comment #2
Freso commentedI'm working on a port right now, but I won't promise that it'll actually be workable at all. I'll post my results if/when I get stuck - at completion or earlier.
Comment #3
Freso commentedThis is what I've done today. If someone else would pick it up and give it some love, that would be awesome. It spits out a bunch of notices and stuff when enabling the module and I haven't tested whether anything works. (Huge thanks to chx for helping with the port of the menu system, though I probably ought to give that a second look over. But not now.)
Comment #4
dmartin commentedI want to thank you for working on this. I want to upgrade to 6, but this plugin is critical for me. I get hundreds of spam comments a week, and Akismet is the only way I can handle it right now.
Comment #5
Freso commentedI found the reason for the misbehaviour of my patch: A
'field'should be'fields'. Now I just need people to actually test this and tell me whether everything works as expected. :)Comment #6
wayland76 commentedIsn't that why we release development versions? Maybe the developers could create the necessary branch and commit your patch, so that people can test the development version.
Comment #7
Freso commentedThat's one of the reasons. But there's no need to make a development version, if the code is known not to work. That is why patches are reviewed (which includes testing) in the first place. Please see the handbook pages on patches for tips on how to work with and review them.
Comment #8
Freso commentedHere's a minor update, re-introducing a
is_numericand removing some comments which were only there to test some ideas I had. Upon revisiting the patch, I also realised that the commenting code in particular needs to be tested thoroughly, as I did some questionable stuff in that area during the port.Comment #9
drewish commentedmarked http://drupal.org/node/229269 as a duplicate.
wow, epic patch. i tried applying it and it conflicted with some other patches i just committed:
if you re-roll it i'll commit it as is so people can test it out.
Comment #10
Freso commentedHere's a freshly re-rolled patch. :)
Comment #11
drewish commentedstill not working correctly... your patch is adding akismet_admin.inc but it already exists in CVS:
Comment #12
Freso commentedUh. The patch should remove akismet_admin.inc (diff'ing it against /dev/null). It also works fine here:
Comment #13
Freso commentedOh, and if you keep getting that error message, simply using
cvs remove -f akismet_admin.incshould do what the patch does. Setting back to CNR.Comment #14
drewish commentedthanks, i committed this adding akismet.admin.inc and removing akismet_admin.inc. any additional bug fixes should go into their own issues.
Comment #15
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.