odoo/addons/website_forum
Richard Mathot eefd0de541
[FIX] safer company name as email sender
In some email templates of Odoo, the From: field is generated from the
company name. If this name contains an "&" character, this will lead in
an escaping eg; &

Sender header will look like:
From: Machin &amp; Brol <machinbrol@toto.com>

This case is not well handled by email providers like Gmail, that
splits the line on the ";" and considers there are 2 senders, and then
discards the email.

We then fix the templates, waiting for a better fix in master.
2017-04-28 10:19:06 +02:00
..
controllers [FIX] website_forum: convert content of posted comment to plaintext 2016-06-02 17:00:17 +02:00
data [FIX] safer company name as email sender 2017-04-28 10:19:06 +02:00
i18n [I18N] Update translation terms from Transifex 2017-04-09 02:54:13 +02:00
models [FIX] website_forum: check karma access on direct message edit/unlink too 2015-04-07 10:10:20 +02:00
security [FIX] website_forum: portal user are allowed to delete forum post 2014-08-20 16:14:09 +02:00
static [FIX] website_forum: comment deletion now working by calling the right url 2015-02-03 12:26:33 +01:00
tests [IMP] running speed of some tests & new testcase type 2015-06-23 16:38:14 +02:00
views [FIX] website_forum: description not translated 2015-01-15 15:37:31 +01:00
__init__.py [IMP] [TEST] website_forum: security fixes + tests 2014-10-23 11:36:03 +02:00
__openerp__.py [IMP] Updated website urls on modules and info page 2014-08-26 21:40:18 +02:00