This is an automated email from the git hooks/post-receive script. New change to branch develop in repository wao. See http://git.codelutin.com/wao.git from 0e7cf12 Correction d'un WARN struts en ajoutant un champs manquant dans l'action new f01d75b On renomme un modèle CSV (plus de ObsDeb) new 36c1b90 Dans la liste déroulante, afficher la société avant le labo pour grouper new 85b06c7 Changer les intitulés pour « Laboratoire Ifremer », changer « Organisation » pour « Société / Laboratoire » new 7c33594 Dans la liste des utilisateurs, ajouter une colonne pour le labo ; dans la liste déroulante, afficher la société avant le labo pour grouper new 141f8e2 On garde un libellé « Société » pour obsmer et obsvente de le formulaire de modification d'une ligne du plan new dfad235 Corrections pour éviter la notion d'organisation (fixes #6295) The 6 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 dfad2351a30af4b4aef2a0add3365bacf4e96c79 Merge: f01d75b 141f8e2 Author: Brendan Le Ny <bleny@codelutin.com> Date: Tue Dec 23 10:50:07 2014 +0100 Corrections pour éviter la notion d'organisation (fixes #6295) commit 141f8e230ea90d4a6fa8602a1b4bb7197a6b3e47 Author: Brendan Le Ny <bleny@codelutin.com> Date: Tue Dec 23 10:46:45 2014 +0100 On garde un libellé « Société » pour obsmer et obsvente de le formulaire de modification d'une ligne du plan commit 7c3359487b0aa84d328639927371fa584b3f1ffa Author: Brendan Le Ny <bleny@codelutin.com> Date: Tue Dec 23 10:02:04 2014 +0100 Dans la liste des utilisateurs, ajouter une colonne pour le labo ; dans la liste déroulante, afficher la société avant le labo pour grouper commit 85b06c7c83051065930f2712b550b958b0a13141 Author: Brendan Le Ny <bleny@codelutin.com> Date: Mon Dec 22 17:37:49 2014 +0100 Changer les intitulés pour « Laboratoire Ifremer », changer « Organisation » pour « Société / Laboratoire » commit 36c1b90a89025996229d2b25d644f4ebe6b88c8c Author: Brendan Le Ny <bleny@codelutin.com> Date: Mon Dec 22 17:26:58 2014 +0100 Dans la liste déroulante, afficher la société avant le labo pour grouper commit f01d75ba154f807d7f113eefd5ee0712b0171850 Author: Brendan Le Ny <bleny@codelutin.com> Date: Mon Dec 22 16:59:28 2014 +0100 On renomme un modèle CSV (plus de ObsDeb) Summary of changes: .../main/java/fr/ifremer/wao/entity/Companies.java | 2 +- .../java/fr/ifremer/wao/entity/LaboratoryImpl.java | 4 +- .../java/fr/ifremer/wao/entity/Organisations.java | 10 ++--- .../main/java/fr/ifremer/wao/entity/WaoUsers.java | 16 ++++++++ .../wao/services/service/SamplingPlanService.java | 6 +-- .../administration/OrganisationsService.java | 9 ++--- .../service/administration/WaoUsersList.java | 44 ++++++++++++++++++++++ .../service/administration/WaoUsersService.java | 19 +++++----- ...del.java => SamplingPlanImportExportModel.java} | 14 +++---- .../operations/OrganisationParserFormatter.java | 2 +- ...java => SamplingPlanImportExportModelTest.java} | 6 +-- .../web/action/administration/WaoUsersAction.java | 13 +++---- .../main/resources/i18n/wao-web_en_GB.properties | 1 + .../main/resources/i18n/wao-web_fr_FR.properties | 7 ++-- .../WEB-INF/content/administration/wao-users.jsp | 24 ++++++++++-- .../WEB-INF/content/edit-sample-row-input.jsp | 7 +++- 16 files changed, 132 insertions(+), 52 deletions(-) create mode 100644 wao-services/src/main/java/fr/ifremer/wao/services/service/administration/WaoUsersList.java rename wao-services/src/main/java/fr/ifremer/wao/services/service/csv/{ObsMerObsVenteSamplingPlanImportExportModel.java => SamplingPlanImportExportModel.java} (94%) rename wao-services/src/test/java/fr/ifremer/wao/services/service/csv/{ObsMerObsVenteSamplingPlanImportExportModelTest.java => SamplingPlanImportExportModelTest.java} (90%) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.