* Added the ability to set the target attribute on external links with $wgExternalLin...
authorTim Starling <tstarling@users.mediawiki.org>
Sun, 28 Sep 2008 02:35:37 +0000 (02:35 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Sun, 28 Sep 2008 02:35:37 +0000 (02:35 +0000)
commitcdfdb50943d023ec1c1b14fe0dcdd42bb4acb9b8
tree23d513d13c4d5b66fcdbe7ecaff9e4c004d0ef8e
parentda5805fd34ca0fe64aba67871c0f260f7c1d5610
* Added the ability to set the target attribute on external links with $wgExternalLinkTarget
* Removed the namespace parameter from Linker::makeExternalLink(), added a generic associative array of attributes instead. Let the Parser decide whether to use rel=nofollow.
RELEASE-NOTES
includes/DefaultSettings.php
includes/Linker.php
includes/parser/Parser.php
includes/parser/ParserOptions.php
includes/parser/Parser_OldPP.php