https://bugzilla.wikimedia.org/show_bug.cgi?id=58196
--- Comment #23 from Krinkle <[email protected]> --- (In reply to Luis Villa (WMF Legal) from comment #22) > To confirm: INTERSECT here is the whitelist; DIFF 1 is properties that never > made it onto the whitelist? That is correct. INTERSECT are properties present in both Toolserver's anonymized view and in wikimedia production databases. DIFF 1 are properties present in production and not visible in Toolserver anonymized view. DIFF 2 are properties only present in Toolserver's anonymized view (none). The Toolserver's non-anonimized filtered view has a much stricter whitelist: nlwiki_p at toolserver> SELECT DISTINCT(up_property) FROM user_properties; +----------------+ | up_property | +----------------+ | disablemail | | fancysig | | gender | | language | | nickname | | skin | | timecorrection | | variant | +----------------+ 8 rows in set -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
