Page MenuHomePhabricator

Timestamp invisible on first diff of a page
Closed, DeclinedPublic

Description

Edits such as the following:
http://nl.wikipedia.org/w/index.php?title=Definitie&diff=prev&oldid=924
http://af.wikipedia.org/?diff=133
http://bs.wikipedia.org/?diff=130
http://csb.wikipedia.org/?diff=6630
Does not show a timestamp in the diff view.

When going to the next edit however:
http://nl.wikipedia.org/w/index.php?title=Definitie&diff=prev&oldid=925
http://bs.wikipedia.org/w/index.php?title=Matematika&diff=next&oldid=130
Or when using oldid= instead of diff=:
http://nl.wikipedia.org/w/index.php?oldid=924
http://af.wikipedia.org/?oldid=133
http://csb.wikipedia.org/?oldid=6630

... then it *does* show the timestamp of the previous edit.

I checked on the toolserver and for both revisions rev_timestamp is populated fine.

Some even older rev_id's do show the timestamp fine in their diff-view but I'm fairly sure those are imported with a conversion script since those have a later timestamp.

So to summarize: The oldest few edits by timestamp (not by rev_id) don't show timestamps in their diff-view.


Version: unspecified
Severity: enhancement

Details

Reference
bz25631

Event Timeline

bzimport raised the priority of this task from to Low.Nov 21 2014, 11:13 PM
bzimport set Reference to bz25631.
bzimport added a subscriber: Unknown Object (MLST).

It does show the timestamp, just in the main header instead.

For example, in http://bs.wikipedia.org/?diff=130 (one of the examples you gave) there is a header:
Verzija 00:40, 13 decembar 2002

(with uselang=en that's: Revision as of 00:40, 13 December 2002 )

Arguably we should be more consistent, but the information is there.

Making the scope of the bug wider, it appears it's not just on old edits (I thought so), the timestamp is not shown in in the diff-header on any new page creation.

Just in case it's not clear what I mean with "timestamp in diff", I mean the blue-linked "Revision as of 20:41, 23 October 2010 (edit)" on top of the diff-column.

sumanah wrote:

Poking our UI folk with the "design" keyword to see if perhaps there's anything else we should do as long as we're adding the "originally created on..." date in blue at the top.

Either I'm misunderstanding something or this magically fixed itself. Grepping mediawiki/core for the bug number, or for timestamp && invisible, yields nothing.

(WORKSFORME.)