Page MenuHomePhabricator

Edits of user 'conversion script' are invisible
Closed, ResolvedPublic

Description

Author: guandalug

Description:
Edits that were made by user 'conversion script' on dewiki (and most certainly on all other wikis that script worked on, though I only checked dewiki) are invisible in the user contributions. Only those 36 edits that are recorded as made by user 'Conversion script' (capitalized 'C') are visible from within the wiki.

Is it possible to run the SQL query to properly assign those (nearly 6K) edits that were made by the script to the 'corrected' user name? Something like:

UPDATE revision SET rev_user_text = 'Conversion script' where rev_user_text='conversion script';

I checked the content of said field on the dewiki - copy of the database on the toolserver, and it's only that one 'user' that's affected. (There's 496 other rev_user_text - values starting with a lowercase letter, but those are all resolved IP adresses, like 'chello062178228146.15.15.univie.teleweb.at', which do not need to be converted to a capitalized letter).


Version: unspecified
Severity: minor

Details

Reference
bz21910

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:56 PM
bzimport set Reference to bz21910.

(In reply to comment #0)

There's 496 other
rev_user_text - values starting with a lowercase letter [...]

That's bug 323, btw.