odoo/addons/website
Olivier Dony a7aa853737 [FIX] website: exception handling: let redirects pass untouched
The website module normally tries to render user-friendly
error pages for any error occurring during the processing
of a website-enabled request.
This happens even for werkzeug's HTTPExceptions that have
their own response, because we want the website layout to
be applied on top of the error page.

One special sort of HTTPException should be preserved
without rewriting: the manually-crafted ones generated
with abort(), and usually wrapping a redirect response,
which bears no alteration.
2014-06-27 13:04:31 +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] website: exception handling: let redirects pass untouched 2014-06-27 13:04:31 +02:00
security [FIX] website: missing acl for manage website menu 2014-05-02 15:41:35 +02:00
static [FIX] website: correct selector 2014-06-19 14:45:56 +02:00
tests [FIX] whitespace/indent lost by RTE 2014-02-27 13:59:34 +01:00
views [FIX] website: prevent to split google analytics script 2014-06-04 16:15:16 +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