Commit Graph

1037 Commits (26a0b0970f75992ef42ddc71d917c347dd2fe6ac)
 

Author SHA1 Message Date
DannyS712 eb971c2d91 TimelessVariablesModule: clean up constructor indentation
Change-Id: I40c7393d1778a05f05bb8a384883550e47f3eacb
Translation updater bot 55679f8155 Localisation updates from https://translatewiki.net.
Change-Id: I4a8165f31f2e5b4662cfef1dac811f81c230bc22
Translation updater bot 7f39dbb995 Localisation updates from https://translatewiki.net.
Change-Id: I240f323e61752f93ee707886cb137afac1e81cc8
Translation updater bot 4bb9eee200 Localisation updates from https://translatewiki.net.
Change-Id: I2e952ea19b1b3d9910ac972eedbadf7b800c81ae
Translation updater bot 3153284fea Localisation updates from https://translatewiki.net.
Change-Id: I1b3d26c3e5be0134b3189a1e344c64576cc8ed03
AntiCompositeNumber 078fc93ce1 resources: increase specificity of mw-editfont font-family in forms.less
In certain conditions, notably when using ?action=edit&section=new with
CodeMirror in the 2017 Wikitext Editor, the .mw-editfont font-family
rules were not being applied as intended. This caused some minor visual
inconsistencies. Instead, the rules from core were applied because they
were loaded later. This patch increases the specificity of the selectors
in forms.less so they are applied instead.

Bug: T271177
Change-Id: I9d1b62baa934f738d1c52972cfaf3339c2d1edce
libraryupgrader 39639a42d1 build: Updating composer dependencies
* mediawiki/mediawiki-phan-config: 0.10.6 → 0.11.0
* php-parallel-lint/php-parallel-lint: 1.3.0 → 1.3.1

Additional changes:
* composer.json: Updated phpcs command in composer test (T280592).
* composer.json: Added phpcs command to scripts (T280592).

Change-Id: Id679b5965829f989f95a76d301cfb5af280cdd6d
Translation updater bot 9e0840962d Localisation updates from https://translatewiki.net.
Change-Id: I20ac38866f7c126c718fcac8a6bb735ce29a856d
libraryupgrader 33f6b27523 build: Updating stylelint-config-wikimedia to 0.11.1
Change-Id: Ib2c22fbd18cb97904ffdc8a3faee2f5c32e274c3
Translation updater bot fe0eaaabff Localisation updates from https://translatewiki.net.
Change-Id: I95ad5ab133bc5616539e678665a8c64ddc28a579
Translation updater bot a6c140f611 Localisation updates from https://translatewiki.net.
Change-Id: I47fe8d5c962b9a5e1c62c1e846e135a80bda66e7
Translation updater bot c5751eef8a Localisation updates from https://translatewiki.net.
Change-Id: Ifa8ae9fd3ca8fa8905399d6944029a12b366d888
Alexander Vorwerk 4e4e6ba8bb Use constant MW_VERSION instead of deprecated global $wgVersion
Change-Id: I612dcdd63f4908cc2b3a6123191a16f4bd7c4452
libraryupgrader e2e8372d3a build: Updating path-parse to 1.0.7
* https://npmjs.com/advisories/1773 (CVE-2021-23343)

Change-Id: I0ae75d3b9b99574b15470f58db76fae2b6ba6938
Translation updater bot 51717704bf Localisation updates from https://translatewiki.net.
Change-Id: I16f545ebe537e6b2ccd604fbf073817362665e50
Translation updater bot b371a8b3ba Localisation updates from https://translatewiki.net.
Change-Id: I55553256b2706250ec5707a3eeb8c86f5ec19a3f
libraryupgrader 74e9c0210f build: Updating dependencies
composer:
* mediawiki/mediawiki-codesniffer: 36.0.0 → 37.0.0

npm:
* svgo: 2.3.0 → 2.3.1
  * https://npmjs.com/advisories/1754 (CVE-2021-33587)
* postcss: 7.0.35 → 7.0.36
  * https://npmjs.com/advisories/1693 (CVE-2021-23368)
* glob-parent: 5.1.1 → 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: I434ca36e4e783ac5f36ed45dcef9db1f4e683578
Translation updater bot 2feb43832b Localisation updates from https://translatewiki.net.
Change-Id: If3a325570e96cc6bf600d98574b8ab39880f2873
jenkins-bot bda510e00c Merge "Avoid using User::getBoolOption()"
Translation updater bot 593c214b64 Localisation updates from https://translatewiki.net.
Change-Id: I446af81b3b00446e484411b4621c3fd90436ed12
Alexander Vorwerk 59f1ee2682 Avoid using User::getBoolOption()
User::getBoolOption() is deprecated and should be replaced with
UserOptionsLookup::getBoolOption()

Bug: T277600
Change-Id: I5f002b68e980a0931367d037db9a7f7ec051ca43
Translation updater bot e5ee2ed314 Localisation updates from https://translatewiki.net.
Change-Id: I2ac02a42e596bd33e28ef4de8a092ba50f32be44
jenkins-bot c09476305d Merge "package.json: remove empty dependencies list"
Translation updater bot 3b88fc2501 Localisation updates from https://translatewiki.net.
Change-Id: I3fb4d2cb7f76991a97b8437310e8afbfbd38200c
DannyS712 aca63cc6b9 package.json: remove empty dependencies list
If no packages are depended on for production
usage, no need to include an empty list

Change-Id: Ia4dc25168db7da4f9744f7cee5c02202fd4f9f2a
Translation updater bot a7684b61b7 Localisation updates from https://translatewiki.net.
Change-Id: I48863f61b611370cca63c9b8393efe7f685c7566
Translation updater bot 474cfd8280 Localisation updates from https://translatewiki.net.
Change-Id: I9d6c8b9a2517a5f34d782af3d46226c3479e6755
jenkins-bot 1e7354868c Merge "Use Skin:getAfterPortlet instead of deprecated BaseTemplate:getAfterPortlet"
bwang 954929e27e Use Skin:getAfterPortlet instead of deprecated BaseTemplate:getAfterPortlet
Additional change:
* Add .DS_Store to gitignore

Change-Id: I15ed3c820823782d28f11f3724d56736db0ca3e0
Translation updater bot 1689a5ca89 Localisation updates from https://translatewiki.net.
Change-Id: I877d82225d630d5a462655581092bd7018a69613
libraryupgrader f957776669 build: Updating browserslist to 4.16.6
* https://npmjs.com/advisories/1747 (CVE-2021-23364)

Additional changes:
* Changed package-lock.json dependencies to use HTTPS

Change-Id: I7bb47b428d6e158783168b1be57d6bad0e5c7346
jenkins-bot a38d2dbcc1 Merge "build: Update SVGO to latest v2.3.0 and re-crush SVGs"
Translation updater bot d06ce6d767 Localisation updates from https://translatewiki.net.
Change-Id: Ia5be2abd9780a55f5a84f6aa75ac0dcb9a1d7367
Translation updater bot cab77ba4b6 Localisation updates from https://translatewiki.net.
Change-Id: Id5973bce745cb2ac632a305dd47c13b4f79e00da
Translation updater bot 47ec3a41bf Localisation updates from https://translatewiki.net.
Change-Id: Ie80402f765fd75dcf4217a1461e68b6950a36ac3
Translation updater bot b97a985ba5 Localisation updates from https://translatewiki.net.
Change-Id: I6fd10cc0325a3c531884e685531e361139598819
Volker E b5fffd977d build: Update SVGO to latest v2.3.0 and re-crush SVGs
SVGO v2.x changed configuration to JS, amending configuration.
Adding new 'minify-svg' npm script.
Also re-crushing SVGs.

Bug: T278656
Change-Id: I63ed0974eab40c4d6cd5198f780bfd3466357a0d
Translation updater bot e4d7d07e7d Localisation updates from https://translatewiki.net.
Change-Id: I5a197ba001d6d6ec095c59437bdc031c0d9edfc6
Translation updater bot ffd91de15f Localisation updates from https://translatewiki.net.
Change-Id: Iba987dfb6ea0049a1f5fa00e2a67b1895ab0ebcf
libraryupgrader 46bbec0027 build: Updating npm dependencies
* grunt: 1.3.0 → 1.4.0
* lodash: 4.17.19 → 4.17.21
  * https://npmjs.com/advisories/1673 (CVE-2021-23337)
* hosted-git-info: 3.0.7 → 3.0.8
  * https://npmjs.com/advisories/1677 (CVE-2021-23362)
* postcss: 7.0.35 → 8.2.15
  * https://npmjs.com/advisories/1693 (CVE-2021-23368)

Change-Id: Ibf11e3b512176ecc602eabc43f7135d458fc9b63
jenkins-bot 3f020eba54 Merge "Drop mw-body-content class from #bodyContent"
jenkins-bot a902b96e11 Merge "Prevent overflowing non-content images from exploding all over the place"
Translation updater bot 40eb3dad15 Localisation updates from https://translatewiki.net.
Change-Id: I8d0737c70d6da9b0405ea4c6102708bc462e41f1
jenkins-bot 0c4b801202 Merge "Adjust alignments of dropdown headers"
jenkins-bot 32561f17d9 Merge "Support mw 1.36/1.37: Disable all skin features except for a couple in favour of mw 1.34 shared.css to avoid weird inconsistent visual styles"
Jdlrobson 9e81cbf9ae Drop mw-body-content class from #bodyContent
The CSS class is being added to `$this->get( 'bodytext' )`
which will make this class here redundant.

Depends-On: I3a91b294fcb3724cd46743e497dff723de0490a6
Bug: T279388
Change-Id: I8a8e47fd419626ebf7bf44d0b25b16a933c1367a
Isarra 9c254a9a1c Support mw 1.36/1.37: Disable all skin features except for a couple
in favour of mw 1.34 shared.css to avoid weird inconsistent visual
styles

Inconsistencies include: monobook-style boxes, random text resizes,
miscellaneous inappropriate colours, unexpected centering of text

Use 'toc' even though it also has weird monobook box styles because
the less/js/rl/php soup for the collapsing is basically a labyrinth
and I can't replicate that; just override everything back to
basically how it's supposed to be, style-wise.

Incidentally resolves T239914 for timeless due to also overriding
toccolours styles that come with the toc feature.

Also include a fork of commonPrint.css as an accompaniment to
shared.css, which willl now hilariously go full-monobook. Ish.

TODO: Don't just use an entire copy of 1.34's shared.css and
commonPrint.css as a workaround, and come up with a better
approach to the toc maybe? (T280747)

Bug: T280285
Bug: T280292
Bug: T239914
Change-Id: I2d600a7d9768942b331f0de1dd1183e438144ad5
Isarra 05338215b4 Prevent overflowing non-content images from exploding all over the
place

Use mw-body-content, that makes more sense, assuming we can get it
off the stupid indicators. (Why?!)

Bug: T279951
Depends-On: I785bd09d01e3b004df2f0fb898d7d8f28180501c
Change-Id: Ica58593dbdb2b36004ba1343f91c6c12476d871e
Isarra f66728bb7e Adjust alignments of dropdown headers
Probably better.

Change-Id: Ibe9e26f2627631e174c1557f7e7176890de48127
libraryupgrader db0633ec15 build: Updating composer dependencies
* mediawiki/mediawiki-codesniffer: 35.0.0 → 36.0.0
* php-parallel-lint/php-parallel-lint: 1.2.0 → 1.3.0

Change-Id: Iaf1cf75d7555076aefe109d7d9bbdc96f1593ed3