Hoo man has uploaded a new change for review. Change subject: (bug 42029) Links created didn't include rel=nofollow ......................................................................
(bug 42029) Links created didn't include rel=nofollow The links created by this extension didn't obey $wgNoFollowLinks (and $wgNoFollowNsExceptions, $wgNoFollowDomainExceptions). To fix this I had to "steal" some logic from Parser::getExternalLinkAttribs as there currently is no way to create links with the wanted attributes at the moment without invoking the parser, which I wanted to avoid here. Change-Id: Ia01bae820fb2d66425c177783affe45bdf9289f7 --- M CreditsSource_body.php 1 file changed, 12 insertions(+), 2 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/CreditsSource refs/changes/49/33149/1 -- To view, visit https://gerrit.wikimedia.org/r/33149 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ia01bae820fb2d66425c177783affe45bdf9289f7 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/CreditsSource Gerrit-Branch: master Gerrit-Owner: Hoo man <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
