Translation updater bot
a3a07b0379
Localisation updates from https://translatewiki.net .
...
Change-Id: Ice9bac325527799522f1513a6efca16ce2ca0a70
2018-11-03 11:02:48 +01:00
C. Scott Ananian
7b4a11d0ca
Replace deprecated OutputPage::parse()
...
The OutputPage::parse() method emits untidy output and is often used
with the wrong user interface/content language selection. Replace
with Message::parseAsBlock() which was tidied in
I0f417f75a49dfea873e9a2f44d81796a48b9f428.
Bug: T198214
Change-Id: If1f0887ccd447e725fafbfcd842866c35ebb1a7e
2018-10-26 18:57:57 +00:00
Translation updater bot
2a57eac3ee
Localisation updates from https://translatewiki.net .
...
Change-Id: Ib3f6e802128f012f39d2be0e87d50f2da1844f28
2018-10-21 22:37:38 +02:00
jenkins-bot
38e294a196
Merge "Replace deprecated untidy OutputPage::addWikiText() method"
2018-10-21 18:19:42 +00:00
Translation updater bot
deec4fe078
Localisation updates from https://translatewiki.net .
...
Change-Id: Ibccc841d44d79f18ce83879bac19fa375a884793
2018-10-18 22:34:14 +02:00
Translation updater bot
1a9bfd06df
Localisation updates from https://translatewiki.net .
...
Change-Id: I97cf55ca815a0e12d439a9a801ff6a962dfa9a3a
2018-10-17 23:44:04 +02:00
C. Scott Ananian
d22d1e88f4
Replace deprecated untidy OutputPage::addWikiText() method
...
The replacement OutputPage::addWikiMsg() method is ancient, and so
no bump to the minimum required MW version is needed.
Bug: T198214
Change-Id: I082bfb4585632dc37464d04aa93938ca05a9fdd0
2018-10-17 12:46:25 -04:00
Translation updater bot
d435e6b56e
Localisation updates from https://translatewiki.net .
...
Change-Id: Id283b8e85c4a272dc908366c10415d4532de0d09
2018-10-14 22:25:16 +02:00
jenkins-bot
62088c3ee5
Merge "build: Updating npm dependencies for security issues"
2018-10-11 18:12:02 +00:00
C. Scott Ananian
0312de771d
Only expand {{...}}
in messages once
...
If we're going to call `OutputPage::addWikiText` to parse the message,
we don't need to pre-expand `{{...}}` markup using `Message::text()`
before passing it to the parser; `Message::plain()` works fine. This
makes these callsites consistent with how `OutputPage::addWikiMsg()`
inserts messages.
Bug: T206574
Change-Id: Ic6e9c24139613f9c46e814f630c08d5a52789032
2018-10-11 09:32:49 -04:00
libraryupgrader
56756bf791
build: Updating npm dependencies for security issues
...
* Updated grunt to 1.0.3, addressing:
* https://npmjs.com/advisories/577
* CVE-2018-3721
Change-Id: Iaeec5fbfb94742907cb34d4b76523f9825d46d7b
2018-10-11 05:31:21 +00:00
Translation updater bot
44a9f6de11
Localisation updates from https://translatewiki.net .
...
Change-Id: I75f242b17f767f11c73cab93e6c075712469c514
2018-10-09 22:12:53 +02:00
Aryeh Gregor
422dccc7b0
Do not attempt to mock 'object'
...
This doesn't work in PHP 7.2, because 'object' is no longer a valid
class name. stdClass works fine.
Change-Id: I47375fdf2f36ff62985b2e8c90fa0e5230273984
2018-10-09 15:10:33 +03:00
Translation updater bot
3749f90822
Localisation updates from https://translatewiki.net .
...
Change-Id: Id6e9da0a3682ed45b1814ec165ce53c1800876b0
2018-10-07 22:30:06 +02:00
Translation updater bot
241683f1aa
Localisation updates from https://translatewiki.net .
...
Change-Id: I6589ff72af4b393d0977e5f2658db5f9f4e0023d
2018-10-06 22:35:21 +02:00
Translation updater bot
8d6b612e51
Localisation updates from https://translatewiki.net .
...
Change-Id: I4a4c814dcf4876aba1ba3db3525430010af90229
2018-10-04 14:24:24 +02:00
Translation updater bot
2443751e4c
Localisation updates from https://translatewiki.net .
...
Change-Id: Ice78ef906b857c6f21b7ea852aa7caa87e9c1b2a
2018-10-03 18:53:08 +02:00
Translation updater bot
81f3ce60ee
Localisation updates from https://translatewiki.net .
...
Change-Id: Id064ee85408572acb1b7022ec7fd1ec2fb16d4ca
2018-09-26 13:45:41 +02:00
Translation updater bot
978696e4fa
Localisation updates from https://translatewiki.net .
...
Change-Id: Iea98f379205291128130027967315a39475f6b56
2018-09-23 10:26:45 +02:00
Translation updater bot
3f79d32ce6
Localisation updates from https://translatewiki.net .
...
Change-Id: I1cea5735afc923e4f9031e2beb54fb89042fa3f9
2018-09-20 09:59:01 +02:00
Translation updater bot
e785c38929
Localisation updates from https://translatewiki.net .
...
Change-Id: Iad0388f673c49c2744daa51380406631ef04580e
2018-09-18 09:52:06 +02:00
Translation updater bot
581fd8b456
Localisation updates from https://translatewiki.net .
...
Change-Id: I8286c93a6626024e6a6b5b9a62b81597f9806576
2018-09-10 09:31:47 +02:00
Translation updater bot
2816ff394c
Localisation updates from https://translatewiki.net .
...
Change-Id: I8ec298361ce95c3613baa607d4343c596670ae9a
2018-09-09 10:35:59 +02:00
Translation updater bot
6dbf496949
Localisation updates from https://translatewiki.net .
...
Change-Id: Idbf28c2283257c90151ac10852a95fa3295f7589
2018-09-08 10:38:59 +02:00
libraryupgrader
21145c561c
build: Updating mediawiki/phan-taint-check-plugin to 1.5.0
...
Change-Id: I76d3e1663c0baf5f0932948616a6a1fad89c1647
2018-09-07 08:57:55 +00:00
Translation updater bot
b35a2f66b9
Localisation updates from https://translatewiki.net .
...
Change-Id: I6a1e577b7224cf8f7c891f126828b0e0f6634e34
2018-09-07 09:02:34 +02:00
Bartosz Dziewoński
c9030bceb4
FancyCaptcha: Actually load styles for the CAPTCHA input
...
We already set class=mw-ui-input on it, but we did not load the styles
for this class. It was only styled as expected when something else
loaded them, so it worked on the signup form, but not on the edit form.
Bug: T203718
Change-Id: I514f52faa99052de32d40cd69c6b58acf2f99f83
2018-09-06 23:51:42 +02:00
Translation updater bot
416b3c1139
Localisation updates from https://translatewiki.net .
...
Change-Id: I58d24a427dbb70055575cd27cbd687c662708f57
2018-09-06 09:00:54 +02:00
Translation updater bot
d0d04caf87
Localisation updates from https://translatewiki.net .
...
Change-Id: I7e9710281fa98d45e1b9208e707a434f07e6eef1
2018-09-04 22:19:29 +02:00
Translation updater bot
fd7d7a7c1d
Localisation updates from https://translatewiki.net .
...
Change-Id: I5bc27b0723701dcde5c70b613298532930b9a1d5
2018-09-03 22:15:05 +02:00
libraryupgrader
f852bdb403
build: Updating mediawiki/mediawiki-codesniffer to 22.0.0
...
Change-Id: I69c8746bafc4f0a39cc007db6a221d206c89c522
2018-09-03 00:12:31 +00:00
libraryupgrader
abe8a458f2
build: Updating mediawiki/phan-taint-check-plugin to 1.4.0
...
Change-Id: Id1f9584691976b0b6b5ef6bc2e9ea3517711d971
2018-09-01 07:34:36 +00:00
Translation updater bot
063296fcbc
Localisation updates from https://translatewiki.net .
...
Change-Id: I25689aa6f91296aec96949a3805a7d5b96eb6211
2018-08-29 22:28:07 +02:00
Translation updater bot
bdd8d7285c
Localisation updates from https://translatewiki.net .
...
Change-Id: I4dc39ac33a8cb96ac481cd206cd126c51203751c
2018-08-28 22:22:28 +02:00
jenkins-bot
f209c32fda
Merge "Fix "Suceeded" typo in code"
2018-08-27 23:22:33 +00:00
Translation updater bot
9a8702aa6e
Localisation updates from https://translatewiki.net .
...
Change-Id: I4b6d5a2222e94ab29fe147a6b7350d0df85d813c
2018-08-27 22:16:32 +02:00
Zoranzoki21
6e7c48e667
Fix "Suceeded" typo in code
...
Bug: T201491
Change-Id: I89d3fa4667efee45daee9816814f1a7b067f50c4
2018-08-27 20:10:28 +00:00
Translation updater bot
761b368ad5
Localisation updates from https://translatewiki.net .
...
Change-Id: I2f606fbe8f02c97605878e0cbe19d6cbb52dba84
2018-08-26 22:32:21 +02:00
Translation updater bot
92a4320169
Localisation updates from https://translatewiki.net .
...
Change-Id: Ie96d5a5bcfd083f290b3f9100755d493555657dd
2018-08-20 22:20:45 +02:00
libraryupgrader
223ff14572
build: Updating mediawiki/phan-taint-check-plugin to 1.3.0
...
And updating CoC link to use Special:MyLanguage (T202047).
Change-Id: I9830f95de17383a7f4fba6f323550bc9061acc06
2018-08-19 12:06:19 -07:00
Translation updater bot
5703436305
Localisation updates from https://translatewiki.net .
...
Change-Id: I25bf7921e8b51e518b76c65b336dab4bf533f749
2018-08-15 22:18:27 +02:00
Translation updater bot
be72c7cd70
Localisation updates from https://translatewiki.net .
...
Change-Id: Ieecd00e0d85afb45b8377135f6b7727df32ba09e
2018-08-11 22:17:43 +02:00
Translation updater bot
80324f004e
Localisation updates from https://translatewiki.net .
...
Change-Id: Idd45980659d399f3160b82e5c5a59fda61bb4236
2018-08-09 22:23:36 +02:00
Translation updater bot
4e40911716
Localisation updates from https://translatewiki.net .
...
Change-Id: I23e3d71295f04d13b3451b11cc304cebec3b3307
2018-08-08 22:13:33 +02:00
Translation updater bot
982fdead84
Localisation updates from https://translatewiki.net .
...
Change-Id: I1e0ead3e8632a93c496c5bc2a97aae2ccce401b5
2018-08-07 22:31:34 +02:00
Translation updater bot
65cf38723e
Localisation updates from https://translatewiki.net .
...
Change-Id: I663355c3692ed87b9a2034160c1063679efd8fc1
2018-08-06 22:21:35 +02:00
Translation updater bot
b1c6bebdd8
Localisation updates from https://translatewiki.net .
...
Change-Id: Ie74cf16abc96f490bee55aa5c823afbd16ae9526
2018-08-02 22:19:12 +02:00
Translation updater bot
302db4bf5b
Localisation updates from https://translatewiki.net .
...
Change-Id: Ie66a57874341602c59ee83c59c2093075056acf2
2018-08-01 22:10:22 +02:00
Translation updater bot
c18acc7b0c
Localisation updates from https://translatewiki.net .
...
Change-Id: Iefe50f6a6b6ba070689f72d335494171c17226d2
2018-07-31 22:32:56 +02:00
Translation updater bot
0ac2ee2a52
Localisation updates from https://translatewiki.net .
...
Change-Id: I280853112a68abb4f1267dec6e64074b65473a14
2018-07-30 22:27:54 +02:00