This is an automated email from the git hooks/post-receive script. New change to branch feature/pollen-riot-js in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git from 69819a2 Renommage de tags + gestion des participants à un sondage new 2dd6e4e mise en place du linter pour le js et les tag riot et correction de ces fichiers The 1 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 2dd6e4e171e6ceb15224ccd97c2114413dfc2761 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Fri Feb 24 09:49:02 2017 +0100 mise en place du linter pour le js et les tag riot et correction de ces fichiers Summary of changes: .../org/chorem/pollen/services/bean/PollBean.java | 2 +- pollen-ui-riot-js/.eslintrc | 265 +++++++++++++++++++++ pollen-ui-riot-js/package.json | 4 +- pollen-ui-riot-js/pom.xml | 2 +- pollen-ui-riot-js/src/main/js/riotjs-loader.js | 40 ++-- pollen-ui-riot-js/src/main/web/js/AuthService.js | 4 +- pollen-ui-riot-js/src/main/web/js/Choice.js | 4 +- pollen-ui-riot-js/src/main/web/js/FetchService.js | 8 +- pollen-ui-riot-js/src/main/web/js/FormHelper.js | 18 +- pollen-ui-riot-js/src/main/web/js/I18nHelper.js | 10 +- pollen-ui-riot-js/src/main/web/js/Pagination.js | 2 +- pollen-ui-riot-js/src/main/web/js/PollForm.js | 97 ++++---- pollen-ui-riot-js/src/main/web/js/PollService.js | 10 +- pollen-ui-riot-js/src/main/web/js/Session.js | 16 +- pollen-ui-riot-js/src/main/web/js/Singleton.js | 4 +- .../src/main/web/js/VoteCountingTypeService.js | 6 +- pollen-ui-riot-js/src/main/web/tag/Footer.tag | 3 +- pollen-ui-riot-js/src/main/web/tag/Header.tag | 3 +- pollen-ui-riot-js/src/main/web/tag/HeaderI18n.tag | 14 +- pollen-ui-riot-js/src/main/web/tag/Home.tag | 8 +- pollen-ui-riot-js/src/main/web/tag/Pagination.tag | 40 ++-- pollen-ui-riot-js/src/main/web/tag/Pollen.tag | 30 +-- pollen-ui-riot-js/src/main/web/tag/SignCheck.tag | 8 +- pollen-ui-riot-js/src/main/web/tag/SignIn.tag | 14 +- pollen-ui-riot-js/src/main/web/tag/SignUp.tag | 10 +- pollen-ui-riot-js/src/main/web/tag/Users.tag | 79 +++--- .../src/main/web/tag/poll/ChoiceDate.tag | 58 ++--- .../src/main/web/tag/poll/ChoiceText.tag | 36 +-- .../src/main/web/tag/poll/Choices.tag | 160 ++++++------- .../src/main/web/tag/poll/CommentPopup.tag | 10 +- .../src/main/web/tag/poll/Comments.tag | 88 +++---- .../src/main/web/tag/poll/CreatePoll.tag | 30 +-- .../src/main/web/tag/poll/Created.tag | 10 +- .../src/main/web/tag/poll/Description.tag | 15 +- pollen-ui-riot-js/src/main/web/tag/poll/Poll.tag | 59 +++-- pollen-ui-riot-js/src/main/web/tag/poll/Polls.tag | 66 ++--- .../src/main/web/tag/poll/Results.tag | 42 ++-- .../src/main/web/tag/poll/Settings.tag | 84 +++---- pollen-ui-riot-js/src/main/web/tag/poll/Voters.tag | 52 ++-- pollen-ui-riot-js/src/main/web/tag/poll/Votes.tag | 129 +++++----- .../src/main/web/tag/popup/AccountCreated.tag | 6 +- .../src/main/web/tag/popup/NewPassword.tag | 8 +- .../src/main/web/tag/popup/ResendValidation.tag | 8 +- 43 files changed, 918 insertions(+), 644 deletions(-) create mode 100644 pollen-ui-riot-js/.eslintrc -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.