Commit Graph

377 Commits

Author SHA1 Message Date
Christophe Matthieu df2d88a5ab [FIX] mail: message_post_api call and new_message_id value
bzr revid: chm@openerp.com-20121019073338-brb0g1qivvs9pyry
2012-10-19 09:33:38 +02:00
Thibault Delavallée a6a47fc949 [CLEAN] TopButton: removed unnecessary options in context.
bzr revid: tde@openerp.com-20121018164533-8np5jqw8d3gv1kf1
2012-10-18 18:45:33 +02:00
Thibault Delavallée 91f4e942db [IMP] mail: star is renamed as favorite (propagated changes through module); added views for this model in technical feature, under emails. Cleaned message_read and message_read_get_expandable because the code was quite obfuscated.
bzr revid: tde@openerp.com-20121018152322-cakaas3a77h1pi7m
2012-10-18 17:23:22 +02:00
Thibault Delavallée 7c142d5a5c [MERGE] Merged with addons/trunk, re-done to get last fixes from trunk.
bzr revid: tde@openerp.com-20121018130049-d2cisvw7g503chvs
bzr revid: tde@openerp.com-20121018130601-nj99fd1a5ok7r952
2012-10-18 15:06:01 +02:00
vta vta@openerp.com 295e7eef25 [FIX] Fixed name in event.
bzr revid: vta@openerp.com-20121018124548-qfan5n9tl31cn3ng
2012-10-18 14:45:48 +02:00
vta vta@openerp.com bbeded93e9 [MERGE] Latest trunk.
bzr revid: vta@openerp.com-20121015092449-mlnm756plrcqq0ar
bzr revid: vta@openerp.com-20121018124116-vh6a6dopf93lfjt5
2012-10-18 14:41:16 +02:00
Thibault Delavallée 86868af1f1 [MERGE] Merged with addons/trunk.
bzr revid: tde@openerp.com-20121018072448-y2yvsh2kvznnmg8j
2012-10-18 09:24:48 +02:00
Thibault Delavallée fe93cea517 [IMP] mail: added to_read field on mail.message, based on unread notifications. When setting a notification as (un)read, it now creates a notification if it does not exist.
bzr revid: tde@openerp.com-20121017155733-8gpb5goyiomsop2x
2012-10-17 17:57:33 +02:00
Fabien Meghazi 122cf4a203 [IMP] WebClient api change. ActionManager#do_action() now takes an optional 'options' dict as second argument
bzr revid: fme@openerp.com-20121017145639-xyyg9askp6xtlg6r
2012-10-17 16:56:39 +02:00
Thibault Delavallée d24c21222e [REM] mail: removed is_private on mail.message model. Updated models and widgets accordingly.
bzr revid: tde@openerp.com-20121017141933-uwbgqn041mvdtp7p
2012-10-17 16:19:33 +02:00
Thibault Delavallée fc815ba415 [REF] mail_message: message_read: re-implementation using read instead of browse, to avoid access rights issues. Fixed call in js; updated mail_follower and mail about set_value becoming render_value.
bzr revid: tde@openerp.com-20121017134449-l8gyp8l5e6ogcx3a
2012-10-17 15:44:49 +02:00
Christophe Matthieu ec88647be0 [IMP] mail: attachment res_model, read => to_read
bzr revid: chm@openerp.com-20121017093559-fndir3gssokoda7v
2012-10-17 11:35:59 +02:00
Thibault Delavallée cb3463780a [FIX] Chatter widget: fixed model sent to the compose wizard.
bzr revid: tde@openerp.com-20121017092807-7uvax8ren3iqz1n9
2012-10-17 11:28:07 +02:00
Christophe Matthieu 23e20e95d4 [MERGE] from trunk
bzr revid: chm@openerp.com-20121017073146-9m5s2hffeekmj068
2012-10-17 09:31:46 +02:00
Christophe Matthieu e8bd522f6b [IMP] mail: prepare js for dom
bzr revid: chm@openerp.com-20121017001320-wmxtng544wc3whd3
2012-10-17 02:13:20 +02:00
Christophe Matthieu 54f54d3150 [IMP] mail: display options
bzr revid: chm@openerp.com-20121016124105-o5ciewoxm1j79lfr
2012-10-16 14:41:05 +02:00
Thibault Delavallée c3aecf0630 [FIX] Fixed fix of revision 7750. Correct fix was to add in the generated action an use_template context key, that triggers the use of templates. Eveything is then managed inside the email_template override of mail.compose.message.
bzr revid: tde@openerp.com-20121016115839-8cj0u9si20qo14av
2012-10-16 13:58:39 +02:00
Christophe Matthieu db22e146ec [IMP] mail: annimate destroy with context: typeof_thread
bzr revid: chm@openerp.com-20121016114538-d8duv76u7nqyv5ji
2012-10-16 13:45:38 +02:00
Christophe Matthieu 0e4fcab679 [IMP] mail: hierarchy/flat options
bzr revid: chm@openerp.com-20121016113841-gqgq8oz89yc2gma7
2012-10-16 13:38:41 +02:00
Thibault Delavallée e915bd83cb [IMP] mail_thread: remove message_subtype_data field, not used anymore; message_is_follower is not computed with message_follower_ids. Updated mail_followers widget, as message_is_follower is barely never used in views. Updated tests.
bzr revid: tde@openerp.com-20121016111753-shhyhred0m210o1z
2012-10-16 13:17:53 +02:00
niv-openerp 5d6fe5cf3a Merge trunk
bzr revid: nicolas.vanhoren@openerp.com-20121015091705-wih9n5lulr4fmu9t
bzr revid: nicolas.vanhoren@openerp.com-20121016084018-ckjvsczxc0qh02cg
2012-10-16 10:40:18 +02:00
Christophe Matthieu 7084273c5c [IMP]mail, openchatter: read/unread
bzr revid: chm@openerp.com-20121016082718-j0vlptofi2w0hikw
2012-10-16 10:27:18 +02:00
Thibault Delavallée 971f1e9040 [MERGE] Merged with addons/trunk.
bzr revid: tde@openerp.com-20121016075748-x2kaetainnngc11v
2012-10-16 09:57:48 +02:00
Christophe Matthieu 29183b9161 [IMP]mail: scroll loading
bzr revid: chm@openerp.com-20121015160648-b80tyipjyv2le2g4
2012-10-15 18:06:48 +02:00
Christophe Matthieu f71d09a7db [IMP]mail: js dataset, context
bzr revid: chm@openerp.com-20121015160324-tspchfwxg3v8nt2o
2012-10-15 18:03:24 +02:00
Christophe Matthieu 44646f0da0 [IMP]mail/mailbox: js optimisation
bzr revid: chm@openerp.com-20121015141731-0nssfnal6lmua9ap
2012-10-15 16:17:31 +02:00
Antony Lesuisse 59ddf58bb4 [MERGE] callback2deffered rpc
bzr revid: al@openerp.com-20121015133334-4fmbsa14r23laljs
2012-10-15 15:33:34 +02:00
Thibault Delavallée ad54dfbbf6 [FIX] [CLEAN] mail_thrad: fixed subtypes (not comment by default, but Chatter explicitely set the new message as a comment); some code cleaning.
bzr revid: tde@openerp.com-20121015132313-zmip3v7sv4y90lzr
2012-10-15 15:23:13 +02:00
Christophe Matthieu a88378cd4c [IMP]mail: stared/unstared
bzr revid: chm@openerp.com-20121012152505-1rmms2k10vjr3yd4
2012-10-12 17:25:05 +02:00
Christophe Matthieu cdff3ac73c [IMP] mail: top bar button
bzr revid: chm@openerp.com-20121012145320-tu28t0xgm5hcl304
2012-10-12 16:53:20 +02:00
Christophe Matthieu 407a7eca27 [IMP]mail: reply to parent : author and partners
bzr revid: chm@openerp.com-20121012130232-5enz0p8vd0ta85o3
2012-10-12 15:02:32 +02:00
Christophe Matthieu 41c039a0a0 [IMP]mail: suppress ajax attachment
bzr revid: chm@openerp.com-20121012124039-x2b2kojr8935ro1e
2012-10-12 14:40:39 +02:00
Christophe Matthieu adc318837a [IMP]mail: secu
bzr revid: chm@openerp.com-20121012124003-zs8uj68gr1upgc57
2012-10-12 14:40:03 +02:00
niv-openerp c82642a2df fixed problem with mail
bzr revid: nicolas.vanhoren@openerp.com-20121012110943-b1fhnutsokyazh22
2012-10-12 13:09:43 +02:00
Christophe Matthieu 4a77345f63 [IMP] mail, following: access
bzr revid: chm@openerp.com-20121011161614-k72bm2f6gw451u5g
2012-10-11 18:16:14 +02:00
ggh-openerp 4e33d69323 [IMP]Remove add() in on_search method
bzr revid: ggh@tinyerp.com-20121011054309-1y2f54y735r6h9qh
2012-10-11 11:13:09 +05:30
Christophe Matthieu 49a174df57 [IMP] chatter, follower: html/js for css imp
bzr revid: chm@openerp.com-20121010181611-rl167r9h0ejz8zdu
2012-10-10 20:16:11 +02:00
Christophe Matthieu c5615609e5 [IMP]mail : field reload with wizard mail
bzr revid: chm@openerp.com-20121010110203-bs42eg6ie7m79bf3
2012-10-10 13:02:03 +02:00
Christophe Matthieu df873d22a8 [FIX] mail: context default value error
bzr revid: chm@openerp.com-20121010101532-v2vx6h01x4zeq0ac
2012-10-10 12:15:32 +02:00
Christophe Matthieu 6630d57d5c [IMP] mail: txt2html
bzr revid: chm@openerp.com-20121009143645-8mwnzatpox0wll2k
2012-10-09 16:36:45 +02:00
Christophe Matthieu 7df8ef5d37 [IMP] mail: sort messages
bzr revid: chm@openerp.com-20121009140354-3ozec5q42ckcg16w
2012-10-09 16:03:54 +02:00
Christophe Matthieu 2e4a6953c4 [IMP] mail: attachment
bzr revid: chm@openerp.com-20121009132824-dsl7f02hxfpypc0w
2012-10-09 15:28:24 +02:00
Christophe Matthieu 52f8ea85c8 [IMP] mail: get free user attachment
bzr revid: chm@openerp.com-20121009084436-13r1hz3movoupvmh
2012-10-09 10:44:36 +02:00
Christophe Matthieu 7a41798d70 [IMP] mail, document: don't check duplication of file for attachment mail
bzr revid: chm@openerp.com-20121009080858-gnpf1893m12jd3mp
2012-10-09 10:08:58 +02:00
Christophe Matthieu aff7e6d161 [IMP] mail chatter: upload OK
bzr revid: chm@openerp.com-20121008152045-old4i0hjb5apmf0p
2012-10-08 17:20:45 +02:00
Christophe Matthieu 4557bf1d50 [IMP]mail chatter: uploader
bzr revid: chm@openerp.com-20121008142654-pll3vfvjufo1gsr9
2012-10-08 16:26:54 +02:00
Christophe Matthieu af7e536f24 [IMP] mail chatter
bzr revid: chm@openerp.com-20121005131013-r00x50m6184ef1ea
2012-10-05 15:10:13 +02:00
Christophe Matthieu 9ca47b7f99 [IMP]mail chatter: wizard liked
bzr revid: chm@openerp.com-20121005122741-a0hwb656ww61qcro
2012-10-05 14:27:41 +02:00
Christophe Matthieu df5071c896 [IMP] mail chatter: compose mail in js, less request
bzr revid: chm@openerp.com-20121005104654-t5lholex2gh11y15
2012-10-05 12:46:54 +02:00
Christophe Matthieu c5ac7217a8 [IMP]mail: follower/partners list on wall posting message form
bzr revid: chm@openerp.com-20121004090902-p4b3t4zvs9frc3ky
2012-10-04 11:09:02 +02:00