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 e6e2712f UI des des liste de votants (ref #77) new ba468f47 UI des des liste de votants : recherche et chargement à la volé (ref #77) 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 ba468f475bc8f73bb89ac6aed9afbc97b83877c0 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Fri Jun 23 16:20:56 2017 +0200 UI des des liste de votants : recherche et chargement à la volé (ref #77) Summary of changes: .../org/chorem/pollen/persistence/DaoUtils.java | 49 +++++++++ .../entity/ChildFavoriteListTopiaDao.java | 21 ++++ .../entity/FavoriteListMemberTopiaDao.java | 42 ++++++++ .../persistence/entity/FavoriteListTopiaDao.java | 15 +++ .../chorem/pollen/rest/api/v1/FavoriteListApi.java | 19 ++-- pollen-rest-api/src/main/resources/mapping | 1 + .../pollen/services/bean/PaginationResultBean.java | 47 ++++++++ .../services/service/FavoriteListService.java | 120 +++++++++++++++++---- .../services/service/FavoriteListServiceTest.java | 4 +- pollen-ui-riot-js/src/main/web/css/blaze.css | 19 ++++ pollen-ui-riot-js/src/main/web/css/custom.css | 5 + pollen-ui-riot-js/src/main/web/css/main.css | 8 ++ pollen-ui-riot-js/src/main/web/i18n.json | 2 + .../src/main/web/js/FavoriteListService.js | 16 +-- .../src/main/web/tag/components/Card.tag.html | 1 + .../src/main/web/tag/components/LazyLoad.tag.html | 59 ++++++++++ .../main/web/tag/components/LoadingCard.tag.html | 39 +++++++ .../src/main/web/tag/components/Search.tag.html | 3 +- .../web/tag/favoriteList/ChildListCard.tag.html | 4 +- .../web/tag/favoriteList/FavoriteList.tag.html | 89 +++++++-------- .../web/tag/favoriteList/FavoriteListCard.tag.html | 3 +- .../favoriteList/FavoriteListEditModal.tag.html | 2 +- .../web/tag/favoriteList/FavoriteLists.tag.html | 57 ++++++---- .../main/web/tag/favoriteList/MemberCard.tag.html | 3 +- .../web/tag/favoriteList/MemberEditModal.tag.html | 2 +- .../src/main/web/tag/popup/Modal.tag.html | 7 ++ 26 files changed, 529 insertions(+), 108 deletions(-) create mode 100644 pollen-persistence/src/main/java/org/chorem/pollen/persistence/DaoUtils.java create mode 100644 pollen-persistence/src/main/java/org/chorem/pollen/persistence/entity/ChildFavoriteListTopiaDao.java create mode 100644 pollen-persistence/src/main/java/org/chorem/pollen/persistence/entity/FavoriteListMemberTopiaDao.java create mode 100644 pollen-ui-riot-js/src/main/web/tag/components/LazyLoad.tag.html create mode 100644 pollen-ui-riot-js/src/main/web/tag/components/LoadingCard.tag.html -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.