odoo/addons/web/static/src/js
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
..
boot.js [IMP] initial module loading improvements 2011-12-27 20:44:05 +01:00
chrome.js [MERGE] synchronous db-creation call, significantly simplified db creation code 2012-03-09 15:05:36 +01:00
core.js [FIX] Missing date.js CultureInfo's am/pm descriptor causes wrong dates to be sent to server without user's knowledge 2012-03-08 11:21:51 +01:00
data.js [FIX] BufferedDataSet: avoid randomizing results when there are no sort_fields 2012-03-14 12:10:14 +01:00
data_export.js [FIX] finish implementing xmo@openerp.com-20120116095337-ko0y6xha6oqx4vw1 for real 2012-01-17 09:58:12 +01:00
data_import.js [FIX] xmo@openerp.com-20120209090214-84d6jjr1jnf32kpi excluded too many fields 2012-02-16 17:31:55 +01:00
dates.js [imp] added doc 2012-01-26 16:29:11 +01:00
formats.js [FIX] render statusbar as selection in listview 2012-03-09 15:36:40 +01:00
search.js [ADD] permanent loading of saved filters 2012-03-07 13:03:23 +01:00
view_editor.js [imp] rewritten code to be easier to read 2012-02-13 11:53:41 +01:00
view_form.js [FIX] @digits not honored by form view. field#digits not honored by page view. 2012-03-05 20:58:00 +01:00
view_list.js [FIX] List view "Group" label should be translatable 2012-03-05 18:34:19 +01:00
view_list_editable.js [FIX] bug introduced during xmo@openerp.com-20120208130738-pr92lh9qotki71o4 2012-02-09 16:48:44 +01:00
view_page.js [FIX] @digits not honored by form view. field#digits not honored by page view. 2012-03-05 20:58:00 +01:00
view_tree.js [FIX] evaluate compound context from treeview before executing action 2012-02-17 10:35:41 +01:00
views.js [FIX] Can't add to dashboard a view that includes a 'group_by' 2012-03-06 21:59:55 +01:00