branch feature/options-de-vote updated (14536b4 -> e2c8fa0)
This is an automated email from the git hooks/post-receive script. New change to branch feature/options-de-vote in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git from 14536b4 Merge branch 'feature/votes-screen' into 'develop' adds 23a5ddb debut du composant d'édition de choix adds d94a8fa - 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 adds 177e153 modification du parsing des dates : maintenant on attend le timestamp pour les types date et datetime adds 38c722b - enrgistrement des choix de type date, datetime et resource - affichage des choix de types resources adds 8f6b10d gestion de l'édition des choix de type resource adds 1fd5df6 ajout de la description adds 1bad9bf gestion des images adds d425029 enlarge time editor adds 0890755 remove dead code + replace syntax adds e2c8fa0 Merge branch 'feature/component_choice_editor' into 'develop' No new revisions were added by this update. Summary of changes: pollen-persistence/src/main/xmi/pollen.zargo | Bin 21327 -> 21426 bytes .../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/css/main.css | 5 +- pollen-ui-riot-js/src/main/web/i18n.json | 6 +- pollen-ui-riot-js/src/main/web/index.js | 1 + pollen-ui-riot-js/src/main/web/js/FetchService.js | 4 +- pollen-ui-riot-js/src/main/web/js/I18nHelper.js | 4 +- pollen-ui-riot-js/src/main/web/js/PollForm.js | 142 ++++++-------- ...teCountingTypeService.js => ResourceService.js} | 20 +- pollen-ui-riot-js/src/main/web/js/Session.js | 15 ++ pollen-ui-riot-js/src/main/web/js/UIHelper.js | 38 ++++ pollen-ui-riot-js/src/main/web/tag/Pollen.tag.html | 2 - .../main/web/tag/components/date-picker.tag.html | 194 +++++++++++++++++++ .../main/web/tag/components/time-picker.tag.html | 207 +++++++++++++++++++++ .../src/main/web/tag/poll/Choice.tag.html | 207 +++++++++++++++++++++ .../src/main/web/tag/poll/ChoiceText.tag.html | 176 ------------------ .../src/main/web/tag/poll/Choices.tag.html | 15 +- .../src/main/web/tag/poll/CreatePoll.tag.html | 2 +- .../src/main/web/tag/poll/Votes.tag.html | 35 +++- 21 files changed, 793 insertions(+), 384 deletions(-) copy pollen-ui-riot-js/src/main/web/js/{VoteCountingTypeService.js => ResourceService.js} (63%) create mode 100644 pollen-ui-riot-js/src/main/web/js/UIHelper.js create mode 100644 pollen-ui-riot-js/src/main/web/tag/components/date-picker.tag.html create mode 100644 pollen-ui-riot-js/src/main/web/tag/components/time-picker.tag.html create mode 100644 pollen-ui-riot-js/src/main/web/tag/poll/Choice.tag.html delete mode 100644 pollen-ui-riot-js/src/main/web/tag/poll/ChoiceText.tag.html -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm