r90631 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r90630‎ | r90631 | r90632 >
Date:23:22, 22 June 2011
Author:diebuche
Status:ok (Comments)
Tags:
Comment:
Revert accidental change from r90630
Modified paths:
  • /trunk/phase3/resources/jquery/jquery.tablesorter.js (modified) (history)

Diff [purge]

Index: trunk/phase3/resources/jquery/jquery.tablesorter.js
@@ -421,7 +421,7 @@
422422 // We allow a trailing percent sign, which we just strip. This works fine
423423 // if percents and regular numbers aren't being mixed.
424424 ts.numberRegex = new RegExp("^(" + "[-+\u2212]?[0-9][0-9,]*(\\.[0-9,]*)?(E[-+\u2212]?[0-9][0-9,]*)?" + // Fortran-style scientific
425 - "|" + "[-+\u2212]?" + digitClass + "+[\\s]*%?" + // Generic localised
 425+ "|" + "[-+\u2212]?" + digitClass + "+[\\s\\xa0]*%?" + // Generic localised
426426 ")$", "i");
427427 }
428428

Follow-up revisions

RevisionCommit summaryAuthorDate
r91782MFT to REL_1_18: jquery tablesorter...hashar08:54, 9 July 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r90630Followup r86088, r87244, r90612: fix jquery.tablesorter for null collation ta...brion23:19, 22 June 2011

Comments

#Comment by Brion VIBBER (talk | contribs)   23:41, 22 June 2011

Good catch! Snuck that one in when testing and forgot to remove it.

#Comment by Brion VIBBER (talk | contribs)   00:12, 23 June 2011

Marking for 1.18 merge.

Status & tagging log