This is an automated email from the git hooks/post-receive script. New change to branch develop in repository coselmar. See http://git.forge.codelutin.com/coselmar.git from a648830 fixes #7982 force locale to English by default new bb5b6da fixes #7975 Add new page to display bibliography from document search result 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 bb5b6dab5b4d083a7185540ced75194e8d12d7f1 Author: Yannick Martel <martel@©odelutin.com> Date: Wed Feb 10 17:34:45 2016 +0100 fixes #7975 Add new page to display bibliography from document search result Summary of changes: .../fr/ifremer/coselmar/persistence/DaoUtils.java | 5 + .../persistence/entity/DocumentTopiaDao.java | 183 +++++++++++++++++++++ .../coselmar/services/v1/DocumentsWebService.java | 86 +++++++++- coselmar-rest/src/main/resources/mapping | 1 + coselmar-ui/src/main/webapp/i18n/en.js | 2 + coselmar-ui/src/main/webapp/i18n/fr.js | 2 + .../src/main/webapp/js/coselmar-controllers.js | 38 +++++ .../src/main/webapp/js/coselmar-services.js | 6 + coselmar-ui/src/main/webapp/js/coselmar.js | 4 + .../documents/{document.html => bibliography.html} | 17 +- .../src/main/webapp/views/documents/documents.html | 7 +- .../main/webapp/views/documents/editDocument.html | 16 +- .../main/webapp/views/documents/newdocument.html | 16 +- 13 files changed, 362 insertions(+), 21 deletions(-) copy coselmar-ui/src/main/webapp/views/documents/{document.html => bibliography.html} (75%) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.