Go to file
Brad Jorsch 51e5a28f24 Add i18n for API module help
MediaWiki core change I04b1a384 added support for i18n of API module
help. This takes advantage of that while still maintaining backwards
compatibility with earlier versions of MediaWiki.

Once support for MediaWiki before 1.25 is dropped, the methods marked
deprecated in this patch may be removed.

Change-Id: I67395aff48185f3e09da31b51a08aa2541fe6a17
2014-10-29 16:37:37 -04:00
api Add i18n for API module help 2014-10-29 16:37:37 -04:00
db_patches abuse_filter_log table only uses tinyint not int for namespace ID 2014-03-04 02:24:27 +00:00
i18n Add i18n for API module help 2014-10-29 16:37:37 -04:00
maintenance $res is a bool, not a resultwrapper.. 2014-01-03 18:06:49 +00:00
modules Improve error handling for HTTP requests 2014-08-02 11:56:32 +00:00
special Expose variables to JavaScript when viewing details or examining a log 2014-08-07 10:23:54 +00:00
tests Fix double escaping in AFPData::keywordLike() 2014-07-11 14:56:42 -07:00
Views code cleanup: $warnMsg is always set before 2014-10-04 17:16:21 +02:00
.gitignore
.gitreview
.jshintrc Add .jshintrc for AbuseFilter and make it pass 2013-04-17 15:03:36 +02:00
AbuseFilter.alias.php Localisation updates from https://translatewiki.net. 2014-09-23 21:57:11 +02:00
AbuseFilter.class.php Add new variable article_first_contributor 2014-08-11 11:51:44 +00:00
AbuseFilter.hooks.php Add hook subscriber for UserMergeAccountFields 2014-09-16 21:25:13 +00:00
AbuseFilter.i18n.php Update i18n shim 2014-04-22 13:08:17 +00:00
AbuseFilter.parser.php Fix double escaping in AFPData::keywordLike() 2014-07-11 14:56:42 -07:00
AbuseFilter.php Add hook subscriber for UserMergeAccountFields 2014-09-16 21:25:13 +00:00
abusefilter.tables.pg.sql abuse_filter_log table only uses tinyint not int for namespace ID 2014-03-04 02:24:27 +00:00
abusefilter.tables.sql abuse_filter_log table only uses tinyint not int for namespace ID 2014-03-04 02:24:27 +00:00
abusefilter.tables.sqlite.sql abuse_filter_log table only uses tinyint not int for namespace ID 2014-03-04 02:24:27 +00:00
AbuseFilterVariableHolder.php Add new variable article_first_contributor 2014-08-11 11:51:44 +00:00
AbuseLogHitFormatter.php
composer.json make composer use dev-master 2014-03-09 19:02:38 +01:00
COPYING Add COPYING 2014-01-22 21:21:10 +00:00
hooks.txt