From 3d192ed59fc56b51d9126b385557a4d780c1414b Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sat, 21 Oct 2017 08:33:37 +0200 Subject: [PATCH 1/4] Replace alplora.ch with .hack4glarus.ch --- dynamicweb/settings/prod.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dynamicweb/settings/prod.py b/dynamicweb/settings/prod.py index e8cfc64c..6cc872d5 100644 --- a/dynamicweb/settings/prod.py +++ b/dynamicweb/settings/prod.py @@ -31,5 +31,5 @@ ALLOWED_HOSTS = [ ".ipv6onlyhosting.com", ".ipv6onlyhosting.net", ".digitalglarus.ch", - ".alplora.ch" + ".hack4glarus.ch" ] From ed87762ff01155103a1dacf6053903cda50d5658 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sat, 21 Oct 2017 08:36:17 +0200 Subject: [PATCH 2/4] Update changelog as well --- Changelog | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index 3daf9288..1b0f350d 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,6 @@ +1.2.8: 2017-10-21 + * Remove ALLOWED_HOST alplora.ch + * Add ALLOWED_HOST hack4glarus.ch 1.2.7: 2017-10-20 * Bugfix: [dcl, hosting] Fix Stripe js error in confirm payment page * #3847: [ungleich] change text 'hosting products' -> 'our products' @@ -6,7 +9,7 @@ * #3828: [dcl, hosting] invoice period set to show monthly subscription * #3838: [hosting] restyle signup/login/password reset/password pages * Bugfix: [dg] Remove validate email link in the registration email - * Feature: [ungleich_page] Add new glasfaser CMS template + * Feature: [ungleich_page] Add new glasfaser CMS template 1.2.6: 2017-10-10 * Bugfix: [dcl] Refactor and optimize images, links in glasfaser page * Bugfix: [dcl] Fix email not being sent issue From 12278fc5af0464a2147cd40b814f546723107c0d Mon Sep 17 00:00:00 2001 From: PCoder Date: Sat, 21 Oct 2017 11:40:59 +0200 Subject: [PATCH 3/4] Fetch page_title and meta_description dynamically in glasfaser CMS template --- .../templates/ungleich_page/glasfaser_cms_page.html | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/ungleich_page/templates/ungleich_page/glasfaser_cms_page.html b/ungleich_page/templates/ungleich_page/glasfaser_cms_page.html index 0aebb93c..03c1ed12 100644 --- a/ungleich_page/templates/ungleich_page/glasfaser_cms_page.html +++ b/ungleich_page/templates/ungleich_page/glasfaser_cms_page.html @@ -2,15 +2,14 @@ {% get_current_language as LANGUAGE_CODE %} - - + - - - ungleich GmbH + + + {% page_attribute "page_title" %} From 7359431b9c4ec291264c182c529487842d337b5c Mon Sep 17 00:00:00 2001 From: PCoder Date: Sat, 21 Oct 2017 11:44:55 +0200 Subject: [PATCH 4/4] Update Changelog --- Changelog | 1 + 1 file changed, 1 insertion(+) diff --git a/Changelog b/Changelog index 1b0f350d..d39dbd4f 100644 --- a/Changelog +++ b/Changelog @@ -1,6 +1,7 @@ 1.2.8: 2017-10-21 * Remove ALLOWED_HOST alplora.ch * Add ALLOWED_HOST hack4glarus.ch + * Fetch page_title and meta_description dynamically in glasfaser CMS template 1.2.7: 2017-10-20 * Bugfix: [dcl, hosting] Fix Stripe js error in confirm payment page * #3847: [ungleich] change text 'hosting products' -> 'our products'