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 b4673c37fbcf58d7857465a0a86f6774d3e81b05 Merge: c5572fb 6d1bd05 Author: Yannick Martel <martel@©odelutin.com> Date: Tue Feb 17 18:17:54 2015 +0100 Merge branch 'feature/add-messages' into develop .../persistence/entity/DocumentTopiaDao.java | 2 +- .../services/CoselmarWebServiceSupport.java | 16 ++ .../errors/MailAlreadyExistingException.java | 37 +++ .../ifremer/coselmar/services/v1/ErrorAction.java | 9 + .../coselmar/services/v1/QuestionsWebService.java | 2 +- .../coselmar/services/v1/UsersWebService.java | 15 +- coselmar-rest/src/main/resources/mapping | 5 +- coselmar-ui/pom.xml | 6 + coselmar-ui/src/main/webapp/css/coselmar.css | 65 +++++ coselmar-ui/src/main/webapp/i18n/en.js | 15 + coselmar-ui/src/main/webapp/i18n/fr.js | 16 ++ coselmar-ui/src/main/webapp/index.html | 9 +- .../src/main/webapp/js/coselmar-controllers.js | 308 +++++++++++++++------ .../src/main/webapp/js/coselmar-error-services.js | 67 +++++ .../src/main/webapp/js/coselmar-services.js | 12 +- coselmar-ui/src/main/webapp/js/coselmar.js | 34 +-- .../main/webapp/views/notificationTemplate.html | 16 ++ .../src/main/webapp/views/users/newPassword.html | 9 +- pom.xml | 8 + 19 files changed, 526 insertions(+), 125 deletions(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.