Commit graph

4 commits

Author SHA1 Message Date
Porplemontage
23bc48d061 Re-add support for "New user message" notification
This is a follow-up to pre-abe94aa4082dbc4f8b9060528a1b4fea2d0af0f1

Bug: T330503
Change-Id: I2416df717166cb8c32e8016631f41ff9d635c0b6
2023-02-24 15:56:11 +00:00
Kevin Israel
ef6effb29f Fix hardcoded dir and lang for #p-search-label
This was overlooked in abe94aa408.

Bug: T310538
Change-Id: I5f4dbf4491bd0d4122d51f3cf7693d0a38976ba9
2022-06-14 00:46:30 -04:00
Jon Robson
2867465ddf Monobook should use html-title-heading
See T298715#7609769

Change-Id: I737235a2e200889217992a625285e758949b5597
2022-01-10 10:57:38 -08:00
jdlrobson
abe94aa408 Monobook Mustache
Changes in HTML markup that fix various bugs and lead to consistencies
with other skins:
* firstHeading now has `dir` attribute
* `tagline` message no longer parsed - plain text only - this is consistent with
other skins
* printfooter now child of #bodyContent
* #ca-view is outputted (but hidden with CSS)
* Order of attributes on  #p-search-label changed
* Search input form elements are no longer self closing
* The #mw-searchButton element gains class mw-fallbackSearchButton
* The generated-sidebar class is no longer present on sidebar portlets,
consistent with other skins
* The print link disappears when ElectronPdf is installed so there
are not two print links.

Changes in functionality:
* Previously (in getCactions) a nomobile class would be added if
less than 2 tabs.
If not 1 tab, more would be appended. This is dropped.

Bug: T285989
Change-Id: I03d0dc1dad23894e7e64ceeb8956692316265144
2021-09-07 09:02:55 -07:00