Skip to content

Releases: bovender/LinkTitles

Version 5.0.2

05 Sep 16:30
v5.0.2
Compare
Choose a tag to compare
- Fix: Better detection of <span> and <div> elements that do not have attributes.

Version 5.0.1

03 Sep 18:06
v5.0.1
Compare
Choose a tag to compare
  • Improved: Special Page can now be translated using messages.
  • Improved: The comment that is added when pages are edited by the maintenance script can now be translated using a message.
  • Fix: Detection of existing links had a bug.
  • Fix: Do not crash when testing redirect target on empty page.

Version 5.0.0

01 Sep 03:49
v5.0.0
Compare
Choose a tag to compare

Version 5 is a major rewrite of the LinKTitles extension. The code is
now much better organized, and it included automatic (unit) testing,
which will greatly facilitate future maintenance and development.

Namespace support was overhauled, and a couple of breaking changes
were introduced in this version. Most notably, the
$wgLinkTitlesNamespaces configuration variable was removed and
replaced with $wgLinKTitlesSourceNamespaces,
$wgLinkTitlesTargetNamespaces, and $wgLinkTitlesSameNamespace.
$wgLinKTitlesTimeLimit was renamed to
$wgLinkTitlesSpecialPageReloadAfter.

Version 5 offers more fine-grained control over where to link and what
to link. In addition to the __NOAUTOLINKS__ and
__NOAUTOLINKSTARGET__ magic words, you can have
<autolink>..</autolink> and <noautolink>..</noautolink> tags in your
page source to explicitly include or exclude sections from linking.

Several long-standing bugs were fixed.

Please see the detailed documentation in the README.md file, and the
NEWS file.

Version 4.0.9

21 Mar 21:20
v4.0.9
Compare
Choose a tag to compare
- Fix: __NOAUTOLINKS__ was not respected during rendering.

Version 4.0.8

16 Feb 05:32
v4.0.8
Compare
Choose a tag to compare

Fixes issues with the special page and the maintenance script in MW 1.28.

Version 4.0.7

02 Jan 12:50
v4.0.7
Compare
Choose a tag to compare
- Improvement: Increase performance of special page and maintenance script.

Version 4.0.6

28 Dec 11:58
v4.0.6
Compare
Choose a tag to compare
- Fix: Custom namespace weights were not respected.
- Fix: Bug fixes.

Version 4.0.5

14 Dec 21:25
v4.0.5
Compare
Choose a tag to compare
- Fix: Maintenance script would crash if invoked with the --page option.
- Fix: Remove leftover error log call.
- Improvement: Refactored maintenance script, improving user interaction.

Version 4.0.4

30 Nov 05:18
v4.0.4
Compare
Choose a tag to compare
- Fix: Do not link titles twice if $wgLinkTitlesFirstOnly and $wgLinkTitlesSmartMode are both true.

Version 4.0.1

08 Nov 05:17
v4.0.1
Compare
Choose a tag to compare

Fixes a severe syntax error when accessing the LinkTitles special page.