odoo/addons/web
Xavier Morel 5cf564e4e6 [FIX] handling of multiline strings during qweb translation
Javascript regexps don't provide a DOTALL flag (to make `.` match
newlines) so have to replace `.` by `[\s\S]` hack, as *that* will
match newlines as well as all other characters.

Note: the `m` flag has a different meaning, it makes `^` and `$` match
      the start and end of lines rather than the start and end of the
      string itself.

bzr revid: xmo@openerp.com-20130516105908-exgtwwf785hrmedo
2013-05-16 12:59:08 +02:00
..
cli [FIX] test_js typo 2012-12-09 05:30:15 +01:00
controllers wip 2013-05-15 11:02:31 +02:00
doc [FIX] add support for invisibility to fields (don't complete an invisible field) 2013-02-13 10:01:08 +01:00
i18n Launchpad automatic translations update. 2013-05-07 06:14:22 +00:00
static [FIX] handling of multiline strings during qweb translation 2013-05-16 12:59:08 +02:00
tests [REVERT] revert commit fme@openerp.com-20130418171750-7oldgiewo1eewxk7: do not break stable API !!! 2013-04-23 14:41:51 +02:00
__init__.py minor fixes 2012-12-19 03:49:46 +01:00
__openerp__.py [FIX] correctly handle group_by_no_leaf when no grouping applied 2013-04-16 11:23:44 +02:00
http.py [FIX] force module paths to be bytestrings 2013-05-02 14:36:57 +02:00
session.py [IMP] clean permissions and shebang in files 2013-05-14 12:37:36 +02:00