Skip to content

Releases: lakejason0/mediawiki-skins-Lakeus

v1.2.1

14 Jul 03:38
v1.2.1
cae43e3
Compare
Choose a tag to compare

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 to min-height.

Languages

Lakeus skin now supports 27 languages. Many localisations are updated regularly.

Other changes

  • (issue #45) Added CONTRIBUTING.md.
  • (issue #46) Added GitHub issue templates.

Full Changelog: v1.2.0...v1.2.1

v1.2.0

26 Apr 08:13
v1.2.0
cac7b9f
Compare
Choose a tag to compare

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 by skin.less.
    This also contain fixes to the LESS min(), 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 namespaced MediaWiki\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

05 Apr 09:18
v1.1.18
9b0cbae
Compare
Choose a tag to compare

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 from hide-if.
  • (issue #32) Fixed "access to private variable $templateParser of parent
    class" in SkinLakeus.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 to skin.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

22 Dec 09:16
a96a62a
Compare
Choose a tag to compare

Changes

  • Moved Lakeus namespace under MediaWiki\Skins.
  • Namespaced SkinLakeus under MediaWiki\Skins\Lakeus.
  • Added PHP build tests, including PHPCS.
  • Added screenshot for installer.

Full Changelog: v1.1.16...v1.1.17

1.1.16

22 Dec 09:14
Compare
Choose a tag to compare

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

04 Oct 03:45
Compare
Choose a tag to compare

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

01 Oct 07:27
Compare
Choose a tag to compare

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.

Full Changelog: v1.1.13...v1.1.14

1.1.13

09 Sep 09:58
3b15c65
Compare
Choose a tag to compare

Changes

  • Added rules to .mw-editsection-like.

Full Changelog: v1.1.12...v1.1.13

1.1.12

06 Aug 15:58
ca7d3d4
Compare
Choose a tag to compare

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

19 Jun 07:27
Compare
Choose a tag to compare

Changes

  • Fixed that "Jump to content" string isn't included in skin.json

Full Changelog: v1.1.10...v1.1.11