jidanni wrote:
Can somebody please tell me how to regain the previous functionality?
I assume I should remove my $wgSpamRegex, and instead use $wgFilterCallback with an array of my patterns, testing only on wpTextbox1. Is there any simple example other than http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/SpamBlacklist/ Thanks.
Seems pretty easy to ignore edit summaries on that extension. Open SpamBlacklist_body.php and delete these lines: // We add the edit summary if one exists if ( !empty( $editsummary ) ) $addedLinks[] = $editsummary;