odoo/addons/web
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
..
common [REL] OpenERP 6.1.1 2012-02-22 12:43:22 +01:00
controllers [MERGE] synchronous db-creation call, significantly simplified db creation code 2012-03-09 15:05:36 +01:00
i18n Launchpad automatic translations update. 2012-03-14 05:44:33 +00:00
static [FIX] BufferedDataSet: avoid randomizing results when there are no sort_fields 2012-03-14 12:10:14 +01:00
test [FIX] dependencies handling in modules listing of web client 2012-03-06 15:20:10 +01:00
__init__.py [FIX] imports to handle conflicts with e.g. web.py in embedded mode 2012-02-10 11:34:26 +01:00
__openerp__.py [FIX] Datetime widget buggy since jquery.ui upgrade 2012-02-14 11:51:45 +01:00