Test Page: Difference between revisions

From Calontiri Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
Testing stuff...
Testing stuff...


Fixing account creation and editorial access in LocalSettings.php
{| class="wikitable"
 
| colspan="3" |'''Jay'''
<nowiki>##</nowiki> User Group Settings
|-
 
|Bruce Draconarius of Mistholme
$wgGroupPermissions['*']['edit'] = true;
|1993.06
 
|Jay is documented only as a noun and surname in period; as it's the client's mundane given name, it was submitted under the aegis of Rule II.4. Such submissions, while usually acceptable, can be returned if the name is "obtrusively modern". We find Jay to be obtrusively modern, by virtue of its sound: it sounds like an initial, as in J. P. Morgan, and thus post-period.
$wgGroupPermissions['*']['createpage'] = false;
We might have considered this acceptable as a "bird name", akin to Robin, had we been shown a common pattern of usage that birds were used as given names in period. But we could think of no examples offhand, save Robin; and one can make a good case that the bird's name derived from the given name (a diminutive of Robert) rather than the reverse. Without period examples, Jay must be considered intrusively modern, and unacceptable even under the Legal Name Allowance. (Jay MacPhunn, June, 1993, pg. 23)
 
|}
$wgGroupPermissions['*']['createaccount'] = false;
 
<nowiki>##</nowiki> Login Message
 
function efLoginFormMessage( &$template ) {
 
$template->set( 'header', "For an account to create articles, contact Sofya la Rus on Facebook or sofya at heraldshill dot org ");
 
return true;
 
}
 
$wgHooks['UserLoginForm'][]='efLoginFormMessage';

Revision as of 18:59, 4 August 2018

Testing stuff...

Jay
Bruce Draconarius of Mistholme 1993.06 Jay is documented only as a noun and surname in period; as it's the client's mundane given name, it was submitted under the aegis of Rule II.4. Such submissions, while usually acceptable, can be returned if the name is "obtrusively modern". We find Jay to be obtrusively modern, by virtue of its sound: it sounds like an initial, as in J. P. Morgan, and thus post-period.

We might have considered this acceptable as a "bird name", akin to Robin, had we been shown a common pattern of usage that birds were used as given names in period. But we could think of no examples offhand, save Robin; and one can make a good case that the bird's name derived from the given name (a diminutive of Robert) rather than the reverse. Without period examples, Jay must be considered intrusively modern, and unacceptable even under the Legal Name Allowance. (Jay MacPhunn, June, 1993, pg. 23)