This is an automated email from the git hooks/post-receive script. New change to branch feature/41_mentions_legales in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git from 79c4acf8 Corrige l'url des mentions légales new 71ed13bb Ajoute une page de mentions légales par défaut et déplace toutes les données à customiser dans un répertoire spécifique 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 71ed13bbbf109782e3adae0e33da2aac237cd80e Author: Samuel Maisonneuve <maisonneuve@codelutin.com> Date: Wed Sep 27 14:48:51 2017 +0200 Ajoute une page de mentions légales par défaut et déplace toutes les données à customiser dans un répertoire spécifique refs #41 Summary of changes: .../main/web/{home/en.html => customData/home-en.html} | 4 ++-- .../main/web/{home/fr.html => customData/home-fr.html} | 4 ++-- .../src/main/web/customData/legalNotices-en.html | 14 ++++++++++++++ .../src/main/web/customData/legalNotices-fr.html | 13 +++++++++++++ .../src/main/web/{home => customData}/lutin.png | Bin .../src/main/web/{home => customData}/style.css | 0 .../web/tag/{Home.tag.html => ContentLoader.tag.html} | 17 +++++++++++------ pollen-ui-riot-js/src/main/web/tag/Pollen.tag.html | 13 +++++++++++-- .../src/main/web/tag/PollenFooter.tag.html | 2 +- pollen-ui-riot-js/webpack.config.js | 2 +- 10 files changed, 55 insertions(+), 14 deletions(-) rename pollen-ui-riot-js/src/main/web/{home/en.html => customData/home-en.html} (81%) rename pollen-ui-riot-js/src/main/web/{home/fr.html => customData/home-fr.html} (79%) create mode 100644 pollen-ui-riot-js/src/main/web/customData/legalNotices-en.html create mode 100644 pollen-ui-riot-js/src/main/web/customData/legalNotices-fr.html rename pollen-ui-riot-js/src/main/web/{home => customData}/lutin.png (100%) rename pollen-ui-riot-js/src/main/web/{home => customData}/style.css (100%) rename pollen-ui-riot-js/src/main/web/tag/{Home.tag.html => ContentLoader.tag.html} (80%) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.