Skip to content

Releases: bovender/LinkTitles

Version 8.1.1

05 Jan 06:59
v8.1.1
c5c142e
Compare
Choose a tag to compare

Fixed

  • Fixed "Call to undefined method WikiPage::factory()" error that arose from
    an incompatibility with recent MediaWiki versions.
  • Fixed string interpolation deprecation warnings.

Version 8.1.0

13 Mar 11:28
v8.1.0
c0e5396
Compare
Choose a tag to compare

New

  • Added a --verbose (-v) option to the commandline script.
  • Added a 'shebang' line to the commandline script so that it can be invoked
    directly.

Fixed

  • Ensure compatibility with the PageForms extension (#58)

Version 8.0.1

08 May 13:12
v8.0.1
Compare
Choose a tag to compare

Fixed

  • Fixed a regression concerning linktitles-cli progress display that was
    introduced in v8.0.0.
  • Prevent a division-by-zero error that could occur on the LinkTitles special
    page (#55).
  • Fixed the message that is shown when linking that was triggered from the
    special page has been completed.

Version 8.0.0

06 Apr 19:38
v8.0.0
Compare
Choose a tag to compare

Changed

  • The minimum required version of MediaWiki is now 1.35.
  • The values of data-* attributes in HTML tags are now being ignored.

Fixed

  • Replace PageContentSave with MultiContentSave to fix compatibility with MediaWiki 1.35.
  • The default value for wgLinkTitlesParseOnRender is change back to false as support
    for MediaWiki 1.35+ is fixed.
  • Progress reporting by linktitles-cli.php is no longer incorrect when a start
    page is defined.

Version 6.0.0

31 Dec 13:17
v6.0.0
Compare
Choose a tag to compare

Changed

  • Because automatic linking upon page save no longer works with MediaWiki
    versions 1.32 and newer, the default value of the $wgLinkTitlesParseOnRender
    is now true. Please see README.md for more information.

Fixed

  • Prevent crash that occurred with MediaWiki version 1.34 due to a renamed
    constant (DB_SLAVE was renamed to DB_REPLICA). NOTE that the minimum
    required version of MediaWiki is now 1.28 (which is an obsolete version).

Version 5.0.7

27 Jun 19:36
v5.0.7
Compare
Choose a tag to compare
- Fix: Improve handling of page titles that start or end with numbers.

Version 5.0.6

20 Jun 18:43
v5.0.6
Compare
Choose a tag to compare
  • Fix: Do not link inside <syntaxhighlight></syntaxhighlight> tags.

Version 5.0.5

17 Oct 19:05
v5.0.5
Compare
Choose a tag to compare
- Fix: Avoid errors with SQLite database.

Version 5.0.4

23 Sep 05:22
v5.0.4
Compare
Choose a tag to compare
  • Fix: Many pages would not be linked.

This is an important bug fix!

Version 5.0.3

06 Sep 20:34
v5.0.3
Compare
Choose a tag to compare
  • Fix: tag was broken.
  • Fix: tag did not work in parse-on-render mode.