Last modified: 2012-04-12 13:54:04 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 T28391, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 26391 - $wgCapitalLinks = false; no longer working for user names
$wgCapitalLinks = false; no longer working for user names
Status: RESOLVED INVALID
Product: MediaWiki
Classification: Unclassified
User login and signup (Other open bugs)
1.16.x
PC Windows 7
: Normal normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2010-12-22 13:24 UTC by CobraSA
Modified: 2012-04-12 13:54 UTC (History)
2 users (show)

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


Attachments

Description CobraSA 2010-12-22 13:24:03 UTC
$wgCapitalLinks = false;
Allow non forced capitalization

In 1.12 it was working for user names too, when I upgraded to 1.16 it was no longer working for user names, it it forced capitalization for user names.

Still working on pages.
Comment 1 Sam Reed (reedy) 2010-12-22 13:31:01 UTC
It's not a bug, it's a feature

http://www.mediawiki.org/wiki/Manual:$wgCapitalLinks

Note: This settings affects all namespaces except Special, (and as of 1.16) Mediawiki and User. In versions before 1.16, it affects the MediaWiki namespace, but remember that MediaWiki only recognizes pages in upper case. So if you for example edit "MediaWiki:sidebar" you will see nothing has changed, but editing "MediaWiki:Sidebar" works normally.


Note: $wgCapitalLinkOverrides can override this setting on a per namespace basis.

http://www.mediawiki.org/wiki/Manual:$wgCapitalLinkOverrides
Comment 2 CobraSA 2010-12-22 14:17:01 UTC
In 1.12.0 it works for user names too
Since 1.13 it doesn't work for user names

Updating to 1.16 has broken user rights so for now I test 1.13 1.14 & 1.15 to see if it breaks user rights too.
Comment 3 CobraSA 2010-12-22 17:43:55 UTC
I have written i localsettings 
$wgCapitalLinkOverrides[ User ] = false;

And users still are capitalized. What am I doing wrong?
Comment 4 Sam Reed (reedy) 2010-12-22 18:24:11 UTC
$wgCapitalLinkOverrides[ NS_USER ] = false;
Comment 5 Bawolff (Brian Wolff) 2010-12-22 22:21:16 UTC
$wgCapitalLinkOverrides has no affect on user and mediawiki namespaces (According to the docs anyways).

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


Navigation
Links