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 b171268 création d'un utilitaire de log pour le JS new 5c3fb9a création et utilisation des composants : Modal, confirmation et information. 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 5c3fb9ad858e4832fc143f116be2dad0d14c091e Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Wed May 24 09:48:01 2017 +0200 création et utilisation des composants : Modal, confirmation et information. Summary of changes: pollen-ui-riot-js/src/main/web/i18n.json | 28 ++++-- pollen-ui-riot-js/src/main/web/tag/Pollen.tag.html | 4 + pollen-ui-riot-js/src/main/web/tag/SignIn.tag.html | 2 +- pollen-ui-riot-js/src/main/web/tag/SignUp.tag.html | 4 +- .../src/main/web/tag/UserCard.tag.html | 24 ++--- .../web/tag/favoriteList/ChildListCard.tag.html | 16 ++-- .../web/tag/favoriteList/FavoriteList.tag.html | 10 ++- .../web/tag/favoriteList/FavoriteListCard.tag.html | 12 +-- .../main/web/tag/favoriteList/MemberCard.tag.html | 16 ++-- .../src/main/web/tag/poll/Comments.tag.html | 10 ++- .../src/main/web/tag/poll/Poll.tag.html | 15 ++-- .../src/main/web/tag/poll/Votes.tag.html | 10 +-- .../src/main/web/tag/popup/AccountCreated.tag.html | 82 ----------------- .../{Modal.tag.html => ConfirmPopup.tag.html} | 43 +++++---- .../{Modal.tag.html => InformationPopup.tag.html} | 40 +++++---- .../src/main/web/tag/popup/Modal.tag.html | 28 ++++-- .../src/main/web/tag/popup/NewPassword.tag.html | 98 ++++++-------------- .../main/web/tag/popup/ResendValidation.tag.html | 100 ++++++--------------- .../web/tag/voterList/VoterListActions.tag.html | 15 ++-- .../web/tag/voterList/VoterListMember.tag.html | 15 ++-- 20 files changed, 226 insertions(+), 346 deletions(-) delete mode 100644 pollen-ui-riot-js/src/main/web/tag/popup/AccountCreated.tag.html copy pollen-ui-riot-js/src/main/web/tag/popup/{Modal.tag.html => ConfirmPopup.tag.html} (61%) copy pollen-ui-riot-js/src/main/web/tag/popup/{Modal.tag.html => InformationPopup.tag.html} (63%) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.