1058 Commits (4f5ceb2579bfe12a1891213f23377de02b59a5a5)
 

Author SHA1 Message Date
Arlo Breault 4f5ceb2579 Port changes to 'content-media' feature in core
From I7bcde25aa3b319ff93f3ef40361682824d171ea8

Change-Id: Id991ae80b96955ebdee4974c57184e0a749e76cb
2 years ago
jenkins-bot e811fb932e Merge "Yoink 'content-media' feature from core" 2 years ago
Arlo Breault b8f4bb7644 Yoink 'content-media' feature from core
Unfortunately, that seems to be what this skin is doing for other files.
The styles are then adapted to match the theme.  If would be much nicer
to just enable the feature but that pulls in content.thumbnails-* which
this skin has duplicated and adapted.

The resources added here are only needed if
$wgParserEnableLegacyMediaDOM is `false` though, but hopefully that'll
soon be the default.

Alas, when VE loads, it pulls in "mediawiki.skinning.content.parsoid"
which overwrites some of the styles adapted here.

Bug: T287965
Change-Id: Ia9278b4c164ea1ddeca49094c572df70e660043e
3 years ago
Reedy 6c5139e3f8 Update mediawiki/mediawiki-phan-config to 0.11.1
Bug: T295285
Change-Id: I95b5af3a2e85111e7292fb507cc01c2246fc5566
3 years ago
Translation updater bot b7ed1ab96f Localisation updates from https://translatewiki.net.
Change-Id: I6e0597fc2b31dd4cd604f16aeb2c0475d212c9f5
3 years ago
Translation updater bot a171d3d02f Localisation updates from https://translatewiki.net.
Change-Id: I2a4e3a5b51b54691bcfb114613ac7bf7693bfd53
3 years ago
Translation updater bot 9dff550451 Localisation updates from https://translatewiki.net.
Change-Id: I8832c4ebace6d59db7e3a7065c7a257007452730
3 years ago
Perry Fraser 0cafe062cb Use correct namespace for ResourceLoader\Context
Bug: T308718
Change-Id: Ifdd538086388fc044cba86d2ebb1d7ebb9850506
3 years ago
Jack Phoenix 08ad9426b8 Merge "Add style exception for OOUI buttons' margin" 3 years ago
Translation updater bot f9ec0da6ec Localisation updates from https://translatewiki.net.
Change-Id: I1d96ba1de43ea70a3c5957f1dfe503507a7feb97
3 years ago
Perry Fraser 5d32ec3e89 Add style exception for OOUI buttons' margin
On OOUI forms the text for the checkboxes tended to be rather
misaligned, with the text usually ending up getting shunted off to the
bottom-right corner. It seems the margin being added by the special-case
in this rule was responsible, so I added an exception to it. In testing
things seem to look okay.

Change-Id: Id3ca935e5c83d7c96edcb02d1c6fd72af8e81e58
3 years ago
Translation updater bot 2023b41e82 Localisation updates from https://translatewiki.net.
Change-Id: Ia7d6af5bf08dff0e00d31baed59f398d4f736095
3 years ago
Translation updater bot d7dd047a45 Localisation updates from https://translatewiki.net.
Change-Id: I1abbbe861b134366a07a85a490ffbfc489e63293
3 years ago
Translation updater bot 2b4356af20 Localisation updates from https://translatewiki.net.
Change-Id: Ibdeb7775bdb09f6a062540a620e7c458403a34e7
3 years ago
Translation updater bot 5eb0dfc5cc Localisation updates from https://translatewiki.net.
Change-Id: I8c1f1bdfffb3c34972364f497e31b2fd94c577bf
3 years ago
Translation updater bot 69182fed2f Localisation updates from https://translatewiki.net.
Change-Id: I67f9c9c108a66be4aae9f28e0ab3009d7f159d82
3 years ago
Translation updater bot 01e9bc3fd3 Localisation updates from https://translatewiki.net.
Change-Id: I08d91abd081f65da71e5eebbf5f256f884def7a0
3 years ago
Translation updater bot 66bad1eda6 Localisation updates from https://translatewiki.net.
Change-Id: Id4f4244dfb82970d0fd5522dbe2c463048f2f4c0
3 years ago
Translation updater bot e97d66ab2f Localisation updates from https://translatewiki.net.
Change-Id: I25dc4d88b77f31abb0e909791afea110bc1b8ca9
3 years ago
Translation updater bot 2f3b414ae5 Localisation updates from https://translatewiki.net.
Change-Id: I2ee91396d3351d845e95492e19bdeebd6595d583
3 years ago
Jon Robson 8c814579b6 Timeless should only generate body of page
In I203881d7ab035bc953d113106f21348187b51374 a bodyOnly skin
option was added to allow skins to be limited to generation of the
body tag contents. When used, generation of html, body, and head is
deferred to OutputPage.

Since Timeless is deployed on Wikimedia wikis, this is preferred
as it guarantees that debugging information, and head
tags are consistent for all Wikimedia deployed skins.

Bug: T62846
Change-Id: I3353f8b63e8acf3ab29d8c24dd868ad3f121e5bb
3 years ago
Translation updater bot 26a0b0970f Localisation updates from https://translatewiki.net.
Change-Id: I60d2d9d3ffd3060622335682fa09583f0e3051bb
3 years ago
Translation updater bot beb41c2a40 Localisation updates from https://translatewiki.net.
Change-Id: Ie20ecfb916c77ce967194fc40d2537b91c8d8481
3 years ago
Func c68d5cdb97 Remove back-compat of deprecated 'content-thumbnails' feature
The 'content-thumbnails' feature was deprecated in 1.37, and the master
branch is require 1.38 since d8f59a04 so it can be removed.

Change-Id: Ifc328f43d934707f2b018be84ca168a7384bcd6f
3 years ago
jenkins-bot ea1bdda220 Merge "Timeless should use message box styles from core" 3 years ago
Ammarpad ec4544c495 Remove $stylename indirection
Bug: T270754
Change-Id: I402dc92d4bc1a0416e8b66984d9c7585a95f3fce
3 years ago
Translation updater bot 10fdf29029 Localisation updates from https://translatewiki.net.
Change-Id: I6ab0d3cd1f5ab62f15cf841f9a2e9fe86f08288a
3 years ago
Lucas Werkmeister 8082e179ff Use null coalescing operator
To hide warnings if the 'svg' or 'icon' keys don’t exist.

Bug: T304917
Change-Id: I12c13615f160f1a889b469ef6e4e7561de121d92
3 years ago
Jon Robson 888d59fef7 Timeless should use message box styles from core
Bug: T304768
Change-Id: I0003d58b097514eb22a9932539a2f4d4eac47545
3 years ago
Translation updater bot 9f8e03b666 Localisation updates from https://translatewiki.net.
Change-Id: I3e1cd520431aef50ed1797ce86cfbf288569ce61
3 years ago
jenkins-bot 2c22fc0183 Merge "Use svg for the logo if applicable" 3 years ago
jenkins-bot d6e84d72ff Merge "Improve the appearance on the history page" 3 years ago
Translation updater bot c2d924ae27 Localisation updates from https://translatewiki.net.
Change-Id: Id6ea7599a9ec3ee73bac815fc684d96a7103ce1a
3 years ago
Translation updater bot 089d693b82 Localisation updates from https://translatewiki.net.
Change-Id: Ic0b838c74ac78c577940166d3996003e9eff6e36
3 years ago
Translation updater bot 30a3c02dbd Localisation updates from https://translatewiki.net.
Change-Id: I2a24aa6306eb8f4479c117312d0c927d5b02e989
3 years ago
Translation updater bot ec801de4ce Localisation updates from https://translatewiki.net.
Change-Id: I21ef4b6eae9fea04a99a5644014ddfc4f8774689
3 years ago
Daimona Eaytoy d8f59a0421 Remove old CSS class for the file deletion form
Changed to be the same as the normal deletion form.

Depends-On: I8b115ecb1c94af63d686a575b18362ac32105ae2
Change-Id: I32c4964a5b69743f8ec66c9a41e8f8fc96f60e32
3 years ago
Translation updater bot 3cbe5afbea Localisation updates from https://translatewiki.net.
Change-Id: I069a5f11978ed627b33ef8ebcfc6059d8fd88e3e
3 years ago
Volker E 91c3bb0f61 build: Update 'svgo' to latest v2.8.0
Updating 'svgo' to v2.8.0 and newest Wikimedia SVG guidelines –
mainly around new whitespace features of SVGO.

Change-Id: I4a9b0efb9fe8d4648a4d218397cf3d9548552421
3 years ago
Translation updater bot e4c58084bf Localisation updates from https://translatewiki.net.
Change-Id: If41ee5bf26d906e0cfadf68fddda68752273f503
3 years ago
Func 5087e5781e Use svg for the logo if applicable
Improve the appearance of the logo for High-DPI users.

Change-Id: I2b6e6f2c28eafddd6f958acca84eaec0d000f1c4
3 years ago
Func cbc7500b77 Improve the appearance on the history page
Make the revision-compare button level with buttons on the right side;
Improve the specificity of rules, make hovered styles of buttons on the history page consistent.

Change-Id: I0832da75a3d2624793692fd495ab6e723a079309
3 years ago
Translation updater bot 90976a8957 Localisation updates from https://translatewiki.net.
Change-Id: I7f2ebfe1870875b9e34568a5331b1771d286f6b7
3 years ago
Translation updater bot e56e6a7480 Localisation updates from https://translatewiki.net.
Change-Id: I1631fd0da6e195efd86f07d7016912298abbf117
3 years ago
Translation updater bot 4da2e556be Localisation updates from https://translatewiki.net.
Change-Id: I3e87c2c3141963a9512cb0f173cdfb30d8124f16
3 years ago
jenkins-bot b071e7bf79 Merge "Consistent spelling of "User page"" 3 years ago
Translation updater bot 624edb5bfb Localisation updates from https://translatewiki.net.
Change-Id: I4c05ac4f78e0167212e83afa4be4a3ef02f50bc2
3 years ago
Translation updater bot 3b5e278df3 Localisation updates from https://translatewiki.net.
Change-Id: Id6fc622985b07f63a808fc80bbcecef2e7eba87b
3 years ago
Amir E. Aharoni 7f87e37782 Consistent spelling of "User page"
Change-Id: I3d08207d419a5bd92082b0235c375104daf3dffd
3 years ago
Translation updater bot a5fe68340e Localisation updates from https://translatewiki.net.
Change-Id: I299a591c16c4f7bded263f95ab6316d5b51875dd
3 years ago