Skip to content

Releases: DF-Wiki/NamespaceLinks

v0.3.2

21 Dec 23:23

Choose a tag to compare

  • Fixed handling of explicit main-namespace links
  • Fixed version number according to extension

v0.3.1

21 Dec 23:23

Choose a tag to compare

MediaWiki 1.33 compatibility

v0.3: System message

10 Aug 21:22

Choose a tag to compare

Moved configuration to a system message - accessible at Mediawiki:Namespace-links

v0.2.3

08 Aug 20:00

Choose a tag to compare

New parser function: {{#nlenabled:}} (see wiki)

v0.2.2

08 Aug 19:01

Choose a tag to compare

Fixes PHP warnings with malformed links.

v0.2.1

08 Aug 16:52

Choose a tag to compare

Category links were previously changed from [[Category:Foo]] to [[Category:Foo|Category:Foo]], causing links without explicit sorting to sort by "C". This release fixes that problem by ignoring all category links.

v0.2

08 Aug 16:49

Choose a tag to compare

New:

  • Allow extension to be enabled or disabled on a per-page basis with {{#nlenable:}} function (see wiki)

Fixes:

  • Ignore a few invalid links that cause problems/errors
  • Ignore File: links

v0.1.1

08 Aug 16:41

Choose a tag to compare

This addresses issues with links containing multiple colons (e.g. :: or :::)

v0.1

22 Jul 13:18

Choose a tag to compare

Default link namespaces can be changed based on the current page's namespace.
In addition, all of MediaWiki's default link functionality works, including:

  • Explicit namespaces
  • Use of namespace aliases to NS_MAIN (to force a link to point to the main namespace)
  • Interwikis
  • Section links
  • Use of a leading : (ignored in most cases, but used to escape category links)
    Incorrect link syntax (e.g. [[::Page]] or [[:]]) still produces warnings, instead of failing silently or ignoring malformed links.