1 Commits (fcf58335e0e80b25fc96e518eac6ac53ddc12ad6)

Author SHA1 Message Date
ArtyomLosev 612c555ca4 9.0-mail_base-lint-fix 7 years ago
Ivan Yelizariev 8fb086d4e7 [LINT] fix semicolon 7 years ago
Ivan Yelizariev 5cf4bf8481 [FIX] clear messages cache on sending message via Mail Composer. Otherwise Sent, Arhives menus will have new message until user refresh whole web page 7 years ago
manawi 961e27654b [FIX] 9.0 travis fix (#59) 8 years ago
x620 79a7b4386d [REF] Replaced code from mail_move_message.js to remove_from_cache() method to base.js for reuse 8 years ago
x620 d2d1f26abf [IMP] make ChatAction.on_update_message() is extendable 8 years ago
x620 300b9a4a13 [FIX] Before call 'send_mail_action' create 'mail.compose.message' record 8 years ago
x620 3141b19eb2 [FIX] Add parent_id field in options in mail_reply.js and and add parent_id parameter in context in base.js 8 years ago
x620 e40667aa7d [FIX] add condition in base.js when model and/or res_id empty then call method send_mail_action() 8 years ago
x620 3218b251cc [REF] rename show_send_message_button variable to channels_show_send_button 8 years ago
x620 723b3cd6e6 [REF] Create channels_display_subject array which will contain channels name for subject display. get_thread_rendering_options() method moved in base.js. In new modules append channel name to channels_display_subject variable for enable subject display. 8 years ago
x620 971ba44447 [FIX] move function toggle() from sent.js to base.js 8 years ago
x620 e8310c841b [FIX] change way for show "Send message" button 8 years ago
x620 87aaf66674 [FIX] unsubscribe and then subscribe to the event, to avoid duplication of new posts in base.js 8 years ago
x620 d66dc99012 [FIX] fix duplicate new messages 8 years ago
x620 bc20db1c54 [FIX] fix error channel_seen function in base.js 8 years ago
x620 3bae0358c9 [REF] move append partner_ids parameter for message from base.js to mail_to.js 8 years ago
x620 4a6b340026 [FIX] fixes Recipients field 8 years ago
x620 0e9abc8fc4 [FIX] out of the loop when found needed block 8 years ago
x620 ee7c461fea [FIX] Hiding the left panel if there is no menu 8 years ago
x620 2db75d48ef [FIX] base.js: add return 8 years ago
x620 a7f38bedf9 [IMP] add 'search_default_' handler to class ChatAction 8 years ago
x620 a838152ca2 [FIX] error: Uncaught TypeError: Cannot read property 'name' of undefined 8 years ago
x620 74fa3eda6a [FIX] sent.js correction set_channel_flags() and get_domain() methods for correct sent messages filtration 8 years ago
x620 c569272d8c [FIX] change "this" to "chat_manager.mail_tools" in class MailTools because "this" possibly undefined 8 years ago
x620 37196765fb [FIX] archives.js, base.js - corrections related to inheritance 8 years ago
x620 394a165b4e Refactoring: overrides of smaller methods that do not change the larger 8 years ago
x620 4f6b18ec2d Move base.js file in mail_base folder and activate mail_base module. 8 years ago
x620 741266307a Implemented successful inheritance 8 years ago
x620 af6a4ce90d Converted functions to methods of class in order to be able to inherit class and override methods. 8 years ago