Page MenuHomePhabricator

Translateable pages display misleading last modified date/time.
Closed, DeclinedPublic

Description

+++ This bug was initially created as a clone of Bug #27394 +++

Translatable pages having a footer "This page was last modified on …" display a date/time unrelated to the translated content.

Better show the date/time of the last change of the most recently edited
component of a translated page rather than that of the (normally much older)
base page. I believe, users would interpret "latest change" pertaining to the translated text.


Version: unspecified
Severity: enhancement
URL: http://translatewiki.net/wiki/Thread:Support/Page_last modified

Details

Reference
bz27422

Event Timeline

bzimport raised the priority of this task from to Lowest.Nov 21 2014, 11:18 PM
bzimport set Reference to bz27422.

Clarification:

The problem likely arises from the fact that translateable pages
only exist once for all languages. The defining page contains invariant parts
plus a set of transcluded parts, each of which is translated individually and
independently. Ony at transclusion time, a distinction is made as to which translated language the transcluded parts are taken from, at least as to my
understanding.

The date/time of last modification is taken from the single defining page.
Thus it is independent of the actual translation and independant of
the language that users actually read, and independent of when each
translation was made, although they usally are not made at the same times.

It would be more user friendly to display the most recent of the modification
date/times of the transcluded pieces of a translation since these pertain to
the text that the users read,

Alternatively, one could think about a message of the kind:

"The (language) original of this page was last modifies at (date/time) and its (language) translation at (date/time)"

MediaWiki shows be default when the page is last modified. Last modification on translation pages cannot be anything else but 1) translation update 2) the page template update (=invariant parts of the page).

Isn't this what the users want to see?