mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/SpamBlacklist
synced 2024-11-23 22:54:57 +00:00
19c69f4158
Compared to other extensions like AbuseFilter, SpamBlacklist's integration with MediaWiki's error reporting was weird. * When dealing with page editing, we returned two (or more) separate messages, which would then be rendered in a list. This looks weird, especially if the messages have fancy wrapper boxes etc. * When dealing with file upload, we returned incomplete error message, not reporting the blacklisted link. Now, in both cases, we return a single error message containing all the details. Change-Id: I4ca8e67e03726696a428093cc9fb547a6daa1492 |
||
---|---|---|
.. | ||
ApiSpamBlacklist.php | ||
BaseBlacklist.php | ||
EmailBlacklist.php | ||
SpamBlacklist.php | ||
SpamBlacklistHooks.php | ||
SpamBlacklistLogFormatter.php | ||
SpamBlacklistPreAuthenticationProvider.php | ||
SpamRegexBatch.php |