Translation updater bot
2b45d384b9
Localisation updates from https://translatewiki.net .
...
Change-Id: Ibce48bcfc1a9e3bd47d51f8b2caf5af18c1753f5
2017-11-08 22:44:57 +01:00
Translation updater bot
5c86937752
Localisation updates from https://translatewiki.net .
...
Change-Id: I97f2784640b2fb180f354b37c4cef609222509e4
2017-11-04 22:56:00 +01:00
Kunal Mehta
c7399623a2
build: Adding MinusX
...
Change-Id: I0f673e118deb7c56635c9cf5cb9131ff4361dffc
2017-11-03 19:47:35 -07:00
Translation updater bot
137821ee71
Localisation updates from https://translatewiki.net .
...
Change-Id: Ib1019bb933bbe5693d65c6f4096f54d804c69357
2017-11-01 23:15:47 +01:00
jenkins-bot
e855895171
Merge "Update for deprecation of selectFields() methods"
2017-10-31 05:07:01 +00:00
Translation updater bot
84a21c0cc4
Localisation updates from https://translatewiki.net .
...
Change-Id: Ibf2d1ad4820b096f9c3c4288803fed5cae626d78
2017-10-29 22:59:05 +01:00
libraryupgrader
bce14ce9ee
build: Updating mediawiki/mediawiki-codesniffer to 14.1.0
...
And moved phpcs.xml to .phpcs.xml (T177256).
Change-Id: Ieec984dc420f524dfad2e153fd01a77d7c52d705
2017-10-21 04:30:38 +00:00
Translation updater bot
46aa09f798
Localisation updates from https://translatewiki.net .
...
Change-Id: Iee142f94339898d163bf743bf3a23832069a2d6c
2017-10-20 22:52:55 +02:00
jenkins-bot
c402dbb3ea
Merge "Remove deprecated PHP entry point"
2017-10-18 20:40:29 +00:00
jenkins-bot
de987b4286
Merge "Uncomment wfWarn in deprecated PHP entry point"
2017-10-18 20:39:22 +00:00
Translation updater bot
8b2a703664
Localisation updates from https://translatewiki.net .
...
Change-Id: Iff93a1e189e200abdc78c73a942f183f84b6e548
2017-10-15 23:01:50 +02:00
James D. Forrester
ffade0ad22
Remove deprecated PHP entry point
...
Change-Id: Id4c6b5897b47406082d7398111bdb03bd0b9db1a
2017-10-13 14:12:59 -07:00
James D. Forrester
16af56b057
Uncomment wfWarn in deprecated PHP entry point
...
Change-Id: Id4c6b5897b47406082d7398111bdb03bd0b9dba1
2017-10-13 14:12:51 -07:00
Brad Jorsch
569b209ce8
Update for deprecation of selectFields() methods
...
Various selectFields() methods were deprecated in MediaWiki core change
Idcfd1556. This change adapts the extension to use the replacement
getQueryInfo() methods when available.
Change-Id: Ia81bf6a655af800ce8ac19940d851e65746e1f77
2017-10-13 14:57:30 -04:00
Reedy
4ef71c3d88
Remove pre-authmanager code
...
Bug: T178032
Change-Id: I25e46fb95c2132bc90f417de735d0fd145f3d05b
2017-10-12 01:41:06 +00:00
Translation updater bot
2cb15f551c
Localisation updates from https://translatewiki.net .
...
Change-Id: I868348366ed4e1919a1da69bd706f4562487b145
2017-10-09 23:06:23 +02:00
Umherirrender
77e4b9db61
Improve some parameter docs
...
Change-Id: I2f2027eb1abec05238f36f111dfc35013aa016e2
2017-10-07 11:15:06 +02:00
Translation updater bot
09f08e8c16
Localisation updates from https://translatewiki.net .
...
Change-Id: Icee23f4012a812920f4f9e5462039551459b1c6e
2017-10-05 22:54:07 +02:00
Translation updater bot
591261a1e6
Localisation updates from https://translatewiki.net .
...
Change-Id: I34000a7d78dc284081d4ba3f60bc57b41db0f1b9
2017-10-04 22:54:58 +02:00
libraryupgrader
819e31d416
build: Updating mediawiki/mediawiki-codesniffer to 13.0.0
...
Change-Id: I7562a27108030044bdac1cf880ed22e4558f0c83
2017-09-24 05:33:27 +00:00
Translation updater bot
58e875d16d
Localisation updates from https://translatewiki.net .
...
Change-Id: I78038b94ce2443a139cc68d973be7653af6157f8
2017-09-19 23:12:45 +02:00
Translation updater bot
52efab5c53
Localisation updates from https://translatewiki.net .
...
Change-Id: Idc846ea1e6afd618c9c97e8f94d237adfea22f6b
2017-09-16 23:00:39 +02:00
Translation updater bot
2e8cc1f07b
Localisation updates from https://translatewiki.net .
...
Change-Id: Ib79536d60ead88771b2843a1d2dc249abf93cc49
2017-09-13 22:52:49 +02:00
jenkins-bot
f0eb3a83c1
Merge "Avoid directly using EditPage::$mTitle"
2017-09-01 21:44:07 +00:00
Kunal Mehta
c4e0dc803e
Avoid directly using EditPage::$mTitle
...
And other minor cleanup
Change-Id: I551a7cae75f47cddae83646dd35a29a123b6c2b2
2017-09-01 13:25:03 -07:00
libraryupgrader
64b658d15c
build: Updating mediawiki/mediawiki-codesniffer to 0.12.0
...
The following sniffs are failing and were disabled:
* MediaWiki.Commenting.FunctionComment.MissingDocumentationProtected
* MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic
* MediaWiki.Commenting.FunctionComment.MissingParamComment
* MediaWiki.Commenting.FunctionComment.MissingParamName
* MediaWiki.Commenting.FunctionComment.MissingParamTag
* MediaWiki.Commenting.FunctionComment.MissingReturn
* MediaWiki.Commenting.FunctionComment.ParamNameNoMatch
* MediaWiki.Files.ClassMatchesFilename.NotMatch
The following sniffs now pass and were enabled:
* MediaWiki.Commenting.FunctionComment
Change-Id: I012f6101ad9b2a27fe3f29551bb7fad6c841090b
2017-09-01 04:57:27 +00:00
Translation updater bot
5960066734
Localisation updates from https://translatewiki.net .
...
Change-Id: Id4dcdea302b472143c18995f32fdfcc3df95e3f5
2017-08-28 13:38:08 +02:00
Translation updater bot
5a7eacc72a
Localisation updates from https://translatewiki.net .
...
Change-Id: Ibe555da2ad755c262f14136f37e8ffb5543fa346
2017-08-22 09:17:45 +02:00
Kunal Mehta
3602095989
build: Update mediawiki/mediawiki-codesniffer to 0.11.1
...
Change-Id: I4706f940d863eb4f487e6f51b6d61f15c5b399db
2017-08-16 01:22:44 -07:00
Antoine Musso
1dae9f1315
build: bump grunt and drop grunt-cli
...
grunt 1.x now includes a CLI command, hence grunt-cli is no more needed.
Change-Id: I94f0c66236b5f0f12220741276c7fe24a89c65e0
2017-08-01 10:45:42 +02:00
jenkins-bot
0c5cbc4210
Merge "build: Updating mediawiki/mediawiki-codesniffer to 0.10.1"
2017-07-26 22:11:25 +00:00
Umherirrender
9f691f6398
build: Updating mediawiki/mediawiki-codesniffer to 0.10.1
...
Change-Id: I70cc261499286e5bc46ee96e9b9ea07f41c836a1
2017-07-26 22:59:35 +02:00
Translation updater bot
9f1b279b71
Localisation updates from https://translatewiki.net .
...
Change-Id: Icc12db68612e551204a3adeca6aae986eb33ca6f
2017-07-26 22:52:55 +02:00
Translation updater bot
bf42b904bb
Localisation updates from https://translatewiki.net .
...
Change-Id: Id8ec6623360c497a8c222e5f06084c2e019633f5
2017-07-24 23:15:13 +02:00
Translation updater bot
f9cdf8b25b
Localisation updates from https://translatewiki.net .
...
Change-Id: Ifd497b92e121eef3a1fa511b072d6110487020b8
2017-07-19 22:54:52 +02:00
Translation updater bot
85d22a8949
Localisation updates from https://translatewiki.net .
...
Change-Id: I8929b88f966d1fd16492103520098b2c96dfd189
2017-07-11 23:04:12 +02:00
Translation updater bot
7325d910fd
Localisation updates from https://translatewiki.net .
...
Change-Id: Iaea41413ad04452ce3e343f129803829625fcc68
2017-07-10 22:53:55 +02:00
Umherirrender
c70020a277
build: Updating mediawiki/mediawiki-codesniffer to 0.10.0
...
Change-Id: I27d739823a5f8e3d0b3c6e988aa6e086ed248aac
2017-07-08 12:59:19 +02:00
Kunal Mehta
66e8e29ea6
Unbreak BaseBlacklist::getTypeFromTitle() and add tests
...
The first part of the title is supposed to be capitalized, so call
ucfirst on it, and then make blacklist and whitelist lowercase. Add
tests to verify the known blacklist and whitelist types are recognized
correctly.
This will make validation of SpamBlacklist messages upon edit work
again.
Bug: T169838
Change-Id: I98688362f222ab65115fbec46e0f67587d19022d
2017-07-08 01:39:16 +00:00
Kunal Mehta
e6b3d85641
Fix incorrect @group tag in SpamBlacklistTest
...
Change-Id: I7dab37ff5a7a88207d8b1148c90d1f6e24f925f6
2017-07-06 03:22:50 +00:00
Translation updater bot
53750c24f2
Localisation updates from https://translatewiki.net .
...
Change-Id: Ia0e906b339a3cdf9cc23f23c0a1c535c4d3f0cc5
2017-07-05 22:43:12 +02:00
Translation updater bot
aec473e5d9
Localisation updates from https://translatewiki.net .
...
Change-Id: Ie9b7779ba174390d1f1f124dc373144bd1a78fd1
2017-06-30 23:38:59 +02:00
Umherirrender
83cd96ed55
Split multi variable declaration
...
Each variable should have a documentation block
Change-Id: I53af14d18d3a11ee38256afe7e9d001a2641e466
2017-06-29 18:53:19 +00:00
Translation updater bot
ffaf8e7243
Localisation updates from https://translatewiki.net .
...
Change-Id: I70804fa8ef00168bbc56f42a1a62f3e3c1ee085b
2017-06-20 23:02:47 +02:00
Translation updater bot
4d86d101ae
Localisation updates from https://translatewiki.net .
...
Change-Id: Ib033df436f36e26f2bae9829b5eb578623000c73
2017-06-16 22:56:20 +02:00
Translation updater bot
ca9181c840
Localisation updates from https://translatewiki.net .
...
Change-Id: Ide5f0ec207bfb335eb9b8937c046db931fb6679f
2017-06-15 23:18:41 +02:00
Brad Jorsch
68a2c875c0
API: Split description messages into summary + additional text
...
See MediaWiki core patch I778bab2b
Change-Id: Ic2e770b7830aaf85b6d2959eefd91edfffc40f5e
2017-06-09 11:59:25 -04:00
Amir Sarabadani
df06242e1b
Add CODE_OF_CONDUCT.md
...
Bug: T165540
Change-Id: Ifdae1eafeaf3f661a22a405281ddb61705a8efb8
2017-06-07 16:06:32 +04:30
jenkins-bot
5fdca6b9aa
Merge "Add phpcs and make pass"
2017-06-06 18:34:11 +00:00
jenkins-bot
727bfb3f08
Merge "Break long lines"
2017-06-06 18:34:10 +00:00