This is an automated email from the git hooks/post-receive script. New change to branch develop in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git from 45175c23 fixes #129 ajout d'un bouton "créer un sondage" dans l'entete new dcc5acf4 fixes #69 Poll creation - Split the notification option into comment notification, vote notification, new choice notification new 542ae9c6 ajout d'un timer sur le tooltip pour eviter de recalculer des positions inutilement new c4b6fe5e fixes #114 alignement des colonnes fixes #103 mauvaise gestion des valeurs de choix trop longues new 859d23bd fixes #105 navigation au clavier + blocage des boutons pendant l'attente de la réponse du serveur new 14bc4e64 resteasy ne supporte pas le body des requetes delete The 5 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 14bc4e646fbbe4dd869aac75ba58bdb248d0c496 Author: Kevin Morin <morin@codelutin.com> Date: Tue Aug 8 17:39:30 2017 +0200 resteasy ne supporte pas le body des requetes delete commit 859d23bd575d91569608acac087432f13b09df5a Author: Kevin Morin <morin@codelutin.com> Date: Tue Aug 8 17:07:11 2017 +0200 fixes #105 navigation au clavier + blocage des boutons pendant l'attente de la réponse du serveur commit c4b6fe5e82a3f0d6c3c1d3b1fe09dfeaf9e97565 Author: Kevin Morin <morin@codelutin.com> Date: Tue Aug 8 16:37:17 2017 +0200 fixes #114 alignement des colonnes fixes #103 mauvaise gestion des valeurs de choix trop longues commit 542ae9c6bf663bab28095a8ee0d9cd31b70d8313 Author: Kevin Morin <morin@codelutin.com> Date: Mon Aug 7 17:16:29 2017 +0200 ajout d'un timer sur le tooltip pour eviter de recalculer des positions inutilement commit dcc5acf416e3e249576087dabe74355afcfe14a2 Author: Kevin Morin <morin@codelutin.com> Date: Mon Aug 7 16:51:34 2017 +0200 fixes #69 Poll creation - Split the notification option into comment notification, vote notification, new choice notification Summary of changes: ...omment_and_new_choice_notifications_in_poll.sql | 6 + ...omment_and_new_choice_notifications_in_poll.sql | 6 + pollen-persistence/src/main/xmi/pollen.properties | 2 +- pollen-persistence/src/main/xmi/pollen.zargo | Bin 26817 -> 26949 bytes pollen-services/src/main/config/PollenServices.ini | 12 + .../org/chorem/pollen/services/bean/PollBean.java | 24 ++ .../services/config/PollenServicesConfig.java | 11 + .../services/service/NotificationService.java | 8 +- .../pollen/services/service/PollService.java | 17 +- .../i18n/pollen-services_en_GB.properties | 2 + .../i18n/pollen-services_fr_FR.properties | 2 + pollen-ui-riot-js/src/main/web/css/main.css | 4 + pollen-ui-riot-js/src/main/web/i18n.json | 18 +- pollen-ui-riot-js/src/main/web/js/FetchService.js | 4 +- .../src/main/web/tag/poll/ChoiceView.tag.html | 8 - .../src/main/web/tag/poll/Poll.tag.html | 10 +- .../src/main/web/tag/poll/Settings.tag.html | 36 +- .../src/main/web/tag/poll/Votes.tag.html | 428 ++++++++++++--------- 18 files changed, 366 insertions(+), 232 deletions(-) create mode 100644 pollen-persistence/src/main/resources/db/migration/h2/V3_0_0_7__add_comment_and_new_choice_notifications_in_poll.sql create mode 100644 pollen-persistence/src/main/resources/db/migration/postgresql/V3_0_0_7__add_comment_and_new_choice_notifications_in_poll.sql -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.