Will there be a 5.0 version of this module?

CommentFileSizeAuthor
#17 wordfilter_5upgrade.patch14.99 KBadd1sun
#15 wordfilter5.patch1.05 KBv1nce

Comments

Anonymous’s picture

Category: feature » task
Priority: Normal » Critical

ha. forgot about this module.
i guess I better do that..

thanks for the post. :)

can't give ya an eta though :P

moshe weitzman’s picture

filter system received zero changes so will be an easy port.

Anonymous’s picture

Assigned: Unassigned »

k.. this should happen soon. still no eta.

genemcc’s picture

Category: task » support
Priority: Critical » Normal

tracking

Anonymous’s picture

Title: Word Filter D5 update? » Word Filter Drupal 5 Version
Category: support » task
Priority: Normal » Critical
eric-alexander schaefer’s picture

I am taking it on...

preferred name’s picture

Will v5 have the option to turn a 'badword' into a <a href="http://www.example.com/node/1">good word</a>?

Everything inside the above code tag is the 'good word'

danroth’s picture

I'm eagerly awaiting this. It's the only module I had in 4.x that I'm missing in 5.x,
and I'd really love to have it right now.

Thanks to anyone who is undertaking this task!

budda’s picture

Eric? Steve? Anybody got anywhere with a release for 5.x ?

eric-alexander schaefer’s picture

I am on it. Sorry for the delay. The filtering is already done, got stuck with the forms, which are quite different in 5.X. I should have something to test by the weekend.

eric-alexander schaefer’s picture

Status: Active » Needs work

Here we go.
This is a preliminary version. The filtering works, adding words works. Deleting or editing words does not work yet. The form handling is probably very far from perfect, since I tried to keep most of the original code. Maybe we need to throw away the old form handling stuff and rewrite it. Could someone with more 5.X-forms-experience review the changes, please?

Get it here: http://www.eas-consulting.de/wordfilter-5.x-1.x-dev.tar.gz

Eric

Anonymous’s picture

please submit a proper patch. Recode whatever you want.. I wont deny that this module needs some work. I did not write it but took over it.

Eric do you want to help maintain this module?

eric-alexander schaefer’s picture

Yes. But it will have to wait until june, at least.

Petec-1’s picture

This in my view is a really essential module. It is great that someone has taken the time to try and make a v5 module of it. It would be really useful if someone could add a delete function to it.

Currently it is really easy to screw up your site if you leave an extra space after one the words you put in. It then applies the filter to every hard space in the website, and you have no undo function!

Please email me (pete.comley@virtualsurveys.com) when a new V5 is written. I'll buy you a virtual beer.

v1nce’s picture

StatusFileSize
new1.05 KB

I've patched Eric Schaefer's version 5 module from post #11 above, so deleting or editing words now works. When a word is being deleted, I added a dbquery() to clear the cache_filter table. I too agree this module probably needs a major code rewrite, perhaps starting from scratch.

--Vince--

v1nce’s picture

Status: Needs work » Needs review
add1sun’s picture

StatusFileSize
new14.99 KB

Hey there. Don't mean to bogart the work others have done but we upgraded this to 5 for a client (and fixed a nasty bug with the node title option) that is running on a live site fine. I've attached a patch against head.

Anonymous’s picture

Status: Needs review » Reviewed & tested by the community

Patch looks great.

Commit away!

add1sun’s picture

Status: Reviewed & tested by the community » Fixed

committed to head and a version 5 branch created.

Anonymous’s picture

Status: Fixed » Closed (fixed)