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 528bb4b ne pas afficher le bouton de renvoie des invitation à la création du sondage new e0244fb fix NPE if the choice adding end date is null new 7c7c712 add log new c24f5e7 display validation errors on poll edition new f3b7d92 use a datetime component for the browsers which do not support datetime inputs new 7f5b0e5 revert commit 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 7f5b0e5749a0a8989309d483a250d1632e8e458b Author: Kevin Morin <morin@codelutin.com> Date: Tue May 30 12:13:27 2017 +0200 revert commit commit f3b7d92b6aeef037b64e07d075c62d6736f7eaac Author: Kevin Morin <morin@codelutin.com> Date: Tue May 30 11:58:43 2017 +0200 use a datetime component for the browsers which do not support datetime inputs commit c24f5e75cb8e47cfb5f404a1858aa509eea4bd7c Author: Kevin Morin <morin@codelutin.com> Date: Tue May 30 11:58:02 2017 +0200 display validation errors on poll edition commit 7c7c7123a26b9dd7d30d75da222d63c4c9d38bf6 Author: Kevin Morin <morin@codelutin.com> Date: Tue May 30 11:57:34 2017 +0200 add log commit e0244fb97c2d0542058ba08e6da26e3a20351040 Author: Kevin Morin <morin@codelutin.com> Date: Tue May 30 11:57:22 2017 +0200 fix NPE if the choice adding end date is null Summary of changes: .../org/chorem/pollen/services/bean/PollBean.java | 3 +- .../services/job/SendPollEndReminderJob.java | 7 +- pollen-ui-riot-js/src/main/web/i18n.json | 22 +++--- pollen-ui-riot-js/src/main/web/js/Error.js | 3 +- pollen-ui-riot-js/src/main/web/js/UIHelper.js | 2 +- .../main/web/tag/components/date-picker.tag.html | 37 +++++++--- .../web/tag/components/date-time-picker.tag.html | 78 ++++++++++++++++++++++ .../main/web/tag/components/time-picker.tag.html | 67 ++++++++++++------- .../src/main/web/tag/poll/EditPoll.tag.html | 14 ++-- .../src/main/web/tag/poll/Settings.tag.html | 67 +++++++++---------- 10 files changed, 210 insertions(+), 90 deletions(-) create mode 100644 pollen-ui-riot-js/src/main/web/tag/components/date-time-picker.tag.html -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.