https://bugzilla.wikimedia.org/show_bug.cgi?id=63677
Kevin Israel (PleaseStand) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #11 from Kevin Israel (PleaseStand) <[email protected]> --- (In reply to Markus Glaser from comment #10) > The update script works for me both in current REL1_23 and with > PleaseStand's patch. In other words, I cannot reproduce the bug. Here's what > I did: > * checked out REL1_17 > * installed MW > * Modified some user settings The bug does exist. Only 1.15 and earlier would store user preferences in the user_options column. It was 1.16 in which the user_properties table was added; when User::saveSettings() is called in 1.16 - 1.18, user_options is set to the empty string. The convertUserOptions.php script has a "user_options != ''" condition in the SELECT statement. So no rows would be returned, and the script would not have called User::saveSettings() in your case. -- 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
