Difference between revisions of "Changelog"

From Tweeki
Jump to: navigation, search
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
__TOC__
+
=== dev ===
  
<!--
+
=== 1.1.2 (2020-10-04) ===
=== dev (2018-09-01) ===
+
 
-->
+
[https://github.com/thaider/Tweeki/releases/tag/v1.1.2 Release 1.1.2 on github]
 +
 
 +
'''Bug Fixes'''
 +
* Remove deprecated disableCache() function ([https://github.com/thaider/Tweeki/issues/163 #163])
 +
* Replacing deprecated call of Skin::addToBodyAttributes() (Thanks Ammarpad for Pull request #161!)
 +
* Edit keyboard shortcut wasn't working ([https://github.com/thaider/Tweeki/issues/159 #159])
 +
 
 +
=== 1.1.1 (2020-04-06) ===
 +
 
 +
[https://github.com/thaider/Tweeki/releases/tag/v1.1.1 Release 1.1.1 on github]
 +
 
 +
'''Bug Fixes'''
 +
* Fix for semantic queries in navigation
 +
* fixed shadow in ooui buttons
 +
* allow class attribute in accordion tag ([https://github.com/thaider/Tweeki/issues/133 #133])
 +
* style save button as btn-primary
 +
* Fix for page titles
 +
* print the content of accordions
 +
* Fix for scrollspy ([https://github.com/thaider/Tweeki/issues/139 #139])
 +
* Fix for headings
 +
* Pull request #149 (Thanks, paladox!)
 +
* allow return as divider in navigational messages ([https://github.com/thaider/Tweeki/issues/2 #2])
 +
* Pull requests #155, #156, #157 (Thanks to samwilson, Ammarpad, and Volker-E!)
 +
 
 +
'''New Features'''
 +
* [[Parser_Functions#Tweekihideexcept_parser_function|<code><nowiki>{{#tweekihideexcept}}</nowiki></code>]] parser function
 +
* Headers in Dropdown Menus are now possible
 +
 
 +
'''Changes'''
 +
* requires MediaWiki 1.31+ now
 +
* Bootstrap updated to v3.4.1
  
 
=== 1.1.0 (2019-02-11) ===
 
=== 1.1.0 (2019-02-11) ===
Line 10: Line 40:
  
 
'''Bug Fixes'''
 
'''Bug Fixes'''
 +
 +
* <code>LOGIN-EXT</code> wasn't working any more ([https://github.com/thaider/Tweeki/issues/131 #131])
 +
* MW 1.32 introduced a new <code>.toctogglespan</code> that needed to be hidden in <code>#TweekiTOC</code> ([https://github.com/thaider/Tweeki/issues/126 #126])
 +
* namespace logic fixed ([https://github.com/thaider/Tweeki/pull/130 #130]) – thanks to [https://github.com/thaider/Tweeki/commits?author=RibShark RibShark]!
 +
* hardcoded URL in TweekiTemplate ([https://github.com/thaider/Tweeki/issues/128 #128]) – thanks to [https://github.com/ajquick ajquick]!
 +
* remove deprecated translator->translate()
 +
* Replace deprecated wfRunHooks()
 +
* Fix for IconWatch
  
 
'''New Features'''
 
'''New Features'''
  
'''Documentation Changes'''
+
* introduced <code>$wgTweekiSkinUseIconWatch</code> configuration parameter and the possibility to manage the watchlist via a star icon (navigational element <code>ICONWATCH</code>
 +
 
 +
'''Changes'''
 +
 
 +
* File and directory structure was changed to be similar to Vector's
 +
* Font Awesome updated to v5.7.1
  
 
=== 1.0.5 (2018-09-01) ===
 
=== 1.0.5 (2018-09-01) ===

Revision as of 22:51, 4 October 2020

dev

1.1.2 (2020-10-04)

Release 1.1.2 on github

Bug Fixes

  • Remove deprecated disableCache() function (#163)
  • Replacing deprecated call of Skin::addToBodyAttributes() (Thanks Ammarpad for Pull request #161!)
  • Edit keyboard shortcut wasn't working (#159)

1.1.1 (2020-04-06)

Release 1.1.1 on github

Bug Fixes

  • Fix for semantic queries in navigation
  • fixed shadow in ooui buttons
  • allow class attribute in accordion tag (#133)
  • style save button as btn-primary
  • Fix for page titles
  • print the content of accordions
  • Fix for scrollspy (#139)
  • Fix for headings
  • Pull request #149 (Thanks, paladox!)
  • allow return as divider in navigational messages (#2)
  • Pull requests #155, #156, #157 (Thanks to samwilson, Ammarpad, and Volker-E!)

New Features

Changes

  • requires MediaWiki 1.31+ now
  • Bootstrap updated to v3.4.1

1.1.0 (2019-02-11)

Release 1.1.0 on github

Bug Fixes

  • LOGIN-EXT wasn't working any more (#131)
  • MW 1.32 introduced a new .toctogglespan that needed to be hidden in #TweekiTOC (#126)
  • namespace logic fixed (#130) – thanks to RibShark!
  • hardcoded URL in TweekiTemplate (#128) – thanks to ajquick!
  • remove deprecated translator->translate()
  • Replace deprecated wfRunHooks()
  • Fix for IconWatch

New Features

  • introduced $wgTweekiSkinUseIconWatch configuration parameter and the possibility to manage the watchlist via a star icon (navigational element ICONWATCH

Changes

  • File and directory structure was changed to be similar to Vector's
  • Font Awesome updated to v5.7.1

1.0.5 (2018-09-01)

Release 1.0.5 on github

Bug Fixes

  • Replacement of editsection links was applied to other skins as well
  • Javascript for moving the TOC and showing 'to top' links didn't work with MW 1.30 (#100)
  • critical: XSS vulnerability in search box (#104) – thanks to npdoty for reporting and providing a patch!
  • Replacement of deprecated hook for edit section links
  • CSS fixes for breadcrumbs
  • Javascript fixes for scrolling in VisualEditor
  • Links in headers were unintentionally removed
  • Problems with RTL in navigation

New Features

  • Support for using MediaWiki's standard table of contents at the top of the page
  • Custom edit section links are no longer invasive and optional now
  • Additional Body Classes configuration option
  • {{#tweekibodyclass}} parser function
  • Support for Bootstrap carousels
  • TOOLBOX-EXT navigational element including link to the site's recent changes

Documentation Changes

1.0.4 (2017-04-12)

Release 1.0.4 on github

Bug Fixes

  • Scrollspy should work now also in Safari and Chrome

New Features

  • Configuration for hiding of navigational elements has been rewritten to use associative arrays.
  • Hiding via hook has now been properly implemented.
  • The username in the personal dropdown now has it's own span element and class .tweeki-username that can be used for styling or hiding
  • __NUMBERED HEADINGS__ Magic Word had been included to allow for fine grained control of automatic heading numbering
  • Use the <TOC /> tag to place a copy of the table of contents anywhere on your page.

Documentation Changes

1.0.3 (2017-01-27)

Release 1.0.3 on github

Bug fixes

  • navigational element EDIT-EXT should work now also in subnav and all other places than sidebar
  • breakpoint for sidebar was wrong
  • path for bootstrap-theme was fixed, should now work again (it's loaded by default)
  • $wgTweekiSkinCustomizedBootstrap should work again
  • $wgTweekiImagePageTOCTabs has been renamed to $wgTweekiSkinImagePageTOCTabs
  • footer reconfiguration after tab toggling

New Features

  • Offsets and widths for the main layout can now be configured.

Documentation Changes

1.0.2 (2016-10-22)

Release 1.0.2 on github

Changes

  • requires MediaWiki 1.25+ now (extension registration)
  • Bootstrap updated to v3.3.7
  • Font Awesome updated to v4.6.3