odoo/addons/web/static
Olivier Dony 6a38a66d50 [FIX] BufferedDataSet: avoid randomizing results when there are no sort_fields
Array.sort is not necessarily stable, and sorting an
array with an unstable sort will cause a randomization
of the original order, which should have been preserved.

See also:
  - http://ecma262-5.com/ELS5_Section_15.htm#Section_15.4.4.11
  - http://code.google.com/p/v8/issues/detail?id=90

lp bug: https://launchpad.net/bugs/928389 fixed

bzr revid: odo@openerp.com-20120314111014-1igxhrynu5557di5
2012-03-14 12:10:14 +01:00
..
lib [FIX] Datetime widget buggy since jquery.ui upgrade 2012-02-14 11:51:45 +01:00
src [FIX] BufferedDataSet: avoid randomizing results when there are no sort_fields 2012-03-14 12:10:14 +01:00
test [FIX] handling of date and time formats with bare/literal characters 2012-02-15 16:32:37 +01:00