odoo/addons/website
Fabien Meghazi 4e0799e163 [FIX] _handle_exception() logic amongst requests and ir_http objects
Changes in website's ir_http#_handle_exception():

- exception is mandatory, can't be None anymore
- we don't touch non website_enabled requests
- we don't touch explicits plain responses from parent
- logic flow is now easier to read (I hope so)

Change in website's ir_http#_dispatch():

- In case of real 404, instead of returning self._handle_exception(),
  just let parent do the job (so we call super())
2014-06-25 11:47:44 +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] _handle_exception() logic amongst requests and ir_http objects 2014-06-25 11:47:44 +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