https://bugzilla.wikimedia.org/show_bug.cgi?id=58196
--- Comment #35 from Tisza Gergő <[email protected]> --- (In reply to Tisza Gergő from comment #33) > As for timestamp anonimization, showing the (truncated) date of the last > edit of the user which did not happen in the current day(/month/year) should > be pretty straightforward. Nevermind, I see this comes from user_touched, not the edit log, and we do not keep a past record of that. Maybe instead of a live view, this table could be generated by a query which runs at the end of the day; that way no information is leaked by the timing of the change. Although that still does not solve the issue for small wikis since we probably want to run it more often than once a month. -- 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
