https://bugzilla.wikimedia.org/show_bug.cgi?id=16075
--- Comment #10 from Chad H. <[email protected]> 2012-05-22 12:43:41 UTC --- (In reply to comment #9) > The comment message of r45332 mentioned in comment 4 states "Because User is > hardcoded to only allow upper-cased-first usernames, this breaks login and > pretty much everything in the User class. The (coming?) changes to > $wgCapitalLinks should fix this." > > Has that ever happened, and if so, is this still an issue? It shouldn't be an issue anymore--unless wikis with $wgCapitalLinks = false are still wanting lowercased usernames. When we did the $wgCapitalLink(Override)s work, we forced NS_USER to always be ucfirst and the User class stayed the same. There might be some issues with dangling lowercased pages in NS_USER(_TALK) from wikis with $wgCapitalLinks = false that existed before the fixes--but that wouldn't be part of this bug. -- 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
