This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 45.192.4.0/22 | |
| 45.192.24.0/21 | |
| 45.194.72.0/23 | |
| 45.194.75.0/24 | |
| 45.194.76.0/23 | |
| 45.194.78.0/24 | |
| 45.194.82.0/24 | |
| 45.194.84.0/24 | |
| 45.194.121.0/24 | |
| 45.196.116.0/22 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/includes/MediaWikiServices.php b/includes/MediaWikiServices.php | |
| index 2a040a7861a..8d857a9eec4 100644 | |
| --- a/includes/MediaWikiServices.php | |
| +++ b/includes/MediaWikiServices.php | |
| @@ -51,6 +51,7 @@ use MediaWiki\Cache\HTMLCacheUpdater; | |
| use MediaWiki\Cache\LinkBatchFactory; | |
| use MediaWiki\Cache\LinkCache; | |
| use MediaWiki\Cache\UserCache; | |
| +use MediaWiki\Cache\PagePropsDisplayTitleCache; | |
| use MediaWiki\Category\TrackingCategories; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/extension.json b/extension.json | |
| index cc7602a..d1d66b0 100644 | |
| --- a/extension.json | |
| +++ b/extension.json | |
| @@ -1,6 +1,6 @@ | |
| { | |
| "name": "DisplayTitle", | |
| - "version": "4.1.0", | |
| + "version": "4.2.0", | |
| "author": [ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/extension.json b/extension.json | |
| index cc7602a..d1d66b0 100644 | |
| --- a/extension.json | |
| +++ b/extension.json | |
| @@ -1,6 +1,6 @@ | |
| { | |
| "name": "DisplayTitle", | |
| - "version": "4.1.0", | |
| + "version": "4.2.0", | |
| "author": [ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/extension.json b/extension.json | |
| index cc7602a..282af99 100644 | |
| --- a/extension.json | |
| +++ b/extension.json | |
| @@ -56,6 +56,9 @@ | |
| }, | |
| "DisplayTitleFollowRedirects": { | |
| "value": true | |
| + }, | |
| + "DisplayTitleAutoRemoveParentheses": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| commit a4f33443bdcf471633ac1641c5f3ad65082f7038 | |
| Exclude links to pages in configurable namespaces | |
| Allow to customize which namespaces shouldn't get affected by | |
| DisplayTitle when linking to them. | |
| This would allow excluding the User: namespace, for example, to prevent | |
| abuse. | |
NewerOlder