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
4 years ago
Translation updater bot
a7684b61b7
Localisation updates from https://translatewiki.net .
...
Change-Id: I48863f61b611370cca63c9b8393efe7f685c7566
4 years ago
Translation updater bot
474cfd8280
Localisation updates from https://translatewiki.net .
...
Change-Id: I9d6c8b9a2517a5f34d782af3d46226c3479e6755
4 years ago
jenkins-bot
1e7354868c
Merge "Use Skin:getAfterPortlet instead of deprecated BaseTemplate:getAfterPortlet"
4 years ago
bwang
954929e27e
Use Skin:getAfterPortlet instead of deprecated BaseTemplate:getAfterPortlet
...
Additional change:
* Add .DS_Store to gitignore
Change-Id: I15ed3c820823782d28f11f3724d56736db0ca3e0
4 years ago
Translation updater bot
1689a5ca89
Localisation updates from https://translatewiki.net .
...
Change-Id: I877d82225d630d5a462655581092bd7018a69613
4 years ago
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
4 years ago
jenkins-bot
a38d2dbcc1
Merge "build: Update SVGO to latest v2.3.0 and re-crush SVGs"
4 years ago
Translation updater bot
d06ce6d767
Localisation updates from https://translatewiki.net .
...
Change-Id: Ia5be2abd9780a55f5a84f6aa75ac0dcb9a1d7367
4 years ago
Translation updater bot
cab77ba4b6
Localisation updates from https://translatewiki.net .
...
Change-Id: Id5973bce745cb2ac632a305dd47c13b4f79e00da
4 years ago
Translation updater bot
47ec3a41bf
Localisation updates from https://translatewiki.net .
...
Change-Id: Ie80402f765fd75dcf4217a1461e68b6950a36ac3
4 years ago
Translation updater bot
b97a985ba5
Localisation updates from https://translatewiki.net .
...
Change-Id: I6fd10cc0325a3c531884e685531e361139598819
4 years ago
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
4 years ago
Translation updater bot
e4d7d07e7d
Localisation updates from https://translatewiki.net .
...
Change-Id: I5a197ba001d6d6ec095c59437bdc031c0d9edfc6
4 years ago
Translation updater bot
ffd91de15f
Localisation updates from https://translatewiki.net .
...
Change-Id: Iba987dfb6ea0049a1f5fa00e2a67b1895ab0ebcf
4 years ago
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
4 years ago
jenkins-bot
3f020eba54
Merge "Drop mw-body-content class from #bodyContent"
4 years ago
jenkins-bot
a902b96e11
Merge "Prevent overflowing non-content images from exploding all over the place"
4 years ago
Translation updater bot
40eb3dad15
Localisation updates from https://translatewiki.net .
...
Change-Id: I8d0737c70d6da9b0405ea4c6102708bc462e41f1
4 years ago
jenkins-bot
0c4b801202
Merge "Adjust alignments of dropdown headers"
4 years ago
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"
4 years ago
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
4 years ago
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
4 years ago
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
4 years ago
Isarra
f66728bb7e
Adjust alignments of dropdown headers
...
Probably better.
Change-Id: Ibe9e26f2627631e174c1557f7e7176890de48127
4 years ago
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
4 years ago
libraryupgrader
26cd919cfb
build: Updating eslint-config-wikimedia to 0.20.0
...
Change-Id: If1c6ec9c67b9de992c8d7f7a49d59aa2bf873f84
4 years ago
jenkins-bot
7651929b2a
Merge "Remove double .mw-footer divs nested inside each other, doesn't seem to have a point"
4 years ago
jenkins-bot
d9d976a948
Merge "Forcibly set icon logos to 135px wide"
4 years ago
jenkins-bot
174ef87ede
Merge "BaseTemplate::getFooterIcons is deprecated"
4 years ago
Isarra
5d033191d8
Forcibly set icon logos to 135px wide
...
Because why assume we can trust our users to configure things
sensibly?!
Change-Id: Ia95d8e8497baffefece9314d9260cb0f9cb77cf3
4 years ago
Translation updater bot
5c6bfac335
Localisation updates from https://translatewiki.net .
...
Change-Id: Ie128fcdd69e7de9d7a4e382df0a052c9b88416f2
4 years ago
libraryupgrader
14b762a07d
build: Updating eslint-config-wikimedia to 0.19.0
...
Additional changes:
* eslint: Renamed `wikimedia/client` profile to `client-es5` (T277085).
Change-Id: I07b6b5b0ebd0ab84207f8fb941d82d4bc5d28405
4 years ago
Isarra
5057e4208f
Remove double .mw-footer divs nested inside each other, doesn't seem
...
to have a point
Change-Id: Iee715e852c5e9434345186b076f223c00c3abc42
4 years ago
jenkins-bot
8b133bcdd1
Merge "Unpurplify external links"
4 years ago
jenkins-bot
7d9d9fb4ff
Merge "Correctly fall back to $wgLogos['icon'] when not using timeless' speshul junk"
4 years ago
Isarra
bd5f2d9f8c
Correctly fall back to $wgLogos['icon'] when not using timeless'
...
speshul junk
Assumes use of an svg icon because why would anyone seriously still
be using rasters in this day and age? Also probably negates the
usefulness of timeless' speshul logo handling junk anyway, as use of
correctly-sized svgs should obsolete the need for knowing the logo
size to begin with, as we no longer need to manually scale down
different source files...
Cap out at 156px wide, but other than that assume whatever size
people made it was intentional?
Change-Id: I9569e4d57c6740071e87c0f49ee47f739dd68bbd
4 years ago
Isarra
a26a1a56cb
Unpurplify external links
...
Greenish is, uh, less shocking. I kept being confused. Other people
kept being confused. What in the world was I thinking? Why did this
of all things take me so long? How does one wake up? Take it from a
cat, it's probably not worth it...
Bug: T271632
Change-Id: I9b0225962e9103b8f0b33b6083dd564c47dbfb39
4 years ago
libraryupgrader
e9129a9c02
build: Updating eslint-config-wikimedia to 0.18.2
...
Additional changes:
* Dropped .php5 and .inc files from .phpcs.xml (T200956).
Change-Id: I16a4aa6671d474e1d7f216f73d92aa2a61c25fa1
4 years ago
Translation updater bot
169666aaf2
Localisation updates from https://translatewiki.net .
...
Change-Id: I86c9066b4ab2c745775e02231e1e7144ac285e97
4 years ago
ZabeMath
d1a8584e9a
BaseTemplate::getFooterIcons is deprecated
...
For callers calling `$this->getFooterIcons();` `$this->get( 'footericons' )` can be used instead.
Bug: T267447
Change-Id: Idef36ab0da345390409f8eaeed3592cd84ca980e
4 years ago
Translation updater bot
8d22bf2ec7
Localisation updates from https://translatewiki.net .
...
Change-Id: Iae93017c73a14b8100e3051a60feacef44db6667
4 years ago
Daimona Eaytoy
2c105d7fcd
Stop using deprecated Language methods
...
Change-Id: I4ee112ce1034158cc18b197942f38c8ab5bc5dd6
4 years ago
jenkins-bot
e90c12bdc8
Merge "Revert icon-only history, new section cactions for desktop"
4 years ago
Translation updater bot
a563c8dc69
Localisation updates from https://translatewiki.net .
...
Change-Id: I431055e9a401233454b26e6f02e170bcaaed1724
4 years ago
Translation updater bot
148a8084a6
Localisation updates from https://translatewiki.net .
...
Change-Id: I0003fb953b9376dd5e95da799f051e90afd69239
4 years ago
Translation updater bot
7cf5ef3bc6
Localisation updates from https://translatewiki.net .
...
Change-Id: I43300562d321b2bfe289fda32066db02be22fd38
4 years ago
Translation updater bot
e0bf6e1a68
Localisation updates from https://translatewiki.net .
...
Change-Id: I9217d939fd4de9fac5cbdac9777478b301cb7553
4 years ago
libraryupgrader
2204b0eaad
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.18.0 → 0.18.1
Change-Id: Ia31574c4784731a5b5270f212097b41540937dd2
4 years ago
libraryupgrader
b47e1d1f25
build: Updating eslint-config-wikimedia to 0.18.0
...
Additional changes:
* Added the "composer phan" command to conveniently run phan.
Change-Id: Idee531e786b2cd6094b3a98f9ddc44012972c7fd
4 years ago