From 550df139478545b5a1dc12b8f99bba409d9f17e8 Mon Sep 17 00:00:00 2001 From: Daniel Kraus Date: Sat, 5 Nov 2016 08:24:58 +0100 Subject: [PATCH 1/3] Update readme and extension.json for namespaces support. - NEW: Support namespaces. --- README.md | 7 +++++++ extension.json | 7 +++++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d82950d..1814aae 100644 --- a/README.md +++ b/README.md @@ -13,3 +13,10 @@ pages](http://bovender.github.io/LinkTitles). This extension is [semantically versioned](http://semver.org). If you wish to contribute, please issue pull requests against the `develop` branch. + + +Contributors +------------ + +Daniel Kraus (@bovender), main developer +Ulrich Strauss (@c0nnex), namespaces diff --git a/extension.json b/extension.json index d2b12ce..bd67172 100644 --- a/extension.json +++ b/extension.json @@ -1,6 +1,9 @@ { "name": "LinkTitles", - "author": "[https://www.mediawiki.org/wiki/User:Bovender Daniel Kraus (bovender)]", + "author": [ + "[https://www.mediawiki.org/wiki/User:Bovender Daniel Kraus (bovender)]", + "Ulrich Strauss (c0nnex)" + ], "type": "parserhook", "url": "https://www.mediawiki.org/wiki/Extension:LinkTitles", "version": "4.0.0", @@ -25,7 +28,7 @@ "LinkTitlesWordEndOnly": true, "LinkTitlesBatchTimeLimit": 1, "LinkTitlesNamespaces": [ - 2 + 0 ] }, "AutoloadClasses": { From cb218ca9ae5927366de655949cb3b48100c92a0b Mon Sep 17 00:00:00 2001 From: Daniel Kraus Date: Sat, 5 Nov 2016 08:26:18 +0100 Subject: [PATCH 2/3] Write documentation. --- gh-pages | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gh-pages b/gh-pages index ad8db41..ce7f578 160000 --- a/gh-pages +++ b/gh-pages @@ -1 +1 @@ -Subproject commit ad8db4151dadcf1cf3458357d483732a9be3ccb9 +Subproject commit ce7f578395d6ef3beb9360c72d46480524c9d457 From eef36d7cc46556116436cf9035ea2bbc95810b92 Mon Sep 17 00:00:00 2001 From: Daniel Kraus Date: Sat, 5 Nov 2016 08:26:25 +0100 Subject: [PATCH 3/3] Write news. --- NEWS | 117 ++++++++++++----------------------------------------------- 1 file changed, 24 insertions(+), 93 deletions(-) diff --git a/NEWS b/NEWS index 066f486..4f7cf0b 100644 --- a/NEWS +++ b/NEWS @@ -1,126 +1,57 @@ -LinkTitles 3.1.0: 2015-02-05 +Version 4.0.0 (2016-11-05) +------------------------------------------------------------------------ + +- CHANGE: Improve performance. +- FIX: Prevent a crash when trying to save a page whose title contains a quote character. +- FIX: Prevent unicode compilation errors. +- NEW: Support namespaces. +- NEW: Use the new extension format introduced by MediaWiki 1.25; the extension will no longer run with older MediaWiki versions. + +* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * + + +Version 3.1.0. (2015-02-05) +------------------------------------------------------------------------ + - IMPROVEMENT: Do not link inside ... tags. -LinkTitles 3.0.1: 2014-09-03 -* Fix several bugs in template handling. -* Ignore
 and similar sections that span multiple lines.
+* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 
-LinkTitles 3.0.0: 2014-06-13
-* Dramatically improved performance (especially apparent during batch
-  processing).
-* Change algorithm for parse-on-render so that it also adds links to
-  expanded templates. 
-* Make code fully compatible with the current MediaWiki version 1.23 by
-  removing deprecated hooks. Minimum required MediaWiki version is now 1.21.
 
-LinkTitles 2.4.1: 2014-06-06
-* The ZIP file for 2.4.0 had missing files.
 
-LinkTitles 2.4.0: 2014-06-06
-* Prevent linking to self via redirects.
-* Prevent linking inside 
, , and