Difference between revisions of "Changelog"

From Tweeki
Jump to: navigation, search
Line 1: Line 1:
 
__TOC__
 
__TOC__
  
=== dev (2018-02-21) ===
+
<!--
 +
=== dev (2018-09-01) ===
 +
-->
 +
 
 +
=== 1.0.5 (2018-09-01) ===
 +
 
 +
[https://github.com/thaider/Tweeki/releases/tag/v1.0.5 Release 1.0.5 on github]
  
 
'''Bug Fixes'''
 
'''Bug Fixes'''
Line 7: Line 13:
 
* Javascript for moving the TOC and showing 'to top' links didn't work with MW 1.30 ([https://github.com/thaider/Tweeki/issues/100 #100])
 
* Javascript for moving the TOC and showing 'to top' links didn't work with MW 1.30 ([https://github.com/thaider/Tweeki/issues/100 #100])
 
* ''critical'': XSS vulnerability in search box ([https://github.com/thaider/Tweeki/issues/104 #104]) – thanks to [https://github.com/npdoty npdoty] for reporting and providing a patch!
 
* ''critical'': XSS vulnerability in search box ([https://github.com/thaider/Tweeki/issues/104 #104]) – thanks to [https://github.com/npdoty 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'''
 
'''New Features'''
Line 13: Line 24:
 
* [[Configuration_Options#Additional_Body_Classes|Additional Body Classes]] configuration option
 
* [[Configuration_Options#Additional_Body_Classes|Additional Body Classes]] configuration option
 
* [[Parser_Functions#Tweekibodyclass_parser_function|<code><nowiki>{{#tweekibodyclass}}</nowiki></code>]] parser function
 
* [[Parser_Functions#Tweekibodyclass_parser_function|<code><nowiki>{{#tweekibodyclass}}</nowiki></code>]] parser function
 +
* Support for Bootstrap carousels
 +
* <code>TOOLBOX-EXT</code> navigational element including link to the site's recent changes
  
 
'''Documentation Changes'''
 
'''Documentation Changes'''
Line 18: Line 31:
 
* [[Configuration_Options#Costum_Edit_Section_Links|configuration option]] and [[Messages#Edit_Section_Link|messages]] for customized edit section links added/amended
 
* [[Configuration_Options#Costum_Edit_Section_Links|configuration option]] and [[Messages#Edit_Section_Link|messages]] for customized edit section links added/amended
 
* How-to for [[How-Tos#Add_custom_CSS|adding custom CSS]] updated
 
* How-to for [[How-Tos#Add_custom_CSS|adding custom CSS]] updated
 +
* Code examples for [[Carousel|Carousels]]
 +
* <code>TOOLBOX-EXT</code> added to list of navigational elements
  
 
=== 1.0.4 (2017-04-12) ===
 
=== 1.0.4 (2017-04-12) ===

Revision as of 16:59, 1 September 2018


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