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 c802d85 Ajout des votes new e92f3d3 ajout de nombre de votes sur un sondage new 9ca5676 Ajout des résultats + ... new b08b3c6 Utilisation de moment pour afficher les dates + continue le dev sur les sondages The 3 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 b08b3c683ea47e6e94648f84b1288df0d50cc51c Author: Tony CHEMIT <dev@tchemit.fr> Date: Wed Jan 25 00:17:49 2017 +0100 Utilisation de moment pour afficher les dates + continue le dev sur les sondages commit 9ca567693008a1ab49c2e348aba93e4157782939 Author: Tony CHEMIT <dev@tchemit.fr> Date: Tue Jan 24 20:08:49 2017 +0100 Ajout des résultats + ... commit e92f3d3084889032fafe76b7f6f22d2aeda1ed0f Author: Tony CHEMIT <dev@tchemit.fr> Date: Tue Jan 24 20:08:34 2017 +0100 ajout de nombre de votes sur un sondage Summary of changes: .../org/chorem/pollen/services/bean/PollBean.java | 10 +++ .../pollen/services/service/PollService.java | 3 +- .../pollen/services/service/VoteService.java | 8 ++ pollen-ui-riot-js/src/main/web/i18n.json | 18 ++++ .../web/js/{ChoiceText.js => ResultService.js} | 22 +++-- pollen-ui-riot-js/src/main/web/tag/Pollen.tag | 6 ++ pollen-ui-riot-js/src/main/web/tag/poll/Poll.tag | 56 +++++++++---- .../src/main/web/tag/poll/PollComments.tag | 10 ++- .../src/main/web/tag/poll/PollResults.tag | 95 ++++++++++++++++++++++ .../src/main/web/tag/poll/PollVotes.tag | 8 +- .../tag/{polls/CreatedPolls.tag => poll/Polls.tag} | 7 +- 11 files changed, 204 insertions(+), 39 deletions(-) copy pollen-ui-riot-js/src/main/web/js/{ChoiceText.js => ResultService.js} (65%) create mode 100644 pollen-ui-riot-js/src/main/web/tag/poll/PollResults.tag rename pollen-ui-riot-js/src/main/web/tag/{polls/CreatedPolls.tag => poll/Polls.tag} (97%) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.