Commit graph

1318 commits

Author SHA1 Message Date
Translation updater bot 33b61d2223 Localisation updates from https://translatewiki.net.
Change-Id: Id6fa27a884ce9d0b083257ef03566b7f4ad38be0
2019-09-23 09:25:54 +02:00
Translation updater bot 88e433977d Localisation updates from https://translatewiki.net.
Change-Id: Ia0746b52e666706673504399ec1365f80a975585
2019-09-19 09:58:56 +02:00
Translation updater bot 87ec315bac Localisation updates from https://translatewiki.net.
Change-Id: I7585316afe719fcbba48efb4d02e1d78a23084cf
2019-09-16 09:55:31 +02:00
Translation updater bot dbf6b66407 Localisation updates from https://translatewiki.net.
Change-Id: Ifd9139981ab5432a52f454e9f7ce888e3cbb56b1
2019-09-12 10:02:22 +02:00
Translation updater bot da3d712c5a Localisation updates from https://translatewiki.net.
Change-Id: I9937c98afa50978ca7f137bae2243adc9b0c9415
2019-09-04 10:13:36 +02:00
Derick Alangi 3989bee54a Avoid usage of deprecated $wgContLang global (dep in 1.32)
Change-Id: I55bfd9d30dc135f8886a2532f53299e9d65ddac9
2019-09-02 09:52:38 +01:00
Translation updater bot 4b1d68bf2d Localisation updates from https://translatewiki.net.
Change-Id: Ic651822b0d0c7f0d08ef81f8ebb9daa3822f8687
2019-08-30 10:03:33 +02:00
libraryupgrader ca9e54a2dd build: Updating eslint-utils to 1.4.2
* https://npmjs.com/advisories/1118

Additional changes:
* Added .eslintcache to .gitignore.

Change-Id: I0087975458b07bf062b2fb500b9f5ab563b913ec
2019-08-24 10:12:59 +00:00
Translation updater bot b7f1dc53eb Localisation updates from https://translatewiki.net.
Change-Id: I41f5dac6de4a20127e7b3f95fc53c223a96c247c
2019-08-20 10:23:10 +02:00
Translation updater bot 796339300c Localisation updates from https://translatewiki.net.
Change-Id: Ie4f722cf53cbf9e794ac2bf314ef7e1954ca327f
2019-08-13 09:16:01 +02:00
Translation updater bot 8d468f79f9 Localisation updates from https://translatewiki.net.
Change-Id: Ic4956c6a2ccae3ec4b401255439ed6e4d0e7cd77
2019-08-08 09:32:52 +02:00
Translation updater bot 092acbf7cf Localisation updates from https://translatewiki.net.
Change-Id: Icaf9c1863c984c27680abe435323f963b45d93e5
2019-08-05 09:41:31 +02:00
libraryupgrader ac05f9da5a build: Updating lodash to 4.17.15
* https://npmjs.com/advisories/1065
* CVE-2019-10744

Change-Id: I0e92f0876b94bd14e2e5583009f002ee3bb94b74
2019-08-02 07:15:14 +00:00
Translation updater bot 86f18db0d9 Localisation updates from https://translatewiki.net.
Change-Id: I3d0a55891bdbc51bfd23c389e518b4e866325b0e
2019-08-01 09:17:04 +02:00
Translation updater bot dbdf903d8c Localisation updates from https://translatewiki.net.
Change-Id: I780fb1992e6b48aaec47a31d219bd718a78b7555
2019-07-27 09:30:10 +02:00
jenkins-bot 0cf4141672 Merge "Remove no-op if ( $action === 'delete' ) { } block" 2019-07-26 13:26:14 +00:00
Reedy b7449481be Remove no-op if ( $action === 'delete' ) { } block
Change-Id: I65b63af4706e58c271281edfca377fb1a489ef6d
2019-07-26 12:42:25 +00:00
jenkins-bot 392476fad9 Merge "Remove duplicate code line" 2019-07-26 12:03:40 +00:00
Reedy 16c67999b4 Remove duplicate code line
Change-Id: I59b803e6f7381a683e61dbe3af00aa55f5f46efc
2019-07-26 12:11:21 +01:00
Translation updater bot acce23cef2 Localisation updates from https://translatewiki.net.
Change-Id: I594e22717d5cc97b95e3594d15ccb66372e8e991
2019-07-26 08:55:47 +02:00
Translation updater bot 8f0f1a1b69 Localisation updates from https://translatewiki.net.
Change-Id: Ie51826a97fe6948e5d25a539059a1973b6f5fa8e
2019-07-24 22:28:59 +02:00
Translation updater bot 5e29b10144 Localisation updates from https://translatewiki.net.
Change-Id: I4651987dda455723d0cf5970d656291113b0f8a0
2019-07-23 08:54:18 +02:00
jenkins-bot 729d7c6d21 Merge "Global interlanguage links feature" 2019-07-18 08:32:11 +00:00
Jack Phoenix 4f51be9781 Global interlanguage links feature
To use, set the new global $wgInterwikiCentralInterlanguageDB to the
name of a MediaWiki DB from which to fetch global interlanguage links.
For example, on Uncyclomedia projects this could be 'uncm_meta' for
most of the Uncyclopedias to fetch their interlanguage links from the
meta-wiki, but perhaps 'illg_en' for the Illogicopedias to fetch their
interlanguage links from the English Illogicopedia's DB (instead of
the meta Uncyclomedia wiki's DB).

Disables local interlanguage links for as long as it is enabled, and
as such likewise prevents their editing, but does not change anything
currently in the local table.

Also bumped the version number and got rid of the silly, outdated
datestamp in it.

Bug: T220247
Change-Id: I6b691ef8e37367fe0e0fcb8b3778f4470d0c5200
2019-07-15 19:05:43 +00:00
libraryupgrader fe5303a46f build: Updating dependencies
composer:
* mediawiki/mediawiki-codesniffer: 24.0.0 → 26.0.0

npm:
* set-value: 2.0.0 → 2.0.1
  * https://npmjs.com/advisories/1012
  * CVE-2019-10747
* union-value: 1.0.0 → 1.0.1
  * https://npmjs.com/advisories/1012
  * CVE-2019-10747
* mixin-deep: 1.3.1 → 1.3.2
  * https://npmjs.com/advisories/1013
  * CVE-2019-10746

Change-Id: Ibe9aececd3a2bb09dc0171a2e5a0a5f8f35e24e0
2019-07-14 12:41:13 +00:00
James D. Forrester bfc8a01872 build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1
Change-Id: Ic99c6b8c0e5e9380b1bc794494a01d1896bfc4ac
2019-07-10 16:32:51 +00:00
Translation updater bot b4ad183392 Localisation updates from https://translatewiki.net.
Change-Id: I0b514e01693f9fe4183f2df0de8af418c9a07be9
2019-06-24 08:38:47 +02:00
Translation updater bot 5bc6555b24 Localisation updates from https://translatewiki.net.
Change-Id: I475c4a0250705a00dc25ac913e85a4180e87b2d7
2019-06-13 22:39:30 +02:00
jenkins-bot eaaac4df89 Merge "Preload tablesorter styles by module 'jquery.tablesorter.styles'" 2019-06-11 20:20:09 +00:00
Translation updater bot 530f4733cb Localisation updates from https://translatewiki.net.
Change-Id: I10c23a032da2b3b1143264fc76c9da7235ef2705
2019-06-10 22:55:01 +02:00
libraryupgrader 60c733bd3f build: Updating mediawiki/mediawiki-phan-config to 0.6.1
Change-Id: I2c46ddf008976b3e194796290c921b83bc0115db
2019-06-10 08:33:27 +00:00
libraryupgrader 1442802cad build: Updating npm dependencies for security issues
* Updated stylelint-config-wikimedia to 0.6.0, addressing:
  * https://npmjs.com/advisories/786

Committed package-lock.json (T179229) too.

Change-Id: Id7042b5cd9aa50d6c438d22c481657caa7c21079
2019-06-08 11:06:07 +00:00
Reedy 3ce416a9ca Remove PHP entry point
Bug: T140007
Change-Id: If1ca194bf2cf563db1e308f26e223c8cd2f4485b
2019-06-06 15:10:32 +01:00
jenkins-bot 160c36737b Merge "Use explicit escaped() instead of implicit __toString()" 2019-05-28 18:57:44 +00:00
Translation updater bot 286670e14f Localisation updates from https://translatewiki.net.
Change-Id: Ied092e3eaf523b2d984216f459634616d311f83b
2019-05-23 23:06:27 +02:00
Fomafix 9c2e708ded Use explicit escaped() instead of implicit __toString()
For the message 'comma-separator' a wikitext parsing is not necessary.

Change-Id: I5816a39c0526b153f881f8ba5f744493e6f54034
2019-05-23 14:47:27 +02:00
Translation updater bot 4dcb160ab0 Localisation updates from https://translatewiki.net.
Change-Id: Ic37ca7fb8a58a88e2e11a635a6da1201d21945db
2019-05-22 22:31:19 +02:00
James D. Forrester d6ff074664 build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0
Change-Id: I9b12cbf508ec5b38403ecb46f19889287eec61b5
2019-05-19 13:20:59 +02:00
Translation updater bot b734bb58be Localisation updates from https://translatewiki.net.
Change-Id: I9f76eda0a6ca0e7d6e31cc7ed7bd8b276acf94b6
2019-05-15 09:13:28 +02:00
James D. Forrester fd7bf82ece build: Upgrade eslint-config-wikimedia 0.12.0, drop grunt-jsonlint
Change-Id: Iad84e0d51929ea23c0b54b2b2c235fc840fa1df2
2019-05-06 16:26:39 -07:00
James D. Forrester 6aaada1b93 build: Install eslint
Change-Id: Ica9063361e24fb071dc19f3c895078f69ea550c4
2019-05-06 16:25:42 -07:00
jenkins-bot 092a9440d3 Merge "Translate Special:Interwiki into Czech" 2019-04-22 19:55:02 +00:00
Translation updater bot c40808c36e Localisation updates from https://translatewiki.net.
Change-Id: If81d77d3596de69e75aa04198f95619cc04d3604
2019-04-22 09:23:34 +02:00
Martin Urbanec 89797fe3f3 Translate Special:Interwiki into Czech
Change-Id: I2d1262d7e934fe3bc22383201d9674efb629fe26
2019-04-19 21:01:58 +02:00
Translation updater bot 9f41562dc4 Localisation updates from https://translatewiki.net.
Change-Id: I4476c602e0f05cc4847ae0f475fb389d130fe464
2019-04-14 22:29:48 +02:00
Translation updater bot 8ec5cb6d4e Localisation updates from https://translatewiki.net.
Change-Id: I945fc5353611439d6c72f69422c96e7568be4894
2019-04-05 22:27:28 +02:00
Translation updater bot b03c98b408 Localisation updates from https://translatewiki.net.
Change-Id: I062506de39ae5c43f7c94cf61cef3e0e7e433453
2019-04-04 14:53:59 +02:00
Translation updater bot edd79a6bc3 Localisation updates from https://translatewiki.net.
Change-Id: I6f06769ed967af9d5c0fb67a5f480985ad17db9e
2019-03-31 22:16:47 +02:00
Translation updater bot 4911bef7b6 Localisation updates from https://translatewiki.net.
Change-Id: If63353005070ee947623c0dd3a090f177b833806
2019-03-23 10:23:02 +01:00
Translation updater bot 4fc76fab57 Localisation updates from https://translatewiki.net.
Change-Id: I0ba9602f444671b7c18d73b5ab188ea7a9cd6a5a
2019-03-19 22:16:58 +01:00