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 984fbd9 Merge branch 'develop' of https://git.codelutin.com/coselmar into develop new cf69dca Add two default users in applications Fix mail support on user account creation 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 cf69dca56579074d6e26eb5e33c1e02d58217018 Author: Yannick Martel <martel@©odelutin.com> Date: Fri Nov 21 16:22:10 2014 +0100 Add two default users in applications Fix mail support on user account creation Summary of changes: .../src/main/xmi/coselmar-model.zargo | Bin 6024 -> 6029 bytes .../coselmar/beans/UserAccountCreatedMail.java | 4 +- .../coselmar/converter/BeanEntityConverter.java | 6 +-- .../services/CoselmarRestRequestContext.java | 4 +- .../CoselmarServicesApplicationContext.java | 8 ++++ .../services/CoselmarSimpleServiceSupport.java | 40 ++++++++++++++++ .../services/CoselmarWebServiceSupport.java | 6 +-- .../services/v1/InitialisationService.java | 52 +++++++++++++++++++++ .../coselmar/services/v1/UsersWebService.java | 27 ++++++----- .../i18n/coselmar-services_en_GB.properties | 1 + .../i18n/coselmar-services_fr_FR.properties | 1 + .../resources/mail/UserAccountCreatedMail.mustache | 2 +- .../mail/UserAccountCreatedMail_fr.mustache | 2 +- 13 files changed, 127 insertions(+), 26 deletions(-) create mode 100644 coselmar-rest/src/main/java/fr/ifremer/coselmar/services/CoselmarSimpleServiceSupport.java create mode 100644 coselmar-rest/src/main/java/fr/ifremer/coselmar/services/v1/InitialisationService.java create mode 100644 coselmar-rest/src/main/resources/i18n/coselmar-services_en_GB.properties create mode 100644 coselmar-rest/src/main/resources/i18n/coselmar-services_fr_FR.properties -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.