odoo/addons/mail
Kersten Jeremy 758d467982 [FIX] In mail text2Html, replace url (http or ftp) before the replacement of return line, else some return line was sometimes considered as the link.
Eg : <a href="http://www.google.com<br/><br/>Puis">http://www.google.com<br/><br/><br/>Puis</a>

bzr revid: jke@openerp.com-20140318203051-lk92fjgwltkwbk68
2014-03-18 21:30:51 +01:00
..
controllers [FIX] mail: fixed download_attachment controller 2014-01-24 17:04:57 +01:00
data [IMP] Backport one feature from website: this feature allows to specify a file 2014-01-09 16:45:50 +01:00
doc [DOC] mail: updated changelog of mail to match the new implementation 2013-09-16 13:50:55 +02:00
i18n Launchpad automatic translations update. 2014-03-20 06:19:44 +00:00
report
security [IMP]: reduce rpc call , add options 'display_log_button' on field, 2013-09-23 19:02:01 +05:30
static [FIX] In mail text2Html, replace url (http or ftp) before the replacement of return line, else some return line was sometimes considered as the link. 2014-03-18 21:30:51 +01:00
tests [MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 9846 revid:dle@openerp.com-20140217124044-o8sgz1esfqeha01f 2014-02-17 13:42:30 +01:00
wizard MERGE] [FIX] email_template: fix relative -> absolute url conversion 2014-03-04 12:29:57 +01:00
__init__.py [IMP] shop: added openchatter on product shop 2014-01-06 14:57:27 +01:00
__openerp__.py [MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 9691 rev-id: dle@openerp.com-20131211134120-fco4rlqjh258ba36 2013-12-11 14:43:17 +01:00
ir_attachment.py [FIX] mail,website_sale: rename file_type to file_type_icon to avoid name conflict with file_type field added by document module 2014-02-28 15:22:33 +01:00
mail_alias.py [FIX] migrate_to_alias() of mail.alias didn't care about result value of _auto_init 2014-01-06 14:36:00 +01:00
mail_alias_view.xml
mail_followers.py [REF] mail_followers: cleaned notify methods, lessening the number of queries. 2013-08-27 17:38:40 +02:00
mail_followers_view.xml
mail_group.py [CLEAN] mail_group: removed mail_post_access modification because it is 2013-12-06 11:01:31 +01:00
mail_group_menu.py
mail_group_view.xml
mail_mail.py [FIX] mail: notification url: only web, not login 2014-02-26 18:00:02 +01:00
mail_mail_view.xml [MERGE] forward port of branch 7.0 up to revid 9651 chs@openerp.com-20131127104459-jb77x7quwcvtifm7 2013-11-27 12:00:46 +01:00
mail_message.py [FIX] mail,website_sale: rename file_type to file_type_icon to avoid name conflict with file_type field added by document module 2014-02-28 15:22:33 +01:00
mail_message_subtype.py
mail_message_subtype.xml
mail_message_view.xml [IMP] mail_message: cleaned search view 2013-08-29 12:09:32 +02:00
mail_thread.py [MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 9929 revid:dle@openerp.com-20140325104921-x8zjx5p71l1o3uif 2014-03-25 12:24:13 +01:00
mail_thread_view.xml
mail_vote.py
res_config.py [CLEAN] mail: removed unnecessary change 2013-09-17 12:20:46 +02:00
res_config_view.xml [REF] mass_mailing: first refactor 2013-09-13 13:54:08 +02:00
res_partner.py
res_partner_view.xml
res_users.py [FIX] mail: cannot duplicate users when mail is installed (allmost all the time, thus) 2014-01-27 12:04:11 +01:00
res_users_view.xml
update.py [FIX] *: using werkzeug.url_encode instead of urllib.urlencode because urliblib.encode does not accept unicode 2014-01-29 13:13:16 +01:00