The creation of (Q552564) is listed as happening before the creation of (Q552563), among other misordered edits
Description
Description
Details
Details
Related Changes in Gerrit:
| Subject | Repo | Branch | Lines +/- | |
|---|---|---|---|---|
| ContribsPager: Fix merging queries in descending order | mediawiki/core | master | +5 -1 |
Related Objects
Related Objects
Event Timeline
Comment Actions
They are ordered by the timestamp, and MediaWiki timestamps only have a precision of one second.
Comment Actions
I looked again and that is not entirely true. The contributions page is also supposed to use the revision ID when the timestamp is the same. Clearly this is not working here.
The culprit is the code that is supposed to merge in contributions to things that are not normal pages (e.g. Flow). It re-sorts all results and only uses timestamps.
Comment Actions
Change 581065 had a related patch set uploaded (by Bartosz Dziewoński; owner: Bartosz Dziewoński):
[mediawiki/core@master] ContribsPager: Fix merging queries in descending order
Comment Actions
Change 581065 merged by jenkins-bot:
[mediawiki/core@master] ContribsPager: Fix merging queries in descending order