Page MenuHomePhabricator

jquery.tablesorter should extract date sort format from date string instead of global setting
Closed, ResolvedPublic

Description

The tablesorter module could easily determine that "1 Apr 2012" is DMY order and "Apr 1 2012" is MDY order, but for some reason it doesn't. It just converts them to "1 4 2012" and "4 1 2012", respectively, and then assumes MDY or DMY order based on the global wiki configuration.

Gerrit changeset coming shortly.


Version: 1.19
Severity: major

Details

Reference
bz36991

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 22 2014, 12:24 AM
bzimport set Reference to bz36991.

I've reverted your change to this bug title and severity, as it's clear you have misunderstood the bug. This is not a request to add support for a new format, it is to fix support that is intended to be there but is clearly very broken.

Thanks!

I've just merged I8061b1a7892633e34be4d4a0273a4dd5045fd2ee into master.