From 134188ceb79430475d7fc54e23eed5f77d0f9745 Mon Sep 17 00:00:00 2001 From: SpeedProg Date: Sun, 12 Nov 2017 22:45:07 +0100 Subject: [PATCH 1/2] fixed invalid html for stat tool --- templates/index.html | 2 +- templates/waitlist/history.html | 2 +- templates/waitlist/history_cut.html | 2 +- templates/waitlist/tools/history_search.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/index.html b/templates/index.html index fafa07f1..b4a63e72 100644 --- a/templates/index.html +++ b/templates/index.html @@ -70,7 +70,7 @@ {% if perm_manager.get_permission('fits_view').can() and config.stattool_enabled %} {% assets filters="babili", output="gen/statcfg.%(version)s.js", "js/config/stattool_config.js" %} {% endassets %} diff --git a/templates/waitlist/history.html b/templates/waitlist/history.html index 7149f532..64873285 100644 --- a/templates/waitlist/history.html +++ b/templates/waitlist/history.html @@ -5,7 +5,7 @@ {{ super() }} {% if config.stattool_enabled %} {% assets filters="babili", output="gen/statcfg.%(version)s.js", "js/config/stattool_config.js" %} {% endassets %} diff --git a/templates/waitlist/history_cut.html b/templates/waitlist/history_cut.html index e49ea0eb..5058dcd9 100644 --- a/templates/waitlist/history_cut.html +++ b/templates/waitlist/history_cut.html @@ -29,7 +29,7 @@ {% if config.stattool_enabled %} {% assets filters="babili", output="gen/statcfg.%(version)s.js", "js/config/stattool_config.js" %} {% endassets %} diff --git a/templates/waitlist/tools/history_search.html b/templates/waitlist/tools/history_search.html index 559cae98..43a585fd 100644 --- a/templates/waitlist/tools/history_search.html +++ b/templates/waitlist/tools/history_search.html @@ -6,7 +6,7 @@ {% if config.stattool_enabled %} {% assets filters="babili", output="gen/statcfg.%(version)s.js", "js/config/stattool_config.js" %} {% endassets %} From 094297a09b04bf48fe1fefaf336e5e3af86798b3 Mon Sep 17 00:00:00 2001 From: SpeedProg Date: Sun, 12 Nov 2017 23:08:50 +0100 Subject: [PATCH 2/2] version 1.1.2 bump and changelog --- CHANGELOG.md | 3 +++ waitlist/data/version.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb1dcb51..d7d98a38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ #Changelog +* 1.1.2 + * Fixes + * Fixed broken html that made the page not work correctly in some browser * 1.1.1 * Fixes * Removed some unneeded code diff --git a/waitlist/data/version.py b/waitlist/data/version.py index 80e2cfee..9ce5d7ee 100644 --- a/waitlist/data/version.py +++ b/waitlist/data/version.py @@ -1 +1 @@ -version = "1.1.1-$Format:%h$" +version = "1.1.2-$Format:%h$"