mediawiki-extensions-SpamBl.../includes
Bartosz Dziewoński 19c69f4158 Improve edit/upload error message integration
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
2019-08-29 09:23:58 +00:00
..
ApiSpamBlacklist.php Move classes to includes/ 2018-02-24 17:08:28 -08:00
BaseBlacklist.php Avoid usage of deprecated ObjectCache::getMainWANInstance() 2019-07-03 13:53:41 +01:00
EmailBlacklist.php Move classes to includes/ 2018-02-24 17:08:28 -08:00
SpamBlacklist.php Remove entry point check for files only contain classes 2019-08-07 17:16:41 +02:00
SpamBlacklistHooks.php Improve edit/upload error message integration 2019-08-29 09:23:58 +00:00
SpamBlacklistLogFormatter.php build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 2019-07-11 07:25:20 +00:00
SpamBlacklistPreAuthenticationProvider.php Add phan configuration 2018-02-24 17:26:25 -08:00
SpamRegexBatch.php Migrate to new Phan 2019-03-09 12:42:42 +00:00