(no subject)
Oct. 31st, 2010 03:21 pm![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Newer Mediawiki versions have the page Special:LinkSearch. This searches for all links that start with whatever you type in. Except, you still can't list them all at once.
To change this, edit
The or bit is what matters there.
Originally posted on Dreamwidth. Number of comments so far:
To change this, edit
$mw/includes/specials/SpecialLinkSearch.php
, around line 102:if (preg_match('/^(:?[0-9]{1,3}\.)+\*\s*$|^(:?[0-9]{1,3}\.){3}[0-9]{1,3}:[0-9]*\*\s*$/', $query) || $query == "*") {
The or bit is what matters there.
Originally posted on Dreamwidth. Number of comments so far: