In sortable tables:
authorTim Starling <tstarling@users.mediawiki.org>
Tue, 28 Oct 2008 08:07:00 +0000 (08:07 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Tue, 28 Oct 2008 08:07:00 +0000 (08:07 +0000)
commit1d897ce4eac93ee4416e4c39e543ca24a41a0f4e
treeaf62336f2c63850860dc7c665d816314ab357e15
parentf2c3df36d0b0d5cc2388377e6a283d04eed96dd0
In sortable tables:
* (bug 8063) Use the content language digit transform table.
* Don't recognise C-style hexadecimal notation as a number, that feature never actually worked.
* Be more forgiving about things that look like numbers but turn out not to be. Sort them stringwise.
* Optimised ts_resortTable by having it calculate the sort keys at the start, and then using a single trivial comparison function. There are potentially many more comparisons than rows. Observed factor of 2 speedup.
* Use RegExp.test() instead of String.match() when a true/false value is desired, as recommended by the Mozilla reference
RELEASE-NOTES
includes/DefaultSettings.php
includes/Skin.php
skins/common/wikibits.js