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 4e0badd adapter les unités des resultats au type de scrutin new d0f6837 gestion des listes de favoris 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 d0f6837a331a78be143e72b7a9493aef63b8f947 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Thu Apr 13 15:05:04 2017 +0200 gestion des listes de favoris Summary of changes: pollen-ui-riot-js/src/main/web/i18n.json | 77 ++++- .../src/main/web/js/FavoriteListService.js | 76 +++++ pollen-ui-riot-js/src/main/web/tag/Pollen.tag.html | 12 +- .../src/main/web/tag/PollenHeader.tag.html | 2 +- .../web/tag/favoriteList/FavoriteList.tag.html | 363 +++++++++++++++++++++ .../web/tag/favoriteList/FavoriteListCard.tag.html | 52 +++ .../FavoriteLists.tag.html} | 52 ++- .../main/web/tag/favoriteList/MemberCard.tag.html | 151 +++++++++ 8 files changed, 766 insertions(+), 19 deletions(-) create mode 100644 pollen-ui-riot-js/src/main/web/js/FavoriteListService.js create mode 100644 pollen-ui-riot-js/src/main/web/tag/favoriteList/FavoriteList.tag.html create mode 100644 pollen-ui-riot-js/src/main/web/tag/favoriteList/FavoriteListCard.tag.html copy pollen-ui-riot-js/src/main/web/tag/{poll/Polls.tag.html => favoriteList/FavoriteLists.tag.html} (59%) create mode 100644 pollen-ui-riot-js/src/main/web/tag/favoriteList/MemberCard.tag.html -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.