Page MenuHomePhabricator

The date displays twice in the Recent Changes
Closed, ResolvedPublicBUG REPORT

Description

Hello, in the Recent Changes (https://lingualibre.fr/index.php?title=Special:RecentChanges&limit=500&days=30), the date displays twice. For example, there are two lines "19 juin 2018", two lines "18 juin 2018" and so on.

Screenshot_2021-02-15_16-24-31.png (602×1 px, 240 KB)

It's not the case on Wikidata.org

Screenshot_2021-02-15_16-27-43.png (640×1 px, 282 KB)

Event Timeline

Pamputt renamed this task from The data displays twice in the Recent Changes to The date displays twice in the Recent Changes.Jun 19 2018, 8:58 PM
Pamputt created this task.

I've absolutely no idea where this title duplication comes from... As a temporally fix, I've added this peace of code to the global CSS to hide the second titles:

.page-Special_RecentChanges h4 + h4 {
    display: none;
}
CommunityTechBot renamed this task from wmaaaaaaaa to The date displays twice in the Recent Changes.Jul 2 2018, 1:18 PM
CommunityTechBot raised the priority of this task from High to Needs Triage.
CommunityTechBot updated the task description. (Show Details)
Pamputt changed the subtype of this task from "Task" to "Bug Report".Oct 6 2020, 7:07 PM
Yug updated the task description. (Show Details)
Seb35 changed the task status from Open to Stalled.Feb 16 2021, 5:13 PM
Seb35 subscribed.

This is due to a bad interaction between MediaWiki 1.31 + with the user option "Group changes by page in recent changes and watchlist" (by default) + the extension CleanChanges: when CleanChanges is not activated and/or when the user option is disabled there is no such bug. This is solved with MediaWiki 1.35.

So this bug will be solved with the update to 1.35 in the near-future.

@Seb35 : thank you for notifying us of your take over. I can redirect my energy elsewhere.

This bug is solved in the new version of Lingua Libre (MediaWiki 1.35). @Seb35 I let you close this bug report.

Indeed, solved as expected with MediaWiki 1.35.