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 aac2c1f Merge branch 'develop' of https://git.codelutin.com/coselmar into develop new 89abcfe fixes #6016 add entry in application to add question new 05f4622 list questions, can delete them The 2 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 05f46225810fb69fa65dceafe37bc8427d13b0c1 Author: Yannick Martel <martel@©odelutin.com> Date: Fri Dec 5 18:16:27 2014 +0100 list questions, can delete them commit 89abcfe0aefe5f76ce4d62b4f76a4d5de52fa8a1 Author: Yannick Martel <martel@©odelutin.com> Date: Fri Dec 5 11:21:53 2014 +0100 fixes #6016 add entry in application to add question Summary of changes: .../fr/ifremer/coselmar/beans/QuestionBean.java | 50 +++++++++ .../coselmar/converter/BeanEntityConverter.java | 92 +++++++++++++++++ .../coselmar/services/v1/DocumentsWebService.java | 2 +- .../coselmar/services/v1/QuestionsWebService.java | 113 +++++++++++++++++++-- coselmar-rest/src/main/resources/mapping | 8 +- coselmar-ui/pom.xml | 20 ++-- coselmar-ui/src/main/webapp/index.html | 8 +- .../src/main/webapp/js/coselmar-controllers.js | 31 +++++- .../main/webapp/js/coselmar-questions-services.js | 9 ++ coselmar-ui/src/main/webapp/js/coselmar.js | 6 +- .../main/webapp/views/questions/editquestion.html | 2 +- .../main/webapp/views/questions/newquestion.html | 7 +- .../src/main/webapp/views/questions/questions.html | 47 +++++++++ 13 files changed, 367 insertions(+), 28 deletions(-) create mode 100644 coselmar-ui/src/main/webapp/views/questions/questions.html -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.