Last modified: 2010-03-15 15:21:11 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 T24306, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 22306 - Disable local uploads on cs.wikiversity
Disable local uploads on cs.wikiversity
Status: RESOLVED FIXED
Product: Wikimedia
Classification: Unclassified
Site requests (Other open bugs)
unspecified
All All
: Normal enhancement (vote)
: ---
Assigned To: Rob Halsell
: shell
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2010-01-28 15:06 UTC by Danny B.
Modified: 2010-03-15 15:21 UTC (History)
0 users

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


Attachments

Description Danny B. 2010-01-28 15:06:37 UTC
Please set

$wgUploadNavigationUrl = array(

  'cswikiversity' => 'http://commons.wikimedia.org/wiki/Special:Upload?uselang=cs',  

)

$groupOverrides = array(

  'cswikibooks' => array(
    'user'          => array( 'upload' => false, ),
    'autoconfirmed' => array( 'upload' => false, ),
  )

)

Thanks
Comment 1 Danny B. 2010-01-28 15:08:05 UTC
Damned copypaste, shame on me, sorry. Forgot to replace second project name.


$wgUploadNavigationUrl = array(

  'cswikiversity' =>
'http://commons.wikimedia.org/wiki/Special:Upload?uselang=cs',  

)

$groupOverrides = array(

  'cswikiversity' => array(
    'user'          => array( 'upload' => false, ),
    'autoconfirmed' => array( 'upload' => false, ),
  )

)
Comment 2 Rob Halsell 2010-03-11 21:09:59 UTC
Hey Danny,

Sorry to point this out, but I do not see a link for any kind of consensus for this request.  Any link you can provide please?
Comment 3 Rob Halsell 2010-03-15 15:21:11 UTC
Danny,

Per our conversation in IRC, I have gone ahead and made the above change request.  Please keep in mind the defaults for user are upload disabled, and autoconfirmed its enabled.  So the one does indeed need to be specified, but the fact that the users cannot upload locally makes those group permissions invalid, as it overrides those settings.

I notice it looks like most the CS projects are identical in this respect.  I just wanted to make sure you were aware, in that if future features require default permission sets, the cs projects are over-riding them even when not exactly required.  (No big deal, just FYI.)

The change is now live on the project.

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


Navigation
Links