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 9e2028e i18n sur la page de création du sondage new 5905e4b Mise en place des choix de type date new 3a579a0 amélioration rendu choix de date The 2 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 3a579a09b1310f16ba4223e905dfe5e1b4ec1278 Author: Tony CHEMIT <dev@tchemit.fr> Date: Wed Feb 1 16:21:23 2017 +0100 amélioration rendu choix de date commit 5905e4bee9a29bfc5282fb898b4c1d1e9cd36b88 Author: Tony CHEMIT <dev@tchemit.fr> Date: Wed Feb 1 14:39:02 2017 +0100 Mise en place des choix de type date Summary of changes: .../pollen/services/service/ChoiceService.java | 49 ++-- .../i18n/pollen-services_en_GB.properties | 1 + .../i18n/pollen-services_fr_FR.properties | 1 + .../src/main/web/js/{ChoiceText.js => Choice.js} | 8 +- pollen-ui-riot-js/src/main/web/js/PollForm.js | 49 ++-- .../src/main/web/tag/poll/CreatePoll.tag | 4 +- .../{PollChoiceText.tag => PollChoiceDate.tag} | 91 ++++++- .../src/main/web/tag/poll/PollChoices.tag | 272 +++++++++++++++++++-- .../src/main/web/tag/poll/PollChoicesDate.tag | 51 ---- .../src/main/web/tag/poll/PollChoicesImage.tag | 51 ---- .../src/main/web/tag/poll/PollChoicesText.tag | 271 -------------------- .../src/main/web/tag/poll/PollVotes.tag | 24 +- 12 files changed, 413 insertions(+), 459 deletions(-) rename pollen-ui-riot-js/src/main/web/js/{ChoiceText.js => Choice.js} (87%) copy pollen-ui-riot-js/src/main/web/tag/poll/{PollChoiceText.tag => PollChoiceDate.tag} (63%) delete mode 100644 pollen-ui-riot-js/src/main/web/tag/poll/PollChoicesDate.tag delete mode 100644 pollen-ui-riot-js/src/main/web/tag/poll/PollChoicesImage.tag delete mode 100644 pollen-ui-riot-js/src/main/web/tag/poll/PollChoicesText.tag -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.