Last modified: 2011-04-11 01:17:02 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T14642, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 12642 - Re-enable upload on Incubator
Re-enable upload on Incubator
Status: RESOLVED FIXED
Product: Wikimedia
Classification: Unclassified
Site requests (Other open bugs)
unspecified
All All
: Normal enhancement (vote)
: ---
Assigned To: Nobody - You can work on this!
: shell
Depends on:
Blocks: incubator
  Show dependency treegraph
 
Reported: 2008-01-15 17:51 UTC by MF-Warburg
Modified: 2011-04-11 01:17 UTC (History)
3 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description MF-Warburg 2008-01-15 17:51:17 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...
Comment 1 JeLuF 2008-01-16 19:59:24 UTC
Has the community agreed on this? Please provide a link to the corresponding discussion and reopen this bug.
Comment 2 Robin Pepermans (SPQRobin) 2008-01-16 20:10:23 UTC
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
Comment 3 Robin Pepermans (SPQRobin) 2008-01-17 16:38:42 UTC
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.
Comment 4 JeLuF 2008-01-17 22:39:25 UTC
Done.
Comment 5 Danny B. 2008-01-19 06:40:46 UTC
http://incubator.wikimedia.org/w/index.php?title=Special:Log&limit=1

Apparently misconfigured.
Comment 6 JeLuF 2008-01-19 07:55:30 UTC
'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, 
        ),
),



Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links