lp:~unifield-team/unifield-web/web_aio_24

Created by Xavier ALT and last modified
Get this branch:
bzr branch lp:~unifield-team/unifield-web/web_aio_24
Members of UniField Dev Team can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
UniField Dev Team
Project:
Unifield Web
Status:
Development

Recent revisions

4889. By Xavier ALT

[IMP] add autocomplete='off' to password field to present browser from storing this information

4888. By Xavier ALT

[MERGE] OPW 580262: web: getFormData(): correctly get parent 'editable' status when source is a field with no 'editable' information (ex: many2one)

4887. By Xavier ALT

[MERGE] OPW 580425: fix onchange concurrency problem with many2many

4886. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

4885. By Xavier ALT

[MERGE] OPW 578685: many2many: many2many broken after 2nd pagination, traceback on column sorting

4884. By Xavier ALT

[MERGE] OPW 577661: web: fix error popup replacing "view" when submitted data contains binary

 - in browsers not supporting FileAPI, standard XMLHttpRequest does not allow
   sending <input type="file"/> binary content, so in that case jquery.form.js
   use a _hack_ by inclusing content within an iframe form and submitting that
   form.

   Normally, if server raise an error during an XHR request, we get the correct
   error status on the response, but with <input type="file"/> and _iframe hack_,
   we have no way to get the real response status (always think there is no error);
   We then wrongly call the 'sucess' callback, i.e replace view content by the
   received response.

   jQuery form plugin has been upgraded to support XHR status emulation and from
   web-client we intercept error message to add emulated status allowing us to
   call the right 'error callback'.

4883. By Xavier ALT

[MERGE] OPW 57667: form view: button should be clickable on state + attrs (not forced to readonly if view is non-editable)

4882. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

4881. By Xavier ALT

[MERGE] OPW 577768: web: open error popup exclusively from top window - otherwise error raised from wizard might not be shown

4880. By Xavier ALT

[MERGE] OPW 50873: web: fix multiple problems with one2many popup stacking (starting on 4th level)

Branch metadata

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