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 b5474b1 déplacement des traductions dans les tags new 7eb9f58 liste de favoris : ajout des sous-listes dans l'UI 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 7eb9f58649edd7c7602a3d3c68468cb1a6fdc1aa Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Wed Apr 19 15:53:51 2017 +0200 liste de favoris : ajout des sous-listes dans l'UI Summary of changes: .../persistence/entity/FavoriteListTopiaDao.java | 14 +- .../rest/api/PollenRestApiApplicationListener.java | 2 + .../service/FavoriteListImportFromLdap.java | 2 +- .../services/service/FavoriteListService.java | 6 +- .../i18n/pollen-services_fr_FR.properties | 8 +- pollen-ui-riot-js/src/main/web/i18n.json | 26 +++- pollen-ui-riot-js/src/main/web/js/Error.js | 6 +- .../src/main/web/js/FavoriteListService.js | 20 +++ pollen-ui-riot-js/src/main/web/tag/Pollen.tag.html | 2 +- .../src/main/web/tag/PollenErrorManager.tag.html | 26 ++-- ...{MemberCard.tag.html => ChildListCard.tag.html} | 73 +++++----- .../web/tag/favoriteList/FavoriteList.tag.html | 150 +++++++++++++++++++-- .../web/tag/favoriteList/FavoriteListCard.tag.html | 2 +- .../main/web/tag/favoriteList/MemberCard.tag.html | 2 +- 14 files changed, 259 insertions(+), 80 deletions(-) copy pollen-ui-riot-js/src/main/web/tag/favoriteList/{MemberCard.tag.html => ChildListCard.tag.html} (59%) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.