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 64b9409 add tooltip in questions list new c88a0b0 add question view page new a515fab fixes #6019 participants on the question can add new documents in it new a5b20ba prepare full edit of question new 349b65c prepare full edit of question new dfe0dab fix question edit mode new e3b0a23 add filter on users during question edition new 88130f2 manage some restriction on question content new aa7617e add information when question is not available new 66df66b filter questions list with privacy for an expert user new aba84cc Merge branch 'feature/6017-edit-question' into develop The 10 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 aba84cc0d06c13274dd9a4bc0b40dd4abdc5aea8 Merge: 64b9409 66df66b Author: Yannick Martel <martel@©odelutin.com> Date: Wed Dec 10 19:12:48 2014 +0100 Merge branch 'feature/6017-edit-question' into develop commit 66df66b1695b14075986e840fa33b5356c274cb5 Author: Yannick Martel <martel@©odelutin.com> Date: Wed Dec 10 19:12:14 2014 +0100 filter questions list with privacy for an expert user commit aa7617eaf99c9b9f9f47cab7c359f2aacbc0d6fc Author: Yannick Martel <martel@©odelutin.com> Date: Wed Dec 10 18:44:06 2014 +0100 add information when question is not available commit 88130f2c7e9b86bbdc7ac7659730e96972829a6b Author: Yannick Martel <martel@©odelutin.com> Date: Wed Dec 10 18:38:58 2014 +0100 manage some restriction on question content commit e3b0a235757decb746b3ff011c28d31b05d5a96d Author: Yannick Martel <martel@©odelutin.com> Date: Wed Dec 10 17:42:47 2014 +0100 add filter on users during question edition commit dfe0dab0b637e914b2e9ebca53557c57f16dd056 Author: Yannick Martel <martel@©odelutin.com> Date: Wed Dec 10 16:11:20 2014 +0100 fix question edit mode commit 349b65cf339f83d0436baa217614de7e90ef448d Author: Yannick Martel <martel@©odelutin.com> Date: Wed Dec 10 12:12:08 2014 +0100 prepare full edit of question commit a5b20ba0ab8753ea6133750b37f2a26f4aad3091 Author: Yannick Martel <martel@©odelutin.com> Date: Wed Dec 10 10:58:13 2014 +0100 prepare full edit of question commit a515fab40bd481eee110db24c4a9ac1a319d6406 Author: Yannick Martel <martel@©odelutin.com> Date: Tue Dec 9 16:12:44 2014 +0100 fixes #6019 participants on the question can add new documents in it commit c88a0b07c6a348bb6bd94c314bc3523e7741c6d3 Author: Yannick Martel <martel@©odelutin.com> Date: Mon Dec 8 17:25:01 2014 +0100 add question view page Summary of changes: .../coselmar/persistence/SearchRequestBean.java | 55 +++ .../persistence/entity/CoselmarUserTopiaDao.java | 37 +- .../persistence/entity/QuestionTopiaDao.java | 35 ++ .../src/main/xmi/coselmar-model.properties | 3 +- .../src/main/xmi/coselmar-model.zargo | Bin 9735 -> 9741 bytes .../fr/ifremer/coselmar/beans/QuestionBean.java | 10 + .../fr/ifremer/coselmar/beans/UserSearchBean.java | 76 ++++ .../coselmar/converter/BeanEntityConverter.java | 44 ++- .../services/CoselmarRestApplicationListener.java | 4 +- .../coselmar/services/v1/QuestionsWebService.java | 393 ++++++++++++++++++++- .../coselmar/services/v1/UsersWebService.java | 16 +- coselmar-rest/src/main/resources/mapping | 6 +- .../src/main/webapp/js/coselmar-controllers.js | 348 ++++++++++++++---- .../main/webapp/js/coselmar-questions-services.js | 30 +- coselmar-ui/src/main/webapp/js/coselmar.js | 6 +- .../main/webapp/views/questions/editquestion.html | 28 +- .../webapp/views/questions/newDocumentsPart.html | 38 ++ .../main/webapp/views/questions/newquestion.html | 14 +- .../src/main/webapp/views/questions/question.html | 59 ++++ .../views/questions/viewRestrictedQuestion.html | 15 + .../main/webapp/views/questions/viewquestion.html | 151 ++++++++ 21 files changed, 1247 insertions(+), 121 deletions(-) create mode 100644 coselmar-persistence/src/main/java/fr/ifremer/coselmar/persistence/SearchRequestBean.java create mode 100644 coselmar-persistence/src/main/java/fr/ifremer/coselmar/persistence/entity/QuestionTopiaDao.java create mode 100644 coselmar-rest/src/main/java/fr/ifremer/coselmar/beans/UserSearchBean.java create mode 100644 coselmar-ui/src/main/webapp/views/questions/newDocumentsPart.html create mode 100644 coselmar-ui/src/main/webapp/views/questions/question.html create mode 100644 coselmar-ui/src/main/webapp/views/questions/viewRestrictedQuestion.html create mode 100644 coselmar-ui/src/main/webapp/views/questions/viewquestion.html -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.