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 0b2a29da refs #173 : correction des tests new 8bba608d refs #209 : Ajout de la liste d'emargement pour les sondage restreints 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 8bba608d74628b1bc8687c25da19b931a7441739 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Fri Jun 15 11:41:59 2018 +0200 refs #209 : Ajout de la liste d'emargement pour les sondage restreints Summary of changes: .../chorem/pollen/rest/api/v1/VoterListApi.java | 26 ++++ pollen-services/pom.xml | 5 + .../org/chorem/pollen/services/bean/PollBean.java | 10 ++ .../pollen/services/bean/VoterListMemberBean.java | 10 ++ .../pollen/services/service/CommentService.java | 16 -- .../pollen/services/service/PollService.java | 3 + .../services/service/PollenServiceSupport.java | 18 +++ .../pollen/services/service/VoteService.java | 17 -- .../pollen/services/service/VoterListService.java | 77 +++++++++- .../service/security/PollenPermissions.java | 4 + .../services/service/security/SecurityService.java | 7 + .../i18n/pollen-services_en_GB.properties | 1 + .../i18n/pollen-services_fr_FR.properties | 1 + pollen-ui-riot-js/src/main/web/i18n/en.json | 4 + pollen-ui-riot-js/src/main/web/i18n/fr.json | 4 + pollen-ui-riot-js/src/main/web/js/Poll.js | 9 ++ pollen-ui-riot-js/src/main/web/js/PollService.js | 18 +++ pollen-ui-riot-js/src/main/web/tag/Pollen.tag.html | 14 ++ .../src/main/web/tag/poll/Participants.tag.html | 171 +++++++++++++++++++++ .../src/main/web/tag/poll/Poll.tag.html | 31 ++-- pom.xml | 6 +- 21 files changed, 401 insertions(+), 51 deletions(-) create mode 100644 pollen-ui-riot-js/src/main/web/tag/poll/Participants.tag.html -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.