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 a51dafd Mise en page du login et de la creation de compte new ad502bb import et export des participants d'un sondage restreint vers une liste de 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 ad502bb07ffb45f36bacc4edfab1eb5cb9d8334b Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Mon May 22 14:52:05 2017 +0200 import et export des participants d'un sondage restreint vers une liste de votants Summary of changes: .../entity/VoterListMemberTopiaDao.java | 24 +++++ pollen-persistence/src/main/xmi/pollen.zargo | Bin 24898 -> 24892 bytes .../chorem/pollen/rest/api/v1/FavoriteListApi.java | 7 ++ pollen-rest-api/src/main/resources/mapping | 1 + .../services/service/FavoriteListService.java | 66 ++++++++++++++ .../services/service/VoteCountingService.java | 20 ----- .../pollen/services/service/VoteService.java | 11 ++- pollen-ui-riot-js/package.json | 2 +- pollen-ui-riot-js/src/main/web/i18n.json | 14 ++- .../src/main/web/js/FavoriteListService.js | 4 + .../src/main/web/js/VoterListService.js | 72 ++++++++++++--- .../web/tag/favoriteList/FavoriteLists.tag.html | 3 +- .../src/main/web/tag/poll/Settings.tag.html | 3 +- .../src/main/web/tag/poll/Voters.tag.html | 15 +--- .../src/main/web/tag/popup/Modal.tag.html | 59 ++++++++++++ .../src/main/web/tag/voterList/VoterList.tag.html | 99 ++++++++++++++++++++- .../web/tag/voterList/VoterListMember.tag.html | 8 +- 17 files changed, 348 insertions(+), 60 deletions(-) create mode 100644 pollen-persistence/src/main/java/org/chorem/pollen/persistence/entity/VoterListMemberTopiaDao.java create mode 100644 pollen-ui-riot-js/src/main/web/tag/popup/Modal.tag.html -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.