https://bugzilla.wikimedia.org/show_bug.cgi?id=23122
Krinkle <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Krinkle <[email protected]> 2011-03-20 16:11:11 UTC --- As of: http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/includes/DefaultSettings.php?view=markup&pathrev=84169#l413 The following values are still existant and set to the following by default: $wgUseSharedUploads = false; $wgSharedUploadPath = "http://commons.wikimedia.org/shared/images"; $wgFetchCommonsDescriptions = false; $wgSharedUploadDirectory = "/var/www/wiki3/images"; $wgSharedUploadDBname = false; $wgSharedUploadDBprefix = ''; $wgCacheSharedUploads = true; The default value for wgSharedUploadPath is a 404 error and doesnt' work by default. I suggest we * Set these to sane (working) defaults * Keep wgUseSharedUploads disabled by default (obviously) * Make note of these variables being obsolete in the DefaultSettings.php and RELEASE-NOTES file and shorlty describe what the new settings should be (ie. ForeignFileRepo ) so a wiki admin can switch. * Don't deprecate or remove them untill we have to for some reason (ie. it becoming impossible or cumbersome to support/convert these to new variables) -- Krinkle -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
