Commit graph

851 commits

Author SHA1 Message Date
Translation updater bot 7e6b8ddbb2 Localisation updates from https://translatewiki.net.
Change-Id: I2a99bc20ceecc2241a2fd37f211a836217d9aad6
2021-11-01 09:34:02 +01:00
Translation updater bot a7c08e25a6 Localisation updates from https://translatewiki.net.
Change-Id: I9cfc4250097683cd65fe685280f2527b8da082d4
2021-10-28 08:28:14 +02:00
Translation updater bot d8c27f9919 Localisation updates from https://translatewiki.net.
Change-Id: I2bdc61c34a70e129ec54022f21d898b1ea47dc66
2021-10-25 08:51:48 +02:00
libraryupgrader 47581077d5 build: Updating mediawiki/mediawiki-codesniffer to 38.0.0
Change-Id: Iaf519bda916cc0b08d3a526b9273ca16321b4f29
2021-10-24 07:07:54 +00:00
Translation updater bot 97413fa1a6 Localisation updates from https://translatewiki.net.
Change-Id: I847c702190fedcd0ac4736fcd9b85ef13af5a0ae
2021-10-18 15:20:35 +02:00
Alexander Vorwerk 2b3ca01871 MediaWikiTestCase -> MediaWikiIntegrationTestCase
MediaWikiTestCase has been renamed to MediaWikiIntegrationTestCase in 1.34.

Bug: T293043
Change-Id: I2e76733232bad0201a4e1e97617f5f7c1cf97235
2021-10-12 21:52:50 +02:00
libraryupgrader a8e2b7c6fa build: Updating ansi-regex to 5.0.1
* https://npmjs.com/advisories/5197 (CVE-2021-3807)

Additional changes:
* composer.json: Updated phpcs command in composer test (T280592).
* composer.json: Added phpcs command to scripts (T280592).

Change-Id: I12d40efee5137cbe369e6ebe6df73b76f948dd46
2021-10-05 02:02:51 +00:00
Translation updater bot c37e4e6b3d Localisation updates from https://translatewiki.net.
Change-Id: I2fb05981ed849208eb1086028d6c68df17328454
2021-10-04 08:56:06 +02:00
Translation updater bot 9551baf9ee Localisation updates from https://translatewiki.net.
Change-Id: Ib423ee5c3c7440acdb0d0474766be6dd24b55d7f
2021-09-27 08:35:02 +02:00
Translation updater bot 998068d01a Localisation updates from https://translatewiki.net.
Change-Id: If5d1629db7519079572375ecbf9ef3e0eaeb2a19
2021-09-22 08:10:47 +02:00
Translation updater bot 62d9dd3e74 Localisation updates from https://translatewiki.net.
Change-Id: Iccf704ba92117a6effbcb2d0e85a53bf95400759
2021-09-15 08:14:28 +02:00
Translation updater bot c325147d54 Localisation updates from https://translatewiki.net.
Change-Id: Ifb6e034c64777ee3071169d41f2fe163809cd6de
2021-09-09 08:17:44 +02:00
libraryupgrader d892683d6e build: Updating composer dependencies
* mediawiki/mediawiki-phan-config: 0.10.6 → 0.11.0
* php-parallel-lint/php-parallel-lint: 1.3.0 → 1.3.1

Change-Id: I4e156df215bd0f990660fbe0f254824f1408119a
2021-09-09 02:35:37 +00:00
Translation updater bot ca3254fcf3 Localisation updates from https://translatewiki.net.
Change-Id: I12c030602ba5d457a5cc0766cba93a94c2b8d12d
2021-09-06 08:20:57 +02:00
libraryupgrader 9acb991531 build: Updating path-parse to 1.0.7
* https://npmjs.com/advisories/1773 (CVE-2021-23343)

Change-Id: I7223ad1450f5793f1bdf468ceeab2845514958c1
2021-09-02 01:58:41 +00:00
Translation updater bot 669d05bc91 Localisation updates from https://translatewiki.net.
Change-Id: I28822026183dd533624bd1f279aeeb9d4a79127b
2021-09-01 08:16:25 +02:00
Translation updater bot 94dc5a7201 Localisation updates from https://translatewiki.net.
Change-Id: I73695a3070fe87538002281b80b8a338226f40e9
2021-08-30 08:20:19 +02:00
Translation updater bot 82dc29253d Localisation updates from https://translatewiki.net.
Change-Id: Ic309ada31d54683f8987ca8a4e5e6ac76e31ca5d
2021-08-27 08:43:55 +02:00
Translation updater bot a3ce024fe6 Localisation updates from https://translatewiki.net.
Change-Id: I9a41f91a981b0faf5cb32dbf58b9bd470781c87c
2021-08-26 08:36:27 +02:00
sbailey cc2e08546b Fix broken RecordLintJobTest
* Adapted other core phpunit test user, title and page creation
   code to avoid creating a MOCK title such that the job runner
   finds the page(title) in the database and runs the job without
   hackery of populating the title in the constructor of
   RecordLinkJob. When the getForPage() runs, it finds the
   page and its lint errors through the standard code paths.

Bug: T225337
Change-Id: Ibb57523ee2f066c7bd0465c14f0dcb2bab51286b
2021-08-11 15:39:49 -07:00
Translation updater bot 74d0b9abe2 Localisation updates from https://translatewiki.net.
Change-Id: Ibc80a091009c1349b8da1f78b77072e77e32c0d6
2021-08-10 08:06:40 +02:00
Translation updater bot dcaaef65b1 Localisation updates from https://translatewiki.net.
Change-Id: If58da3046679fb23f4517b0db5d5210241417506
2021-08-09 08:24:23 +02:00
Kunal Mehta 4f4b700fbd Fix off-by-one error around MAX_ACCURATE_COUNT
Currently we select 20 rows, and return the accurate count if it's less
than that, so up to 19 rows. Since we want to return an accurate count
if it's 20 rows or less, select one more row, 21, so we can differentiate
between only having 20 result rows or hitting the limit. This is the same
technique used in MediaWiki's Pager system.

Change-Id: I50fa96238eb4c7178414ee92c53799fd69520926
2021-08-06 13:05:29 -07:00
Translation updater bot 2becc3fd28 Localisation updates from https://translatewiki.net.
Change-Id: I87cd01b5d22f3bb341ca05d513ebff4d431bb993
2021-08-03 08:11:48 +02:00
Translation updater bot cc23a9b5b2 Localisation updates from https://translatewiki.net.
Change-Id: I5cd7e35c098a900112853f88c43ccd4a8bf94ce2
2021-07-27 08:13:30 +02:00
Translation updater bot 20037f44ae Localisation updates from https://translatewiki.net.
Change-Id: I7f948a22c7a4f82f56d71fc393e21dfbd18a3ffd
2021-07-26 08:12:21 +02:00
libraryupgrader 0139c2a870 build: Updating mediawiki/mediawiki-codesniffer to 37.0.0
Change-Id: I218e85f991357c07c45d0821f3c6bfafe7e015b5
2021-07-23 01:42:34 +00:00
Translation updater bot ebcbb387a2 Localisation updates from https://translatewiki.net.
Change-Id: I9c31cbeeb471a5f4ffb7b8f38e2ebaddc8db8014
2021-07-22 08:13:20 +02:00
Translation updater bot 0d4ee019ba Localisation updates from https://translatewiki.net.
Change-Id: I56b743d0390e1bba4b937a480c24fa826e654f7e
2021-07-21 08:05:43 +02:00
Translation updater bot 63e1b56a86 Localisation updates from https://translatewiki.net.
Change-Id: I8d6449943e004102f4efae70f983882769089f9b
2021-07-20 08:20:39 +02:00
Translation updater bot 6a70a459ca Localisation updates from https://translatewiki.net.
Change-Id: I7c207b396784b6d7e6a84f33dba04f433190e277
2021-07-09 08:07:01 +02:00
Translation updater bot ec5b62ef3c Localisation updates from https://translatewiki.net.
Change-Id: Ie40534fdcf5436e3537be696d5edd3c0bc3fedd7
2021-07-08 08:46:49 +02:00
Translation updater bot 84d6ce47ce Localisation updates from https://translatewiki.net.
Change-Id: I5a8d62ce07cf5f278d5486729fb996dde5650083
2021-07-07 08:07:58 +02:00
Translation updater bot 26dbcf9d2f Localisation updates from https://translatewiki.net.
Change-Id: Ie9ed322e9c56760ed27346a8dbfdba3a905a6a15
2021-07-05 08:07:00 +02:00
Translation updater bot d8b0be7c5b Localisation updates from https://translatewiki.net.
Change-Id: I6a1266c7278cf19c5965f4c08220a77cd5977e33
2021-07-02 08:31:18 +02:00
Translation updater bot 68989ddb30 Localisation updates from https://translatewiki.net.
Change-Id: I5a7bb38ad62ed7875a76cef85b0634f2834f4f52
2021-07-01 08:09:34 +02:00
Translation updater bot 00422a6a9d Localisation updates from https://translatewiki.net.
Change-Id: If94234c1f6904f41fac8191e6269292046a61127
2021-06-28 09:23:13 +02:00
Translation updater bot 20cc90ae97 Localisation updates from https://translatewiki.net.
Change-Id: I2106be986168e67cd64b2de666479e0777dd706c
2021-06-24 08:27:05 +02:00
Translation updater bot 108ec97fde Localisation updates from https://translatewiki.net.
Change-Id: I42faad95d9e227b749b15bef398d64ea211aa9bc
2021-06-22 08:09:33 +02:00
Translation updater bot 39b50fabd8 Localisation updates from https://translatewiki.net.
Change-Id: I2dd674572beba60200fb07894e9aaed6772f0709
2021-06-17 08:20:47 +02:00
Translation updater bot 46bcbeb3aa Localisation updates from https://translatewiki.net.
Change-Id: Ib6041447f3a5f4f15bfe6b5ddd34f70a3e445258
2021-06-11 08:33:48 +02:00
Translation updater bot 523cdaaef4 Localisation updates from https://translatewiki.net.
Change-Id: I2a6223aecd798eee43c233d87b4a1997a08714e4
2021-06-08 08:36:13 +02:00
Translation updater bot 397e51c067 Localisation updates from https://translatewiki.net.
Change-Id: I70069e00da44a9785e04633c64798d68628b2617
2021-06-02 14:35:22 +02:00
Translation updater bot ea13f09085 Localisation updates from https://translatewiki.net.
Change-Id: Ia1ff64eb3fcc88ae04abd208fe468926782e47ea
2021-05-31 08:31:39 +02:00
Translation updater bot 0ada482ea4 Localisation updates from https://translatewiki.net.
Change-Id: I77b8d75b32952cf0bd7b54d841696fd881ae706b
2021-05-27 12:05:35 +02:00
libraryupgrader 4c98b1ef09 build: Updating browserslist to 4.16.6
* https://npmjs.com/advisories/1747 (CVE-2021-23364)

Change-Id: Idd1cd4d27e58cbdae07376085bc869c21bc387f0
2021-05-25 20:46:22 +00:00
Translation updater bot 0d91d7c02d Localisation updates from https://translatewiki.net.
Change-Id: I01daf830edc8b638e6820a5c2ae43f3d45aa5d84
2021-05-25 08:52:45 +02:00
Translation updater bot dbcc884e2b Localisation updates from https://translatewiki.net.
Change-Id: I65a6cfc798588750d98ebb5b251118523d3b1189
2021-05-19 08:43:15 +02:00
Translation updater bot 9e511067bb Localisation updates from https://translatewiki.net.
Change-Id: Ifbd169a5771667cf9360ecd8308a0e82aa1174bd
2021-05-17 08:42:32 +02:00
Translation updater bot aecc966f11 Localisation updates from https://translatewiki.net.
Change-Id: Ic89cbb1141e356ddbe6dc1db39ccd3bad0bd8fae
2021-05-14 08:44:35 +02:00