Author: sorin.sbarnea
Description:
I observed that it $wgAllowDisplayTitle has no effect while $wgAllowDisplayTitle=true.
Test:
$wgAllowDisplayTitle=true; to allow you to use DISPLAYTITLE
$wgRestrictDisplayTitle = false; to allow you to use any kind of name with previous option
$wgCapitalLinks = false; // to disable auto-uppercase for first letters
Edit a page and add:
{{DISPLAYTITLE:this is my custom title}}
Save.
Effect: none
Expected: to change visible page title (not URL)
Version: 1.15.x
Severity: normal
URL: http://www.mediawiki.org/wiki/Manual_talk:$wgAllowDisplayTitle