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 d7c3e43 remove example messages new 719bffd liste de favoris : ajout du poids sur le membre et ajout de sous-liste dans les services 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 719bffdf9935808be4f67150c815816d5f26bc2e Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Tue Apr 18 12:15:10 2017 +0200 liste de favoris : ajout du poids sur le membre et ajout de sous-liste dans les services Summary of changes: .../entity/ChildFavoriteListTopiaDao.java | 32 ++++ pollen-persistence/src/main/xmi/pollen.zargo | Bin 21426 -> 23829 bytes .../chorem/pollen/rest/api/v1/FavoriteListApi.java | 32 ++++ pollen-rest-api/src/main/resources/mapping | 5 + .../services/bean/ChildFavoriteListBean.java | 56 +++++++ .../services/bean/FavoriteListMemberBean.java | 11 ++ .../service/FavoriteListImportFromFile.java | 44 +++-- .../service/FavoriteListImportFromLdap.java | 22 +++ .../services/service/FavoriteListService.java | 179 +++++++++++++++++++++ .../services/service/PollenServiceSupport.java | 5 + .../i18n/pollen-services_en_GB.properties | 6 + .../i18n/pollen-services_fr_FR.properties | 6 + .../services/service/FavoriteListServiceTest.java | 101 +++++++++++- pollen-ui-riot-js/src/main/web/i18n.json | 14 +- .../web/tag/favoriteList/FavoriteList.tag.html | 52 ++++-- .../main/web/tag/favoriteList/MemberCard.tag.html | 15 +- 16 files changed, 543 insertions(+), 37 deletions(-) create mode 100644 pollen-persistence/src/main/java/org/chorem/pollen/persistence/entity/ChildFavoriteListTopiaDao.java create mode 100644 pollen-services/src/main/java/org/chorem/pollen/services/bean/ChildFavoriteListBean.java -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.