This is an automated email from the git hooks/post-receive script. New change to branch feature/5923 in repository wao. See http://git.codelutin.com/wao.git from 1322a83 Remaniement de la génération du graphique du planifié vs réalisé, on introduit un pattern Template Method et trois implémentations (une par programme) new 49a6592 Factorisation de la déclaration du converter, on applique le même pour toutes les instances de JFreeChart new b54359d Ajout de .chart sur toutes les images correspondantes et mise en place d'une marge new b2f3804 Dans la synthèse ObsMer on, montre le graphique du réalisé en jours de mers The 3 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 b2f3804d10e80a1985dcbcf870197089d0929002 Author: Brendan Le Ny <bleny@codelutin.com> Date: Fri Feb 20 12:14:05 2015 +0100 Dans la synthèse ObsMer on, montre le graphique du réalisé en jours de mers commit b54359d32027608f105529ced7db2e5446f29888 Author: Brendan Le Ny <bleny@codelutin.com> Date: Fri Feb 20 12:12:33 2015 +0100 Ajout de .chart sur toutes les images correspondantes et mise en place d'une marge commit 49a6592d6c626b63c25483feb930d9847cd22eb2 Author: Brendan Le Ny <bleny@codelutin.com> Date: Fri Feb 20 11:20:44 2015 +0100 Factorisation de la déclaration du converter, on applique le même pour toutes les instances de JFreeChart Summary of changes: .../fr/ifremer/wao/services/service/Synthesis.java | 10 ++++ .../wao/services/service/SynthesisService.java | 57 ++++++++++++++++++++++ .../resources/i18n/wao-services_en_GB.properties | 1 + .../resources/i18n/wao-services_fr_FR.properties | 1 + .../web/converter/JFreeChartToImgTagConverter.java | 2 +- .../service/Synthesis-conversion.properties | 22 --------- .../src/main/resources/xwork-conversion.properties | 1 + .../src/main/webapp/WEB-INF/content/synthesis.jsp | 5 ++ wao-web/src/main/webapp/wao.css | 2 +- 9 files changed, 77 insertions(+), 24 deletions(-) delete mode 100644 wao-web/src/main/resources/fr/ifremer/wao/services/service/Synthesis-conversion.properties -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.