Last modified: 2008-11-17 21:39:43 UTC
The attached patch adds two globals $wgSubversionUser and $wgSubversionPassword that allow people using SubversionShell with a closed svn to still view diffs, etc. with Special:Code. Details: $wgSubversionUser (mixed): String of the username needed to access svn, or false if not needed (default false) $wgSubversionPassword (mixed): String of the password needed to access svn, or false if not needed (default false) Both of the above globals are properly escaped before being passed into the shell
Created attachment 5529 [details] patch to add these two globals
Created attachment 5530 [details] Moving member variables to a private member method instead per suggestion from brion on IRC
fixed in r43641