https://bugzilla.wikimedia.org/show_bug.cgi?id=41760
Brad Jorsch <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #7 from Brad Jorsch <[email protected]> 2012-11-04 16:49:00 UTC --- (In reply to comment #4) > If some options are "hidden" ( > http://www.mediawiki.org/wiki/Manual:$wgHiddenPrefs ), they should probably do > not apply at all instead of still being applied to users that changed them. They don't. See includes/User.php, every pref that is hidden is automatically reset to the default when accessed in both getOption() and getOptions(). (In reply to comment #3) > Is your browser pre-filling it from previously submitted form? This is probably what's going on here. Or else they have a user script installed that remembers the setting of the checkbox and changes 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
