I hacked in r47737 a "ignoreEditSummary" configuration parameter.
Update your copy, and put $wgSpamBlacklistSettings['ignoreEditSummary'] = true; in your LocalSettings.php :)
2009/2/24 Platonides Platonides@gmail.com:
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;
Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l