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 719bffd liste de favoris : ajout du poids sur le membre et ajout de sous-liste dans les services new 57f13c0 Vote impossible si la date est dépassée new ac074ae Ajout d'un panel pour afficher des erreurs 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 ac074ae84f52a3edfa2039c60d8e261a0ff63a68 Author: Kevin Morin <morin@codelutin.com> Date: Tue Apr 18 17:31:13 2017 +0200 Ajout d'un panel pour afficher des erreurs commit 57f13c09cf6f79a176f705051c3953e3d27f3ff5 Author: Kevin Morin <morin@codelutin.com> Date: Tue Apr 18 17:05:39 2017 +0200 Vote impossible si la date est dépassée Summary of changes: .../chorem/pollen/persistence/entity/Polls.java | 21 ++---- .../pollen/services/service/VoteService.java | 1 + .../i18n/pollen-services_en_GB.properties | 1 + .../i18n/pollen-services_fr_FR.properties | 3 +- pollen-ui-riot-js/src/main/web/conf.js | 1 + pollen-ui-riot-js/src/main/web/i18n.json | 9 ++- .../src/main/web/js/{Choice.js => Error.js} | 20 ++++-- pollen-ui-riot-js/src/main/web/js/FetchService.js | 11 +--- pollen-ui-riot-js/src/main/web/js/I18nHelper.js | 2 +- pollen-ui-riot-js/src/main/web/js/Poll.js | 4 ++ pollen-ui-riot-js/src/main/web/js/PollForm.js | 5 +- pollen-ui-riot-js/src/main/web/tag/Pollen.tag.html | 10 ++- .../src/main/web/tag/PollenErrorManager.tag.html | 75 ++++++++++++++++++++++ 13 files changed, 122 insertions(+), 41 deletions(-) copy pollen-ui-riot-js/src/main/web/js/{Choice.js => Error.js} (71%) create mode 100644 pollen-ui-riot-js/src/main/web/tag/PollenErrorManager.tag.html -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.