r9903 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r9902
|
r9903
|
r9904
>
Date:
18:52, 4 July 2005
Author:
avar
Status:
old
Tags:
Comment:
* Changing $wgMaxNameChars to 255, the number of bytes user_name in the
database can handle.
Modified paths:
/trunk/phase3/includes/DefaultSettings.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/DefaultSettings.php
—
—
@@ -586,7 +586,7 @@
587
587
588
588
589
589
$wgShowIPinHeader = true; # For non-logged in users
590
-$wgMaxNameChars = 32; # Maximum number of bytes in username
590
+$wgMaxNameChars = 255; # Maximum number of bytes in username
591
591
592
592
$wgExtraSubtitle = '';
593
593
$wgSiteSupportPage = ''; # A page where you users can receive donations
Status & tagging log
01:58, 13 October 2010
😂
(
talk
|
contribs
)
changed the
status
of r9903
[
removed:
new
added:
old]