This is an automated email from the git hooks/post-receive script. New change to branch feature/9096_print_only_one_content in repository faxtomail. See https://gitlab.nuiton.org/codelutin/faxtomail.git from 216e057 refs #9096 ne pas imprimer les pj inline par defaut new be551e9 refs #9096 #9100 #9104 ajout des configurations new 975a31d suppression code mort new 8e7e3b0 refs #9096 #9100 #9104 ajout des configurations dans l'admin new 08c3256 refs #9096 #9100 #9104 - impression ou non des pièces jointes de type inline - affichage des pj à la suite de l'email - affichage de la pj de conenu du mail dans le men "divers" The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 08c32567afcb1b617a815f0c82b0cfe249887180 Author: Kevin Morin <morin@codelutin.com> Date: Mon Apr 3 16:52:09 2017 +0200 refs #9096 #9100 #9104 - impression ou non des pièces jointes de type inline - affichage des pj à la suite de l'email - affichage de la pj de conenu du mail dans le men "divers" commit 8e7e3b09e66516aca790e4e371999acd124cfca1 Author: Kevin Morin <morin@codelutin.com> Date: Mon Apr 3 16:50:25 2017 +0200 refs #9096 #9100 #9104 ajout des configurations dans l'admin commit 975a31d9c056b6e531e7ff12e9ff9aff4d148c9d Author: Kevin Morin <morin@codelutin.com> Date: Mon Apr 3 16:50:03 2017 +0200 suppression code mort commit be551e938bf581f1bde80f7a94f51841e2d50799 Author: Kevin Morin <morin@codelutin.com> Date: Mon Apr 3 16:48:02 2017 +0200 refs #9096 #9100 #9104 ajout des configurations Summary of changes: faxtomail-persistence/src/main/xmi/faxtomail.zargo | Bin 35918 -> 36206 bytes .../services/service/EmailServiceImpl.java | 32 +++++-- ...ttachments_mailContentWithInlineAttachments.sql | 11 +++ .../V2_4_170403_1__add_showAttachmentPreview.sql | 4 + ...ttachments_mailContentWithInlineAttachments.sql | 15 +++ .../V2_4_170403_1__add_showAttachmentPreview.sql | 5 + .../content/attachment/AttachmentCellRenderer.java | 8 -- .../content/attachment/AttachmentEditorUI.jaxx | 10 +- .../attachment/AttachmentEditorUIHandler.java | 26 ++++-- .../attachment/AttachmentEditorUIModel.java | 25 ++++- .../swing/content/attachment/AttachmentItem.jaxx | 2 +- .../content/attachment/AttachmentModelAware.java | 2 + .../swing/content/attachment/ButtonAttachment.java | 10 +- .../content/demande/DemandeListUIHandler.java | 9 +- .../ui/swing/content/demande/DemandeUIModel.java | 14 +++ .../content/pdfeditor/PDFEditorUIHandler.java | 4 - .../print/AttachmentToPrintChooserUIHandler.java | 13 ++- .../faxtomail/ui/swing/util/FaxToMailUIUtil.java | 102 ++++++++++++++++++++- .../WEB-INF/content/admin/configuration-input.jsp | 51 +++++++++++ .../src/main/webapp/js/configuration.js | 9 ++ pom.xml | 2 +- 21 files changed, 310 insertions(+), 44 deletions(-) create mode 100644 faxtomail-service/src/main/resources/db/migration/h2/V2_4_170330_2__add_mailContentType_printinlineattachments_mailContentWithInlineAttachments.sql create mode 100644 faxtomail-service/src/main/resources/db/migration/h2/V2_4_170403_1__add_showAttachmentPreview.sql create mode 100644 faxtomail-service/src/main/resources/db/migration/sqlserver/V2_4_170330_2__add_mailContentType_printinlineattachments_mailContentWithInlineAttachments.sql create mode 100644 faxtomail-service/src/main/resources/db/migration/sqlserver/V2_4_170403_1__add_showAttachmentPreview.sql -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.