Releases: lakejason0/mediawiki-skins-Lakeus
v1.2.1
This is a maintenance release of the mediawiki-skins-Lakeus 1.2 version.
This will be the last release support obsoleted MediaWiki version 1.40.x.
Changes
Configuration changes for system administrators
New configuration
$wgLakeusCustomIndicators
: Makes it possible to set skin-wide page status
indicators.
Defaults to empty array ([]
).
Bug fixes
- (issue #44) Fixed too-wide sidebar in narrow screen, causing cannot
tap-to-close. - (issue #44) Fixed the sidebar became too narrow if the texts in sidebar are
too short. - Fixed body height by changing
height
tomin-height
.
Languages
Lakeus skin now supports 27 languages. Many localisations are updated regularly.
Other changes
Full Changelog: v1.2.0...v1.2.1
v1.2.0
This is the first release of the mediawiki-skins-Lakeus 1.2 version.
Obsoleted MediaWiki version 1.37.x, 1.38.x were no longer supported in this
release.
Changes
Bug fixes
- (issue #40, #41, #42, #43) Fixed content width changing when switching tabs in
Special:Preferences, which was caused byskin.less
.
This also contain fixes to the LESSmin()
,max()
problem.
Languages
Lakeus skin now supports 27 languages. Many localisations are updated regularly.
Deprecations
- (issue #38) Support for obsoleted MediaWiki version 1.37.x, 1.38.x were
dropped. - (issue #38) Replaced deprecated PHP class alias
ResourceLoaderSkinModule
with namespacedMediaWiki\ResourceLoader\SkinModule
.
The class was namespaced in MediaWiki 1.39
(commit 3e2653f83bc096889d8b69d1e01a52d7de42b247,
Change-Id Id08a220e1d6085e2b33f3f6c9d0e3935a4204659),
and the deprecated class alias was removed in MediaWiki 1.42
(commit 21d8d9863b393e0bea608ac2f926b40bfecff9ad,
Change-Id I5929a2f760c8d21c1cb2542a19220a91ac7240e4).
Full Changelog: v1.1.18...v1.2.0
v1.1.18
This is a maintenance release of the mediawiki-skins-Lakeus 1.1 version.
This will be the last release support obsoleted MediaWiki version 1.37.x,
1.38.x.
Changes
Bug fixes
- Removed unnecessary modules.
- Fixed CodeMirror glitch.
- (issue #26) Removed unneeded
wp
prefix fromhide-if
. - (issue #32) Fixed "access to private variable
$templateParser
of parent
class" inSkinLakeus.php
by dropping unneeded
BagOStuff $localServerObjectCache
dependency. - Fixed hexcolor.replace is not a function
Languages updated
Lakeus skin now supports 27 languages. Many localisations are updated regularly.
Below only new and removed languages are listed.
- (issue #30) Added missing localisations for Twi (tw).
- (issue #30) Added missing localisations for Cantonese (Traditional Han script)
(yue-hant), which was moved from yue. - (issue #35) Unified indentation for en.json by changing 2-whitespace
indentation to tab-character indentation.
Deprecations
- (issue #24) Converted to the new hook system.
- (T262067, issue #33) Migrated
templateDirectory
option toskin.json
.
Other changes
- (issue #22) Fixed capitalization in README.
- Reordered skin.json based on mediawiki/core
docs/extension.schema.v2.json
(6d71df9
). - (issue #28, #29) Added documentations.
Full Changelog: v1.1.17...v1.1.18
1.1.17
Changes
- Moved
Lakeus
namespace underMediaWiki\Skins
. - Namespaced
SkinLakeus
underMediaWiki\Skins\Lakeus
. - Added PHP build tests, including PHPCS.
- Added screenshot for installer.
Full Changelog: v1.1.16...v1.1.17
1.1.16
Changes
- Optimized table overflowing
- Added "Special thanks"
- Fixed image overflowing
- Adjusted icon opacity
- Added use of OOUI icons
- Fixed talk alert style issues
- Moved sticky TOC position on mobile
- Changed breakpoints
- Hide sticky TOC when printing
- Support smooth scroll through CSS3, enabled by default
- Increased line height
- Added
word-wrap
to.mw-body
- Fixed some
z-index
issues
Full Changelog: v1.1.15...v1.1.16
1.1.15
Changes
- Dropdowns are now labeled through HTML tags, instead of hardcoded CSS.
- Personal menu's position is tweaked.
- Some after content of portlets is now hidden.
- Added Sticky TOC, with new variables and corresponding Theme designer settings.
- Is a bit buggy in 1.38, sometimes disappears.
- Auto collapse behavior can be changed through user preferences.
- To disable it site-wide, use
$wgLakeusShowStickyTOC
. For user-side, use CSS.
Full Changelog: v1.1.14...v1.1.15
1.1.14
Changes
- Added a toggle for portlet animations,
$wgLakeusShouldAnimatePortlets
.- Default to
false
, as it may cause visual artifacts. - The behavior before this version can be restored by setting it to
true
.
- Default to
Full Changelog: v1.1.13...v1.1.14
1.1.13
1.1.12
Changes
- Localization updates.
- When a variant is selected, it is now not displaying (#17).
Full Changelog: v1.1.11...v1.1.12
1.1.11
Changes
- Fixed that "Jump to content" string isn't included in
skin.json
Full Changelog: v1.1.10...v1.1.11