This is an automated email from the git hooks/post-receive script. New change to branch develop-1.1.x in repository faxtomail. See http://git.codelutin.com/faxtomail.git from ea1e141 Dans les réponses, la liste déroulante des expéditeurs n'est plus filtrée (fixes #8054) new e25bc94 - ajout du sujet dans l'email - correction des sujets mal formés refs #8053 new 7a1da45 ajout de la colonne sujet (refs #8053) new 1d67506 upgrade pom new 34a28fd migration des emails non archivés (refs #8053) new 4f1cf53 Merge branch 'feature/8053' into develop-1.1.x 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 4f1cf534cb1981fa690b72daf5629a88061ecbc5 Merge: ea1e141 34a28fd Author: Kevin Morin <morin@codelutin.com> Date: Thu Mar 3 16:16:22 2016 +0100 Merge branch 'feature/8053' into develop-1.1.x commit 34a28fd02916fbd56c747e0f2831dd05a3a09331 Author: Kevin Morin <morin@codelutin.com> Date: Thu Mar 3 15:52:38 2016 +0100 migration des emails non archivés (refs #8053) commit 1d67506668ffaa454da2138d6ca8e88709540f5b Author: Kevin Morin <morin@codelutin.com> Date: Thu Mar 3 15:52:03 2016 +0100 upgrade pom commit 7a1da45acfa95e2b53e7d39dd5f0f38e5a8bee69 Author: Kevin Morin <morin@codelutin.com> Date: Thu Mar 3 12:37:47 2016 +0100 ajout de la colonne sujet (refs #8053) commit e25bc94904a9f30ca169cfbbe561a12070bdc618 Author: Kevin Morin <morin@codelutin.com> Date: Thu Mar 3 11:50:20 2016 +0100 - ajout du sujet dans l'email - correction des sujets mal formés refs #8053 Summary of changes: faxtomail-ui-web/README.txt => README.md | 0 .../README.txt => faxtomail-persistence/README.md | 0 .../faxtomail/persistence/entities/MailField.java | 4 +- .../src/main/resources/faxToMail.properties | 4 +- faxtomail-persistence/src/main/xmi/faxtomail.zargo | Bin 30153 -> 30210 bytes faxtomail-service/{README.txt => README.md} | 0 .../faxtomail/services/FaxToMailServiceUtils.java | 14 +++ .../h2/V1_1_10_735__subject_migration.java | 120 +++++++++++++++++++++ .../sqlserver/V1_1_10_735__subject_migration.java | 119 ++++++++++++++++++++ .../h2/V1_1_10_734__add_subject_field_to_email.sql | 2 + .../V1_1_10_734__add_subject_field_to_email.sql | 2 + .../services/service/EmailServiceTest.java | 14 +++ .../service/migration/FlywayMigrationTest.java | 4 +- .../README.txt => faxtomail-ui-swing/README.md | 0 faxtomail-ui-swing/pom.xml | 6 ++ .../ui/swing/actions/OpenGroupedDemandAction.java | 8 +- .../ui/swing/actions/ShowDemandeAction.java | 2 +- .../ui/swing/content/demande/DemandeUIModel.java | 32 ++++-- .../faxtomail/ui/swing/util/DemandeTableModel.java | 6 ++ .../i18n/faxtomail-ui-swing_fr_FR.properties | 2 + README.txt => faxtomail-ui-web/README.md | 0 .../faxtomail/web/job/MailFilterJob.java | 2 + .../i18n/faxtomail-ui-web_fr_FR.properties | 1 + pom.xml | 22 ++-- 24 files changed, 337 insertions(+), 27 deletions(-) rename faxtomail-ui-web/README.txt => README.md (100%) rename faxtomail-ui-swing/README.txt => faxtomail-persistence/README.md (100%) rename faxtomail-service/{README.txt => README.md} (100%) create mode 100644 faxtomail-service/src/main/java/db/migration/h2/V1_1_10_735__subject_migration.java create mode 100644 faxtomail-service/src/main/java/db/migration/sqlserver/V1_1_10_735__subject_migration.java create mode 100644 faxtomail-service/src/main/resources/db/migration/h2/V1_1_10_734__add_subject_field_to_email.sql create mode 100644 faxtomail-service/src/main/resources/db/migration/sqlserver/V1_1_10_734__add_subject_field_to_email.sql rename faxtomail-persistence/README.txt => faxtomail-ui-swing/README.md (100%) rename README.txt => faxtomail-ui-web/README.md (100%) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.