Last modified: 2011-04-11 01:17:02 UTC
Please reallow uploading on Incubator because in some rare cases we might need to upload on Incubator itself. So, please remove 'incubator' => false under $wgEnableUploads, and set the following under GroupOverrides: 'incubator' => array( 'bureaucrat' => array( 'upload' => true ) '*' => array( 'upload' => false ) 'sysop' => array( 'upload' => false ) ), *Please* also resolve bug 10727, we are waiting on it for months...
Has the community agreed on this? Please provide a link to the corresponding discussion and reopen this bug.
I and MF-Warburg had a talk on IRC and we both agreed. We are the two most active users on Incubator. If this isn't enough: I'm starting a talk/voting on http://incubator.wikimedia.org/wiki/Incubator:Community_Portal#Re-enable_uploads_for_bureaucrats
Reopening this bug, as we now have clearly community support (see link in the comment above). So please fix this bug, and, to mention it again, bug 10727.
Done.
http://incubator.wikimedia.org/w/index.php?title=Special:Log&limit=1 Apparently misconfigured.
'user' was missing in the config. Should be correct now. 'incubatorwiki' => array( 'bureaucrat' => array( 'upload' => true ), '*' => array( 'upload' => false ), 'sysop' => array( 'upload' => false ), 'user' => array( 'upload' => false ), 'test-sysop' => array( 'delete' => true, 'undelete' => true, 'deletedhistory' => true, 'block' => true, 'blockemail' => true, 'rollback' => true, ), ),