From 74a1da252da3e9139959e8ee7aed1a3d4637af78 Mon Sep 17 00:00:00 2001 From: Tim Lowden Date: Thu, 29 Aug 2024 15:11:40 -0400 Subject: [PATCH 1/5] Update search.html --- ckanext/datagovtheme/templates/package/search.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ckanext/datagovtheme/templates/package/search.html b/ckanext/datagovtheme/templates/package/search.html index 5522b5e5..5b1a32bb 100644 --- a/ckanext/datagovtheme/templates/package/search.html +++ b/ckanext/datagovtheme/templates/package/search.html @@ -24,6 +24,10 @@ {%- endif %}
{% block dataset_search_ext %}{% endblock %}
+

For a list of search operators, please see the + + "Search in Detail" instructions. +

{% for field in c.fields_grouped %} From f5c490bd7c30cce75e93596da2430f831a12a11c Mon Sep 17 00:00:00 2001 From: Tyler Burton Date: Fri, 30 Aug 2024 14:21:28 -0500 Subject: [PATCH 2/5] adds test styling --- .../fanstatic_library/styles/datagovtheme.css | 6 ++++++ ckanext/datagovtheme/templates/package/search.html | 9 +++++---- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/ckanext/datagovtheme/fanstatic_library/styles/datagovtheme.css b/ckanext/datagovtheme/fanstatic_library/styles/datagovtheme.css index b64506b4..293793c2 100644 --- a/ckanext/datagovtheme/fanstatic_library/styles/datagovtheme.css +++ b/ckanext/datagovtheme/fanstatic_library/styles/datagovtheme.css @@ -2860,3 +2860,9 @@ body .usa-menu-btn { #flDebug .flDebugPanelContent { overflow: scroll; } + + +.search-helper { + margin-top: -17px; + font-style: italic; +} \ No newline at end of file diff --git a/ckanext/datagovtheme/templates/package/search.html b/ckanext/datagovtheme/templates/package/search.html index 5b1a32bb..69e0c269 100644 --- a/ckanext/datagovtheme/templates/package/search.html +++ b/ckanext/datagovtheme/templates/package/search.html @@ -24,10 +24,11 @@ {%- endif %}
{% block dataset_search_ext %}{% endblock %}
-

For a list of search operators, please see the - - "Search in Detail" instructions. -

+
+ For a list of search operators, please see the + + "Search in Detail" instructions. +
{% for field in c.fields_grouped %} From 8f7e9862126fbb5e1852c44cd0b9abb543714705 Mon Sep 17 00:00:00 2001 From: Tyler Burton Date: Mon, 21 Oct 2024 10:50:28 -0500 Subject: [PATCH 3/5] adds target blank to href; bumps verion --- ckanext/datagovtheme/templates/package/search.html | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ckanext/datagovtheme/templates/package/search.html b/ckanext/datagovtheme/templates/package/search.html index 69e0c269..9c7570f0 100644 --- a/ckanext/datagovtheme/templates/package/search.html +++ b/ckanext/datagovtheme/templates/package/search.html @@ -26,7 +26,7 @@
{% block dataset_search_ext %}{% endblock %}
For a list of search operators, please see the - + "Search in Detail" instructions.
diff --git a/setup.py b/setup.py index 6d041764..0d6b084a 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="ckanext-datagovtheme", - version="0.2.34", + version="0.2.35", description="CKAN Extension to manage data.gov theme", long_description=long_description, classifiers=[ From f84c935a214ce9a7612e62b94b92945db9174ade Mon Sep 17 00:00:00 2001 From: Tyler Burton Date: Mon, 21 Oct 2024 12:27:06 -0500 Subject: [PATCH 4/5] pin pyproj --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9d61ec3b..582d9b1b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,7 +21,7 @@ lxml>=2.3 argparse pyparsing>=2.1.10 requests>=1.1.0 -pyproj +pyproj==3.6.1 Shapely==2.0.1 numpy==1.26.4 OWSLib==0.28.1 From f966b9af6a1d28942fb6a5926c48a5a35e33797d Mon Sep 17 00:00:00 2001 From: Reid Hewitt Date: Thu, 7 Nov 2024 13:30:32 -0700 Subject: [PATCH 5/5] remove mt --- ckanext/datagovtheme/fanstatic_library/styles/datagovtheme.css | 1 - 1 file changed, 1 deletion(-) diff --git a/ckanext/datagovtheme/fanstatic_library/styles/datagovtheme.css b/ckanext/datagovtheme/fanstatic_library/styles/datagovtheme.css index 293793c2..9e4761b7 100644 --- a/ckanext/datagovtheme/fanstatic_library/styles/datagovtheme.css +++ b/ckanext/datagovtheme/fanstatic_library/styles/datagovtheme.css @@ -2863,6 +2863,5 @@ body .usa-menu-btn { .search-helper { - margin-top: -17px; font-style: italic; } \ No newline at end of file