[FIX] views inheritance: deleting a non-existing attribute must be a no-op
[odoo/odoo.git] / openerp / tests / test_mail.py
2013-10-22 Thibault Delavallée[FIX] tools: mail: fixed shortening of html content.
2013-10-18 Olivier Dony[FIX] tools.mail: typo causing infinite loop + fix...
2013-10-17 Thibault Delavallée[FIX] tools: mail: fixed / improved html_email_clean.
2013-10-16 Thibault Delavallée[FIX] tools: html_email_clean: fixed regex for
2013-08-08 Thibault Delavallée[TESTS] tools: mail: added some tests + some cleaning...
2013-07-17 Thibault Delavallée[MERGE] Sync with trunk
2013-05-17 Olivier Dony[FIX] openerp/tests/test_mail.py marked executable...
2013-04-25 Thibault Delavallée[REF] html_email_clean: refactored the algorithm to...
2013-04-23 Thibault Delavallée[REF] html_email_clean: refactoring of the algorithm...
2013-01-02 Christophe Matthieu[IMP] mail_sanitize: simplification of the regular...
2013-01-02 Christophe Matthieu[IMP] html_sanitize: test with assertIn
2013-01-02 Christophe Matthieu[IMP] mail sanitize: add special email address for...
2012-12-31 Christophe Matthieu[FIX] tools: html_sanitize
2012-12-26 Thibault Delavallée[DOC] Added some comments. Updated failure message...
2012-12-26 Thibault Delavallée[IMP] html_sanitize: now uses the builtin cleaner of...
2012-12-19 Christophe Matthieu[IMP] tools mail: encoding : add test for removing...
2012-12-19 Christophe Matthieu[IMP] tools mail: add test message with xml and doctype...
2012-11-20 Christophe Matthieu[FIX] tools mail: html_email_clean return False (standa...
2012-11-20 Christophe Matthieu[IMP] tools mail: remove one line test (double)
2012-11-19 Christophe Matthieu[FIX] tools.mail: html_email_clean test type and value...
2012-11-19 Christophe Matthieu[FIX] tools.mail: html_email_clean test type of empty...
2012-11-19 Christophe Matthieu[IMP] tools.mail: add a test for html_email_clean funct...
2012-11-14 Thibault Delavallée[MERGE] Tools: mail.py: (E)Mail management
2012-11-14 Thibault Delavallée[FIX] Typo in tests.
2012-11-14 Thibault Delavallée[IMP] tools: added a true test for html_sanitize, some...
2012-11-09 Thibault Delavallée[IMP] tools: mail: improved append_content_to_html...
2012-11-07 Thibault Delavallée[IMP] tools: added text2html function, basically turnin...
2012-11-07 Thibault Delavallée[IMP] tools: tests: cleaner: cleaned a bit test data...
2012-11-06 Thibault Delavallée[IMP] tests: moved append_to_html into right test file...
2012-11-06 Thibault Delavallée[REN] html_sanitize -> mail, to have a central file...