odoo/addons/website
Martin Trigaux a096ae0080 [FIX] http: force rolleback for failed http request
1st issue:
When an exception was raised, it was badly handled by the website in case of
website_enabled key. The response page was generated without calling super.
The WebRequest object being responsible to rollback the transaction in case
of errors.

2sd issue:
The _failed attribute is required to rollback the transaction in an WebRequest
object. Previously it was only set in the JsonRequest object (which inherit
from WebRequest), replace by call to super. The attribute _failed is now set
in the WebRequest object.
2014-05-21 19:12:37 +02:00
..
controllers [IMP] don't duplicate website_url function field of attachments 2014-03-03 15:24:01 +01:00
data [FIX] website tour: flickering; banner auto run; work with different language 2014-02-03 12:28:16 +01:00
models [FIX] http: force rolleback for failed http request 2014-05-21 19:12:37 +02:00
security [FIX] website: missing acl for manage website menu 2014-05-02 15:41:35 +02:00
static [FIX] Website - Don't set active on OpenDialog link else the user cannot click on it again after. 2014-04-14 11:48:03 +02:00
tests [FIX] whitespace/indent lost by RTE 2014-02-27 13:59:34 +01:00
views [FIX] Website - fix path of script watch.js 2014-04-16 10:34:11 +02:00
__init__.py [IMP] move conversion out of view.save 2013-09-30 16:53:58 +02:00
__openerp__.py [IMP] website apps flagged as such: website, website_event (replaces event), website_blog, website_sale 2014-01-31 10:27:21 +01:00