Last modified: 2013-06-18 15:56:09 UTC
Basically this is a request to undo bug 8710, which split the global log into per-wiki logs. At the time this was done, there was discussion to the effect that we don't want to lose the global nature, but we were willing to give it up to fix problems at the time. It was also mentioned that a return to the global log would be possible in the future, and discussion since then has been in favour of doing so. Please merge the logs into a single, global log, accessible to all CheckUsers through the wiki(s) where they have the appropriate permission, as was previously the case.
PLease let's implement this. A lot of our work as checkusers involves interwiki work where a vandal can span a large number of wikis in a very short period of time. Right now, we are using the mailing list for communication and having access to checkuser information across wikis would be invaluable in dealing with cases of cross-wiki disruption. We're already working together as a strong team and having this functionality back would really enhance co-operation.
Relevant revision: r29527
Now that bug 14699 is WONTFIXed, can we be sure to have search-by-wiki in this log?
(In reply to comment #3) > Now that bug 14699 is WONTFIXed, can we be sure to have search-by-wiki in this > log? > It would be nice, yes.
Just noting there is still support for this. At the time, it was mentioned that restoring the global log would be easy to do - was that incorrect, or is it simply that nobody has gotten around to doing this?
(In reply to comment #5) > Just noting there is still support for this. > At the time, it was mentioned that restoring the global log would be easy to do > - was that incorrect, or is it simply that nobody has gotten around to doing > this? Who said that?
Is any update available regarding this bug request? Thanks!
I think there is a general consensus in Wikimedia projects to have log separate. We should discuss changes to the policy on meta if necessary. The reason afair is that separate logs are less prone to accidental or deliberate abuse, and having local log accessible to a limited number of people in mostly disjoint groups is better (this was not discussed in bug 8710 at all). This of course makes cross-wiki work on large number of smaller wikis difficult. For non-WMF wikis I think it can be achieved using $wgSharedTables, at least for MySQL. For PostgreSQL we reference mwuser.user_id and page.page_id, maybe those constraints could be dropped for $wgSharedDB installs. I would propose to use this bug for technical discussion if necessary. WONTFIX for now.