Last modified: 2005-10-16 20:05:42 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 T5719, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 3719 - On 1.5 upgrade, some revisions are not shown
On 1.5 upgrade, some revisions are not shown
Status: RESOLVED WORKSFORME
Product: MediaWiki
Classification: Unclassified
Database (Other open bugs)
1.6.x
PC Linux
: Normal normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2005-10-16 10:32 UTC by Antoine "hashar" Musso (WMF)
Modified: 2005-10-16 20:05 UTC (History)
0 users

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


Attachments

Description Antoine "hashar" Musso (WMF) 2005-10-16 10:32:11 UTC
Hello,

I am hunting for some Non Commercial pictures on the french wikipedia
and found an interesting entry.

http://fr.wikipedia.org/wiki/Image:Silvereye.jpg

Show that it got uploaded on april 19 2005 ( 20050419 ) by user Svtiste.


Looking at the database, the page_id is 241763 and the revision table show:

+---------+----------+-------------+---------------+----------------+
| rev_id  | rev_page | rev_text_id | rev_user_text | rev_timestamp  |
+---------+----------+-------------+---------------+----------------+
| 1854709 |   241763 |     1854709 | Svtiste       | 20050419135904 |
| 2535685 |   241763 |     2535685 | Tipiac        | 20050423163239 |
+---------+----------+-------------+---------------+----------------+

But the wikipage only show the Svtiste entry. I am now looking at Tipiac
revision text:

SELECT old_text FROM text WHERE old_id=2535685;
+-------------------------------------------------------+
| O:18:"historyblobcurstub":1:{s:6:"mCurId";i:241763;}  |
+-------------------------------------------------------+

Looks like it points to something in the old 'cur' table:


SELECT cur_id,cur_title,cur_user_text,cur_timestamp,cur_is_new,cur_touched
FROM cur where cur_id=241763;
+--------+---------------+---------------+----------------+------------+----------------+
| cur_id | cur_title     | cur_user_text | cur_timestamp  | cur_is_new |
cur_touched    |
+--------+---------------+---------------+----------------+------------+----------------+
| 241763 | Silvereye.jpg | Tipiac        | 20050423163239 |          0 |
20050629213607 |
+--------+---------------+---------------+----------------+------------+----------------+


So it looks like Svtist is the  uploader, but I dont understand why
user Tipiac is showing in the revision table :(


User did change the template though but at a different date:
http://fr.wikipedia.org/w/index.php?title=Mod%C3%A8le:CC-BY-ND-NC&action=history
Comment 1 Brion Vibber 2005-10-16 20:05:42 UTC
Looks normal to me:
http://fr.wikipedia.org/w/index.php?title=Image:Silvereye.jpg&action=history

Are you looking at the *file upload* history and confusing this with the *page edit* 
history?

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


Navigation
Links