This is an automated email from the git hooks/post-receive script. New change to branch develop in repository faxtomail. See https://gitlab.nuiton.org/codelutin/faxtomail.git from a224b1de [jgitflow-maven-plugin]Updating develop poms back to pre merge state new 9a003ccd refs #9931 - Should be able to : - generate PDF Pages on email reception - use PDF Pages on DemandUI - deal with PDF with no generated PDF (generate on the fly) - delete PDF Pages on archived mail - no previsualisation on DemandUI for Archived demands new 3db6ecf1 refs #9931 - Tested : - generate PDF Pages on email reception - use PDF Pages on DemandUI - deal with PDF with no generated PDF (generate on the fly) new b2586ff5 refs #9931 - Remove System.out.println - Tested : - generate PDF Pages on email reception - use PDF Pages on DemandUI - deal with PDF with no generated PDF (generate on the fly) - delete PDF Pages on archived mail - no previsualisation on DemandUI for Archived demands new ac88dacc Merge branch 'feature/9931-preRenderPDF' into develop new dd2c22ad Merge branch 'develop' of https://gitlab.nuiton.org/franciaflex/faxtomail into develop The 5 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 dd2c22ad3036d1269afe2676265d0c3e6ee897c1 Merge: ac88dacc a224b1de Author: jcouteau <couteau@codelutin.com> Date: Wed Jun 13 10:22:39 2018 +0200 Merge branch 'develop' of https://gitlab.nuiton.org/franciaflex/faxtomail into develop commit ac88dacc54c0626a59a8d8a9ba1782920c4411ef Merge: 700f201c b2586ff5 Author: jcouteau <couteau@codelutin.com> Date: Wed Jun 13 10:02:25 2018 +0200 Merge branch 'feature/9931-preRenderPDF' into develop commit b2586ff50ccffa77f9e06be828dcc3451bd9f456 Author: jcouteau <couteau@codelutin.com> Date: Wed Jun 13 09:46:37 2018 +0200 refs #9931 - Remove System.out.println - Tested : - generate PDF Pages on email reception - use PDF Pages on DemandUI - deal with PDF with no generated PDF (generate on the fly) - delete PDF Pages on archived mail - no previsualisation on DemandUI for Archived demands Still need to do : - use generate PDF Pages on printing - deal with PDF with no generated PDF (generate on the fly) while printing commit 3db6ecf1656af3b6c1550adbeddab1e3d801b63c Author: jcouteau <couteau@codelutin.com> Date: Tue Jun 12 17:56:55 2018 +0200 refs #9931 - Tested : - generate PDF Pages on email reception - use PDF Pages on DemandUI - deal with PDF with no generated PDF (generate on the fly) Not tested : - delete PDF Pages on archived mail - no previsualisation on DemandUI for Archived demands Still need to do : - use generate PDF Pages on printing - deal with PDF with no generated PDF (generate on the fly) while printing commit 9a003ccda419cab6c3b221dd6f549d4b6f3e3fdf Author: jcouteau <couteau@codelutin.com> Date: Fri Jun 8 06:45:38 2018 +0200 refs #9931 - Should be able to : - generate PDF Pages on email reception - use PDF Pages on DemandUI - deal with PDF with no generated PDF (generate on the fly) - delete PDF Pages on archived mail - no previsualisation on DemandUI for Archived demands Not tested ! Still need to do : - use generate PDF Pages on printing - deal with PDF with no generated PDF (generate on the fly) while printing Summary of changes: faxtomail-persistence/src/main/xmi/faxtomail.zargo | Bin 36261 -> 36986 bytes .../faxtomail/services/service/EmailService.java | 7 + .../services/service/EmailServiceImpl.java | 96 +++++++------- .../h2/V2_4180607_1__addGeneratedPDFPages.sql | 17 +++ .../V2_4180607_1__addGeneratedPDFPages.sql | 18 +++ .../ui/swing/content/demande/DemandeUIHandler.java | 16 ++- .../ui/swing/content/demande/DemandeUIModel.java | 8 +- .../content/demande/actions/ArchiveAction.java | 3 + .../faxtomail/ui/swing/util/FaxToMailUIUtil.java | 146 ++++++++++++++++----- faxtomail-ui-web/pom.xml | 5 + .../faxtomail/web/job/MailFilterJob.java | 43 ++++-- 11 files changed, 265 insertions(+), 94 deletions(-) create mode 100644 faxtomail-service/src/main/resources/db/migration/h2/V2_4180607_1__addGeneratedPDFPages.sql create mode 100644 faxtomail-service/src/main/resources/db/migration/sqlserver/V2_4180607_1__addGeneratedPDFPages.sql -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.