odoo/addons/web
Fabien Meghazi 469c5d3f1c [MOV] Move ensure_db() helper from
Since we removed auth="admin" in favor of auth="none" with explicit superuser id usage,
the disable_db clause in ir_http#...auth_none() has only sense for /web and /web/login routes.
The web module is an exception because it's routes are registered for the nodb dispatching.
This is why the ensure_db() helper is moved to web client and will take care of the
web's auth="none" routes that needs a db to work with

bzr revid: fme@openerp.com-20140130091820-xezgqezsv2vnmlq1
2014-01-30 10:18:20 +01:00
..
cli [FIX] test_js typo 2012-12-09 05:30:15 +01:00
controllers [MOV] Move ensure_db() helper from 2014-01-30 10:18:20 +01:00
doc [REM] Removed useless QWeb t-escf and t-rawf 2014-01-15 19:20:18 +01:00
i18n Launchpad automatic translations update. 2014-01-16 06:06:51 +00:00
static [FIX] update CKEditor to 4.3.2, fixes problem of double-escaping of non-ascii characters in widgets 2014-01-28 15:13:36 +01:00
tests [FIX] MockRequestCase 2013-12-03 22:47:05 +01:00
views [IMP] Use ensure_db() for /web and /web/login. Logout controller does not clear the db anymore 2014-01-28 22:18:02 +01:00
.bowerrc [IMP] now uses bower for some libs 2013-07-31 15:17:31 +02:00
Gruntfile.js [IMP] Added compass compilation to grunt file 2013-07-31 12:20:37 +02:00
__init__.py [IMP] move http layer from openerp-web to openobject-server, convert controllers to the new route api 2013-10-27 18:17:17 +01:00
__openerp__.py [ADD] web: add select2 lib 2014-01-23 16:19:34 +01:00
bower.json bowered qweb 2013-07-31 15:55:31 +02:00
package.json [IMP] Added compass compilation to grunt file 2013-07-31 12:20:37 +02:00