mediawiki-extensions-AbuseF.../api
Brad Jorsch ad4ea2c79c Update token handling for core API change
Core change I2793a3f2 changes API handling in a way that needs updates
to extensions for proper operation:
* needsToken() now returns a string
* Most custom token types are being replaced with a 'csrf' token (the
  former 'edit' token); any others need a new hook.
* All tokens must use a static salt. Compat with web UI using non-static
  tokens is supported and also serves to handle the now-deprecated token
  fetching.
* Documentation in getParamDescription() should return a string (not
  array) for 'token', as the signal to core that it should be replaced
  with a standardized message.

When compatibility with earlier versions of MediaWiki is no longer
maintained, the entry for 'token' from getAllowedParams() and
getParamDescription() may be removed, as may getTokenSalt(). This patch
leaves them in place.

Note this is intended to be compatible with earlier versions of
MediaWiki, and so should be safe to merge before the core change.

Change-Id: Ie1f483e2d0fd97d6ff5b2b953aa6390c35c75ee7
2014-08-09 16:27:19 +01:00
..
ApiAbuseFilterCheckMatch.php Do not ignore the "vars" parameter on action=abusefiltercheckmatch 2014-08-02 11:38:19 +00:00
ApiAbuseFilterCheckSyntax.php API: Add text for Unknown error: "permissiondenied" 2013-10-27 17:33:39 +01:00
ApiAbuseFilterEvalExpression.php Fix action= examples from r95572, need abusefilter prefix 2012-01-13 21:36:51 +00:00
ApiAbuseFilterUnblockAutopromote.php Update token handling for core API change 2014-08-09 16:27:19 +01:00
ApiQueryAbuseFilters.php Revert "Change AbuseFilter to use UserCache instead of user_text fields" 2013-06-27 01:01:15 +02:00
ApiQueryAbuseLog.php API: Fix abuse log detail visibility for private filters 2013-07-17 17:18:13 +02:00