Skip to content

Releases: lakejason0/mediawiki-skins-Lakeus

1.0.14

20 Aug 04:31
Compare
Choose a tag to compare

Changes

  • Updated AUTHORS.txt.

1.0.13

20 Aug 04:14
Compare
Choose a tag to compare

Changes

  • l10n update.
  • Added a margin-top for #mw-content-text.

1.0.12

07 Aug 14:37
Compare
Choose a tag to compare

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

06 Aug 02:56
Compare
Choose a tag to compare

Changes

  • Added alt for several <img> tags.
  • Again fixed one z-index issue.

1.0.10

29 Jul 08:46
Compare
Choose a tag to compare

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 and i18n-headings.

1.0.9

26 Jul 17:32
Compare
Choose a tag to compare

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

25 Jul 07:58
Compare
Choose a tag to compare

Addition

  • Added a link to this repository to the footer
    • You can disable it by setting $wgLakeusShowRepositoryLink to false in LocalSettings.php.

1.0.7

23 Jul 07:59
Compare
Choose a tag to compare

Changes

  • If no logo presents, the space would still be kept.

1.0.6

23 Jul 07:15
Compare
Choose a tag to compare

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 message sitetitle.
      • An article counter.

Changes

  • Linted the code
  • Separated variables to another file
  • Now uses PHP to fetch more data (e.g. the article count)

1.0.5

22 Jul 10:39
Compare
Choose a tag to compare

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.