https://bugzilla.wikimedia.org/show_bug.cgi?id=42607
Miraceti <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Miraceti <[email protected]> 2012-12-02 16:52:35 UTC --- Table sorting is really seriously broken. Dates are not sorted in the Czech language at all. Following code should produce a sortable table: {| class="wikitable sortable" ! "1. 1. 2000" !! "01.01.2000" !! "1.1.2000" !! "1. ledna 2000" !! "1. leden 2000" |- | 1. 1. 2000 || 01.01.2000 || 1.1.2000 || 1. ledna 2000 || 1. leden 2000 |- | 1. 10. 1999 || 01.10.1999 || 1.10.1999 || 1. října 1999 || 1. říjen 2000 |- | 1. 10. 2010 || 01.10.2010 || 1.10.2010 || 1. října 2010 || 1. říjen 2010 |} The first two columns are short formats according to norms, the third one is a common mistake, the fourth one is a correct long format and the last one is with a nominative month name. Sorting does not work at all for short formats. The only working column in my example is the last one - but as Mormegil has explained, this is not a way how dates are written. The long format in the fourth column is not sorted correctly (reason explained by Mormegil too). I propose to set the needed regexp in Mediawiki configuration and not to complete it on a client side - it would be a faster solution too. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
