Merge branch 'release-3.1.0'

This commit is contained in:
Daniel Kraus
2015-02-05 20:45:32 +01:00
6 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@
*.bak
gpl-2.0.txt
Maintenance.php
doxygen_sqlite3.db

View File

@ -152,6 +152,7 @@
'<script>.*?<\/script>|' . // script
'<div.+?>|<\/div>|' . // attributes of div elements
'<span.+?>|<\/span>|' . // attributes of span elements
'<file>[^<]*<\/file>|' . // attributes of span elements
'style=".+?"|class=".+?"|' . // styles and classes (e.g. of wikitables)
'\[' . $urlPattern . '\s.+?\]|'. $urlPattern . '(?=\s|$)|' . // urls
'(?<=\b)\S+\@(?:\S+\.)+\S+(?=\b)' . // email addresses

View File

@ -195,7 +195,7 @@
'name' => 'LinkTitles',
'author' => '[https://www.mediawiki.org/wiki/User:Bovender Daniel Kraus]',
'url' => 'https://www.mediawiki.org/wiki/Extension:LinkTitles',
'version' => '3.0.1',
'version' => '3.1.0',
'descriptionmsg' => 'linktitles-desc'
);

3
NEWS
View File

@ -1,3 +1,6 @@
LinkTitles 3.1.0: 2015-02-05
- IMPROVEMENT: Do not link inside <file>...</file> tags.
LinkTitles 3.0.1: 2014-09-03
* Fix several bugs in template handling.
* Ignore <pre> and similar sections that span multiple lines.

Binary file not shown.