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 c5572fb fix homepage when no user connected new e95c74a begin reflexion about error/sucess messages new f4bee9f merge with develop new 37703e1 review user error and success on operation : add notifications new a58eecb manage notification for questions/projects new a0b7bc2 manage notification for documents new c3068dd fix duplication on documents list with restricted access new 6d1bd05 fix usage of defaultFailOnCall service for error new b4673c3 Merge branch 'feature/add-messages' into develop The 8 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 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 commit 6d1bd0560634886115c8b8973dd1c277756eb4ac Author: Yannick Martel <martel@©odelutin.com> Date: Tue Feb 17 18:17:38 2015 +0100 fix usage of defaultFailOnCall service for error commit c3068dd3b6581aeaa000158d304ac766a3b9c74b Author: Yannick Martel <martel@©odelutin.com> Date: Tue Feb 17 18:17:03 2015 +0100 fix duplication on documents list with restricted access commit a0b7bc28e7343bf1c5002d5b3d0090951cd96e58 Author: Yannick Martel <martel@©odelutin.com> Date: Tue Feb 17 16:16:28 2015 +0100 manage notification for documents commit a58eecbdb5e4e2e19dd80ee9bf1d06e2bdb8270b Author: Yannick Martel <martel@©odelutin.com> Date: Tue Feb 17 15:28:17 2015 +0100 manage notification for questions/projects commit 37703e1869ddacfd3d51e6f99a58da81d8b8a6a0 Author: Yannick Martel <martel@©odelutin.com> Date: Mon Feb 16 17:38:25 2015 +0100 review user error and success on operation : add notifications commit f4bee9f8559e08665a402537448d76014029011e Merge: e95c74a c5572fb Author: Yannick Martel <martel@©odelutin.com> Date: Mon Feb 16 14:20:34 2015 +0100 merge with develop commit e95c74afb1047d1d387cc318f957ac4b98bb3269 Author: Yannick Martel <martel@©odelutin.com> Date: Fri Feb 13 10:18:47 2015 +0100 begin reflexion about error/sucess messages Summary of changes: .../persistence/entity/DocumentTopiaDao.java | 2 +- .../services/CoselmarWebServiceSupport.java | 16 ++ ...tion.java => MailAlreadyExistingException.java} | 6 +- .../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, 493 insertions(+), 127 deletions(-) copy coselmar-rest/src/main/java/fr/ifremer/coselmar/services/errors/{InvalidCredentialException.java => MailAlreadyExistingException.java} (83%) create mode 100644 coselmar-ui/src/main/webapp/js/coselmar-error-services.js create mode 100644 coselmar-ui/src/main/webapp/views/notificationTemplate.html -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.