Skip to content

Releases: lakejason0/mediawiki-skins-Lakeus

1.1.0

21 Nov 07:57
Compare
Choose a tag to compare

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

20 Nov 11:51
Compare
Choose a tag to compare

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

16 Oct 08:10
Compare
Choose a tag to compare

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.

1.0.17

15 Oct 16:21
Compare
Choose a tag to compare

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.

1.0.16

20 Sep 05:30
Compare
Choose a tag to compare

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.
        • ...

1.0.15

11 Sep 13:02
Compare
Choose a tag to compare

Changes

  • The container element of the repository link is now removed when $wgLakeusShowRepositoryLink is false.

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.