branch master updated (86ebd74b -> 8724a610)
This is an automated email from the git hooks/post-receive script. New change to branch master in repository faxtomail. See https://gitlab.nuiton.org/codelutin/faxtomail.git from 86ebd74b [jgitflow-maven-plugin]merging 'release/2.4.17' into 'master' adds 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 adds 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) adds 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 adds ac88dacc Merge branch 'feature/9931-preRenderPDF' into develop adds 7ac547dc [jgitflow-maven-plugin]updating poms for 2.4.18-SNAPSHOT development adds 9d43dc01 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts adds 17628d7f [jgitflow-maven-plugin]merging 'master' into 'develop' adds a224b1de [jgitflow-maven-plugin]Updating develop poms back to pre merge state adds dd2c22ad Merge branch 'develop' of https://gitlab.nuiton.org/franciaflex/faxtomail into develop adds d05e5843 refs #9951 - Modifier la calculatrice adds 1c157ab3 refs #9951 - Still need to fix the first table height :( adds d458b2cb fixes #9951 - Calculatrice adds 892ef1a9 Merge branch 'feature/calculatrice' into develop adds 2d3e3460 refs #9931 - Fixes small hitches adds d07032bd [jgitflow-maven-plugin]updating poms for branch'release/2.4.18' with non-snapshot versions adds 8724a610 [jgitflow-maven-plugin]merging 'release/2.4.18' into 'master' No new revisions were added by this update. Summary of changes: faxtomail-persistence/pom.xml | 2 +- .../faxtomail/beans/QuantitiesByRange.java | 25 ++-- .../persistence/entities/EmailTopiaDao.java | 155 ++++++++++++++++++++- faxtomail-persistence/src/main/xmi/faxtomail.zargo | Bin 36261 -> 36986 bytes faxtomail-service/pom.xml | 2 +- .../faxtomail/services/service/EmailService.java | 7 + .../services/service/EmailServiceImpl.java | 96 +++++++------ .../h2/V2_4180607_1__addGeneratedPDFPages.sql | 17 +++ .../V2_4180607_1__addGeneratedPDFPages.sql | 18 +++ .../services/service/EmailServiceTest.java | 4 +- faxtomail-ui-swing/pom.xml | 2 +- .../ui/swing/content/demande/DemandeUIHandler.java | 4 +- .../ui/swing/content/demande/DemandeUIModel.java | 8 +- .../swing/content/demande/QuantitiesByRangeUI.css | 22 ++- .../swing/content/demande/QuantitiesByRangeUI.jaxx | 30 +++- .../demande/QuantitiesByRangeUIHandler.java | 127 +++++++++++++++-- .../content/demande/QuantitiesByRangeUIModel.java | 36 ++++- .../content/demande/actions/ArchiveAction.java | 3 + .../actions/ComputeQuantitiesByRangeAction.java | 67 ++++++--- .../content/demande/actions/SaveDemandeAction.java | 4 +- .../faxtomail/ui/swing/util/FaxToMailUIUtil.java | 146 ++++++++++++++----- .../i18n/faxtomail-ui-swing_fr_FR.properties | 6 +- faxtomail-ui-web/pom.xml | 7 +- .../faxtomail/web/job/MailFilterJob.java | 43 ++++-- pom.xml | 2 +- 25 files changed, 676 insertions(+), 157 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>.
participants (1)
-
codelutin.com scm