- May 27, 2014
-
-
Thibault Delavallée authored
[CLEAN] website_mail: cleaned a lost console.log and a commented line that should have been removed with pr 213
-
Thibault Delavallée authored
[FIX] mass_mailing: fixes in mail (default recipients), mass_mailing (recipients computation), web (chardomain widget)
-
Thibault Delavallée authored
[FIX] mail: fixed get_default_recipient, trying to call a method even if the target model do not have it; also fixed default recipients generation on the contact model; sending a mass mailing when not having recipient now raise a warning.
-
Thibault Delavallée authored
[FIX] web: chardomain widget: fixed selection of some records in a list (bad domain formatting), fixed domain evaluation tah is done server-side instead of through a stringigy.
-
Richard Mathot authored
-
Thibault Delavallée authored
[IMP] website_mail: improved snippet to subscribe to a mail.group
-
Richard Mathot authored
-
Thibault Delavallée authored
Main modifications : - layout: input - button when not following, links (email - archives - unsubscribe) when following - when adding your email, update all other subscribe snippets input in the page to avoid havign to re-type it - management of fields of the record to subscribe to, used to have access to the alias of the group
-
- May 26, 2014
-
-
Denis Ledoux authored
This commit is related to 8d496399 and b88755c4 When hitting buttons of type object, the active_model and active_id(s) were kept, and, therefore, when calling a feature using the active* args, this feature used the active* args from the previous action. Nevertheless, concerning wizards, the active* args should be indeed the active* args of the previous action, as wizards expects to have the active* args from the previous action. Thus, we reset these active* args only when this is not a wizard (target === 'current') For example, from a sales order, hit the 'view invoice' button, and on the invoice, hit the 'send by email' button: The active_id in the send by email wizard were the id of the sale order, not of the invoice
-
Richard Mathot authored
-
Fabien Meghazi authored
[FIX] access rights for public user on res.partner.grade
-
Fabien Meghazi authored
-
Denis Ledoux authored
This access rights checks is meaningful for website_blog only
-
Fabien Meghazi authored
-
Richard Mathot authored
[FIX] website: DOM fixes according to W3C Validator
-
Richard Mathot authored
-
Richard Mathot authored
-
Richard Mathot authored
-
Richard Mathot authored
-
Richard Mathot authored
-
Richard Mathot authored
-
Richard Mathot authored
-
- May 23, 2014
-
-
Simon Lejeune authored
[FIX] Multiple report fixes including better handling of rendering a report with one worker (and the removal of the workers creation) and some report views changes (address block more to the left)
-
Simon Lejeune authored
-
Xavier Morel authored
Improve handling of website image fields
-
Xavier Morel authored
-
Xavier Morel authored
I have no idea why I originall implemented that crap via string munging.
-
Thibault Delavallée authored
[MERGE] website_mail_group: cleaning and usability improvement of this web module - refactored the website templates that were basically impossible to use - fixed display by thread / date and navigation - added information about group email, participants, messages, ...
-
Thibault Delavallée authored
[IMP] website_mail_group: display previous / next message when browsing + take into account thread or date mode.
-
Thibault Delavallée authored
-
Thibault Delavallée authored
-
Thibault Delavallée authored
-
Richard Mathot authored
Some fixes in the image qweb widget + CMS fixes
-
Richard Mathot authored
-
Richard Mathot authored
-
- May 22, 2014
-
-
Thibault Delavallée authored
[FIX] website_mail_group: effectively handle replies_per_page parameter that controls the number of replies to display under each message.
-
Thibault Delavallée authored
-
Thibault Delavallée authored
-
Thibault Delavallée authored
-
Thibault Delavallée authored
[FIX] website_mail_group: better layout for main mailing lists page: more space for subscribe button
-