Commit Graph

499 Commits

Author SHA1 Message Date
Christophe Matthieu d28124c40c [REV] mail: remove the python read attachment and update the controleur for image resizing
bzr revid: chm@openerp.com-20121108100544-u4t3k3c43jzwqobh
2012-11-08 11:05:44 +01:00
Christophe Matthieu da2bc197c4 [FIX] mail: jquery event
bzr revid: chm@openerp.com-20121107142407-zqnvehh0i7bx1v7k
2012-11-07 15:24:07 +01:00
Frédéric van der Essen 7bfc5c3fe4 [FIX] forgot to remove a call to a removed method
bzr revid: fva@openerp.com-20121107135418-xa74vzqvqlgt3469
2012-11-07 14:54:18 +01:00
Frédéric van der Essen 47967fa1cc [FIX] removed useless log
bzr revid: fva@openerp.com-20121107132857-oj0zyo3y84agprdm
2012-11-07 14:28:57 +01:00
Frédéric van der Essen 136dbd9506 [FIX] old attachments event was still here
bzr revid: fva@openerp.com-20121107131701-oa0bs25ld0vr9b99
2012-11-07 14:17:01 +01:00
Frédéric van der Essen 3b1478bf57 [IMP] mail: js dom bindings for the attachments
bzr revid: fva@openerp.com-20121107114413-399b2q2b5ziurxvp
2012-11-07 12:44:13 +01:00
Frédéric van der Essen 4e073ba068 [FIX] filetype and breakwords methods were merged in the wrong class
bzr revid: fva@openerp.com-20121107110536-v5yfn0tqopybjqqe
2012-11-07 12:05:36 +01:00
Frédéric van der Essen 41ccce3e53 [MERGE] mail: from chm
bzr revid: fva@openerp.com-20121107103530-qk0h13jqp9q2w1te
2012-11-07 11:35:30 +01:00
Frédéric van der Essen 1a222f3d6a [IMP] mail: final touches on the attachments
bzr revid: fva@openerp.com-20121105180355-tzk2d6lbhgwgg8kl
2012-11-05 19:03:55 +01:00
Christophe Matthieu af94a6a2c3 [FIX] mail: launch widget with action (action contain params, context...)
bzr revid: chm@openerp.com-20121105175831-dfgglb63wtoibqy4
2012-11-05 18:58:31 +01:00
Christophe Matthieu ad4d823011 [IMP] mail: launch widget with action (action contain params, context...)
bzr revid: chm@openerp.com-20121105155450-3uyauk63cc2nakkn
2012-11-05 16:54:50 +01:00
Christophe Matthieu 521c043a8e [MERGE] merge from trunk
bzr revid: chm@openerp.com-20121105131625-53qaxm71l4vuherl
2012-11-05 14:16:25 +01:00
Fabien Meghazi cbbd4dcee3 [IMP] Client actions now takes the action as argument. Use action.params for options.
bzr revid: fme@openerp.com-20121105130130-dwkn8124zc6yq933
2012-11-05 14:01:30 +01:00
Christophe Matthieu f4bf65f723 [IMP] mail: update js with filtering id (read & star). No ID return by py for the expandable message
bzr revid: chm@openerp.com-20121105115852-10t2izyauqxamlhh
2012-11-05 12:58:52 +01:00
Christophe Matthieu 356fc45fac [IMP] mail: add view_inbox options on js. Inside the inbox, when the user mark a message as read/done, don't apply this value, for the stared/favorite message.
bzr revid: chm@openerp.com-20121105112517-tfkao2nuukewvm2y
2012-11-05 12:25:17 +01:00
Christophe Matthieu 1db87cc080 [IMP] mail: change check_for_destroy method js into check_for_rerender with rerender option
bzr revid: chm@openerp.com-20121105100444-yozpfk4xagf8siau
2012-11-05 11:04:44 +01:00
Thibault Delavallée fb222404e5 [IMP] mail: tried to have alwsays read/unread buttons; some code cleaning; added demo data.
bzr revid: tde@openerp.com-20121102135426-5np5wtupzdhx0dz4
2012-11-02 14:54:26 +01:00
Christophe Matthieu 6fdac36ca4 [IMP]mail: no sort in js insert_message; add filename for attachment
bzr revid: chm@openerp.com-20121101104404-sei3g5knixuv969j
2012-11-01 11:44:04 +01:00
Thibault Delavallée e21e4e178e [FIX] [TMP] mail: tmp fix of Compose a new message box. Also set some fields of the mail.compose.message wizard visible, to ease debugging. This will have to be removed.
bzr revid: tde@openerp.com-20121031165207-wnz41v2wrdfhuus0
2012-10-31 17:52:07 +01:00
Thibault Delavallée 22a6a022ce [DOC] mail.js: added some comments, renamed ThreadMessageGlobal to MessageCommon.
bzr revid: tde@openerp.com-20121031160058-m1jbgab039bf4kw8
2012-10-31 17:00:58 +01:00
Christophe Matthieu 1bbc2c0063 [IMP] mail: js, compose, expandable and message extend messageglobal
bzr revid: chm@openerp.com-20121031145610-e8m9l7lsmzzjru9k
2012-10-31 15:56:10 +01:00
Christophe Matthieu fd0b674f5c [IMP] mail: last_id (js/py)
bzr revid: chm@openerp.com-20121031090931-gloqsggi3j276jpj
2012-10-31 10:09:31 +01:00
Christophe Matthieu 6453930f28 [FIX] mail: on_scroll, load same messages => stack loading.
bzr revid: chm@openerp.com-20121030154700-oqe5dklhtvh0r5gj
2012-10-30 16:47:00 +01:00
Frédéric van der Essen 2ade3c5b9c [MERGE] from chm
bzr revid: fva@openerp.com-20121030154406-fs1udytai37yuv0y
2012-10-30 16:44:06 +01:00
Frédéric van der Essen e143d3fcf2 [IMP] read less message
bzr revid: fva@openerp.com-20121030153857-12w2b9zf36vaoip0
2012-10-30 16:38:57 +01:00
Christophe Matthieu 9b9231dc4f [FIX] mail: display message after save document
bzr revid: chm@openerp.com-20121030153523-ebg68dd2yxuv5r3d
2012-10-30 16:35:23 +01:00
Christophe Matthieu a7d64a13e8 [FIX] mail: write on the last message on a thread, don't indeted the message
bzr revid: chm@openerp.com-20121030144050-61ji54ydc3deto8k
2012-10-30 15:40:50 +01:00
Christophe Matthieu e0c039b0e5 [IMP] mail: convert dom search on_scroll by filter js
bzr revid: chm@openerp.com-20121030134738-h5ypheuze05ohy20
2012-10-30 14:47:38 +01:00
Frédéric van der Essen 095ebb9634 [MERGE] from chm
bzr revid: fva@openerp.com-20121030134438-ddfagxg1xa8ab9wy
2012-10-30 14:44:38 +01:00
Frédéric van der Essen aa900c135d [IMP] see more message clickable on entire line, and correctly centered
bzr revid: fva@openerp.com-20121030134342-cddrzs8vyc8d3gr2
2012-10-30 14:43:42 +01:00
Christophe Matthieu fbc46c5b2d [IMP] mail: review and reduce of js
bzr revid: chm@openerp.com-20121030131136-e72mj13a408m2bwx
2012-10-30 14:11:36 +01:00
Frédéric van der Essen 933a46893a [MERGE] from chm
bzr revid: fva@openerp.com-20121030125801-1jp2em616swa1ed4
2012-10-30 13:58:01 +01:00
Frédéric van der Essen 6734d50637 [MERGE] changes from chm
bzr revid: fva@openerp.com-20121030125308-5eqhp2h26a9fn19j
2012-10-30 13:53:08 +01:00
Christophe Matthieu f18b5723f6 [IMP] mail: review and reduce mail.RecordThread
bzr revid: chm@openerp.com-20121030124822-c551kk1krvdtp6vh
2012-10-30 13:48:22 +01:00
Christophe Matthieu 49325c24d2 [IMP] mail: reduce options on js
bzr revid: chm@openerp.com-20121030113356-374gjb6zanw4xtsw
2012-10-30 12:33:56 +01:00
Christophe Matthieu b8a9b420e8 [IMP] mail: -typof_thread option, +check_for_destroy method
bzr revid: chm@openerp.com-20121030105658-j5k6zctwmx7wwyfu
2012-10-30 11:56:58 +01:00
Christophe Matthieu 566d7dd3af [IMP] mail: activate default value for the search view
bzr revid: chm@openerp.com-20121030100318-pnvgcm2id034na93
2012-10-30 11:03:18 +01:00
Frédéric van der Essen c25c94b8d9 [IMP] css: global mail compose button is beautifuller and better integrated
bzr revid: fva@openerp.com-20121029165211-dzd1najj6btorzi9
2012-10-29 17:52:11 +01:00
Christophe Matthieu 2447ed07a7 [FIX] mail: display vote
bzr revid: chm@openerp.com-20121029151327-cptuukjtkrh06bij
2012-10-29 16:13:27 +01:00
Christophe Matthieu 54a945f63c [IMP] mail: openchatter fadeout fix
bzr revid: chm@openerp.com-20121029142856-kd2mnje5w4ee5x3t
2012-10-29 15:28:56 +01:00
Christophe Matthieu 79669aaf9b [FIX] mail: compose message with reduce DOM
bzr revid: chm@openerp.com-20121029113145-50gx1qdu3co3jd0c
2012-10-29 12:31:45 +01:00
Christophe Matthieu 81df392b71 [IMP] mail: openchatter, reduce DOM item
bzr revid: chm@openerp.com-20121029112254-e0az3mi3vmmk83ca
2012-10-29 12:22:54 +01:00
Thibault Delavallée d97ffd7b19 [CLEAN] Misc cleaning of code: removed debug statements, added some notes.
bzr revid: tde@openerp.com-20121029112117-kup1q99c2nbkgar7
2012-10-29 12:21:17 +01:00
Thibault Delavallée a2d3d1df80 [CLEAN] message_post_api: removed unnecessary type arg (posting is a comment).
bzr revid: tde@openerp.com-20121029101230-x39pep9p5edd54ml
2012-10-29 11:12:30 +01:00
Christophe Matthieu 0d44a35745 [MERGE] from trunk-openchatter-DOM-chm
bzr revid: chm@openerp.com-20121029095135-rx2037j97us5ocxz
2012-10-29 10:51:35 +01:00
Thibault Delavallée c4e6506f85 [FIX] mail.js: now giving an undefined (None) ids in message_read instead of a void list.
bzr revid: tde@openerp.com-20121029095047-k8ahahmuq6z4b9tv
2012-10-29 10:50:47 +01:00
Christophe Matthieu 0d4fdc41f9 [FIX] mail: resolve error to read message after posting
bzr revid: chm@openerp.com-20121029092934-gqfg7gq90xs8w3k1
2012-10-29 10:29:34 +01:00
Christophe Matthieu 46a60cdac7 [MERGE] from trunk-mail-concreting-tde, TODO fix bug
bzr revid: chm@openerp.com-20121029090847-27h3tmyvsv9c8vej
2012-10-29 10:08:47 +01:00
Frédéric van der Essen 4b6165f556 [FIX] simplifying animated_destroy
bzr revid: fva@openerp.com-20121026164338-omop4yjpk24ensei
bzr revid: fva@openerp.com-20121026164653-t019jpssq5sxokga
2012-10-26 18:46:53 +02:00
Christophe Matthieu b2bc5614a9 [IMP] mail: code pre review
bzr revid: chm@openerp.com-20121026163929-mx125ei97h01h42o
2012-10-26 18:39:29 +02:00