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 721a888f modification de la version de pollen en 3.2.0-SNAPSHOT new b5bd7a6b Maj vers webpack 4 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 b5bd7a6b6ce48f8323bc569a3a79e391ac9400a9 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Wed May 16 14:01:16 2018 +0200 Maj vers webpack 4 Summary of changes: pollen-ui-riot-js/.eslintrc | 3 + pollen-ui-riot-js/package.json | 38 +++--- pollen-ui-riot-js/src/main/js/riotjs-loader.js | 61 --------- pollen-ui-riot-js/src/main/web/css/blaze.css | 2 +- pollen-ui-riot-js/src/main/web/index.js | 18 ++- pollen-ui-riot-js/src/main/web/js/AuthService.js | 6 +- pollen-ui-riot-js/src/main/web/js/Choice.js | 2 +- pollen-ui-riot-js/src/main/web/js/ChoiceService.js | 6 +- .../src/main/web/js/CommentService.js | 6 +- .../src/main/web/js/ConfigurationService.js | 6 +- .../src/main/web/js/FavoriteListService.js | 6 +- .../src/main/web/js/FeedbackService.js | 6 +- pollen-ui-riot-js/src/main/web/js/FetchService.js | 7 +- pollen-ui-riot-js/src/main/web/js/I18nHelper.js | 10 +- pollen-ui-riot-js/src/main/web/js/Logger.js | 2 +- pollen-ui-riot-js/src/main/web/js/Message.js | 4 +- pollen-ui-riot-js/src/main/web/js/PageTracker.js | 4 +- pollen-ui-riot-js/src/main/web/js/Pagination.js | 2 +- pollen-ui-riot-js/src/main/web/js/Poll.js | 35 +++--- pollen-ui-riot-js/src/main/web/js/PollForm.js | 27 ++-- pollen-ui-riot-js/src/main/web/js/PollService.js | 6 +- pollen-ui-riot-js/src/main/web/js/PollenBus.js | 5 +- .../src/main/web/js/ResourceService.js | 7 +- pollen-ui-riot-js/src/main/web/js/ResultService.js | 6 +- pollen-ui-riot-js/src/main/web/js/Session.js | 23 ++-- pollen-ui-riot-js/src/main/web/js/Singleton.js | 2 +- pollen-ui-riot-js/src/main/web/js/UIHelper.js | 13 +- pollen-ui-riot-js/src/main/web/js/UserService.js | 6 +- .../src/main/web/js/VoteCountingTypeService.js | 6 +- pollen-ui-riot-js/src/main/web/js/VoteService.js | 6 +- .../src/main/web/js/VoterListService.js | 10 +- .../src/main/web/tag/Authorization.tag.html | 9 +- .../src/main/web/tag/ContentLoader.tag.html | 21 ++-- .../src/main/web/tag/FilterLoginProvider.tag.js | 8 +- .../src/main/web/tag/HeaderI18n.tag.html | 2 +- .../src/main/web/tag/PageChanged.tag.js | 2 +- .../src/main/web/tag/Pagination.tag.html | 11 +- pollen-ui-riot-js/src/main/web/tag/Pollen.tag.html | 9 +- .../src/main/web/tag/PollenFooter.tag.html | 21 ++-- .../src/main/web/tag/PollenHeader.tag.html | 46 +++---- .../src/main/web/tag/PollenMessageManager.tag.html | 9 +- .../src/main/web/tag/PollenWaiter.tag.html | 7 +- .../src/main/web/tag/Privacy.tag.html | 5 +- pollen-ui-riot-js/src/main/web/tag/QrCode.tag.html | 9 +- .../src/main/web/tag/SignCheck.tag.html | 21 ++-- pollen-ui-riot-js/src/main/web/tag/SignIn.tag.html | 29 ++--- .../src/main/web/tag/SignInAction.tag.js | 5 +- pollen-ui-riot-js/src/main/web/tag/SignUp.tag.html | 50 ++++---- .../src/main/web/tag/UserProfile.tag.html | 123 ++++++++++--------- .../src/main/web/tag/admin/GtuCard.tag.html | 18 +-- .../src/main/web/tag/admin/Gtus.tag.html | 20 +-- .../src/main/web/tag/admin/LoginProviders.tag.html | 32 ++--- .../src/main/web/tag/admin/UserCard.tag.html | 28 +++-- .../src/main/web/tag/admin/UserEditModal.tag.html | 32 ++--- .../src/main/web/tag/admin/Users.tag.html | 16 +-- .../src/main/web/tag/components/Avatar.tag.html | 13 +- .../src/main/web/tag/components/Card.tag.html | 6 +- .../src/main/web/tag/components/Checkbox.tag.html | 7 +- .../main/web/tag/components/GtuValidation.tag.html | 14 ++- .../src/main/web/tag/components/Search.tag.html | 10 +- .../tag/components/UserEmailAddressList.tag.html | 27 ++-- .../main/web/tag/components/date-picker.tag.html | 14 ++- .../web/tag/components/date-time-picker.tag.html | 10 +- .../main/web/tag/components/time-picker.tag.html | 9 +- .../web/tag/favoriteList/ChildListCard.tag.html | 15 +-- .../tag/favoriteList/ChildListEditModal.tag.html | 23 ++-- .../web/tag/favoriteList/FavoriteList.tag.html | 32 ++--- .../web/tag/favoriteList/FavoriteListCard.tag.html | 15 +-- .../favoriteList/FavoriteListEditModal.tag.html | 19 +-- .../web/tag/favoriteList/FavoriteLists.tag.html | 32 ++--- .../web/tag/favoriteList/ImportCsvModal.tag.html | 20 +-- .../web/tag/favoriteList/ImportLdapModal.tag.html | 22 ++-- .../main/web/tag/favoriteList/MemberCard.tag.html | 15 +-- .../web/tag/favoriteList/MemberEditModal.tag.html | 25 ++-- .../src/main/web/tag/poll/CheckEmails.tag.html | 16 +-- .../src/main/web/tag/poll/Choice.tag.html | 31 ++--- .../src/main/web/tag/poll/ChoiceView.tag.html | 13 +- .../src/main/web/tag/poll/Choices.tag.html | 14 ++- .../src/main/web/tag/poll/Comments.tag.html | 63 +++++----- .../src/main/web/tag/poll/Description.tag.html | 28 +++-- .../src/main/web/tag/poll/EditPoll.tag.html | 38 +++--- .../src/main/web/tag/poll/EditVote.tag.html | 44 +++---- .../src/main/web/tag/poll/Podium.tag.html | 95 -------------- .../src/main/web/tag/poll/Poll.tag.html | 75 ++++++------ .../src/main/web/tag/poll/PollCard.tag.html | 19 +-- .../src/main/web/tag/poll/Polls.tag.html | 26 ++-- .../src/main/web/tag/poll/Report.tag.html | 16 +-- .../src/main/web/tag/poll/Results.tag.html | 42 ++++--- .../src/main/web/tag/poll/Settings.tag.html | 136 +++++++++++---------- .../src/main/web/tag/poll/Summary.tag.html | 58 ++++----- .../src/main/web/tag/poll/Votes.tag.html | 40 +++--- .../src/main/web/tag/poll/VotesTable.tag.html | 23 ++-- .../src/main/web/tag/popup/ConfirmPopup.tag.html | 7 +- .../src/main/web/tag/popup/FeedbackModal.tag.html | 37 +++--- .../src/main/web/tag/popup/GtuChangeModal.tag.html | 10 +- .../main/web/tag/popup/InformationPopup.tag.html | 4 +- .../src/main/web/tag/popup/Modal.tag.html | 8 +- .../src/main/web/tag/popup/NewPassword.tag.html | 12 +- .../src/main/web/tag/popup/QrCodeButton.tag.html | 2 +- .../main/web/tag/popup/ResendValidation.tag.html | 12 +- .../web/tag/voteCountingType/BordaConfig.tag.html | 12 +- .../voteCountingType/BordaDetailResult.tag.html | 22 ++-- .../CondorcetDetailResult.tag.html | 20 +-- .../voteCountingType/CoombsDetailResult.tag.html | 24 ++-- .../tag/voteCountingType/CumulativeConfig.tag.html | 4 +- .../InstantRunoffDetailResult.tag.html | 20 +-- .../MajorityJudgmentConfig.tag.html | 13 +- .../MajorityJudgmentDetailResult.tag.html | 18 +-- .../MaxChoicesNumberConfig.tag.html | 11 +- .../tag/voterList/ImportFavoritListModal.tag.html | 14 +-- .../src/main/web/tag/voterList/VoterList.tag.html | 43 +++---- .../main/web/tag/voterList/VoterListCard.tag.html | 23 ++-- .../web/tag/voterList/VoterListEditModal.tag.html | 22 ++-- .../web/tag/voterList/VoterListMemberCard.tag.html | 17 +-- .../voterList/VoterListMemberEditModal.tag.html | 24 ++-- pollen-ui-riot-js/webpack.config.js | 39 +++--- 116 files changed, 1169 insertions(+), 1228 deletions(-) delete mode 100644 pollen-ui-riot-js/src/main/js/riotjs-loader.js delete mode 100644 pollen-ui-riot-js/src/main/web/tag/poll/Podium.tag.html -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.