This is an automated email from the git hooks/post-receive script. New change to branch feature/2264 in repository wao. See http://git.codelutin.com/wao.git from cceafbe Filtres scléro pour l'onglet Contacts new e3d91c2 Correction filtre organisation de l'onglet contact new 166ecae Remaniement de la validation des contacts (séparation en méthodes du service) new 9e55adb Ajout d'une règle de validation pour le nombre d'individus échantilonnés new e491dea css pour le tableau des contacts The 4 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 e491dea4243fd4a6ab3d06859a8cb17defc014f1 Author: Brendan Le Ny <bleny@codelutin.com> Date: Fri Dec 26 16:34:25 2014 +0100 css pour le tableau des contacts commit 9e55adbaee72973770f08c5a2776ee0e5d9a3d3f Author: Brendan Le Ny <bleny@codelutin.com> Date: Fri Dec 26 16:33:20 2014 +0100 Ajout d'une règle de validation pour le nombre d'individus échantilonnés commit 166ecae2b55bb45e0173748e135a913e37528a82 Author: Brendan Le Ny <bleny@codelutin.com> Date: Fri Dec 26 16:13:07 2014 +0100 Remaniement de la validation des contacts (séparation en méthodes du service) commit e3d91c2b66fb6bf04f47cc15c730df08f48d34f8 Author: Brendan Le Ny <bleny@codelutin.com> Date: Fri Dec 26 14:37:53 2014 +0100 Correction filtre organisation de l'onglet contact Summary of changes: .../wao/services/service/ContactsService.java | 291 +++++++++++---------- .../service/IllegalSampleSizeException.java | 10 + .../service/MissingSampleSizeException.java | 10 + .../resources/i18n/wao-services_en_GB.properties | 2 + .../resources/i18n/wao-services_fr_FR.properties | 2 + .../ifremer/wao/web/action/EditContactAction.java | 30 +-- .../wao/web/action/ValidateContactJsonAction.java | 77 ++---- .../src/main/webapp/WEB-INF/content/contacts.jsp | 11 +- .../webapp/WEB-INF/content/edit-contact-input.jsp | 2 + 9 files changed, 227 insertions(+), 208 deletions(-) create mode 100644 wao-services/src/main/java/fr/ifremer/wao/services/service/IllegalSampleSizeException.java create mode 100644 wao-services/src/main/java/fr/ifremer/wao/services/service/MissingSampleSizeException.java -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.