This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository coselmar. See http://git.codelutin.com/coselmar.git commit b5896257212a26f522371c12dfeb62021b63cf4b Merge: d735f55 6340aa6 Author: Maven Release <maven-release@codelutin.com> Date: Fri Feb 6 11:31:31 2015 +0000 Merge branch 'release/0.8' coselmar-bundle/pom.xml | 2 +- coselmar-persistence/pom.xml | 2 +- .../persistence/entity/DocumentTopiaDao.java | 13 +- coselmar-rest/pom.xml | 3 +- .../fr/ifremer/coselmar/beans/DocumentBean.java | 23 ++- .../services/CoselmarWebServiceSupport.java | 77 ++++++++- .../coselmar/services/v1/DocumentsWebService.java | 192 ++++++++++++++++----- .../coselmar/services/v1/QuestionsWebService.java | 97 ++++++++--- .../coselmar/services/v1/UsersWebService.java | 48 +++++- coselmar-rest/src/main/resources/mapping | 1 + coselmar-ui/pom.xml | 8 +- .../src/main/webapp/i18n/angular-locale_en.js | 138 +++++++++++++++ .../src/main/webapp/i18n/angular-locale_fr.js | 120 +++++++++++++ coselmar-ui/src/main/webapp/i18n/en.js | 6 + coselmar-ui/src/main/webapp/i18n/fr.js | 6 + coselmar-ui/src/main/webapp/index.html | 1 + coselmar-ui/src/main/webapp/js/angular-jwt.js | 38 ++-- .../src/main/webapp/js/coselmar-controllers.js | 113 ++++++++++-- .../main/webapp/js/coselmar-questions-services.js | 2 - .../src/main/webapp/js/coselmar-services.js | 7 + coselmar-ui/src/main/webapp/js/coselmar.js | 8 +- .../src/main/webapp/views/documents/documents.html | 1 + .../main/webapp/views/documents/editDocument.html | 38 +++- .../webapp/views/documents/modalDocumentEdit.html | 2 + .../views/documents/modalDocumentSearch.html | 1 + .../main/webapp/views/documents/newdocument.html | 30 +++- .../main/webapp/views/documents/viewDocument.html | 2 + .../main/webapp/views/questions/closeQuestion.html | 2 +- .../main/webapp/views/questions/editquestion.html | 2 +- .../views/questions/modalQuestionSearch.html | 1 + .../webapp/views/questions/newDocumentsPart.html | 2 +- .../src/main/webapp/views/questions/questions.html | 1 + .../main/webapp/views/questions/viewquestion.html | 4 +- .../main/webapp/views/referential/referential.html | 13 +- coselmar-ui/src/main/webapp/views/users/users.html | 1 + pom.xml | 17 +- 36 files changed, 888 insertions(+), 134 deletions(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.