diff --git a/README.md b/README.md index 5402078..aff737d 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ [![CodeFactor](https://www.codefactor.io/repository/github/coulisse/spiderweb/badge)](https://www.codefactor.io/repository/github/coulisse/spiderweb) -- **Release:** v2.4.1 +- **Release:** v2.4.1.1 - **Author:** Corrado Gerbaldo - [IU1BOW](https://www.qrz.com/db/IU1BOW) - **Mail:** - **Licensing:** Gpl V3.0 see [LICENSE](LICENSE) file. diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index f5e87cb..ab2d007 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,10 @@ ### Change log -Date: 20/01/2023 +Date: 23/01/2023 +Release: v2.4.1.1 +- fixed issue #29 bug on callsign search + +___ +Date: 19/01/2023 Release: v2.4.1 - changed dimensions of spots in world dx spost charts - managed empty data in data providers for charts diff --git a/scripts/build.sh b/scripts/build.sh index b117465..938f10a 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -150,7 +150,8 @@ fi #fi echo 'get version from git' -if ! ver=$(git describe --tags --abbrev=0) +#if ! ver=$(git describe --tags --abbrev=0) +if ! ver=$(git tag|tail -1) then echo 'ERROR on get version from git' exit 10 diff --git a/static/html/rel/offline.html b/static/html/rel/offline.html index d998332..8a99c1c 100644 --- a/static/html/rel/offline.html +++ b/static/html/rel/offline.html @@ -10,8 +10,6 @@ - @@ -103,7 +101,7 @@ © Copyleft: IU1BOW Spiderweb - v2.4.1 + v2.4.1.1 diff --git a/static/js/dev/callsign_inline.js b/static/js/dev/callsign_inline.js index a7446a1..f590563 100644 --- a/static/js/dev/callsign_inline.js +++ b/static/js/dev/callsign_inline.js @@ -5,12 +5,14 @@ //var my_adxo_events=jQuery.parseJSON(my_adxo_events_json.replaceAll("\t","")); var my_adxo_events = JSON.parse(my_adxo_events_json.replaceAll('\t', '')); -var qryString = 'spotlist?c=' + my_callsign; +//var qryString = 'spotlist?c=' + my_callsign; +var qryString = 'spotlist?c=' + callsign; fetch(qryString) .then((response) => response.json()) .then((data) => { try { - tb.build(data, my_callsign); + //tb.build(data, my_callsign); + tb.build(data, callsign); } catch (err) { console.log(err); console.log(err.stack); diff --git a/static/js/rel/callsign_inline.min.js b/static/js/rel/callsign_inline.min.js index 8cc827f..c77e22c 100644 --- a/static/js/rel/callsign_inline.min.js +++ b/static/js/rel/callsign_inline.min.js @@ -1 +1 @@ -var my_adxo_events=JSON.parse(my_adxo_events_json.replaceAll("\t","")),qryString="spotlist?c="+my_callsign;fetch(qryString).then(l=>l.json()).then(o=>{try{tb.build(o,my_callsign)}catch(l){console.log(l),console.log(l.stack),console.log(o)}}); +var my_adxo_events=JSON.parse(my_adxo_events_json.replaceAll("\t","")),qryString="spotlist?c="+callsign;fetch(qryString).then(l=>l.json()).then(o=>{try{tb.build(o,callsign)}catch(l){console.log(l),console.log(l.stack),console.log(o)}}); diff --git a/static/manifest.webmanifest b/static/manifest.webmanifest index d594477..3e3a779 100644 --- a/static/manifest.webmanifest +++ b/static/manifest.webmanifest @@ -1,5 +1,5 @@ { - "name": "IU1BOW DXCluster v2.4.1", + "name": "IU1BOW DXCluster v2.4.1.1", "description": "DXCluser for ham radio by IU1BOW", "short_name": "IU1BOW DX", "theme_color": "#2196f3", diff --git a/templates/_base.html b/templates/_base.html index f42f7df..0f2f9e0 100644 --- a/templates/_base.html +++ b/templates/_base.html @@ -7,8 +7,6 @@ {% block head %} - @@ -100,7 +98,7 @@ © Copyleft: IU1BOW Spiderweb - v2.4.1 + v2.4.1.1 diff --git a/templates/callsign.html b/templates/callsign.html index 0b6c033..f0741eb 100644 --- a/templates/callsign.html +++ b/templates/callsign.html @@ -1,5 +1,4 @@ {% extends "index.html" %} - {% block title %} Spot search for a specific Callsign @@ -10,8 +9,12 @@

Some statistics about this callsign

{% endblock %} {% block filters %} -
- {% endblock filters %} - {% block inline_scripts %} +
+{% endblock filters %} +{% block app_data %} + {{ super() }} + var callsign = '{{callsign}}'; +{% endblock app_data %} +{% block inline_scripts %} - {% endblock %} \ No newline at end of file +{% endblock %} \ No newline at end of file diff --git a/templates/privacy.html b/templates/privacy.html index f155e11..d6861be 100644 --- a/templates/privacy.html +++ b/templates/privacy.html @@ -16,7 +16,7 @@ {% endblock %} {% block contents %}
-

Privacy Policy for this web site

+

Privacy Policy for this web site

At this web site, one of our main priorities is the privacy of our visitors. This Privacy Policy document contains types of information that is collected and recorded by this web site and how we use it.

If you have additional questions or require more information about our Privacy Policy, do not hesitate to contact