libraryupgrader
2a6652d730
build: Updating mediawiki/minus-x to 0.3.1
...
Change-Id: I52f1ad2f1c267bb0d1afe5f68a1db0f2c5992702
2018-02-17 19:29:37 +00:00
jenkins-bot
2b164b3dd1
Merge "Set phan-taint-check-plugin version in composer.json"
2018-02-16 22:10:28 +00:00
Kunal Mehta
7a727f6e50
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: I2cab29568d3bda6efd93e8c2501360a374b3c267
2018-02-16 13:40:26 -08:00
Translation updater bot
ec9cc2b636
Localisation updates from https://translatewiki.net .
...
Change-Id: I9d9fce61d564f8df8248f52068844a667a225d1a
2018-02-16 22:28:56 +01:00
jenkins-bot
b6664f9501
Merge "Migrate to mediawiki-phan-config"
2018-02-15 20:36:58 +00:00
jenkins-bot
f2d5d3982d
Merge "phan: Only check includes/ directory"
2018-02-15 20:36:57 +00:00
Kunal Mehta
bf56df4a60
Migrate to mediawiki-phan-config
...
Change-Id: I28e30c3c30b95537ef1fee49c8af1b6a1c5ad713
2018-02-15 12:24:43 -08:00
Kunal Mehta
a4669f079d
phan: Only check includes/ directory
...
And remove the extra configuration that was needed for linting the legacy
PHP entry point.
Bug: T187489
Change-Id: I77646431e233d9bca81a344f0168c154397fcf50
2018-02-15 12:20:08 -08:00
libraryupgrader
798e374aee
build: Updating mediawiki/mediawiki-codesniffer to 16.0.0
...
Change-Id: I30f75649e6bdefb81d00c16d4ab3da8a16585fbc
2018-02-15 09:10:47 +00:00
Tulsi Bhagat
0022ef4944
Removed deprecated position statements from resource loader module
...
Bug: T184257
Change-Id: I43bc6670706ae8eee3b5f2c2e9a35f649afdb8af
2018-02-12 12:26:23 +00:00
Kunal Mehta
14c37dd760
Move classes into includes/
...
Change-Id: I1aa22e05f5968d7e099bdc738ce54ec0d12c31d1
2018-02-09 18:37:58 +00:00
Translation updater bot
8714127d47
Localisation updates from https://translatewiki.net .
...
Change-Id: I5b23dbb07f1c617c613e257592020140aca5d06c
2018-02-07 22:17:18 +01:00
Translation updater bot
5e7aa3f704
Localisation updates from https://translatewiki.net .
...
Change-Id: I488b2f477991ecbc338bb385c9aaf24b1a4309e9
2018-02-04 22:43:26 +01:00
jenkins-bot
2cf6d26f5a
Merge "Use 'unwrap' post-cache transform instead of setWrapOutputClass( false )"
2018-02-01 22:51:49 +00:00
Translation updater bot
b8cd74f3b5
Localisation updates from https://translatewiki.net .
...
Change-Id: I5099f24541d900e769a04c37f509ccf1f6549f5e
2018-02-01 22:29:59 +01:00
Translation updater bot
f41fa18225
Localisation updates from https://translatewiki.net .
...
Change-Id: I8ad11f6dd76d2626002dd023f472ff3c2b37f4af
2018-01-29 22:19:47 +01:00
Translation updater bot
c26aeebc32
Localisation updates from https://translatewiki.net .
...
Change-Id: Icbd2be27002763d8849d69a4b10eed6375d85c28
2018-01-24 22:20:41 +01:00
Translation updater bot
521fca9868
Localisation updates from https://translatewiki.net .
...
Change-Id: I0256beb70eb97745e1c16e7eb41119f9de19c66d
2018-01-20 14:42:26 +01:00
Translation updater bot
c29baf7405
Localisation updates from https://translatewiki.net .
...
Change-Id: I0e44d1dc06924d0eeea0aceeaf22cb3f4567d70c
2018-01-17 22:45:38 +01:00
Translation updater bot
cee4931bd9
Localisation updates from https://translatewiki.net .
...
Change-Id: If2c3afc84d48570a195bb427eb43cff5ad6792cd
2018-01-15 22:24:52 +01:00
jenkins-bot
fe6b0a8527
Merge "Use SPDX 3.0 license identifier"
2018-01-06 08:33:39 +00:00
Translation updater bot
3f9b09cc6c
Localisation updates from https://translatewiki.net .
...
Change-Id: I07ccce5d8917037e03d91528deca97172664efc5
2018-01-05 09:21:31 +01:00
Kunal Mehta
03c21d7395
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: I696a8317d244cb0b824f71870dace1f40bc5fa12
2018-01-04 02:54:53 -08:00
libraryupgrader
eefbddf628
build: Updating mediawiki/mediawiki-codesniffer to 15.0.0
...
Change-Id: I7c269a53f724335ce6cba6422d18592a7b3ddb6b
2017-12-29 23:28:11 +00:00
Phantom42
1f103ccb8c
Add phan configuration for static analysis
...
Bug: T179554
Change-Id: I9f099e07e5873c1125b4b75839f0089f59b4fa8b
2017-12-25 18:06:24 +02:00
Brad Jorsch
588618e9e2
Use 'unwrap' post-cache transform instead of setWrapOutputClass( false )
...
To reduce parser cache fragmentation, core is deprecating
$parserOptions->setWrapOutputClass( false ) in favor of
$parserOutput->getText( [ 'unwrap' => true ] );
Depends-On: Iba16e78c41be992467101e7d83e9c3134765b101
Change-Id: Ie5d6c5ce34c05b8fe2353d3bb36b2a3a4166ec4b
2017-12-22 13:42:36 -05:00
Translation updater bot
3a10e0b37c
Localisation updates from https://translatewiki.net .
...
Change-Id: I3cdfe87fddd75b804f176dd763add824c9b4b3e9
2017-12-18 23:06:11 +01:00
Translation updater bot
1e43699b06
Localisation updates from https://translatewiki.net .
...
Change-Id: Ide255bce90283e67789da4b6f8f2c31f7868f918
2017-12-12 22:52:42 +01:00
Translation updater bot
6468ddf114
Localisation updates from https://translatewiki.net .
...
Change-Id: I4e37cee35adcbbe495c073d924acc9a46210e310
2017-12-11 23:38:40 +01:00
libraryupgrader
3321b1fe61
build: Updating mediawiki/minus-x to 0.2.1
...
Change-Id: I54cc291d94be947511d82a459a3a0eed5b0be823
2017-12-10 02:30:12 +00:00
Translation updater bot
183feaef38
Localisation updates from https://translatewiki.net .
...
Change-Id: Ia6b4da6017a11dd8786cbf5f8619eae67bdf28af
2017-12-05 09:40:07 +01:00
jenkins-bot
fdc01188d6
Merge "Use ParserOutput stateless transforms"
2017-12-01 04:30:08 +00:00
Translation updater bot
0ffd1ec2ee
Localisation updates from https://translatewiki.net .
...
Change-Id: Id89b9eea4410545c23094c276cd69a5fb1794b83
2017-11-29 22:32:30 +01:00
Translation updater bot
5a5092c3aa
Localisation updates from https://translatewiki.net .
...
Change-Id: I5d44439833f85f9b21e383247d7946fefe624fa2
2017-11-28 22:24:47 +01:00
Brad Jorsch
e214fe2493
Use ParserOutput stateless transforms
...
Depends-On: I78b62ec33fcb8273acb9b3b4e9012215442be94c
Change-Id: I30f162aa43c7f513df1153e0884a4339e4279aeb
2017-11-22 17:36:05 -05:00
Translation updater bot
ef263b555c
Localisation updates from https://translatewiki.net .
...
Change-Id: Ic8aa92c074e283f218e88b94a63ac8c2fdb0dcd8
2017-11-20 22:24:43 +01:00
Translation updater bot
b8c3a0cc20
Localisation updates from https://translatewiki.net .
...
Change-Id: Idba95c0ca9f4e80e4ac27a4168c13ed8d506b12a
2017-11-03 22:23:22 +01:00
Kunal Mehta
e2f6ab91e4
build: Adding MinusX
...
Change-Id: Ie3ab3a6658b8932dc4a6baa6f5b4a5d66e3189dd
2017-11-02 18:27:57 -07:00
Translation updater bot
cd24b7c569
Localisation updates from https://translatewiki.net .
...
Change-Id: Ie09a74b0b572e15bd75813e19ee2f20e36d33869
2017-11-02 22:44:01 +01:00
libraryupgrader
350e289356
build: Updating mediawiki/mediawiki-codesniffer to 14.1.0
...
And moved phpcs.xml to .phpcs.xml (T177256).
Change-Id: Ifef0eb0e072100fe5a5532fc5bdb906ffe25749b
2017-10-21 04:18:45 +00:00
Bartosz Dziewoński
61fad3f69d
Suppress wrapping <div class="mw-parser-output"> around our <citation> tags
...
This wrapping and the ability to disable it was introduced in MW 1.30.
Bug: T171389
Change-Id: Id2eeda5602c75cafea293abd125989c29d3fc314
2017-10-13 23:17:40 +02:00
Translation updater bot
4e36d3588b
Localisation updates from https://translatewiki.net .
...
Change-Id: I484043423ab3d6f6f3fd4cf0ba8c210a6d79216e
2017-10-13 22:32:31 +02:00
Umherirrender
9b6bbc99d0
Improve some parameter docs
...
Change-Id: Ib81e443362b506772d6b7df1815baaa9f94fa5a6
2017-10-06 21:29:48 +02:00
Translation updater bot
7960df75ca
Localisation updates from https://translatewiki.net .
...
Change-Id: Id91329d0bdb0ec0f72e1245a86349f1632e1ef0d
2017-09-26 22:31:59 +02:00
Translation updater bot
b9be8ceb65
Localisation updates from https://translatewiki.net .
...
Change-Id: I4fbf76724ae0fdfa084573de2e7f94936236f2c5
2017-09-24 22:33:21 +02:00
libraryupgrader
0fb31282b8
build: Updating mediawiki/mediawiki-codesniffer to 13.0.0
...
Change-Id: I52c17ee55a98526cfad194e201496db7b8571319
2017-09-24 05:21:10 +00:00
Translation updater bot
8891bd7f8c
Localisation updates from https://translatewiki.net .
...
Change-Id: I0463f804c58c88d32056cc1765b3b7db5063cea2
2017-09-20 22:40:29 +02:00
Translation updater bot
48de89b4fe
Localisation updates from https://translatewiki.net .
...
Change-Id: I50700c30c62b46035fa381b69412bcae0ea3a4e2
2017-09-12 22:28:02 +02:00
Translation updater bot
0aeec30bd4
Localisation updates from https://translatewiki.net .
...
Change-Id: I0fc72986a00d2572b03a097e04e5aa984fb6dae3
2017-09-04 22:27:05 +02:00
libraryupgrader
052d372f60
build: Updating mediawiki/mediawiki-codesniffer to 0.12.0
...
The following sniffs are failing and were disabled:
* MediaWiki.Files.ClassMatchesFilename.NotMatch
Change-Id: I7931b4cdfccd96caf45b59bcbfac00096f6b91f9
2017-09-01 04:46:10 +00:00