Kunal Mehta
65ed486c48
Move classes into includes/
...
Change-Id: I19aa6cfe5ba23076167c0cb026c55342737b4be2
2018-02-24 13:41:07 -08:00
James D. Forrester
4fa864ee2e
build: Bump devDependencies to latest
...
grunt 1.0.1 → 1.0.2
grunt-banana-checker 0.4.0 → 0.6.0
grunt-contrib-jshint 0.11.3 → 1.1.0
grunt-jscs 2.1.0 → 2.3.0
grunt-jsonlint 1.0.7 → 1.1.0
grunt-stylelint 0.6.0 → 0.9.0
stylelint 7.8.0 → 8.2.0
stylelint-config-wikimedia 0.4.1 → 0.4.2
Change-Id: I58d76a02b5b6ce524f9261880340377120e01203
2018-02-23 17:55:00 -08:00
Translation updater bot
63403c3dcd
Localisation updates from https://translatewiki.net .
...
Change-Id: Ia33d4b245a613947b627f32adb0626e4cf588f96
2018-02-22 23:22:08 +01:00
Translation updater bot
2db3ea3356
Localisation updates from https://translatewiki.net .
...
Change-Id: I4e4c0c04f01a8de6932f822fd5f2f8f909551eec
2018-02-19 22:25:34 +01:00
libraryupgrader
50a632e082
build: Updating mediawiki/minus-x to 0.3.1
...
Change-Id: Ic6318d10cae86094cf7549b18452648de2f28c73
2018-02-17 23:22:39 +00:00
jenkins-bot
612c681225
Merge "Set phan-taint-check-plugin version in composer.json"
2018-02-16 22:02:56 +00:00
Kunal Mehta
220cf0d82b
Set phan-taint-check-plugin version in composer.json
...
We cannot set this in the normal "require-dev" because the plugin
depends on exactly PHP 7.0, preventing running tests on any other PHP
version.
Instead, CI will read the version number out of the "extra" field to
figure out what version to install.
Bug: T187497
Change-Id: I17c52102998e3308806bad11bfc1b9dbd44dd490
2018-02-16 13:41:08 -08:00
Translation updater bot
a59944b993
Localisation updates from https://translatewiki.net .
...
Change-Id: I8ce0cfdb5d8dae6ab45244ac4c2b86fd5348279b
2018-02-16 22:29:14 +01:00
libraryupgrader
80be6cecfd
build: Updating mediawiki/mediawiki-codesniffer to 16.0.0
...
Change-Id: Ibfa61e5e6962eca549d5807cb21e330be5611449
2018-02-15 12:11:59 +00:00
Translation updater bot
029e818bfb
Localisation updates from https://translatewiki.net .
...
Change-Id: Ie81915693ae680e1e6deafdc88a519ee35169408
2018-02-13 22:25:32 +01:00
Translation updater bot
058d3af50d
Localisation updates from https://translatewiki.net .
...
Change-Id: I2ac58cf46f7519729e1070b841239e81e9299e56
2018-02-03 22:22:35 +01:00
Kunal Mehta
ac1e61b87f
Use SPDX 3.0 license identifier
...
SPDX released version 3 of their license list (<https://spdx.org/licenses/ >),
which changed the FSF licenses to explicitly end in -only or -or-later
instead of relying on an easy to miss + symbol.
Bug: T183858
Change-Id: I11279b46cfcd6c1a4a6bdc4ac0434677b2dce5e4
2018-01-31 23:12:42 -08:00
Translation updater bot
dd1c5a536d
Localisation updates from https://translatewiki.net .
...
Change-Id: Ib0d350d942c47333fcaf464c3ce19d650b523bbb
2018-01-30 22:16:49 +01:00
Translation updater bot
58dc76c579
Localisation updates from https://translatewiki.net .
...
Change-Id: I4403e7e37bbe413ee77564001ce50441222cd52e
2018-01-20 14:42:47 +01:00
Fomafix
b4d359d250
Load 'ext.interwiki.specialpage' as style module
...
This avoids a FOUC on loading.
For overwriting the wikitable styles a higher specificity is needed to
not depend on the order of loading.
The dependency to module 'jquery.makeCollapsible' is not necessary
because this module is loaded automatically.
Change-Id: Icc1ec927a89df5cf8c847ab5cb77d81f2651be49
2018-01-20 12:05:02 +00:00
Translation updater bot
60ebf7695e
Localisation updates from https://translatewiki.net .
...
Change-Id: I9d548b2abe03f7976a1a84bc3a126888ce00130b
2018-01-01 09:18:47 +01:00
libraryupgrader
85f75b44ef
build: Updating mediawiki/mediawiki-codesniffer to 15.0.0
...
The following sniffs are failing and were disabled:
* Squiz.Scope.MethodScope.Missing
Change-Id: I25ace449a1caedf053fe374a3dc0680f2290d718
2017-12-30 01:03:29 +00:00
Translation updater bot
97ef9e4904
Localisation updates from https://translatewiki.net .
...
Change-Id: I43f672fa4279f3eeca8b04304b81f930d2676bdb
2017-12-28 09:59:37 +01:00
Translation updater bot
610db1ad33
Localisation updates from https://translatewiki.net .
...
Change-Id: Ibd7aabcfa3c56aef13b7134a606db04350a39e71
2017-12-23 22:26:58 +01:00
jenkins-bot
4b7af662c6
Merge "Move InterwikiLogFormatter to own file"
2017-12-23 12:08:45 +00:00
Translation updater bot
16358ea510
Localisation updates from https://translatewiki.net .
...
Change-Id: I415f5fd2fd76945f69c4c43c4931c399c44d1b71
2017-12-22 22:23:09 +01:00
Translation updater bot
a1e44dd653
Localisation updates from https://translatewiki.net .
...
Change-Id: Ia35c0a6524fb262d2273db5a01701e0aa75e18a6
2017-12-18 23:06:35 +01:00
Umherirrender
2d6236edfc
Move InterwikiLogFormatter to own file
...
Makes MediaWiki.Files.OneClassPerFile.MultipleFound pass
Change-Id: I463de4435b1f1ef82b9e87b35ebc3ad16e181898
2017-12-16 14:14:00 +01:00
libraryupgrader
a6d42b912f
build: Updating mediawiki/minus-x to 0.2.1
...
Change-Id: I8e17798229b240060cc97fae1f5a9b11f54393b8
2017-12-10 22:31:39 +00:00
Translation updater bot
6606c71b29
Localisation updates from https://translatewiki.net .
...
Change-Id: Id0e3542e4dc1ab51f9be0ec781dbe5ced579ef7d
2017-12-10 22:33:16 +01:00
Translation updater bot
82c8993e0c
Localisation updates from https://translatewiki.net .
...
Change-Id: I809a9fe69f53fc2cee57a34de3d3d640f10cbce1
2017-12-05 09:40:55 +01:00
Umherirrender
7179b80f19
build: Always exclude vendor and node_modules
...
Change-Id: I9fc57eca23de3be0aa75dff2a33723eeea1c5862
2017-11-11 18:57:33 +01:00
Translation updater bot
904d73337f
Localisation updates from https://translatewiki.net .
...
Change-Id: I83b59c70e8843252f20ef173d2d7bdc134a8e30a
2017-11-08 22:31:16 +01:00
Translation updater bot
7521bc5664
Localisation updates from https://translatewiki.net .
...
Change-Id: I07527d8037ebad4f1a6ab878f0a3bdc5bbcb9d3f
2017-11-06 22:54:42 +01:00
Kunal Mehta
faa954e515
build: Adding MinusX
...
Change-Id: I7ec009eec93b777ca62cefbead2d2af6acce730f
2017-11-03 16:57:24 -07:00
libraryupgrader
79f49627c7
build: Updating mediawiki/mediawiki-codesniffer to 14.1.0
...
And moved phpcs.xml to .phpcs.xml (T177256).
Change-Id: Idbed13046f44a8e1050d4d99d6964fbda5373a31
2017-10-21 04:24:32 +00:00
Translation updater bot
558f22fff6
Localisation updates from https://translatewiki.net .
...
Change-Id: I887d6e2b6d5e15f947a23d3203d620800e118f06
2017-10-09 22:52:40 +02:00
Umherirrender
f590506e69
Improve some parameter docs
...
Change-Id: Ie25794af8b60c7d5b75ca0441d3368248a042c99
2017-10-07 00:51:04 +02:00
libraryupgrader
5c8fab12dd
build: Updating mediawiki/mediawiki-codesniffer to 13.0.0
...
Change-Id: I99c099428f8a52366fff466867ec846120801e99
2017-09-24 05:27:39 +00:00
Translation updater bot
cdb99d0756
Localisation updates from https://translatewiki.net .
...
Change-Id: I50467d5597109a79fe0a6a46cad2e6a60769a7d2
2017-09-22 22:58:17 +02:00
Translation updater bot
83d3638b57
Localisation updates from https://translatewiki.net .
...
Change-Id: If38dd2774e635b1c329af2d8fc4aedb5eeac130e
2017-09-14 23:19:20 +02:00
libraryupgrader
5d2916d31b
build: Updating mediawiki/mediawiki-codesniffer to 0.12.0
...
The following sniffs are failing and were disabled:
* MediaWiki.Files.ClassMatchesFilename.NotMatch
* MediaWiki.Files.OneClassPerFile.MultipleFound
Change-Id: I6f767631cc334ca2a56b794d9399a7bc40a04b86
2017-09-01 04:51:56 +00:00
Translation updater bot
63992065b4
Localisation updates from https://translatewiki.net .
...
Change-Id: Ifa01a2032fdd959087b1c16b02293a8bf0f96b49
2017-08-30 10:46:14 +02:00
Translation updater bot
8f38133f26
Localisation updates from https://translatewiki.net .
...
Change-Id: Ib6ff4695cbac5e734b2f79daad7125cede009763
2017-08-28 12:53:23 +02:00
Umherirrender
228f141ca5
Use json extension for .stylelintrc
...
Bug: T173516
Change-Id: Ie866b9112eed033a16f74f0ae2c82dc3e3ea769e
2017-08-19 09:49:58 +02:00
Translation updater bot
b74bdac52e
Localisation updates from https://translatewiki.net .
...
Change-Id: I6e042048a3a5b72ef3c4ea73b97816dc46b718a2
2017-08-17 08:51:19 +02:00
Translation updater bot
c003ac6d3a
Localisation updates from https://translatewiki.net .
...
Change-Id: If72e12b04f0e6e03c48a2d0ff5acd02b7bb579ef
2017-08-14 09:13:14 +02:00
Kunal Mehta
8ab8a9cb9f
build: Updating mediawiki/mediawiki-codesniffer to 0.11.0
...
Change-Id: I2a62e46c931fa194b39362ae4c5e6ddf59da37b7
2017-08-10 23:49:20 -04:00
Translation updater bot
cd8255b2d4
Localisation updates from https://translatewiki.net .
...
Change-Id: I4609727271ebd2d80a157c20af1eede101fc45a2
2017-08-02 23:38:20 +02:00
Translation updater bot
fdd0835613
Localisation updates from https://translatewiki.net .
...
Change-Id: I721f975680faf606e06d8ccfd2088e7d6db81a2e
2017-08-01 22:47:45 +02:00
Antoine Musso
f372e90130
Define npm peer dependency explicitly
...
npm 3 requires dependencies to be explicitly defined.
Bug: T172094
Change-Id: Ic640ccf0f577e47036d473892522ea758014fab4
2017-07-31 13:01:30 +02:00
Translation updater bot
61bf2f80ee
Localisation updates from https://translatewiki.net .
...
Change-Id: I11b0d97fde15de6d790b743f0f4624b6b7b456de
2017-07-26 22:37:02 +02:00
Translation updater bot
b6a42bafae
Localisation updates from https://translatewiki.net .
...
Change-Id: Ic416092489ffe261f8e24bb631cd2932b1c3acc2
2017-07-24 23:00:33 +02:00
Kunal Mehta
993c0e20b7
build: Updating mediawiki/mediawiki-codesniffer to 0.10.1
...
Change-Id: I5c109ff28f18b2bf51bc8656021337272fb600a3
2017-07-23 00:25:43 -07:00
Translation updater bot
ab206aea43
Localisation updates from https://translatewiki.net .
...
Change-Id: I4209c47122cbc8556e6893595d2161595a1b1e0e
2017-07-22 22:40:12 +02:00