Files
LinkTitles/NEWS

65 lines
1.9 KiB
Plaintext

LinkTitles 1.7.0: 2013-01-22
* Added new option to do exact searches of page titles; the default is to
do __case-insensitive__ searches as before ($wgLinkTitlesIgnoreCase).
LinkTitles 1.6.1: 2012-12-31
* Fixed a bug that caused linking to fail in certain situations when
$wgLinkTitlesFirstOnly was set to true.
LinkTitles 1.6.0: 2012-12-22
* Added new options to restrict linking to page titles at the beginning or an
end of a word. This enables linking variants of a page title.
LinkTitles 1.5.0: 2012-12-11
* Added new option to link only the first occurrence of a page title.
LinkTitles 1.4.0: 2012-10-09
* Added new option to skip template variables.
LinkTitles 1.3.2: 2012-10-05
* Fix incorrect handling of PreferShortTitles option.
LinkTitles 1.3.1: 2012-10-05
* Fix typo that prevented proper function of the extension.
LinkTitles 1.3.0: 2012-09-15
* Do not link template names.
LinkTitles 1.2.0: 2012-07-19
* Added a black list option to prevent certain page titles from being
automatically linked.
LinkTitles 1.1.0: 2012-05-24
* No longer parses urls and email addresses.
LinkTitles 1.0.0: 2012-05-22
* Added new option to parse or not parse headings
* Added new option to parse pages on saving edits
* Added new option to parse pages on viewing (unless the page is retrieved
from cache)
* Minor performance improvement
LinkTitles 0.0.7: 2012-05-20
* Fix version information
LinkTitles 0.0.6: 2012-05-20
* Fix bug: Minimum length title
LinkTitles 0.0.5: 2012-05-20
* Add $wgLinkTitlesMinimumTitleLength configuration variable.
LinkTitles 0.0.4: 2012-05-20
* Add $wgLinkTitlesPreferShortTitles configuration variable.
LinkTitles 0.0.3: 2012-05-20
* Only look for page titles from 'normal' pages (namespace = 0).
LinkTitles 0.0.2: 2012-05-20
* Prevent generation of self-references.
* Escape slashes in page titles before using them in a regexp.
LinkTitles 0.0.1: 2012-05-20
* Initial release.
# vim: flp=\*\s