lp://staging/~openerp-dev/openerp-web/saas-4-graphview-not-quite-threadsafe-ged

Created by Géry Debongnie and last modified
Get this branch:
bzr branch lp://staging/~openerp-dev/openerp-web/saas-4-graphview-not-quite-threadsafe-ged
Members of OpenERP R&D Team can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
OpenERP R&D Team
Project:
Odoo Web (MOVED TO GITHUB)
Status:
Merged

Recent revisions

3988. By Géry Debongnie

[FIX] (partially) fixes a concurrence problem in graph view

The graph view is asynchronous when updating data. It is not safe when
the user tries to update quickly the group bys (for example, when adding two
group bys in quick succession).

This patch partially fixes the problem: it makes sure that two concurrent updates
will be correctly serialized. However, it is not a complete fix: the crash can still happen
when three or more updates are quickly done. A complete solution require some more work in
keeping tracks of an update queue and serializing properly the updates. (will be done in trunk)

3987. By Christophe Simonis (OpenERP)

[MERGE] forward port of branch saas-3 up to revid 4004 <email address hidden>

3986. By Cedric Snauwaert (OpenERP)

[FIX]while everything is not adaptative, leave overflow-y on modal body

3985. By Fabien Meghazi (OpenERP)

[FIX] /web/login restore request.uid in case of authentication failure

3984. By Thibault Delavallée (OpenERP)

[FIX] web: list view: fixed button behavior
- icon-like behavior is the default behavior
- text-based buttons (using btn_txt class) are used whenever no icon is given to the
button in a list view.
This way the previous behavior is always the default behavior, and the css modifications are
done only for the text-based buttons, avoiding side-effects.

3983. By Cedric Snauwaert (OpenERP)

[FIX] Force zindex for elements which should be at top of a modal window.

3982. By gde (OpenERP)

[MERGE] graph view: multiple minor/usability fixes

3981. By Denis Ledoux (OpenERP)

[MERGE] Forward-port of latest saas-3 bugfixes, up to rev. 4003 revid:<email address hidden>

3980. By Cedric Snauwaert (OpenERP)

[FIX]modal: button were not showing in calendar

3979. By Denis Ledoux (OpenERP)

[ADD] web: in view form, when opening a many2one, use get_formview_action method of orm to get the window action to open

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
This branch contains Public information 
Everyone can see this information.

Subscribers