odoo/addons/web/static/src
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
..
css [FIX] Fix binary upload button styling 2012-02-27 18:14:40 +01:00
img [IMP] better icon for many2one field 2011-12-29 22:59:35 +01:00
js [FIX] BufferedDataSet: avoid randomizing results when there are no sort_fields 2012-03-14 12:10:14 +01:00
xml [FIX] ability to backup databases in case listing databases is forbidden (via --no-database-list on the server) 2012-02-23 14:39:37 +01:00