lp:~openerp-dev/openerp-web/trunk-bug-905375-vda

Created by Vaibhav Darji and last modified
Get this branch:
bzr branch lp:~openerp-dev/openerp-web/trunk-bug-905375-vda
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

1769. By Vaibhav Darji

[FIX] close dialog on cancel form.

1768. By Xavier (Open ERP)

[FIX] avoid systematically deadlocking the stand-alone OpenERP web in its default configuration

The default configuration for OpenERP Web standalone (launched via the
openerp-web script) is single-threaded for log-readability purposes.

web.common.controllers.main.Proxy.load has been added to wrap a
request to an HTTP handler inside a JSON (and/or JSONP) request, the
initial implementation was to perform a full HTTP call *from within an
HTTP handler to itself*.

Since the server is single-threaded and its only thread is already
busy, it can't handle the new request, and the client deadlocks.

Replaced this crap by also-crap-but-slightly-less-so: instantiating a
Werkzeug test client using the root application and proxying the
request through that. Avoids creating a new request from the server,
therefore does not deadlock.

1767. By Fabien Meghazi (OpenERP)

[FIX] Use $.Mutex for qweb loading

1766. By Xavier (Open ERP)

[FIX] have page view force a return to the previous view if switched to with no record

1765. By Xavier (Open ERP)

[FIX] stop blowing up on old sessions

1764. By Xavier (Open ERP)

[ADD] logging of HTTP session storage location

1763. By Antony Lesuisse (OpenERP)

[FIX] remove debug

1762. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

1761. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

1760. By Antony Lesuisse (OpenERP)

[FIX] embed css loading

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:openerp-web
This branch contains Public information 
Everyone can see this information.

Subscribers