Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -2321,7 +2321,12 @@ |
2322 | 2322 | * Array of usernames which may not be registered or logged in from |
2323 | 2323 | * Maintenance scripts can still use these |
2324 | 2324 | */ |
2325 | | -$wgReservedUsernames = array( 'MediaWiki default', 'Conversion script', 'Maintenance script' ); |
| 2325 | +$wgReservedUsernames = array( |
| 2326 | + 'MediaWiki default', // Default 'Main Page' and MediaWiki: message pages |
| 2327 | + 'Conversion script', // Used for the old Wikipedia software upgrade |
| 2328 | + 'Maintenance script', // ... maintenance/edit.php uses this? |
| 2329 | + 'Template namespace initialisation script', // Used in 1.2->1.3 upgrade |
| 2330 | +); |
2326 | 2331 | |
2327 | 2332 | /** |
2328 | 2333 | * MediaWiki will reject HTMLesque tags in uploaded files due to idiotic browsers which can't |