This is an automated email from the git hooks/post-receive script. New change to branch feature/component_choice_editor in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git from 42a357e - ajout du type datetime dans le modele pour les choix - utilisation du composant de choix dans le formulaire - utilisation des input de type date et time quand supportés new 8463c37 modification du parsing des dates : maintenant on attend le timestamp pour les types date et datetime new 97d6722 - enrgistrement des choix de type date, datetime et resource - affichage des choix de types resources 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 97d672264254223f706f1dfa4bea1871a7d8593d Author: Kevin Morin <morin@codelutin.com> Date: Thu Mar 9 16:42:57 2017 +0100 - enrgistrement des choix de type date, datetime et resource - affichage des choix de types resources commit 8463c379e06ef9502789a273adb7f61c265c7454 Author: Kevin Morin <morin@codelutin.com> Date: Thu Mar 9 16:38:00 2017 +0100 modification du parsing des dates : maintenant on attend le timestamp pour les types date et datetime Summary of changes: .../chorem/pollen/services/bean/ChoiceBean.java | 54 +------------- .../pollen/services/service/ChoiceService.java | 49 ++++--------- pollen-ui-riot-js/package.json | 1 + pollen-ui-riot-js/src/main/web/js/FetchService.js | 7 +- pollen-ui-riot-js/src/main/web/js/PollForm.js | 85 +++++++++++++--------- ...teCountingTypeService.js => ResourceService.js} | 20 +++-- .../main/web/tag/components/date-picker.tag.html | 4 +- .../main/web/tag/components/time-picker.tag.html | 43 ++++++----- .../src/main/web/tag/poll/Choice.tag.html | 75 ++++++++++--------- .../src/main/web/tag/poll/CreatePoll.tag.html | 2 +- .../src/main/web/tag/poll/Votes.tag.html | 18 +++-- 11 files changed, 159 insertions(+), 199 deletions(-) copy pollen-ui-riot-js/src/main/web/js/{VoteCountingTypeService.js => ResourceService.js} (63%) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.