Releases: lakejason0/mediawiki-skins-Lakeus
Releases · lakejason0/mediawiki-skins-Lakeus
1.0.14
Changes
- Updated
AUTHORS.txt
.
1.0.13
Changes
- l10n update.
- Added a
margin-top
for#mw-content-text
.
1.0.12
Changes
- Fixed a stupid bug caused by me who knows nothing about PHP.
- Warning: The use statement with non-compound name 'SiteStats' has no effect in /www/wwwroot/mediawiki/skins/Lakeus/SkinLakeus.php on line 3
1.0.11
Changes
- Added
alt
for several<img>
tags. - Again fixed one
z-index
issue.
1.0.10
Changes
- Fixed several
z-index
issues.- Hope that it's the last time. 🙃
- Fixed style for anon users in personal menu.
- Fixed the issue when switching to VE from WikiEditor that the text may seem to be collided to each other by adding a background to the edit option panel.
- Some site may use
display: none;
to make site notice invisible, however this make search bar collide with the page title. Adjusted the margin setting and I hope that everything is still fine. - Enabled 2 features:
i18n-all-lists-margins
andi18n-headings
.
1.0.9
Changes
- Colors of portlet items being focused & hovered can now be changed through these CSS variables:
--background-color-toggle-list-item-hover
--background-color-toggle-list-item-focus
--background-color-portlet-item-hover
--background-color-portlet-item-focus
1.0.8
Addition
- Added a link to this repository to the footer
- You can disable it by setting
$wgLakeusShowRepositoryLink
tofalse
inLocalSettings.php
.
- You can disable it by setting
1.0.7
Changes
- If no logo presents, the space would still be kept.
1.0.6
Addition
- Customization via CSS variables
- Media queries does not support native CSS variables; you can only modify the less file for now.
- New sidebar menu styles
- Added a card on the top of the menu.
- A logo; should be set from
logo
of$wgLogos
. - A wordmark or site title; from
wordmark
of$wgLogos
or the system messagesitetitle
. - An article counter.
- A logo; should be set from
- Added a card on the top of the menu.
Changes
- Linted the code
- Separated variables to another file
- Now uses PHP to fetch more data (e.g. the article count)
1.0.5
Addition
- Basic RTL support.
- Added compatibility with the extension NoTitle.
Changes
- Localised one string of the sidebar menu button.
- Adjusted the style of subpage / redirect notice texts.