Commit graph

1033 commits

Author SHA1 Message Date
Translation updater bot d30323c2c3 Localisation updates from https://translatewiki.net.
Change-Id: I80c130ad7795b594c4a69a35e5bd156cebd9c040
2022-01-17 06:56:08 +01:00
Reedy 7abaf2c547 Fix version number
Change-Id: Idd0582ccfbc82f54c7ef0f83250a4811e1fcd8f5
Follows-Up: Ibc299edf626ca9aa1cd9d83b888820f5aca9af7c
2021-12-15 17:23:51 +00:00
Translation updater bot 77ba46dcb1 Localisation updates from https://translatewiki.net.
Change-Id: Iae4ddc9c9f9d04a94ada5f66fa6b6b7d9482f156
2021-12-13 06:56:15 +01:00
Universal Omega 109d24b690 [ReplaceText] Fix "Error: Class 'MediaWikiServices' not found"
Change-Id: I4797bce77f801694def1cde8c6713d3732dba98e
2021-10-04 15:10:55 +00:00
RhinosF1 68e31bdddc SECURITY: Check permissions before job execution
CVE-2021-41801

Bug: T279090
Change-Id: Ibc299edf626ca9aa1cd9d83b888820f5aca9af7c
2021-09-30 16:37:41 +01:00
libraryupgrader 3dad9c5603 build: Updating path-parse to 1.0.7
* https://npmjs.com/advisories/1773 (CVE-2021-23343)

Change-Id: Ia5455dad608300aa3e2193fb93f69b6255176366
2021-09-04 04:27:18 +00:00
libraryupgrader f8b1127695 build: Updating npm dependencies
* postcss: 7.0.35 → 7.0.36
  * https://npmjs.com/advisories/1693 (CVE-2021-23368)
* glob-parent: 5.1.0 → 5.1.2
  * https://npmjs.com/advisories/1751 (CVE-2020-28469)
* trim-newlines: 3.0.0 → 3.0.1
  * https://npmjs.com/advisories/1753 (CVE-2021-33623)

Change-Id: I0d134ce33eae99e38d097c86ec4354d097071d5b
2021-07-23 21:07:57 +00:00
Umherirrender 7c4fbd122f Fix mysql specifc cast on signed with Database::buildIntegerCast
Bug: T280102
Follow-Up: Ia84f135a8699fdc6cff6877c31fae1d46bf84f97
Change-Id: Ie8fc9fd8080e552c0b466472431e2c7143f8c7b0
(cherry picked from commit 0a73008353)
2021-05-17 15:27:02 +00:00
libraryupgrader f7f0ddb130 build: Updating npm dependencies
* grunt: 1.1.0 → 1.4.0
* stylelint-config-wikimedia: 0.10.1 → 0.10.3
  * https://npmjs.com/advisories/1693 (CVE-2021-23368)
* lodash: 4.17.19 → 4.17.21
  * https://npmjs.com/advisories/1673 (CVE-2021-23337)
* hosted-git-info: 2.8.5 → 2.8.9
  * https://npmjs.com/advisories/1677 (CVE-2021-23362)
* @stylelint/postcss-markdown: 0.36.1 → 0.36.2
  * https://npmjs.com/advisories/1700 (CVE-2020-7753)

Change-Id: Id75bc1b814a9ead5fdbc12f499c8a0f5959cedd0
2021-05-13 05:05:12 +00:00
AniLeo feb8a9ce7f 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
(cherry picked from commit 286c538e6f)
2021-01-19 08:14:06 +00:00
libraryupgrader 51230b913f build: Updating ini to 1.3.8
* https://npmjs.com/advisories/1589

Additional changes:
* Consolidated .phpcs.xml encoding to "UTF-8" (T200956).
* Dropped .php5 and .inc files from .phpcs.xml (T200956).
* Added the "composer phan" command to conveniently run phan.

Change-Id: Ic58ad4914ba9760a59a10e24e9553491d990f691
2021-01-02 20:04:16 +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
libraryupgrader c681e92498 build: Updating npm dependencies
* grunt-stylelint: 0.13.0 → 0.14.0
* stylelint-config-wikimedia: 0.8.0 → 0.9.0

Change-Id: Iab7d99f3796bbb2cd03439e89fc4fee993ac5171
2020-02-21 01:49:25 +00:00
jenkins-bot 6c26416643 Merge "build: Updating composer dependencies" 2020-02-19 20:56:12 +00:00
libraryupgrader e436c9ca32 build: Updating composer dependencies
* jakub-onderka/php-console-highlighter: 0.3.2 → 0.4.0
* mediawiki/minus-x: 0.3.2 → 1.0.0
* mediawiki/mediawiki-phan-config: 0.9.0 → 0.9.2

Change-Id: If64306a1352d3daed53b097d5f02457e8b7a2288
2020-02-19 19:52:51 +00:00
Translation updater bot ae08dc033c Localisation updates from https://translatewiki.net.
Change-Id: I392fcab707f0dca224fbacd4cc203c823c7b776c
2020-02-19 08:26:07 +01:00
Translation updater bot cc5713caea Localisation updates from https://translatewiki.net.
Change-Id: Ie320c6d588649957df89ab821f0f6e5067982691
2020-02-10 08:35:25 +01:00
jenkins-bot 712bca0ff6 Merge "Unhardcode the limit "find no more than 250 results" in doSearchQuery()" 2020-01-15 12:33:36 +00:00
libraryupgrader d3479f8ca2 build: Updating mediawiki/mediawiki-codesniffer to 29.0.0
The following sniffs are failing and were disabled:
* MediaWiki.Commenting.FunctionComment.MissingDocumentationPrivate

Change-Id: I48607226707fcc6c30a194e741d367ddd0c2f27b
2020-01-14 19:37:04 +00:00
libraryupgrader bd97827f43 build: Updating npm dependencies
* grunt-stylelint: 0.9.0 → 0.13.0
* stylelint-config-wikimedia: 0.4.2 → 0.8.0

Additional changes:
* Remove direct "stylelint" dependency in favor of "grunt-stylelint".
* Also sorted "composer fix" command to run phpcbf last.

Change-Id: Ic0f66acde9ca9ebf2606b6f5afea25c562ceb828
2020-01-10 16:05:39 +00:00
Edward Chernenko b7cf9f4b09 Unhardcode the limit "find no more than 250 results" in doSearchQuery()
Here we add $wgReplaceTextResultsLimit variable (default: 250) to allow
administrator to change this limit.

Change-Id: Iee9d958db8ddd245a98ec6a3d5b5cf8ef1d80370
2020-01-10 02:20:08 +00:00
libraryupgrader efb62c28a2 build: Updating npm dependencies
* eslint-config-wikimedia: 0.5.0 → 0.15.0
* grunt-eslint: 20.1.0 → 22.0.0

Additional changes:
* Added .eslintcache to .gitignore.
* Removing manual reportUnusedDisableDirectives for eslint.

Change-Id: If786c6664f05a9b8d9db26e120ced522fd248422
2020-01-08 04:58:45 +00:00
jenkins-bot e1ad6cc2a3 Merge "build: Updating mediawiki/mediawiki-phan-config to 0.9.0" 2019-12-29 13:08:45 +00:00
libraryupgrader 3fe88580cb build: Updating mediawiki/mediawiki-phan-config to 0.9.0
Depends-On: I76cbaf355462a41aec40d239577123de6b04223a
Change-Id: I7780d46c2828947cf753ea2390d3b1dd645b6758
2019-12-28 19:05:28 +00:00
Umherirrender 750738cc23 Avoid deprecated param on Maintenance::error
Use Maintenance::fatalError instead

Change-Id: I76cbaf355462a41aec40d239577123de6b04223a
2019-12-28 19:37:40 +01:00
Zoranzoki21 b247e2e167 Add aliases for Serbian Latin script
Change-Id: I95782d9e3dd460a52425559e29efe64500913daf
2019-12-26 00:33:31 +01:00