Last modified: 2011-08-19 15:59:36 UTC
I request installation of [[mediawiki:Extension:ChangeAuthor]] to Slovenian Wikipedia, see this https://bugzilla.wikimedia.org/show_bug.cgi?id=14502 bug for details. Greetings, Miha
Please provide a link to the local discussion.
Local discussion: [[Uporabniški_pogovor:Andrejj#Preimenovanje]], but no decisions made yet. Greetings, Miha
Brion, can you please have a look at this extension?
Assigned: brion for review Keyword: shell Comment: I wonder if this may be against the GFDL requirements (or CC-BY-SA for selected projects) that all Wikimedia projects use. Even though everything is logged, this will make things extremely obscure. The reason for the installation request has not been given. I am quite interested in that. Please provide it, if possible. Valid reasons obviously increase the chances to get this extension installed, but personally I think there is little chance to get this installed.
What about only time limited installation? The reason is: I requested change of my username from "Mihael Simonič" to "smihael" and after changing name, some edits weren't moved to my new username. See [[:w:sl:Posebno:Contributions/Mihael_Simonič|list of such a edits]] (approximately 500 out of 13,000 edits total ([[:w:sl:Posebno:Contributions/Smihael]]). Maybe a interesting bit is that all edits that wern't moved has been made in December 2006 and January 2007. And, why this happened? Only way to move this edits to my new username is use of this extension. Thanks.
(In reply to comment #5) > Only way to move this edits to my new username is use of this extension. A system administrator should be able to manually reassign your old edits using a query like UPDATE revision SET rev_user_text='Smihael' WHERE rev_user=2136; This should be safe because the user_name for user_id 2136 is currently Smihael. As long as rev_user is intact, nothing important is being changed anyway.
OK. It is really not needed to install Change Author, so can someone do shell procedure described in Comment #6 From Simetrical
Done mysql> UPDATE revision SET rev_user_text='Smihael' WHERE rev_user=2136; Query OK, 482 rows affected (0.49 sec) Rows matched: 16376 Changed: 482 Warnings: 0