This is an automated email from the git hooks/post-receive script. New change to branch feature/multi-ui in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git from 7c1b6527 update gitlab-ci to genarate feature registry new a66db7ec fixes #254 - Ajouter un nombre minimum de choix pour obliger les gens à voter 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 a66db7ec1a6f4b83d83cf053a3a59e26384460dc Author: jcouteau <couteau@codelutin.com> Date: Thu Dec 19 17:18:06 2019 +0100 fixes #254 - Ajouter un nombre minimum de choix pour obliger les gens à voter Summary of changes: .../converter/VoteCountingConfigDeserializer.java | 25 +++++++++++++---- pollen-ui-riot-js/src/main/web/i18n/fr.json | 1 + .../src/main/web/tag/poll/EditVote.tag.html | 6 ++-- .../MaxChoicesNumberConfig.tag.html | 32 ++++++++++++++++++++-- ....java => AbstractVoteCountingMinMaxChoice.java} | 19 +++++++++++-- ...rConfig.java => MinMaxChoicesNumberConfig.java} | 11 +++++++- .../i18n/pollen-votecounting-api_en_GB.properties | 1 + .../i18n/pollen-votecounting-api_fr_FR.properties | 3 +- .../chorem/pollen/votecounting/BordaConfig.java | 4 +-- .../pollen/votecounting/BordaVoteCounting.java | 2 +- .../pollen/votecounting/NormalVoteCounting.java | 6 ++-- .../votecounting/NormalVoteCountingStrategy.java | 4 +-- .../NormalVoteCountingStrategyTest.java | 4 +-- .../pollen/votecounting/NumberVoteCounting.java | 6 ++-- .../votecounting/NumberVoteCountingStrategy.java | 4 +-- .../NumberVoteCountingStrategyTest.java | 4 +-- 16 files changed, 99 insertions(+), 33 deletions(-) rename pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/{AbstractVoteCountingMaxChoice.java => AbstractVoteCountingMinMaxChoice.java} (65%) rename pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/model/{MaxChoicesNumberConfig.java => MinMaxChoicesNumberConfig.java} (78%) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.