odoo/openerp
Olivier Dony d1b0d2586b [FIX] ir.qweb: rendering non-string attributes could cause unicode errors (Issue #282)
This occurs because werkzeug.utils.escape() auto-casts
non-basestring values to unicode, while we expect to be
working with bytestrings only.
So when evaluating attribute values, make sure we always
return bytestring values, never int, bool or unicode.
2014-06-05 10:11:23 +02:00
..
addons [FIX] ir.qweb: rendering non-string attributes could cause unicode errors (Issue #282) 2014-06-05 10:11:23 +02:00
cli [IMP] do not fail if cannot delete the pidfile. It may have a race-condition when in multi-workers. 2014-04-23 17:01:17 +02:00
conf [MERGE] openerp.pooler is deprecated. 2013-03-27 17:40:45 +01:00
modules [FIX] module: do not crash in case of not found module 2014-05-05 14:18:40 +02:00
osv [MERGE] forward port of branch saas-4 up to 65f68c1 2014-06-03 19:45:19 +02:00
report [MERGE] Forward-port of latest saas-4 fixes, up to 0452851 2014-05-27 20:49:49 +02:00
service [FIX] service: wrapper: fixed context fetching. Indeed call_kw set its context 2014-05-07 13:06:37 +02:00
tests [FIX] tests race condition in phanthomjs tests 2014-05-01 17:06:41 +02:00
tools [FIX] logging PostgreSQLHandler: expand message + use contextmanagers to handle exceptions and cursor 2014-05-28 11:43:24 +02:00
workflow [IMP] remove useless table/column creations in base.sql. Let the ORM do it job. 2014-04-25 18:28:28 +02:00
PKG-INFO [REM] netrpc: KILL EVERYBODY 2013-02-21 13:18:25 +01:00
__init__.py [IMP] move test cases to tests.py remove deprecated wsgi import 2014-02-09 16:18:22 +01:00
exceptions.py [REF] code review 2013-02-15 15:35:03 +01:00
http.py [FIX] routing_map: correct subclasses detection. 2014-06-03 17:55:34 +02:00
import_xml.rng [MERGE] Replace inherit_option_id by a selection field (PR #229) 2014-05-27 17:57:33 +02:00
loglevels.py [REF] logging: removed pseudo log-level TEST. 2013-03-26 16:58:44 +01:00
netsvc.py [FIX] logging PostgreSQLHandler: expand message + use contextmanagers to handle exceptions and cursor 2014-05-28 11:43:24 +02:00
pooler.py [IMP] registry: avoid every direct access registry.db, and rename attribute as registry._db 2014-04-09 15:35:15 +02:00
release.py [REL] saas-5 2014-05-30 23:05:34 +02:00
sql_db.py [MERGE] forward port of branch 7.0 up to revid 5281 launchpad_translations_on_behalf_of_openerp-20140412094159-mhy3v2prb3ctx32k 2014-04-15 15:36:50 +02:00