odoo/openerp
Olivier Dony 7d3d3a6aba [FIX] fields.function: type=binary: workaround for the low byte values (<=0x1f) unsupported in XML
We have a workaround in place for fields.function of binary type
that may return values that are invalid in XML documents, and thus
in our XML-RPC protocol. But out workaround failed to care for the
invalid XML codepoints (below 0x1f) that are well valid in UTF-8
encoding.
Added a sanity check for that as well, using a terrible workaround
for this last resort case: b64-encode the bytes, to avoid crashing
the request.

bzr revid: odo@openerp.com-20110906173140-vc4tl6wstzt8h06o
2011-09-06 19:31:40 +02:00
..
addons [IMP] ir.model.data: usability - rename `XML ID` -> `External ID` 2011-09-06 09:57:11 +02:00
conf [FIX] forgot to add new file. 2011-04-29 09:50:30 +02:00
db [REF] openerp.modules 2011-04-20 17:27:18 +02:00
modules [FIX] registry: forgot the self/cls args. 2011-08-31 09:56:39 +02:00
osv [FIX] fields.function: type=binary: workaround for the low byte values (<=0x1f) unsupported in XML 2011-09-06 19:31:40 +02:00
pychart [IMP] openerp python module. 2011-02-07 13:57:23 +01:00
report [FIX] correct env hashbang line in a script 2011-07-31 15:09:54 +01:00
service [IMP] tools.cache: added missing clean_caches_for_db replacement. 2011-08-25 14:47:11 +02:00
test [IMP] openerp python module. 2011-02-07 13:57:23 +01:00
tools [IMP] simplified cache implementation (and stored on the osv), does not support contexts. 2011-08-30 14:15:41 +02:00
wizard [REF] ir.ir_{set,get,del}: removed openerp.ir: 2011-05-19 14:27:52 +02:00
workflow API docs: settings file and titles at modules 2011-06-23 12:03:57 +03:00
.apidoc API doc: move settings file from bin/ to openerp/ 2011-06-23 12:08:07 +03:00
PKG-INFO [IMP] openerp python module. 2011-02-07 13:57:23 +01:00
__init__.py [MERGE] moved around some code (preparing for some refactoring) (large diff). 2011-05-25 18:06:07 +02:00
import_xml.rng [IMP] tools.convert,rng: fixed support for <url> tag 2011-04-11 10:32:01 +02:00
loglevels.py [IMP] forgot to add loglevels.py and reexport 3 functions in tools.misc. 2011-02-08 10:24:58 +01:00
netsvc.py [FIX]:--debug option 2011-07-29 16:50:19 +05:30
pooler.py [LINT] removed unused variable, forgot to change two variables in last commit, corrected typo introduced at 3417.6.6. 2011-06-15 09:22:31 +02:00
release.py [MERGE] merged latest fixes from 6.0 - up to rev 3399 2011-04-11 12:13:27 +02:00
run_tests.py [IMP] openerp python module. 2011-02-07 13:57:23 +01:00
sql_db.py [IMP] tools.cache: added missing clean_caches_for_db replacement. 2011-08-25 14:47:11 +02:00
tiny_socket.py API docs: settings file and titles at modules 2011-06-23 12:03:57 +03:00