Last modified: 2011-04-30 01:21:31 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T23478, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 21478 - $wgAllowDisplayTitle not working when $wgCapitalLinks = false
$wgAllowDisplayTitle not working when $wgCapitalLinks = false
Status: RESOLVED INVALID
Product: MediaWiki
Classification: Unclassified
General/Unknown (Other open bugs)
1.15.x
All All
: Normal normal with 1 vote (vote)
: ---
Assigned To: Nobody - You can work on this!
http://www.mediawiki.org/wiki/Manual_...
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-11-11 17:37 UTC by Sorin Sbarnea
Modified: 2011-04-30 01:21 UTC (History)
1 user (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Sorin Sbarnea 2009-11-11 17:37:05 UTC
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)
Comment 1 Alexandre Emsenhuber [IAlex] 2009-11-14 12:56:18 UTC
I'm not able to reproduce this bug, either on 1.15.1 or trunk on my local wiki. Can you provide a link to a page where this bug happens?
Comment 2 Sorin Sbarnea 2009-11-14 17:25:18 UTC
Please check this wiki page http://i18n.ro/test

This is another MediaWiki that I maintain where I observe the same behavior - currently this one is running MW 1.13.2 but I will try to update to latest version now.
Comment 3 Alexandre Emsenhuber [IAlex] 2009-11-14 17:37:55 UTC
$wgRestrictDisplayTitle was introduced in 1.14.0, in older versions it'll always behave like "$wgRestrictDisplayTitle = true;".
Comment 4 Sorin Sbarnea 2009-11-14 17:44:19 UTC
I think this may be an invalid bug, after I upgraded the i18n.ro MW to 1.15.1 this is working. Still it does not work on my other wiki that is already updated but I suspect that this may be caused by some other extensions I installed.

Thanks and sorry for adding a bug without checking without extensions.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links