Last modified: 2013-02-05 12:30:50 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T37610, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 35610 - Edits wrongly attributed on frwikisource
Edits wrongly attributed on frwikisource
Status: NEW
Product: Wikimedia
Classification: Unclassified
General/Unknown (Other open bugs)
unspecified
All All
: Normal normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2012-03-30 13:17 UTC by MArc
Modified: 2013-02-05 12:30 UTC (History)
1 user (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description MArc 2012-03-30 13:17:45 UTC
On Wikisource, a lot of data have disappeared :

http://fr.wikisource.org/wiki/Sp%C3%A9cial:Contributions/Caton

5 contributions... but in fact :

2252 :

http://stats.wikimedia.org/wikisource/EN/TablesWikipediaFR.htm

So, almost all my contributions has been remove from my list.

Shaihulud has edited the main page in 2003 :

http://fr.wikisource.org/w/index.php?title=Wikisource:Accueil&diff=1466&oldid=1465

But his contributions before 2009 have disappeared too :

http://fr.wikisource.org/w/index.php?title=Sp%C3%A9cial:Contributions/Shaihulud&dir=prev&target=Shaihulud

I think some other accounts have this problem.

Thank for your help.
Comment 1 Sam Reed (reedy) 2012-03-30 13:23:38 UTC
You're only showing 4 now. Which is the same as the database thinks you have.

mysql> SELECT count(*) FROM revision WHERE rev_user = 44;
+----------+
| count(*) |
+----------+
|        4 |
+----------+
1 row in set (0.01 sec)
Comment 2 MArc 2012-03-30 13:28:55 UTC
This is a bug. See history like :

http://fr.wikisource.org/w/index.php?title=Auteur:Ren%C3%A9_Descartes&dir=prev&action=history

You can see "Caton" in it. And I have consulted my contributions before, so I know that almost all my contributions are missing.
Comment 3 Sam Reed (reedy) 2012-03-30 13:41:53 UTC
(In reply to comment #2)
> This is a bug. See history like :

I don't think anyone disagreed with you.

When did you last see your contributions attributed to your account?
Comment 4 Sam Reed (reedy) 2012-03-30 13:44:50 UTC
Have you had your account renamed?
Comment 5 MArc 2012-03-30 13:51:26 UTC
It's difficult to remember, because it is a former account. Sometimes for some
reason, I look what  I have done with this account. The last time was perhaps
last year.

My account was not renamed. It is an former account from old wikisource. But
all was fine on fr: until now.
Comment 6 MArc 2012-03-30 14:03:13 UTC
I think some old contributions are not attributed to several accounts. For exemple :

http://fr.wikisource.org/wiki/Sp%C3%A9cial:Contributions/Shizhao

there is no contribution ; but in main page history you can see the account :

http://fr.wikisource.org/w/index.php?title=Wikisource:Accueil&dir=prev&action=history

But in the same time, Samuel has made 5 contribution the 23 november 2003, and you can see them in his list :

http://fr.wikisource.org/wiki/Sp%C3%A9cial:Contributions/Samuel

I don't understand this difference.
Comment 7 MArc 2012-03-30 14:05:41 UTC
Same problem for Traroth :

http://fr.wikisource.org/wiki/Sp%C3%A9cial:Contributions/Traroth

no contribution in the main page in this list. But the account is in the
history of the main page.
Comment 8 Sam Reed (reedy) 2012-03-30 15:20:03 UTC
mysql> SELECT distinct(rev_user) FROM revision WHERE rev_user_text = 'Caton';
+----------+
| rev_user |
+----------+
|        0 |
|       44 |
+----------+
2 rows in set (0.89 sec)
Comment 9 MArc 2012-03-31 08:48:15 UTC
Is there a solution ? it is quite disturbing that contributions can vanish like that.
Comment 10 MArc 2012-04-05 14:21:06 UTC
Any idea ?
Comment 11 Platonides 2012-04-05 14:29:55 UTC
Contributions imported from a foreign wiki aren't stored with the rev_user of the account, but with rev_user = 0 and only linked through rev_user_text.

In this case I think that all those missing are revisions coming from old wikisource.

SELECT count(*) FROM revision WHERE rev_user_text = 'Caton';
+----------+
| count(*) |
+----------+
|     3220 |
+----------+

But most of them are imported:
SELECT rev_user, count(*) FROM revision WHERE rev_user_text = 'Caton' GROUP BY rev_user;
+----------+----------+
| rev_user | count(*) |
+----------+----------+
|        0 |     3216 |
|       44 |        4 |
+----------+----------+


Special:Contributions used to filter by rev_user_text, so all of them were listed. That seems to have been changed in 1.19 and should be reverted.
Comment 12 MArc 2012-04-23 13:02:24 UTC
Thank for these explanations. I hope this will be reverted soon.
Comment 13 MArc 2012-12-01 10:47:09 UTC
So, how a contributor can watch his list of contributions if this list doesn't exist anymore ?

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links