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

           Summary: $wgAllowDisplayTitle not working when$wgCapitalLinks =
                    false
           Product: MediaWiki
           Version: 1.15.1
          Platform: All
               URL: http://www.mediawiki.org/wiki/Manual_talk:$wgAllowDispla
                    yTitle
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: General/Unknown
        AssignedTo: [email protected]
        ReportedBy: [email protected]


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)


-- 
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