Move
am I missing it or is the move function gone? Best,
Sorry Mark,
We're still in the middle of upgrading the wiki and attempting to stomp out dysfunctions that keep popping up. Had to break off last night so Kotra could get back to his family and so I could get some rest.
Going back to the grindstone now...
Best,
- Code Pulled From LocalSettings
# September 18, 2011 - Added by Dave Myers.
# Extension:Lockdown - Source: http://www.mediawiki.org/wiki/Extension:Lockdown
require_once( "$IP/extensions/Lockdown/Lockdown.php" );
$wgSpecialPageLockdown['Export'] = array('user');
$wgNamespacePermissionLockdown[NS_MAIN]['edit'] = array('*');
$wgNamespacePermissionLockdown[NS_TALK]['edit'] = array('*');
$wgNamespacePermissionLockdown[NS_USER]['edit'] = array('user');
$wgNamespacePermissionLockdown[NS_USER_TALK]['edit'] = array('*');
$wgNamespacePermissionLockdown[NS_PROJECT]['edit'] = array('user');
$wgNamespacePermissionLockdown[NS_PROJECT_TALK]['edit'] = array('user');
$wgNamespacePermissionLockdown[NS_FILE]['edit'] = array('user');
$wgNamespacePermissionLockdown[NS_FILE_TALK]['edit'] = array('user');
$wgNamespacePermissionLockdown[NS_MEDIAWIKI]['edit'] = array('user');
$wgNamespacePermissionLockdown[NS_MEDIAWIKI_TALK]['edit'] = array('user');
$wgNamespacePermissionLockdown[NS_TEMPLATE]['edit'] = array('user');
$wgNamespacePermissionLockdown[NS_TEMPLATE_TALK]['edit'] = array('user');
$wgNamespacePermissionLockdown[NS_HELP]['edit'] = array('user');
$wgNamespacePermissionLockdown[NS_HELP_TALK]['edit'] = array('*');
$wgNamespacePermissionLockdown[NS_CATEGORY]['edit'] = array('user');
$wgNamespacePermissionLockdown[NS_CATEGORY_TALK]['edit'] = array('user');
$wgNamespacePermissionLockdown[NS_SPECIAL]['edit'] = array('user');
$wgNamespacePermissionLockdown[NS_MEDIA]['edit'] = array('user');
# November 2, 2011 - Added by kotra
$wgGroupPermissions['user']['upload'] = true;
$wgGroupPermissions['admin']['upload'] = true;
$wgGroupPermissions['autoconfirmed']['upload'] = true;
- See Also
- Please Note
We'll want to fix our installation of Lockdown as quickly as we can, or find a suitable replacement.
Hey Kotra,
Will you please ask the Dingo if it'd stop eating the Liquid Threads messages?
Thanks a bunch!
Oh my god! I saw that lockdown code, thought it was strange, but didn't think it could be causing the problem. In hindsight, it fit my knowledge of the problem perfectly!
What were we using that for anyway? Is there a newer version of the extension that we could install, in hopes that it would work?
Oops, I thought I had responded to this. Belated but sincere thanks for doing this, Dave! I had noticed that lockdown code in the localsettings and thought it was strange (I'd never seen it before), but didn't put 2+2 together (I've recently been informed that the answer is 4!). Question: what is lockdown and what do we need it for? I'm guessing it's there to make certain namespaces like templates restricted to admins?
Hey kotra,
As I recall, we installed Lockdown to restrict anonymous editing to just a handful of namespaces. I've noticed that we're getting vandalized on some of the formerly restricted namespaces after inactivating the extension. Will look into this...