15 public function testUserLink( $expected, $userId, $userName, $altUserName =
false, $msg =
'' ) {
17 'wgArticlePath' =>
'/wiki/$1',
32 # - optional altUserName
36 # ## ANONYMOUS USER ########################################
38 '<a href="/wiki/Special:Contributions/JohnDoe" '
39 .
'class="mw-userlink mw-anonuserlink" '
40 .
'title="Special:Contributions/JohnDoe"><bdi>JohnDoe</bdi></a>',
44 '<a href="/wiki/Special:Contributions/::1" '
45 .
'class="mw-userlink mw-anonuserlink" '
46 .
'title="Special:Contributions/::1"><bdi>::1</bdi></a>',
48 'Anonymous with pretty IPv6'
51 '<a href="/wiki/Special:Contributions/0:0:0:0:0:0:0:1" '
52 .
'class="mw-userlink mw-anonuserlink" '
53 .
'title="Special:Contributions/0:0:0:0:0:0:0:1"><bdi>::1</bdi></a>',
54 0,
'0:0:0:0:0:0:0:1',
false,
55 'Anonymous with almost pretty IPv6'
58 '<a href="/wiki/Special:Contributions/0000:0000:0000:0000:0000:0000:0000:0001" '
59 .
'class="mw-userlink mw-anonuserlink" '
60 .
'title="Special:Contributions/0000:0000:0000:0000:0000:0000:0000:0001"><bdi>::1</bdi></a>',
61 0,
'0000:0000:0000:0000:0000:0000:0000:0001',
false,
62 'Anonymous with full IPv6'
65 '<a href="/wiki/Special:Contributions/::1" '
66 .
'class="mw-userlink mw-anonuserlink" '
67 .
'title="Special:Contributions/::1"><bdi>AlternativeUsername</bdi></a>',
68 0,
'::1',
'AlternativeUsername',
69 'Anonymous with pretty IPv6 and an alternative username'
74 '<a href="/wiki/Special:Contributions/127.0.0.1" '
75 .
'class="mw-userlink mw-anonuserlink" '
76 .
'title="Special:Contributions/127.0.0.1"><bdi>127.0.0.1</bdi></a>',
77 0,
'127.0.0.1',
false,
81 '<a href="/wiki/Special:Contributions/127.0.0.1" '
82 .
'class="mw-userlink mw-anonuserlink" '
83 .
'title="Special:Contributions/127.0.0.1"><bdi>AlternativeUsername</bdi></a>',
84 0,
'127.0.0.1',
'AlternativeUsername',
85 'Anonymous with IPv4 and an alternative username'
88 # ## Regular user ##########################################
100 $expected,
$comment,
$title =
false, $local =
false, $wikiId = null
105 'enwiki' =>
'//en.example.org',
106 'dewiki' =>
'//de.example.org',
113 $conf->suffixes = [
'wiki' ];
116 'wgScript' =>
'/wiki/index.php',
117 'wgArticlePath' =>
'/wiki/$1',
118 'wgCapitalLinks' =>
true,
148 "'''not bolded'''",
152 "try <script>evil</scipt> things",
153 "try <script>evil</scipt> things",
157 '<a href="/wiki/Special:BlankPage#autocomment" title="Special:BlankPage">→</a><span dir="auto"><span class="autocomment">autocomment</span></span>',
161 '<a href="/wiki/Special:BlankPage#linkie.3F" title="Special:BlankPage">→</a><span dir="auto"><span class="autocomment"><a href="/wiki/index.php?title=Linkie%3F&action=edit&redlink=1" class="new" title="Linkie? (page does not exist)">linkie?</a></span></span>',
165 '<a href="/wiki/Special:BlankPage#autocomment" title="Special:BlankPage">→</a><span dir="auto"><span class="autocomment">autocomment: </span> post</span>',
166 "/* autocomment */ post",
169 'pre <a href="/wiki/Special:BlankPage#autocomment" title="Special:BlankPage">→</a><span dir="auto"><span class="autocomment">autocomment</span></span>',
170 "pre /* autocomment */",
173 'pre <a href="/wiki/Special:BlankPage#autocomment" title="Special:BlankPage">→</a><span dir="auto"><span class="autocomment">autocomment: </span> post</span>',
174 "pre /* autocomment */ post",
177 '<a href="/wiki/Special:BlankPage#autocomment" title="Special:BlankPage">→</a><span dir="auto"><span class="autocomment">autocomment: </span> multiple? <a href="/wiki/Special:BlankPage#autocomment2" title="Special:BlankPage">→</a><span dir="auto"><span class="autocomment">autocomment2: </span> </span></span>',
178 "/* autocomment */ multiple? /* autocomment2 */ ",
181 '<a href="/wiki/Special:BlankPage#autocomment_containing_.2F.2A" title="Special:BlankPage">→</a><span dir="auto"><span class="autocomment">autocomment containing /*: </span> T70361</span>',
182 "/* autocomment containing /* */ T70361"
185 '<a href="/wiki/Special:BlankPage#autocomment_containing_.22quotes.22" title="Special:BlankPage">→</a><span dir="auto"><span class="autocomment">autocomment containing "quotes"</span></span>',
186 "/* autocomment containing \"quotes\" */"
189 '<a href="/wiki/Special:BlankPage#autocomment_containing_.3Cscript.3Etags.3C.2Fscript.3E" title="Special:BlankPage">→</a><span dir="auto"><span class="autocomment">autocomment containing <script>tags</script></span></span>',
190 "/* autocomment containing <script>tags</script> */"
193 '<a href="#autocomment">→</a><span dir="auto"><span class="autocomment">autocomment</span></span>',
198 '<span dir="auto"><span class="autocomment">autocomment</span></span>',
203 '<a href="/wiki/Special:BlankPage#autocomment" title="Special:BlankPage">→</a><span dir="auto"><span class="autocomment">autocomment</span></span>',
208 '<a class="external" rel="nofollow" href="//en.example.org/w/Special:BlankPage#autocomment">→</a><span dir="auto"><span class="autocomment">autocomment</span></span>',
210 false,
false, $wikiId
214 'abc <a href="/wiki/index.php?title=Link&action=edit&redlink=1" class="new" title="Link (page does not exist)">link</a> def',
218 'abc <a href="/wiki/index.php?title=Link&action=edit&redlink=1" class="new" title="Link (page does not exist)">text</a> def',
219 "abc [[link|text]] def",
222 'abc <a href="/wiki/Special:BlankPage" title="Special:BlankPage">Special:BlankPage</a> def',
223 "abc [[Special:BlankPage|]] def",
226 'abc <a href="/wiki/index.php?title=%C4%84%C5%9B%C5%BC&action=edit&redlink=1" class="new" title="Ąśż (page does not exist)">ąśż</a> def',
227 "abc [[%C4%85%C5%9B%C5%BC]] def",
230 'abc <a href="/wiki/Special:BlankPage#section" title="Special:BlankPage">#section</a> def',
231 "abc [[#section]] def",
234 'abc <a href="/wiki/index.php?title=/subpage&action=edit&redlink=1" class="new" title="/subpage (page does not exist)">/subpage</a> def',
235 "abc [[/subpage]] def",
238 'abc <a href="/wiki/index.php?title=%22evil!%22&action=edit&redlink=1" class="new" title=""evil!" (page does not exist)">"evil!"</a> def',
239 "abc [[\"evil!\"]] def",
242 'abc [[<script>very evil</script>]] def',
243 "abc [[<script>very evil</script>]] def",
250 'abc <a href="/wiki/index.php?title=Link&action=edit&redlink=1" class="new" title="Link (page does not exist)">link</a> def',
255 'abc <a class="external" rel="nofollow" href="//en.example.org/w/Link">link</a> def',
257 false,
false, $wikiId
272 'enwiki' =>
'//en.example.org'
278 $conf->suffixes = [
'wiki' ];
280 'wgScript' =>
'/wiki/index.php',
281 'wgArticlePath' =>
'/wiki/$1',
282 'wgCapitalLinks' =>
true,
296 'foo bar <a href="/wiki/Special:BlankPage" title="Special:BlankPage">Special:BlankPage</a>',
297 'foo bar [[Special:BlankPage]]',
301 '<a class="external" rel="nofollow" href="//en.example.org/w/Foo%27bar">Foo\'bar</a>',
306 'foo bar <a class="external" rel="nofollow" href="//en.example.org/w/Special:BlankPage">Special:BlankPage</a>',
307 'foo bar [[Special:BlankPage]]',
322 '<a href="/wiki/Special:BlankPage" title="Special:BlankPage">foobar</a>'
327 $attribs[
'bar'] =
'baz';
329 '<a href="/wiki/Special:BlankPage" title="Special:BlankPage" bar="baz">Special:BlankPage</a>'
334 $query[
'bar'] =
'baz';
336 '<a href="/w/index.php?title=Special:BlankPage&bar=baz" title="Special:BlankPage">Special:BlankPage</a>'
341 $options = [
'http' ];
343 '<a href="http://example.org/wiki/Special:BlankPage" title="Special:BlankPage">Special:BlankPage</a>'
348 $options = [
'forcearticlepath' ];
349 $query[
'foo'] =
'bar';
351 '<a href="/wiki/Special:BlankPage?foo=bar" title="Special:BlankPage">Special:BlankPage</a>'
371 'wgArticlePath' =>
'/wiki/$1',
372 'wgServer' =>
'//example.org',
373 'wgCanonicalServer' =>
'http://example.org',
374 'wgScriptPath' =>
'/w',
375 'wgScript' =>
'/w/index.php',
378 $this->
setMwGlobals(
'wgHooks', [
'LinkBegin' => [ $callback ] ] );
381 $this->assertEquals( $expected,
$out );
391 '<a href="/wiki/Special:BlankPage" title="Special:BlankPage">foobar</a>'
396 $attribs[
'bar'] =
'baz';
398 '<a href="/wiki/Special:BlankPage" title="Special:BlankPage" bar="baz">Special:BlankPage</a>'
403 $ret =
'blahblahblah';
418 'wgArticlePath' =>
'/wiki/$1',
421 $this->
setMwGlobals(
'wgHooks', [
'LinkEnd' => [ $callback ] ] );
425 $this->assertEquals( $expected,
$out );
433 $linkCache = MediaWikiServices::getInstance()->getLinkCache();
437 $linkCache->addGoodLinkObj(
443 $linkCache->addGoodLinkObj(
450 $linkCache->addGoodLinkObj(
null means default in associative array with keys and values unescaped Should be merged with default with a value of false meaning to suppress the attribute in associative array with keys and values unescaped noclasses just before the function returns a value If you return an< a > element with HTML attributes $attribs and contents $html will be returned If you return $ret will be returned and may include noclasses & $html
this hook is for auditing only or null if authentication failed before getting that far or null if we can t even determine that probably a stub it is not rendered in wiki pages or galleries in category pages allow injecting custom HTML after the section Any uses of the hook need to handle escaping see BaseTemplate::getToolbox and BaseTemplate::makeListItem for details on the format of individual items inside of this array or by returning and letting standard HTTP rendering take place modifiable or by returning false and taking over the output $out
null for the local wiki Added should default to null in handler for backwards compatibility add a value to it if you want to add a cookie that have to vary cache options can modify $query
testFormatLinksInComment($expected, $input, $wiki)
Linker::formatLinksInComment provideCasesForFormatLinksInComment.
processing should stop and the error should be shown to the user * false
null means default in associative array with keys and values unescaped Should be merged with default with a value of false meaning to suppress the attribute in associative array with keys and values unescaped noclasses & $ret
Apache License January AND DISTRIBUTION Definitions License shall mean the terms and conditions for use
static getTitleFor($name, $subpage=false, $fragment= '')
Get a localised Title object for a specified special page name If you don't need a full Title object...
static getLinkColour(LinkTarget $t, $threshold)
Return the CSS colour of a known link.
injection txt This is an overview of how MediaWiki makes use of dependency injection The design described here grew from the discussion of RFC T384 The term dependency this means that anything an object needs to operate should be injected from the the object itself should only know narrow no concrete implementation of the logic it relies on The requirement to inject everything typically results in an architecture that based on two main types of and essentially stateless service objects that use other service objects to operate on the value objects As of the beginning MediaWiki is only starting to use the DI approach Much of the code still relies on global state or direct resulting in a highly cyclical dependency MediaWikiServices
testUserLink($expected, $userId, $userName, $altUserName=false, $msg= '')
provideCasesForUserLink Linker::userLink
static newFromText($text, $defaultNamespace=NS_MAIN)
Create a new Title from text, such as what one would find in a link.
null means default in associative array with keys and values unescaped Should be merged with default with a value of false meaning to suppress the attribute in associative array with keys and values unescaped noclasses just before the function returns a value If you return true
testFormatComment($expected, $comment, $title=false, $local=false, $wikiId=null)
provideCasesForFormatComment Linker::formatComment Linker::formatAutocomments Linker::formatLinksInCo...
static formatLinksInComment($comment, $title=null, $local=false, $wikiId=null)
Formats wiki links and media links in text; all other wiki formatting is ignored. ...
this hook is for auditing only RecentChangesLinked and Watchlist RecentChangesLinked and Watchlist e g Watchlist removed from all revisions and log entries to which it was applied This gives extensions a chance to take it off their books as the deletion has already been partly carried out by this point or something similar the user will be unable to create the tag set and then return false from the hook function Ensure you consume the ChangeTagAfterDelete hook to carry out custom deletion actions as context called by AbstractContent::getParserOutput May be used to override the normal model specific rendering of page content as context as context $options
static provideCasesForFormatLinksInComment()
null means default in associative array with keys and values unescaped Should be merged with default with a value of false meaning to suppress the attribute in associative array with keys and values unescaped noclasses just before the function returns a value If you return an< a > element with HTML attributes $attribs and contents $html will be returned If you return $ret will be returned and may include noclasses after processing & $attribs
static provideCasesForUserLink()
namespace and then decline to actually register it file or subcat img or subcat $title
static formatComment($comment, $title=null, $local=false, $wikiId=null)
This function is called by all recent changes variants, by the page history, and by the user contribu...
static link($target, $html=null, $customAttribs=[], $query=[], $options=[])
This function returns an HTML link to the given target.
provideCasesForFormatComment()
static userLink($userId, $userName, $altUserName=false)
Make user link (or user contributions for unregistered users)
injection txt This is an overview of how MediaWiki makes use of dependency injection The design described here grew from the discussion of RFC T384 The term dependency this means that anything an object needs to operate should be injected from the the object itself should only know narrow no concrete implementation of the logic it relies on The requirement to inject everything typically results in an architecture that based on two main types of and essentially stateless service objects that use other service objects to operate on the value objects As of the beginning MediaWiki is only starting to use the DI approach Much of the code still relies on global state or direct resulting in a highly cyclical dependency which acts as the top level factory for services in MediaWiki which can be used to gain access to default instances of various services MediaWikiServices however also allows new services to be defined and default services to be redefined Services are defined or redefined by providing a callback the instantiator that will return a new instance of the service When it will create an instance of MediaWikiServices and populate it with the services defined in the files listed by thereby bootstrapping the DI framework Per $wgServiceWiringFiles lists includes ServiceWiring php
static provideLinkEndHook()
static provideLinkBeginHook()
testLinkBeginHook($callback, $expected)
MediaWiki\Linker\LinkRenderer::runLegacyBeginHook provideLinkBeginHook.
This is a class for holding configuration settings, particularly for multi-wiki sites.
testGetLinkColour()
Linker::getLinkColour.
static makeTitle($ns, $title, $fragment= '', $interwiki= '')
Create a new Title from a namespace index and a DB key.
testLinkEndHook($callback, $expected)
MediaWiki\Linker\LinkRenderer::buildAElement provideLinkEndHook.