Releases: lakejason0/mediawiki-skins-Lakeus
Releases · lakejason0/mediawiki-skins-Lakeus
1.1.0
Changes
- Implemented Theme Designer.
- More Variablization.
- I18n updates.
- It's a bit too much for me to write all these changes during these weeks, so just try it out by yourself by enabling the Theme Designer in your prefereces! Any suggestions and reports are welcomed.
Full Changelog: v1.0.19...v1.1.0
1.0.19
Changes
- Localization for Theme Designer.
- Theme designer is not implemented in this version.
- Changed the directory for templates to remove warnings in 1.37.
- Variablization for Theme Designer.
Full Changelog: v1.0.18...v1.0.19
1.0.18
Changes
- Added a toggle for border of site notice,
$wgLakeusSiteNoticeHasBorder
.- Default to
false
. - The behavior before this version can be restored by setting it to
true
.
- Default to
1.0.17
Changes
- Improved the wording of
README.md
. - Now uses
@noflip
for RTL tweaks part, making it semantically clearer. - Updated localization.
- Several styles tweaks, including:
- Made logo text (not the wordmark image, only the text in the same place) smaller. This is for long site names. You can restore the behavior before this version by adding CSS like this:
#logo-text { font-size: 160%; }
- Removed the
max-width
of site notice. - Enlarged the title of each menu section in the sidebar menu.
- Made footer be the same width as the content area in wide screens.
- The footer icons will be vertically aligned in narrow screens.
- Made logo text (not the wordmark image, only the text in the same place) smaller. This is for long site names. You can restore the behavior before this version by adding CSS like this:
1.0.16
Changes
- Improved the style of auto suggestion part of the search bar.
- Search bar implemented through Vue is still testing on the
search-vue
branch; help me if you know how it exactly works.- TBD:
- Supporting instances with
$wgScriptPath
not set to/w
. - Style adjustment which makes both legacy search bar and Vue search bar happy.
z-index
issues of the Vue search bar.- ...
- Supporting instances with
- TBD:
- Search bar implemented through Vue is still testing on the
1.0.15
Changes
- The container element of the repository link is now removed when
$wgLakeusShowRepositoryLink
isfalse
.
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.