From 5422c64c02e609610a673959ca45163da1f3dc4b Mon Sep 17 00:00:00 2001 From: Matthieu Michelet Date: Sat, 9 Dec 2017 03:16:31 +0100 Subject: [PATCH 1/5] =?UTF-8?q?implementation=20des=20donn=C3=A9es=20OpenG?= =?UTF-8?q?raph=20issue=20#53?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/base.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/templates/base.html b/templates/base.html index 408abec1..fbc0e6c4 100644 --- a/templates/base.html +++ b/templates/base.html @@ -29,7 +29,13 @@ with this program; if not, write to the Free Software Foundation, Inc., + + + + + + {# Load CSS and JavaScript #} {% bootstrap_css %} From 0383ee7a7b2e69aa9cdf8b61f3143bbe43da60a5 Mon Sep 17 00:00:00 2001 From: Matthieu Michelet Date: Tue, 12 Dec 2017 00:15:54 +0100 Subject: [PATCH 2/5] =?UTF-8?q?Fix=20de=20l'impl=C3=A9menation=20de=20open?= =?UTF-8?q?=5Fgraph=20issue=20#53?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/base.html | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/templates/base.html b/templates/base.html index fbc0e6c4..e81ea639 100644 --- a/templates/base.html +++ b/templates/base.html @@ -29,13 +29,12 @@ with this program; if not, write to the Free Software Foundation, Inc., - - - + - - + + + {# Load CSS and JavaScript #} {% bootstrap_css %} From 50663784bd3babaa7b6fe820b032f676dfb5a215 Mon Sep 17 00:00:00 2001 From: Matthieu Michelet Date: Tue, 12 Dec 2017 01:24:20 +0100 Subject: [PATCH 3/5] =?UTF-8?q?NV=C3=A9rification=20du=20caract=C3=A8re=20?= =?UTF-8?q?s=C3=A9curis=C3=A9=20de=20la=20requete=20http/https=20issue=20#?= =?UTF-8?q?53?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/base.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index e81ea639..6f7ecf72 100644 --- a/templates/base.html +++ b/templates/base.html @@ -32,7 +32,11 @@ with this program; if not, write to the Free Software Foundation, Inc., - + {% if request.is_secure %} + + {%else%} + + {%endif%} {# Load CSS and JavaScript #} From be3f508a00240510b4b096ab5168130ac8ba7d94 Mon Sep 17 00:00:00 2001 From: Matthieu Michelet Date: Wed, 13 Dec 2017 00:36:29 +0100 Subject: [PATCH 4/5] Utilisation d'un logo Re2o et d'Url local issue #53 --- templates/base.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/templates/base.html b/templates/base.html index 6f7ecf72..c41ab91e 100644 --- a/templates/base.html +++ b/templates/base.html @@ -3,7 +3,6 @@ Re2o est un logiciel d'administration développé initiallement au rezometz. Il se veut agnostique au réseau considéré, de manière à être installable en quelques clics. -Copyright © 2017 Gabriel Détraz Copyright © 2017 Goulven Kermarec Copyright © 2017 Augustin Lemesle @@ -34,11 +33,12 @@ with this program; if not, write to the Free Software Foundation, Inc., {% if request.is_secure %} + {%else%} - + + {%endif%} - - + {# Load CSS and JavaScript #} {% bootstrap_css %} @@ -111,10 +111,10 @@ with this program; if not, write to the Free Software Foundation, Inc., Preferences - - + + {% endif %} - + From 723e3295e9845fbcf405d09bd1c02c164c29b70f Mon Sep 17 00:00:00 2001 From: Matthieu Michelet Date: Wed, 20 Dec 2017 19:15:18 +0100 Subject: [PATCH 5/5] =?UTF-8?q?Changement=20de=20la=20description=20dans?= =?UTF-8?q?=20les=20donn=C3=A9es=20open=5Fgraph?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index c41ab91e..01f1ac4e 100644 --- a/templates/base.html +++ b/templates/base.html @@ -38,7 +38,7 @@ with this program; if not, write to the Free Software Foundation, Inc., {%endif%} - + {# Load CSS and JavaScript #} {% bootstrap_css %}