Commit graph

3353 commits

Author SHA1 Message Date
Bartosz Dziewoński 4648848cbf Remove styles for dd that cause content to be cut off
They reference T160946, but in that task it was explained that the
problem was caused by faulty wikitext (T160946#3230740), so I don't
know why they were added.

Bug: T323640
Change-Id: I73d654d1f9127e22365d94909681c1c5f5f39597
2022-11-22 20:32:56 +01:00
Translation updater bot 9efaa2a594 Localisation updates from https://translatewiki.net.
Change-Id: I306ef86dbfea76458771e914c25cc9fafa4f8ed0
2022-11-16 08:30:57 +01:00
jenkins-bot dff20426d2 Merge "hacks: Stop hiding .fmbox and .tmbox" 2022-11-15 18:34:48 +00:00
Moh'd Khier Abualruz 9c94cb9b52 Special contribute Selenium Test
Fix Beta tests on Minerva, to accept both cases of enabled and disabled contribute special page.

Change-Id: Ic538655d63347a432029e7d637e9251662d560aa
2022-11-15 09:49:31 +01:00
Translation updater bot 25fb38adfc Localisation updates from https://translatewiki.net.
Change-Id: I5db69c5ef68c7fc682d46477fd326e492898d1d8
2022-11-14 08:13:06 +01:00
Bartosz Dziewoński 4c60fd328d hacks: Stop hiding .fmbox and .tmbox
Both of these elements are already hidden by default in the normal
view (.fmbox is used for some edit notices, which aren't shown in the
editor; .tmbox is used in the lede of talk pages, which is hidden by
the talk page interface), and these styles make it more difficult to
display them when they are desirable.

Bug: T257394
Change-Id: Ifb0316256bdec5008acc48544ddd3e2bf71b6d41
2022-11-11 00:09:00 +01:00
Translation updater bot c82bbdf332 Localisation updates from https://translatewiki.net.
Change-Id: I625ea7d8a10b976fa74b1d95e8b8891925f18041
2022-11-10 08:14:06 +01:00
Translation updater bot 0a87ab3cec Localisation updates from https://translatewiki.net.
Change-Id: I13afd885318031bc6fec44ef19075545890cd8d8
2022-11-09 09:01:30 +01:00
jenkins-bot 15eaff1a5a Merge "MinervaPagePermissions: Don't assume that indirectly editable contents don't have an edit action" 2022-11-08 13:55:59 +00:00
Translation updater bot 65457be99d Localisation updates from https://translatewiki.net.
Change-Id: I2113b0a6a6eb9f3e5245897d25974bab2d5a56ea
2022-11-08 08:22:58 +01:00
Translation updater bot b1863ceda1 Localisation updates from https://translatewiki.net.
Change-Id: Iad17b6ddfd9f6183d67f660e9de9e6f0c1d6d307
2022-11-07 08:38:50 +01:00
Reedy 8d23e02358 Group: Fix string interpolation
Bug: T314096
Change-Id: Ie61a2b703585d9f1bb3d0b0018f043a5a62c77d5
2022-11-04 14:45:21 -06:00
Translation updater bot 22a2d44c9b Localisation updates from https://translatewiki.net.
Change-Id: I3fb1cef01c89b53ab430613baec31892dfe36310
2022-11-04 10:19:59 +01:00
Translation updater bot ff5b92b18a Localisation updates from https://translatewiki.net.
Change-Id: I4e29af2d5faaea9c8e5cf70f76006efcbef242e7
2022-11-04 09:07:12 +01:00
Translation updater bot ff8accb013 Localisation updates from https://translatewiki.net.
Change-Id: Ib96bd9b394e7886c60baee170358fbd4d2aaf17c
2022-11-03 08:27:13 +01:00
jenkins-bot 27965530c3 Merge "Media border option applies to the media element, not the wrapper" 2022-11-02 23:02:22 +00:00
Jon Robson 5be882421d Disable new flushing rules on mobile
Don't have capacity to deal with this yet.

Follow up to  I9aba71ac4fff0d285676946acef8309b741ed1ad

Bug: T321504
Change-Id: I85ece1fa28d2c1c5967995ef7622684d73d3c23f
2022-11-02 12:28:49 -07:00
Arlo Breault b1d39a5425 Media border option applies to the media element, not the wrapper
Reported in,
https://it.wikipedia.org/w/index.php?title=Wikipedia%3ABar%2FDiscussioni%2FAggiornamento_del_parser_per_le_immagini%3A_vogliamo_testarlo%3F&type=revision&diff=130240855&oldid=130214646

The default styling in core looks like,

.mw-image-border {
	> a:first-child,
	> span:first-child {
		> *:first-child:not( .mw-broken-media ) {
			border: @border-thumbborder-screen;
		}
	}
}

The simplification here recognizes that the border option doesn't apply
to thumbs, so descendent selectors can be dispensed with, there's no
nesting in figcaptions to worry about.  That's important because
lazy-loading adds a noscript before the img tag, which would make the
selectors with first-child not apply anyways.

An img tag is used instead of the universal selector.  That seems like a
safe assumption for now and can be revisited with T314097 / T318433

Bug: T318300
Change-Id: I25f45ee794300d2ba2a38a0ab6e3741a6b1a18f2
2022-11-02 12:34:00 -04:00
Translation updater bot 98022a5c4f Localisation updates from https://translatewiki.net.
Change-Id: I88a5538e09b30de7100e6cf26ead74a469524ad1
2022-11-01 08:59:19 +01:00
Translation updater bot d4ccc757e8 Localisation updates from https://translatewiki.net.
Change-Id: I29429e57485ddad13af82563c2de19473cd16be8
2022-10-31 09:49:00 +01:00
jenkins-bot 2545c6b2d0 Merge "Add styling for Special:Preferences icons" 2022-10-28 16:59:28 +00:00
suecarmol 822bf0f0c3 Add styling for Special:Preferences icons
Added styles for Special:Preferences' mobile layout icons.

Bug: T317419
Depends-On: I6d5730d47e7595b1705787995fe5db2fe734d7f5
Change-Id: I40a1783a24a2d643026132038a71a027d69f178f
2022-10-28 11:39:20 -05:00
Translation updater bot 6dac350cf5 Localisation updates from https://translatewiki.net.
Change-Id: Ib6b27462428657f7954363a45b00bc79ff70a80c
2022-10-28 08:42:12 +02:00
Matthias Mullie a0555ee377 Break up words to prevent thumbnails from being squished
Bug: T321362
Change-Id: I9d649873145738808fa5a8456df4272c14e42d6a
2022-10-27 12:02:16 +02:00
Translation updater bot 5f7918c14f Localisation updates from https://translatewiki.net.
Change-Id: Id461e0ee2d5591244ced623125e64bb0128f2c82
2022-10-27 08:58:20 +02:00
Translation updater bot 0ef3ae5301 Localisation updates from https://translatewiki.net.
Change-Id: I5a2c4865974a1e6e5487da28ed01274652f94bd4
2022-10-26 08:22:11 +02:00
jenkins-bot 0eb111360f Merge "Override padding-left for Special:Search results" 2022-10-25 18:31:23 +00:00
jenkins-bot 77db2094eb Merge "Disable "page issues" feature when DiscussionTools is handling talk page" 2022-10-25 17:51:55 +00:00
jenkins-bot 7f3cba5df4 Merge "SkinMinerva.php: Improving naming and documentation of talk page overlay checks" 2022-10-25 17:15:33 +00:00
Ed Sanders f876accf9a Disable "page issues" feature when DiscussionTools is handling talk page
Bug: T312309
Change-Id: I9c3035c9dbe7545a05efb2286dffe0145d3557b4
2022-10-25 16:36:15 +01:00
Matthias Mullie 4c19038074 Override padding-left for Special:Search results
Bug: T321563
Change-Id: I5fe7c85e459fbab058cb54a3aec8503c8e7ce203
2022-10-25 16:14:46 +02:00
Translation updater bot 4c34240a9d Localisation updates from https://translatewiki.net.
Change-Id: I92e0aa3d396b21fd9b6dad2801427a4b83600479
2022-10-25 08:26:31 +02:00
Translation updater bot 698879e681 Localisation updates from https://translatewiki.net.
Change-Id: I02836face797281ba34f99048279967ec4452d0f
2022-10-24 08:25:57 +02:00
Ed Sanders c5976996d9 SkinMinerva.php: Improving naming and documentation of talk page overlay checks
Change-Id: Ie8bd5f591523f6eb0e1ef24cc2f61cc626fc478a
2022-10-24 00:00:42 +01:00
jenkins-bot 6d9be806a8 Merge "Fix a11y logged in test case on beta" 2022-10-21 17:52:16 +00:00
bwang 43d32233d1 Fix a11y logged in test case on beta
Change-Id: I2baa60a512522525163758b454d8826e5f0fa63d
2022-10-21 17:35:40 +00:00
Translation updater bot 17368240d1 Localisation updates from https://translatewiki.net.
Change-Id: I78239c5c9471bc6dd46525fd6881fed4d0e7e835
2022-10-21 08:47:45 +02:00
jenkins-bot cde9bda163 Merge "max-width only applies to thumbs" 2022-10-20 23:54:25 +00:00
Arlo Breault 8c87990f0b max-width only applies to thumbs
Not frameless or plain floated media.

Bug: T318300
Change-Id: Iced12531dc8fe416c493daa82c0aa8252f9226bd
2022-10-20 17:48:58 -04:00
jsn 73d9281e75 hooks: reference PreferencesGetLayout docs
Bug: T320843
Change-Id: I74f089d2e44ecfb5a0ba6a3b34db8abd0ec9a24f
2022-10-20 12:04:26 -05:00
James D. Forrester 83b959fc8f MinervaPagePermissions: Don't assume that indirectly editable contents don't have an edit action
Bug: T315336
Change-Id: I178cc408750172cd9e0cdc61717aba291698936e
2022-10-19 13:21:23 -04:00
Translation updater bot a84916b4bc Localisation updates from https://translatewiki.net.
Change-Id: I914fb9b16577f8b49344556f195cc372e555675a
2022-10-19 08:22:51 +02:00
jenkins-bot 9675bbb9a7 Merge "Bump nvmrc to 14.17.5 to match Wikimedia CI infrastructure." 2022-10-18 17:06:14 +00:00
bwang 29631e85c5 Bump nvmrc to 14.17.5 to match Wikimedia CI infrastructure.
Change-Id: If6e267fde3af3efc4ca24230dcd2ad8ebc6c290b
2022-10-18 16:49:00 +00:00
Translation updater bot 6512f646fa Localisation updates from https://translatewiki.net.
Change-Id: I84644c3464ff2060266c202895ba7130f44d576e
2022-10-18 08:25:08 +02:00
Translation updater bot a78c6315c0 Localisation updates from https://translatewiki.net.
Change-Id: Ica521902b531db4d0af9c6025a09be85efb43080
2022-10-14 08:45:33 +02:00
jenkins-bot 5f5764d7ab Merge "hooks: implement PreferencesGetLayout" 2022-10-13 16:18:36 +00:00
Translation updater bot 8ecfed8ff2 Localisation updates from https://translatewiki.net.
Change-Id: Iaea1bfb36d759e1e4e54174a0d4016981462fb36
2022-10-13 08:11:41 +02:00
jsn 48cdc5a33d hooks: implement PreferencesGetLayout
Use mobile layout in Special:Preferences

Bug: T320586
Depends-On: I468481b66bf96880d1779cd11a46e18745e2c894
Change-Id: Ic6aa01e6e8806d1f2be8e07ca6c83decd62bc641
2022-10-12 20:54:55 -05:00
Translation updater bot 8417343351 Localisation updates from https://translatewiki.net.
Change-Id: Ib9f912b6bec80532a5ef2e5dc3df2fee3b6019fa
2022-10-12 08:22:41 +02:00