This is an automated email from the git hooks/post-receive script. New change to branch develop in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git from 5620de37 refs #118 modification de l'ordre de choix dans un sondage new fae8b566 refs #172 : Envoie des mails d'invitations différé The 1 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 fae8b56690bcac9f128343152e408822fb53bcf5 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Wed May 23 15:15:07 2018 +0200 refs #172 : Envoie des mails d'invitations différé Summary of changes: .../pollen/persistence/entity/PollTopiaDao.java | 7 +- .../entity/VoterListMemberTopiaDao.java | 20 ++++++ .../migration/h2/V3_2_0_1__add_invivation_sent.sql | 3 + .../postgresql/V3_2_0_1__add_invivation_sent.sql | 3 + pollen-persistence/src/main/xmi/pollen.properties | 2 +- pollen-persistence/src/main/xmi/pollen.zargo | Bin 30672 -> 30846 bytes .../chorem/pollen/rest/api/v1/VoterListApi.java | 21 +++++- .../org/chorem/pollen/services/bean/PollBean.java | 10 +++ .../pollen/services/bean/VoterListMemberBean.java | 10 +++ .../services/service/NotificationService.java | 20 +----- .../pollen/services/service/PollService.java | 2 + .../pollen/services/service/VoterListService.java | 71 +++++++++++++------ pollen-ui-riot-js/src/main/web/i18n/en.json | 9 ++- pollen-ui-riot-js/src/main/web/i18n/fr.json | 9 ++- pollen-ui-riot-js/src/main/web/js/PollForm.js | 20 +++++- .../src/main/web/js/VoterListService.js | 20 +++++- .../src/main/web/tag/poll/Summary.tag.html | 76 ++++++++++++++++++--- 17 files changed, 244 insertions(+), 59 deletions(-) create mode 100644 pollen-persistence/src/main/resources/db/migration/h2/V3_2_0_1__add_invivation_sent.sql create mode 100644 pollen-persistence/src/main/resources/db/migration/postgresql/V3_2_0_1__add_invivation_sent.sql -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.