https://bugzilla.wikimedia.org/show_bug.cgi?id=34054

       Web browser: ---
             Bug #: 34054
           Summary: $wgExternalLinkTarget = "_blank" not working in
                    1.19-svn
           Product: MediaWiki
           Version: 1.19-svn
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: major
          Priority: Unprioritized
         Component: Parser
        AssignedTo: [email protected]
        ReportedBy: [email protected]
    Classification: Unclassified


https://www.mediawiki.org/wiki/Manual:$wgExternalLinkTarget describes the
following setting in DefaultSettings.php / LocalSettings.php .

/**
 * Set a default target for external links, e.g. _blank to pop up a new window
 */
// $wgExternalLinkTarget = false;
$wgExternalLinkTarget = '_blank';

However, changing false to '_blank' does _not_ force the default target for
external links in MediaWiki trunk. I selected "major" severity because it
concerns links.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to