https://bugzilla.wikimedia.org/show_bug.cgi?id=69363
Tisza Gergő <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |NEW --- Comment #13 from Tisza Gergő <[email protected]> --- tgr@terbium:~$ mwscript sql.php --wiki=commonswiki clean-mmv-user-property.sql Query OK, 17 row(s) affected Query OK, 1555 row(s) affected ... mysql:[email protected] [commonswiki]> select up_value, count(*) from user_properties where up_property = 'multimediaviewer-enable' group by up_value; +----------+----------+ | up_value | count(*) | +----------+----------+ | | 3 | | 1 | 223 | +----------+----------+ 2 rows in set (0.01 sec) So, um. MV still seems to be setting '' values. Probably I should redo the optout patch properly, with $wgDefaultUserOptions['multimediaviewer-enable'] set to 1 instead of true. I'll do that once I don't have anything important to do. -- 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
