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 c594bd23 Merge tag '3.1.5' into develop new 70121878 refs #192 : Restreindre un sondage sur les emails des votants 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 701218781f95a038d9c5dbf1adb0cec8220665a9 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Mon Jun 11 17:25:25 2018 +0200 refs #192 : Restreindre un sondage sur les emails des votants Summary of changes: .../chorem/pollen/persistence/entity/Polls.java | 4 + .../V3_2_0_3__add_parcicipants_Filters_in_poll.sql | 2 + .../V3_2_0_3__add_parcicipants_Filters_in_poll.sql | 2 + pollen-persistence/src/main/xmi/pollen.properties | 2 +- pollen-persistence/src/main/xmi/pollen.zargo | Bin 30924 -> 31056 bytes .../org/chorem/pollen/services/bean/PollBean.java | 11 ++ .../pollen/services/service/PollService.java | 18 +++ .../services/service/security/SecurityService.java | 26 +++- pollen-ui-riot-js/src/main/web/i18n/en.json | 18 ++- pollen-ui-riot-js/src/main/web/i18n/fr.json | 18 ++- pollen-ui-riot-js/src/main/web/js/PollForm.js | 13 +- .../src/main/web/tag/poll/Settings.tag.html | 152 ++++++++++++++++----- .../src/main/web/tag/poll/Summary.tag.html | 18 ++- .../pollen-votecounting-condorcet_en_GB.properties | 2 +- .../pollen-votecounting-condorcet_fr_FR.properties | 2 +- 15 files changed, 233 insertions(+), 55 deletions(-) create mode 100644 pollen-persistence/src/main/resources/db/migration/h2/V3_2_0_3__add_parcicipants_Filters_in_poll.sql create mode 100644 pollen-persistence/src/main/resources/db/migration/postgresql/V3_2_0_3__add_parcicipants_Filters_in_poll.sql -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.