lp://staging/~marianoruiz/openerp-web/6.1-bugfix-share_errors
- Get this branch:
- bzr branch lp://staging/~marianoruiz/openerp-web/6.1-bugfix-share_errors
Branch merges
- Olivier Dony (Odoo): Needs Resubmitting
-
Diff: 10872 lines (+10361/-20) (has conflicts)50 files modifiedaddons/web/common/http.py (+5/-0)
addons/web/i18n/bn.po (+21/-1)
addons/web/i18n/bs.po (+1549/-0)
addons/web/i18n/en_AU.po (+1561/-0)
addons/web/i18n/es_CL.po (+1552/-0)
addons/web/i18n/gu.po (+1549/-0)
addons/web/i18n/nb.po.OTHER (+1550/-0)
addons/web/i18n/sl.po (+11/-0)
addons/web/i18n/sv.po (+19/-0)
addons/web/static/src/js/chrome.js (+19/-1)
addons/web/static/src/js/coresetup.js (+168/-0)
addons/web/static/src/xml/base.xml (+31/-0)
addons/web_calendar/i18n/bn.po (+11/-0)
addons/web_calendar/i18n/bs.po (+41/-0)
addons/web_calendar/i18n/en_AU.po (+41/-0)
addons/web_calendar/i18n/es_CL.po (+41/-0)
addons/web_calendar/static/src/js/calendar.js (+8/-17)
addons/web_dashboard/i18n/bn.po (+11/-0)
addons/web_dashboard/i18n/bs.po (+111/-0)
addons/web_dashboard/i18n/es_CL.po (+113/-0)
addons/web_dashboard/i18n/sv.po (+112/-0)
addons/web_diagram/i18n/ar.po (+42/-0)
addons/web_diagram/i18n/bn.po (+45/-1)
addons/web_diagram/i18n/bs.po (+79/-0)
addons/web_diagram/i18n/es_CL.po (+83/-0)
addons/web_diagram/i18n/sv.po (+86/-0)
addons/web_gantt/i18n/bn.po (+28/-0)
addons/web_gantt/i18n/bs.po (+28/-0)
addons/web_gantt/i18n/en_AU.po (+28/-0)
addons/web_gantt/i18n/es_CL.po (+28/-0)
addons/web_gantt/i18n/nb.po (+28/-0)
addons/web_graph/i18n/bn.po (+23/-0)
addons/web_graph/i18n/bs.po (+23/-0)
addons/web_graph/i18n/en_AU.po (+23/-0)
addons/web_graph/i18n/es_CL.po (+23/-0)
addons/web_graph/i18n/sv.po (+23/-0)
addons/web_kanban/i18n/bn.po (+55/-0)
addons/web_kanban/i18n/bs.po (+55/-0)
addons/web_kanban/i18n/es_CL.po (+55/-0)
addons/web_kanban/i18n/sv.po (+55/-0)
addons/web_mobile/i18n/bn.po (+11/-0)
addons/web_mobile/i18n/es_CL.po (+108/-0)
addons/web_mobile/i18n/ja.po (+106/-0)
addons/web_mobile/i18n/nb.po (+106/-0)
addons/web_mobile/i18n/sv.po (+106/-0)
addons/web_process/i18n/bn.po (+118/-0)
addons/web_process/i18n/bs.po (+118/-0)
addons/web_process/i18n/es_CL.po (+118/-0)
addons/web_process/i18n/nb.po (+118/-0)
addons/web_process/i18n/sv.po (+118/-0)
Related bugs
Bug #987101: Display and ajax errors on share module in 6.1 | Undecided | Invalid |
Related blueprints
Branch information
Recent revisions
- 2274. By Olivier Dony (Odoo)
-
[FIX] manifest flag 'active' was renamed to 'auto_install' a while ago
The change occurred in server at revision 3989
and in addons at revision 6451, but had never
been done in openerp-web.
One indirect consequence was that the 'base'
modules was not considered auto-installable
anymore and its CSS files were not loaded on
web, causing layout issues, namely in the
modules kanban view.Server rev 3989 = <email address hidden>
Addons rev 6451 = <email address hidden> - 2273. By Olivier Dony (Odoo)
-
[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
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/openerp-web