libraryupgrader
e150d1ca6c
build: Updating dependencies
...
composer:
* mediawiki/mediawiki-codesniffer: 34.0.0 → 35.0.0
* mediawiki/minus-x: 1.1.0 → 1.1.1
npm:
* eslint-config-wikimedia: 0.17.0 → 0.18.1
Change-Id: I65d4f456cb19d45ee6da21d8fb3e61ee87e9d5e5
2021-01-30 09:22:05 +00:00
Translation updater bot
a3cd15c5d3
Localisation updates from https://translatewiki.net .
...
Change-Id: I40e5c73fe8e7fe3c5983bec7e52b66c3ee3319af
2021-01-18 08:39:35 +01:00
Umherirrender
61c3c9daee
Swap condition to avoid "yoda condition"
...
Change-Id: I749570a60dd047e5dbe9a71fbbdbfa52e83584d8
2021-01-06 23:42:51 +01:00
Umherirrender
2fb5c57fba
Remove unneeded break after throw
...
Change-Id: Ief0dd9ecbf62ab84a3e504634eff4a236c115691
2021-01-06 00:21:50 +01:00
jenkins-bot
281a00cf20
Merge "build: Updating mediawiki/mediawiki-phan-config to 0.10.6"
2020-12-31 01:23:44 +00:00
libraryupgrader
98b0394394
build: Updating mediawiki/mediawiki-phan-config to 0.10.6
...
Additional changes:
* Added the "composer phan" command to conveniently run phan.
Change-Id: I602428796f6a4fdf6d30b686163e51b6eefdd0c0
2020-12-31 00:57:51 +00:00
libraryupgrader
e623b8e8a0
build: Updating mediawiki/mediawiki-phan-config to 0.10.6
...
Change-Id: Ic9ce791f7f206839c170e507dbc0850d734692a4
2020-12-29 22:18:19 +00:00
James D. Forrester
580d8c1529
Follow-up d6492afd
: Drop pre-1.32 back-compatibility code
...
Change-Id: I9ea4ad3f6cc1343560b5d7e753d34adcde95429e
2020-12-22 09:07:36 -08:00
James D. Forrester
0aa189009c
Drop use of wgContLang, deprecated in 1.32
...
Change-Id: Ib7fe7318100c0aadc3aa759416bf787913a9b788
2020-12-22 08:48:38 -08:00
Translation updater bot
e3ce3d7e1a
Localisation updates from https://translatewiki.net .
...
Change-Id: I135f364ba7f315768c11b293b70f2b0581cc058f
2020-12-15 08:36:49 +01:00
libraryupgrader
d005dc7c53
build: Updating dependencies
...
composer:
* mediawiki/mediawiki-phan-config: 0.10.4 → 0.10.5
npm:
* ini: 1.3.5 → 1.3.7
* https://npmjs.com/advisories/1589
Change-Id: I384d04efce68cd921c5855c57f7877ee0e95be5c
2020-12-11 06:04:12 +00:00
Translation updater bot
377272bd21
Localisation updates from https://translatewiki.net .
...
Change-Id: I8676185b4abbe85bfc80308438f01b60d38d976f
2020-12-07 08:47:01 +01:00
libraryupgrader
68c8eaf232
build: Updating mediawiki/mediawiki-codesniffer to 34.0.0
...
Change-Id: I37e30a56dbb7afd76660f3c4eca577e13df1f798
2020-12-07 00:11:55 +00:00
Translation updater bot
4799516865
Localisation updates from https://translatewiki.net .
...
Change-Id: Ib746bb8e0e76fc684d5c7fb9f6140db955b3f88d
2020-12-03 08:33:04 +01:00
AniLeo
286c538e6f
Fix MySQL invalid syntax regression from bcd6b2f7
...
Casting "AS INTEGER" is not valid MySQL syntax. You have to cast "AS
SIGNED" or "AS UNSIGNED".
Change-Id: Ia84f135a8699fdc6cff6877c31fae1d46bf84f97
2020-11-30 17:37:16 +00:00
libraryupgrader
e9032ac0db
build: Updating npm dependencies
...
* grunt-stylelint: 0.15.0 → 0.16.0
* stylelint-config-wikimedia: 0.10.1 → 0.10.3
Change-Id: I6c4c50762ca2d7e2a43f2a9fe62f70529f904282
2020-11-22 09:24:32 +00:00
libraryupgrader
d28651c59e
build: Updating mediawiki/mediawiki-phan-config to 0.10.4
...
Change-Id: I708699bdd60488688cdd06f541e03b54b8d68c01
2020-11-20 14:59:17 +00:00
libraryupgrader
8f054de250
build: Updating mediawiki/mediawiki-codesniffer to 33.0.0
...
The following sniffs are failing and were disabled:
* Generic.ControlStructures.DisallowYodaConditions.Found
* MediaWiki.Commenting.PropertyDocumentation.MissingDocumentationPrivate
* MediaWiki.Usage.ExtendClassUsage.FunctionConfigUsage
* MediaWiki.Usage.ExtendClassUsage.FunctionVarUsage
Additional changes:
* Dropped .inc files from .phpcs.xml (T200956).
* Added the `wikimedia/mediawiki` profile in .eslintrc.json (T262222).
* Added the `wikimedia/jquery` profile in .eslintrc.json (T262222).
* Removed global `$`, included in the `wikimedia/jquery` profile (T262222).
* Removed global `mw`, included via `wikimedia/mediawiki` profile (T262222).
* Dropped the emtpy global definition in .eslintrc.json.
Change-Id: I4ace90c3162ca94e401d80d9d68f278c6a2e9960
2020-11-04 16:53:49 +00:00
Translation updater bot
4de36d8520
Localisation updates from https://translatewiki.net .
...
Change-Id: I4ddd9ab9d149c48f9f0a93bcb6ca1d527ff87942
2020-10-21 08:27:43 +02:00
libraryupgrader
59cc9c8a30
build: Updating mediawiki/mediawiki-phan-config to 0.10.3
...
Additional changes:
* Consolidated .phpcs.xml encoding to "UTF-8" (T200956).
* Dropped .php5 files from .phpcs.xml (T200956).
Change-Id: Ic982aee80d05ea90fd327b1db871376dc9bdd703
2020-09-25 08:19:21 +00:00
Umherirrender
2e6744382d
build: Use existing eslint also for json linting
...
Bug: T220036
Change-Id: Ifecdf5dc7d5191ba15bbce3031af9499a181ad0c
2020-09-12 13:55:47 +02:00
libraryupgrader
e5420a94f6
build: Updating npm dependencies
...
* eslint-config-wikimedia: 0.16.2 → 0.17.0
* grunt: 1.2.1 → 1.3.0
Change-Id: I6491306f420b719c9bc028f7998af42e296441c4
2020-09-04 17:11:30 +00:00
Translation updater bot
8b7cc9ae05
Localisation updates from https://translatewiki.net .
...
Change-Id: I6ad2d1e33cda74e177169f0cc9694b5040eca467
2020-07-21 09:13:16 +02:00
libraryupgrader
8f61892677
build: Updating grunt to 1.2.1
...
Change-Id: Id5a3cc93735037a89af9bef0b964ed43a4b589ae
2020-07-18 22:20:54 +00:00
libraryupgrader
97ba63f485
build: Updating npm dependencies
...
* eslint-config-wikimedia: 0.15.3 → 0.16.2
* grunt-eslint: 22.0.0 → 23.0.0
Change-Id: I7a5156bbb7c845005d7e31b66719560ab5a13054
2020-07-17 04:00:20 +00:00
libraryupgrader
e027d4139b
build: Updating lodash to 4.17.19
...
* https://npmjs.com/advisories/1523
* CVE-2019-10744
Change-Id: I033b6e404e0c61a034224c21a5ee63601173e758
2020-07-11 01:48:42 +00:00
Translation updater bot
7eb8cf6c7b
Localisation updates from https://translatewiki.net .
...
Change-Id: I9fbcd10d17080118ca07b44f656b6105dc134533
2020-07-06 09:54:21 +02:00
Translation updater bot
5ae223175d
Localisation updates from https://translatewiki.net .
...
Change-Id: I63f2ca8dfede946ad15e31fa7b4707016b514685
2020-07-02 08:42:30 +02:00
Yaron Koren
d9941a0b2b
Follow-up 45e7d3a7
: Turn ReplaceText.php into a static registration shim
...
Change-Id: I9bdae46316d2f31dc5670f004fb8b80defeb8187
2020-06-18 21:14:12 +00:00
libraryupgrader
5cecfe711d
build: Updating mediawiki/minus-x to 1.1.0
...
Change-Id: Ibeea389b080fb661f6091aa23df334dedb5579f5
2020-06-12 01:00:39 +00:00
Yaron Koren
bcd6b2f732
Fix for 7f823dfccb
- restore support for PostgreSQL
...
Change-Id: I7de2461fd7e99ce53d5d2cebfe965123c91fbdae
2020-06-05 12:43:55 +00:00
libraryupgrader
69b926a604
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: I6748d2720884b7059224e614d686fd3a72d23202
2020-06-02 20:22:06 +00:00
libraryupgrader
43356fdd6e
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
Change-Id: Id7069524582847ec9f1d7bf6c8cd9830108d45cb
2020-05-31 12:22:35 +00:00
libraryupgrader
27ffe1f801
build: Updating mediawiki/mediawiki-codesniffer to 31.0.0
...
The following sniffs now pass and were enabled:
* PSR12.Files.ImportStatement.LeadingSlash
Additional changes:
* Replaced "jakub-onderka" packages with "php-parallel-lint".
Change-Id: I6bcf27f48c26d9e130dbd1ee77bd3badb31805d5
2020-05-30 05:49:00 +00:00
Translation updater bot
04dbad0ab7
Localisation updates from https://translatewiki.net .
...
Change-Id: I6e8ccf1caa78bb618042e04c12881c8d5aadef85
2020-05-15 08:54:12 +02:00
Translation updater bot
5fee076b58
Localisation updates from https://translatewiki.net .
...
Change-Id: If57ae9126f438c96d3d49d571ee52475ef447a05
2020-05-11 08:38:48 +02:00
Translation updater bot
28a27f7fd5
Localisation updates from https://translatewiki.net .
...
Change-Id: I402c217c4947cc905f99edbad10413ea60765534
2020-04-29 08:37:04 +02:00
libraryupgrader
6d55508c9a
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: Ife8be95455760953ce19fa22e6ea34f25f0c6503
2020-04-22 18:59:31 +00:00
libraryupgrader
7c0453552f
build: Updating grunt-banana-checker to 0.9.0
...
Change-Id: I53b314461d3840f4351cce1fd6da1bc5e4ae0766
2020-04-19 17:21:25 +00:00
Translation updater bot
dc4053209d
Localisation updates from https://translatewiki.net .
...
Change-Id: I3b54f3f0658d7348025734efa75c5eed19efb90b
2020-04-09 08:39:53 +02:00
Translation updater bot
57bd0a7f62
Localisation updates from https://translatewiki.net .
...
Change-Id: Ib97bdf0a4058e085ae0c325aae35d8c66a7ebfbf
2020-04-07 08:48:30 +02:00
Translation updater bot
6bd29137d3
Localisation updates from https://translatewiki.net .
...
Change-Id: I38ed110dae4a7477363c8cf64e612c8ad3010205
2020-04-06 09:02:44 +02:00
libraryupgrader
f212af7d51
build: Updating postcss-sass to 0.4.4
...
* https://npmjs.com/advisories/1179
Change-Id: Id1b6cc2f35d1c4a4082b48fb9bbac59c48f5d0b4
2020-04-05 09:14:08 +00:00
Reedy
7d4e871037
Use $this->output() rather than echo
...
Change-Id: I25c6abcce573ed3ad0884eb4ad21522c8f4d9d85
2020-03-31 22:26:49 +00:00
libraryupgrader
3f472f41df
build: Updating mkdirp to 0.5.3
...
* https://npmjs.com/advisories/1179
Change-Id: Ieb3c24e59f7121f45bc776a593e2c93af74e8b9b
2020-03-21 06:02:26 +00:00
libraryupgrader
8afa9e8fbe
build: Updating minimist to 1.2.5
...
* https://npmjs.com/advisories/1179
Change-Id: I79cfcd85b5365c8ea331a442467ee05d593a9cd1
2020-03-19 08:49:57 +00:00
Translation updater bot
8c70879070
Localisation updates from https://translatewiki.net .
...
Change-Id: I721b16ac2ef6b3751d074d40cb4cfbbfffff062f
2020-03-17 10:25:55 +01:00
Translation updater bot
58fb2d3492
Localisation updates from https://translatewiki.net .
...
Change-Id: Ieea3565173f0a7b27f8beccf7b9d38a61fb6988b
2020-03-16 16:02:30 +01:00
libraryupgrader
12ca3932b8
build: Updating acorn to 7.1.1
...
* https://npmjs.com/advisories/1488
Change-Id: Ie0a984b288a127e1276cf5d783fce5eced12d239
2020-03-08 12:19:56 +00:00
DannyS712
66853b88db
Replace uses of old deprecated SpecialPageFactory
...
Extension requires 1.32+, so version isn't an issue
Bug: T246142
Change-Id: I5642d3781af5b366389f3fc4fc359989f6f9dbd8
2020-02-28 23:49:35 +00:00