This is an automated email from the git hooks/post-receive script. New change to branch feature/pollen-riot-js in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git from a86254a fix tests new 03ce02e Mise en place des différents types de scrutin + revue des éditeurs de votes 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 03ce02ebcb0101ed2d102044a5b8aa3eb185282d Author: Tony CHEMIT <dev@tchemit.fr> Date: Wed Feb 1 11:01:07 2017 +0100 Mise en place des différents types de scrutin + revue des éditeurs de votes Summary of changes: .../org/chorem/pollen/rest/api/JsonHelper.java | 19 ++++- .../rest/api/PollenRestApiApplicationListener.java | 4 ++ .../rest/api/converter/PollenEnumConverter.java | 54 ++++++++++++++ .../pollen/services/service/PollService.java | 28 ++++---- pollen-ui-riot-js/src/main/web/js/FormHelper.js | 24 +++---- pollen-ui-riot-js/src/main/web/js/PollForm.js | 5 +- ...ResultService.js => VoteCountingTypeService.js} | 18 ++--- pollen-ui-riot-js/src/main/web/tag/Home.tag | 56 ++++++++------- .../src/main/web/tag/poll/CreatePoll.tag | 2 +- pollen-ui-riot-js/src/main/web/tag/poll/Poll.tag | 2 +- .../src/main/web/tag/poll/PollSettings.tag | 84 +++++++++++++--------- .../src/main/web/tag/poll/PollVotes.tag | 80 ++++++++++++++------- 12 files changed, 247 insertions(+), 129 deletions(-) create mode 100644 pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/converter/PollenEnumConverter.java copy pollen-ui-riot-js/src/main/web/js/{ResultService.js => VoteCountingTypeService.js} (72%) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.