Last modified: 2010-05-15 15:33:13 UTC
As a small request: everytime I install a new wiki, I need to think twice about the meaning, wheter I have to uncomment # $wgDisableUploads = false; This double negation is logically clear, but more difficult to understand than the following: I propose to globally change the name and use of the variable to a positive meaning, which is disabled if "false" or not defined, the DefaultSettings.php and LocalSetting would simply contain $wgEnableUploads = true; This can be understood more easily (at least by) Tom aka Nyxos
I believe it is somehow unclear to get people think twice about enabling it ! :)
how about $wgUpload(s) = true/false?
Fixed in HEAD