x620
4004e007c1
[FIX] remove depends on the mail_sent
9 years ago
x620
c67b8c22f3
[IMP] change mail_archive module for show only sent/recipient messages
9 years ago
x620
bbe88ce093
Merge branch '9.0-res_partner_mails_count' of https://github.com/yelizariev/mail-addons into 9.0-res_partner_mails_count
9 years ago
x620
dc9a9c973d
[FIX] move function push() from set_channel() to init() to push() is called only once
9 years ago
x620
971ba44447
[FIX] move function toggle() from sent.js to base.js
[FIX] change summary in __openerp__.py
9 years ago
Ivan Yelizariev
c6d5d65b6d
Merge pull request #20 from x620/9.0-mail_all
9.0-mail_all
9 years ago
x620
1dc49ee7fd
[FIX] change function from .includes() to .indexOf()
9 years ago
x620
e8310c841b
[FIX] change way for show "Send message" button
9 years ago
x620
a7eb4ff6bd
[DOC] change descriptions
9 years ago
x620
ad6356b54c
[FIX] show subject in channel_all
9 years ago
x620
d4602874c7
Merge remote-tracking branch 'upstream/9.0-res_partner_mails_count' into 9.0-res_partner_mails_count
9 years ago
x620
2326b5df6d
[FIX] remove unused depends
[DOC] change module description
9 years ago
x620
f17c9d934d
[FIX] show subject in channel_all
9 years ago
x620
bcade8cd93
[FIX] show subject in channel_sent and channel_archive
9 years ago
x620
63616582e9
[IMP] add "Send message" button in the Sent menu
9 years ago
Ivan Yelizariev
4b41641fc7
Merge pull request #12 from x620/9.0-res_partner_mails_count
[ADD] add mail_to and fix mail_base
9 years ago
x620
ca24ddcfb7
[DOC] add "to" in description in index.rst
9 years ago
x620
41ab50f575
[DOC] change description in index.rst
9 years ago
Ivan Yelizariev
d2a1b23fb2
Merge pull request #16 from ilyasProgrammer/9.0-res_partner_mais_count_fix_docs
[IMP] tour last step, todo type
9 years ago
x620
17360add4b
[FIX] change depends from mail_archives to mail_all
9 years ago
x620
4f3cb5ce92
[ADD] create module mail_all
9 years ago
ilyasProgrammer
3bafef5827
[FIX] steps
9 years ago
x620
5c3ebca3c6
[FIX] default icons opacity - 0.4, mouseover on message - 0.7, mouseover on icon - 1
[FIX] more recipients moved to tooltip
9 years ago
ilyasProgrammer
a8ea3798c5
[FIX] sequence
9 years ago
x620
3d0b967ffb
[IMP] opacity more when mouseover
[IMP] link black when mouseover
[IMP] semicolon between recipients
[IMP] more 4 recipients hidden under "more..." and appear when mouseover
9 years ago
x620
a1607e6275
[DOC] add item about mouseover
9 years ago
x620
f616f3ab00
[DOC] change Usage description in index.rst
9 years ago
x620
87aaf66674
[FIX] unsubscribe and then subscribe to the event, to avoid duplication of new posts in base.js
[FIX] replace "needaction_partner_ids" to "partner_ids" in models.py
9 years ago
x620
9c1796f541
[FIX] replace _t to _lt in archives.js and sent.js
9 years ago
x620
d66dc99012
[FIX] fix duplicate new messages
9 years ago
x620
200dc9977f
[FIX] fix link error
9 years ago
x620
bc20db1c54
[FIX] fix error channel_seen function in base.js
[FIX] fix error inline method in base.js
[ADD] add css file for make grey color for link and display recipients when overmouse
[IMP] add "To:" before recipients and make link on recipient name
[DOC] add info about old messages in index.rst
9 years ago
ilyasProgrammer
9a95ad8792
Merge branch '9.0-res_partner_mails_count' of github.com:yelizariev/mail-addons into 9.0-res_partner_mais_count_fix_docs
Conflicts:
res_partner_mails_count/static/src/js/res_partner_mails_count_tour.js
9 years ago
x620
3bae0358c9
[REF] move append partner_ids parameter for message from base.js to mail_to.js
9 years ago
ilyasProgrammer
a22c22bc36
[IMP] tour last step, todo type
9 years ago
x620
367a79573c
[REM] remove unused models.py
9 years ago
x620
d90dee942f
[ADD] mail_to module: display recipients the right of the messages
9 years ago
x620
4a6b340026
[FIX] fixes Recipients field
9 years ago
Ivan Yelizariev
a338aa43b6
Merge pull request #11 from yelizariev/9.0-res_partner_mails_count-merge2
9.0 res partner mails count merge2
9 years ago
Ivan Yelizariev
e2f097a458
[IMP] descrease delay time + new placement option
9 years ago
Ivan Yelizariev
d2a6373f1e
[FIX] waitNot is necessary, because o_mail_thread is already presented
in partner page
9 years ago
Ivan Yelizariev
ba48e29803
[IMP] new step in tour
It also fix problem with last timeouted step
9 years ago
Ivan Yelizariev
cd8d9b0725
[FIX] missed comma
9 years ago
Ivan Yelizariev
52b61e5e68
[FIX] waitFor on last step is needed for test mode
9 years ago
Ivan Yelizariev
1ef37eb351
[DOC] Tour: delete waitFor and increase wait in last step
It seems that waitFor+wait doesn't work as expected.
"wait" is count down before start check waitFor condition, while the
idea was opposite -- wait when page is loaded and then count down 2 sec
9 years ago
Ivan Yelizariev
2c941a6434
Merge remote-tracking branch 'origin/8.0-res_partner_mails_count-noupdate' into 9.0-res_partner_mails_count-merge2
9 years ago
Ivan Yelizariev
81843d71e9
[DOC] change text in step
9 years ago
Ivan Yelizariev
c0396830ce
[FIX] don't switch to debug in tutor
9 years ago
Ivan Yelizariev
60b1bb64ec
[FIX] noupdate must be applied for todo only
9 years ago
Ivan Yelizariev
74ee4ab942
Merge remote-tracking branch 'origin/8.0-res_partner_mails_count-noupdate' into 9.0-res_partner_mails_count-merge2
9 years ago