This is an automated email from the git hooks/post-receive script. New change to branch develop in repository coselmar. See http://git.codelutin.com/coselmar.git from 194cc6b fixes #7913 notify document cannot be modified instead of just no display button new 0cb0bb6 refs-40 #7927 Add service to get questions relative to an user by its role new 7bf16cd fixes-40 #7927 Add list of projects by users on user page new 24eddf0 Merge branch 'feature/7927-user-projects-list' into develop The 3 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 24eddf0e6da50925d9c0c00edb1fe49ac2ed6afc Merge: 194cc6b 7bf16cd Author: Yannick Martel <martel@©odelutin.com> Date: Wed Jan 20 12:20:46 2016 +0100 Merge branch 'feature/7927-user-projects-list' into develop commit 7bf16cd7d61387bce82c179d85bd101fa4a37473 Author: Yannick Martel <martel@©odelutin.com> Date: Wed Jan 20 12:20:41 2016 +0100 fixes-40 #7927 Add list of projects by users on user page commit 0cb0bb641b320eb164e02052d2fa0251b1805f13 Author: Yannick Martel <martel@©odelutin.com> Date: Tue Jan 19 17:55:04 2016 +0100 refs-40 #7927 Add service to get questions relative to an user by its role Summary of changes: .../coselmar/beans/QuestionSearchExample.java | 11 ++ .../persistence/entity/QuestionTopiaDao.java | 21 +++ .../ifremer/coselmar/beans/QuestionSearchBean.java | 38 +++++ .../ifremer/coselmar/beans/QuestionUserRole.java | 11 ++ .../coselmar/services/v1/QuestionsWebService.java | 72 +++++++++ coselmar-rest/src/main/resources/mapping | 1 + .../coselmar/services/QuestionsWebServiceTest.java | 161 +++++++++++++++++++++ coselmar-ui/src/main/webapp/i18n/en.js | 9 ++ coselmar-ui/src/main/webapp/i18n/fr.js | 9 ++ .../src/main/webapp/js/coselmar-constants.js | 1 - .../src/main/webapp/js/coselmar-controllers.js | 16 ++ .../src/main/webapp/js/coselmar-user-services.js | 7 + coselmar-ui/src/main/webapp/views/users/user.html | 64 ++++++++ 13 files changed, 420 insertions(+), 1 deletion(-) create mode 100644 coselmar-rest/src/main/java/fr/ifremer/coselmar/beans/QuestionUserRole.java -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.