Commit graph

1970 commits

Author SHA1 Message Date
Translation updater bot b29ef9c780 Localisation updates from https://translatewiki.net.
Change-Id: Idd6c18ae70d87583b6cab1a36e9b1710ae996d9c
2020-07-22 08:26:04 +02:00
Translation updater bot a03ac8bc2b Localisation updates from https://translatewiki.net.
Change-Id: I03f31cdb2781b485fb1707085e2fa2603aaa3212
2020-07-21 09:10:43 +02:00
libraryupgrader 55e68c9dd9 build: Updating grunt to 1.2.1
Change-Id: Ia2eaba84927de22047e42da0baa5d42e7ba2cf8e
2020-07-18 02:19:12 +00:00
libraryupgrader 4b03a4fb62 build: Updating npm dependencies
* eslint-config-wikimedia: 0.15.3 → 0.16.2
* grunt-eslint: 22.0.0 → 23.0.0

Change-Id: Ic2e075b51bbadb798e091e49da463feaa1c8da3e
2020-07-16 19:40:10 +00:00
Translation updater bot cbd038bc16 Localisation updates from https://translatewiki.net.
Change-Id: Idcf656b700f313150e8523fe0df3828b02cc0067
2020-07-16 08:20:54 +02:00
Nikerabbit be35a260b3 Revert "Localisation updates from https://translatewiki.net."
This reverts commit c20b3c7ab9.

Reason for revert: Broken export

Change-Id: I7cb9dfa92f670bfbf9f7fa6627e615721e4e5080
2020-07-13 11:29:11 +00:00
Translation updater bot c20b3c7ab9 Localisation updates from https://translatewiki.net.
Change-Id: Ieac97bc6c57632a57d9c4aaeac4529030fbbcc81
2020-07-13 08:41:03 +02:00
libraryupgrader d81787dff3 build: Updating lodash to 4.17.19
* https://npmjs.com/advisories/1523
* CVE-2019-10744

Change-Id: Ia53984366eeb1f9d036b6866c8e73634e668e9d4
2020-07-09 04:20:56 +00:00
Translation updater bot 88554e6d0f Localisation updates from https://translatewiki.net.
Change-Id: I3a5b149fe843066bca2aa867a4b6ccb4eee1e95c
2020-07-06 09:50:28 +02:00
Translation updater bot 36eae260c8 Localisation updates from https://translatewiki.net.
Change-Id: I96065b3e2948f1324426cebada3221f0251c5f23
2020-07-03 08:32:23 +02:00
Translation updater bot e6eef6d04b Localisation updates from https://translatewiki.net.
Change-Id: I94e81a377f46ab4a43bcc541e9e89a9d5f38ca5b
2020-07-02 08:39:54 +02:00
Translation updater bot cfc51360e0 Localisation updates from https://translatewiki.net.
Change-Id: Iab5f1315a19dc23d82ed4a136dff64fa553dedf3
2020-06-25 08:56:15 +02:00
Translation updater bot 36ed998757 Localisation updates from https://translatewiki.net.
Change-Id: I258aaec7957e493bb1dae74987290ac72074c2a0
2020-06-22 08:42:42 +02:00
Translation updater bot c04252f7a7 Localisation updates from https://translatewiki.net.
Change-Id: I897b4e6c0a0a6f2d65439e6bea8e758d79d65dcc
2020-06-18 08:36:39 +02:00
Ammar Abdulhamid ec54775b9d Ensure hook callback does not abort SidebarBeforeOutput
SidebarBeforeOutput must not be aborted with false return
value at all.

Bug: T255444
Change-Id: Icccac3e450b2b067cd1185ef7b5d26a2dffcb8dc
2020-06-17 01:41:53 +01:00
Translation updater bot 05bccb7e43 Localisation updates from https://translatewiki.net.
Change-Id: Ica1b32526759f3c8b13083261f91bef37bbfd13a
2020-06-15 08:38:50 +02:00
libraryupgrader 2062336d1f build: Updating mediawiki/minus-x to 1.1.0
Change-Id: I21c9cd60780242ee286aa5612d662af592747a7f
2020-06-11 12:18:52 +00:00
Translation updater bot 8d3a7a528a Localisation updates from https://translatewiki.net.
Change-Id: I5a75bb42efb0b9298dbfcdba5f61a55663ad47dc
2020-06-11 09:01:12 +02:00
Translation updater bot 6f86c823d5 Localisation updates from https://translatewiki.net.
Change-Id: Id3e43716e626d597792655d102d44c40090651a5
2020-06-08 08:49:18 +02:00
libraryupgrader 6fe8c26d17 build: Updating mediawiki/mediawiki-phan-config to 0.10.2
Additional changes:
* Removed phan-taint-check-plugin from extra, now inherited from mediawiki-phan-config.

Change-Id: Ib9056bb6cc53dd8df814a762af783cff25fae787
2020-06-02 10:19:03 +00:00
Translation updater bot ea47b9c098 Localisation updates from https://translatewiki.net.
Change-Id: I72d08f57e76cefb5a152255c90d758424c9169c6
2020-06-01 09:56:45 +02:00
libraryupgrader 1cddbdd5b4 build: Updating composer dependencies
* php-parallel-lint/php-console-highlighter: 0.4.0 → 0.5.0
* php-parallel-lint/php-parallel-lint: 1.0.0 → 1.2.0

Additional changes:
* Replaced "jakub-onderka" packages with "php-parallel-lint".

Change-Id: Ic00133d48d06580148fd0ded11e591f248088d16
2020-05-31 00:44:33 +00:00
jenkins-bot f0b01e80da Merge "Use SidebarBeforeOutput hook to add 'cite this page' sidebar link." 2020-05-30 04:49:28 +00:00
Ammar Abdulhamid b9bdc3fc19 Use SidebarBeforeOutput hook to add 'cite this page' sidebar link.
* Remove usage of BaseTemplateToolbox in favor of SidebarBeforeOutput hook
* Also remove SkinTemplateBuildNavUrlsNav_urlsAfterPermalink hook, since SidebarBeforeOutput can provide functionalities of both.

Bug: T253687
Depens-On: Ie10a59048cdf882bad811d3c8fae386d90e93867
Change-Id: Ibe989364b9e500497759e79b789667d0a3430828
2020-05-30 04:49:18 +01:00
libraryupgrader 9837af11b4 build: Updating mediawiki/mediawiki-codesniffer to 31.0.0
Additional changes:
* Replaced "jakub-onderka" packages with "php-parallel-lint".

Change-Id: I3cd3f9e6c67bb9806132b45e813b2c6ea1407658
2020-05-29 09:53:21 +00:00
Translation updater bot 664e1fee8d Localisation updates from https://translatewiki.net.
Change-Id: Ic9242ebca6598acb52c30b7e86607a8bbf2249dd
2020-05-29 08:31:56 +02:00
Translation updater bot f927278d05 Localisation updates from https://translatewiki.net.
Change-Id: I5e03513a549f0e473019dcae27e960407cd0e996
2020-05-22 08:34:37 +02:00
Translation updater bot 8a12360001 Localisation updates from https://translatewiki.net.
Change-Id: I0f7dfcbedc8294960c8e54644a88a0721f87a139
2020-05-13 08:42:08 +02:00
Translation updater bot b11a3daa0e Localisation updates from https://translatewiki.net.
Change-Id: I7c18cc2a4a9d88011ddd868a7c26cc040abb6eb2
2020-05-08 09:27:51 +02:00
Translation updater bot 4386905638 Localisation updates from https://translatewiki.net.
Change-Id: Iec3c649293f9d23d1046e4b4677e9d2f66085e2b
2020-05-04 09:14:57 +02:00
Translation updater bot 5dc641c603 Localisation updates from https://translatewiki.net.
Change-Id: I34d24e385a74d0fc77d44403ffd494c258109331
2020-04-30 08:37:08 +02:00
Translation updater bot 455e69045b Localisation updates from https://translatewiki.net.
Change-Id: If9899d11d7c6b0c5dd1425834303fb135b72b1cd
2020-04-29 08:35:13 +02:00
Translation updater bot 5963e6965b Localisation updates from https://translatewiki.net.
Change-Id: I01aa40a32342b54bc7fc906c28e439745a7d3bb2
2020-04-24 08:21:58 +02:00
libraryupgrader dcd546ce08 build: Updating dependencies
composer:
* mediawiki/mediawiki-codesniffer: 29.0.0 → 30.0.0

npm:
* eslint-config-wikimedia: 0.15.0 → 0.15.3
* grunt-stylelint: 0.14.0 → 0.15.0
* stylelint-config-wikimedia: 0.9.0 → 0.10.1

Change-Id: I12b64ad18ba592dcc22c128c0bf3ebdd3f86c288
2020-04-22 06:26:34 +00:00
libraryupgrader 0550af3a8e build: Updating grunt-banana-checker to 0.9.0
Change-Id: I17cd594f2fef8fa1a9760399767eee2d3b964bea
2020-04-19 01:54:59 +00:00
Translation updater bot 04dc9b18ff Localisation updates from https://translatewiki.net.
Change-Id: Ibdf8d81f9110540b3b3596783b48996dba48a3a5
2020-04-17 09:06:20 +02:00
C. Scott Ananian 11c8e67661 Avoid using deprecated $wgParserConf configuration variable
Modern code should use the Parser or ParserFactory service.
See I787f22ea9bf59a049b13631ba6974866a1300988.

Bug: T236811
Change-Id: Idf59cd54146d31c1c32883f4318e6a0bf60e1a8a
2020-04-16 15:56:52 -04:00
C. Scott Ananian 742d94e7f4 Remove ParserOptions::setTidy(false), deprecated in MW 1.33
Disabling tidy has been deprecated since MW 1.33 and has no effect
in MW 1.35.  What is actually wanted is Parser::stripOuterParagraph(),
which is what OutputPage::parseInline* does.

Follow up to I821ef3b8f59b272d983583d407b2f0794fe1e791.

Bug: T250307
Change-Id: If227cdd27392fe09b6dfa2364fcbf43194f71200
2020-04-15 18:00:03 -04:00
Translation updater bot d26be29cbb Localisation updates from https://translatewiki.net.
Change-Id: I5d7709e2c9ecf8977b4c9e39e8123ccff2c4ef88
2020-04-14 08:23:09 +02:00
Translation updater bot e094e68a68 Localisation updates from https://translatewiki.net.
Change-Id: I951e58591d4f36968ba515f481ea6172a01edb2c
2020-04-13 08:59:45 +02:00
Translation updater bot 0d44506131 Localisation updates from https://translatewiki.net.
Change-Id: Ifc2ff32cac7b2de2e5a13044aae58d57b13615cb
2020-04-07 08:37:38 +02:00
jenkins-bot 56359fd77d Merge "Remove use of Revision::newFromTitle" 2020-04-07 01:11:14 +00:00
DannyS712 0bec087364 Remove use of Revision::newFromTitle
Bug: T249183
Change-Id: I00f8e71f2c6e16b220300303c25a41f52331f671
2020-04-07 00:44:35 +00:00
jenkins-bot 45c2d0cc85 Merge "Localisation updates from https://translatewiki.net." 2020-04-06 07:24:16 +00:00
Translation updater bot 2db3c0a871 Localisation updates from https://translatewiki.net.
Change-Id: I3fde01270de5440dbfe34b30872adaba6db455c0
2020-04-06 09:01:30 +02:00
Translation updater bot f20a70d2b9 Localisation updates from https://translatewiki.net.
Change-Id: I52d705382d13100c1a193b9edfe8d0bbcca7d211
2020-04-06 08:19:22 +02:00
libraryupgrader 10de0c0d32 build: Updating gonzales-pe to 4.3.0
* https://npmjs.com/advisories/1179

Change-Id: Ida01dd1a0c621aead47571e7b7c083677877b8e8
2020-03-31 00:58:56 +00:00
Translation updater bot 79db302b09 Localisation updates from https://translatewiki.net.
Change-Id: Ia5e55f2151ea37012281818654fb3615f2510e5a
2020-03-25 08:32:14 +01:00
libraryupgrader cc5a9a3d40 build: Updating mkdirp to 0.5.3
* https://npmjs.com/advisories/1179

Change-Id: I2b0144fb8e13677263717c90ceb77a6740469be3
2020-03-20 20:31:31 +00:00
Translation updater bot a75fe96cc2 Localisation updates from https://translatewiki.net.
Change-Id: I896ba181d9603d562ce5deff8849da91824763a4
2020-03-18 08:57:10 +01:00