https://bugzilla.wikimedia.org/show_bug.cgi?id=16257
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Version|1.14-svn |1.16-svn --- Comment #1 from [email protected] 2009-05-31 01:22:23 UTC --- Is everybody sure config/index.php should use javascript in the first place? One might have javascript turned off when administrating web sites, especially on forms like this that ask for root passwords. And if there were no http://en.wikipedia.org/wiki/Wikipedia:HiddenStructure like tricks, no "guts (non relevant database questions) would spill out" when stylesheets are disabled. (But maybe that would need another form submit...) P.S. there are two require_once( "$IP/install-utils.inc" ); two install_version_checks(); and maybe not all of the several error_reporting( E_ALL ); need to be repeated. Also in the produced LocalSettings.php should add a comment about what $wgSecretKey is all about, and what tampering with it will cause. http://www.mediawiki.org/wiki/Manual:$wgSecretKey doesn't even say the consequences of tampering with it. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
