This is an automated email from the git hooks/post-receive script. New change to branch develop in repository faxtomail. See http://git.codelutin.com/faxtomail.git from a6a9df8 [jgitflow-maven-plugin]Updating develop poms back to pre merge state new 3781652 ajout d'un bouton pour cacher ou afficher les pj moins importantes (refs #7421) new 171e9e2 ajout des attributs sur les attachments pour marquer les pj internes à l'email et les pj moins importantes pour l'utilisateur (refs #7421) new 55ff993 migration #7421 new 7ab85c3 ui pour marque les pj comme non importantes (refs #7421) new b6b6713 Affichage des pj inline dans une liste séparée, affcihée ou non grâce à un bouton (refs #7421) new a0d223a détermination de la propriété inline des pj à la réception (refs #7421) new 99c2c9d fixes #7421 gestion des pj internes à l'email new 5e85d64 correction orthographe et conjugaison dans la doc The 8 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 5e85d649d99cb3cbe5b0a23f309c3483b9dcb183 Author: Kevin Morin <morin@codelutin.com> Date: Wed Sep 2 15:49:17 2015 +0200 correction orthographe et conjugaison dans la doc commit 99c2c9d5f858cd89fcfc4c01de5af3887b8d94d5 Merge: a6a9df8 a0d223a Author: Kevin Morin <morin@codelutin.com> Date: Wed Sep 2 15:44:22 2015 +0200 fixes #7421 gestion des pj internes à l'email commit a0d223a85bb25ad5391a519da66808a28757dae3 Author: Kevin Morin <morin@codelutin.com> Date: Wed Sep 2 15:32:16 2015 +0200 détermination de la propriété inline des pj à la réception (refs #7421) commit b6b6713a243f59b48dc138a315d2e7324d611d05 Author: Kevin Morin <morin@codelutin.com> Date: Mon Aug 31 18:12:36 2015 +0200 Affichage des pj inline dans une liste séparée, affcihée ou non grâce à un bouton (refs #7421) commit 7ab85c3f2fe50e8905afa478d6d3e81f32a5c43a Author: Kevin Morin <morin@codelutin.com> Date: Mon Aug 31 17:08:07 2015 +0200 ui pour marque les pj comme non importantes (refs #7421) commit 55ff99356243391cef694189cf60b907069922da Author: Kevin Morin <morin@codelutin.com> Date: Mon Aug 31 17:07:53 2015 +0200 migration #7421 commit 171e9e27b9de7824857b7436f6ac3ac57d037d28 Author: Kevin Morin <morin@codelutin.com> Date: Mon Aug 31 10:51:08 2015 +0200 ajout des attributs sur les attachments pour marquer les pj internes à l'email et les pj moins importantes pour l'utilisateur (refs #7421) commit 3781652a643c2062f755b1f1468444c4023e2507 Author: Kevin Morin <morin@codelutin.com> Date: Fri Aug 28 13:32:38 2015 +0200 ajout d'un bouton pour cacher ou afficher les pj moins importantes (refs #7421) Summary of changes: faxtomail-persistence/src/main/xmi/faxtomail.zargo | Bin 32674 -> 32762 bytes .../services/service/ConfigurationServiceImpl.java | 2 + .../services/service/EmailServiceImpl.java | 4 +- ...d_attributes_for_less_important_attachments.sql | 5 ++ ...d_attributes_for_less_important_attachments.sql | 6 ++ .../content/attachment/AttachmentEditorUI.css | 32 ++++++++ .../content/attachment/AttachmentEditorUI.jaxx | 34 ++++++++- .../attachment/AttachmentEditorUIHandler.java | 52 ++++++++++++- .../attachment/AttachmentEditorUIModel.java | 81 ++++++++++++++++++++- .../ui/swing/content/attachment/AttachmentItem.css | 1 + .../swing/content/attachment/AttachmentItem.jaxx | 3 + .../ui/swing/content/demande/DemandeUIModel.java | 2 +- .../i18n/faxtomail-ui-swing_fr_FR.properties | 7 ++ .../src/main/resources/icons/action-important.png | Bin 0 -> 672 bytes .../main/resources/icons/action-not-important.png | Bin 0 -> 671 bytes pom.xml | 2 +- src/site/rst/import.rst | 14 ++-- src/site/rst/index.rst | 2 +- src/site/rst/install.rst | 2 +- 19 files changed, 229 insertions(+), 20 deletions(-) create mode 100644 faxtomail-service/src/main/resources/db/migration/h2/V1_6_0_150831__add_attributes_for_less_important_attachments.sql create mode 100644 faxtomail-service/src/main/resources/db/migration/sqlserver/V1_6_0_150831__add_attributes_for_less_important_attachments.sql create mode 100644 faxtomail-ui-swing/src/main/resources/icons/action-important.png create mode 100644 faxtomail-ui-swing/src/main/resources/icons/action-not-important.png -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.