Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added sitemap link to footer in datagovtheme #740

Merged
merged 2 commits into from
Jan 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion ckan/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ git+https://github.com/keitaroinc/ckanext-saml2auth.git@main#egg=ckanext-saml2au
-e git+https://github.com/ckan/ckanext-report.git@master#egg=ckanext-report

ckanext-datagovcatalog>=0.0.3
ckanext-datagovtheme>=0.1.16
-e git+https://github.com/gsa/ckanext-datagovtheme.git@feature/sitemap2footer#egg=ckanext-datagovtheme
ckanext-datagovtheme>=0.1.19
ckanext-datajson>=0.1.8
ckanext-envvars>=0.0.2
ckanext-geodatagov>=0.1.20
Expand Down
16 changes: 8 additions & 8 deletions ckan/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@ async-timeout==4.0.2
Babel==2.9.1
Beaker==1.11.0
bleach==3.3.0
boto3==1.26.41
botocore==1.29.41
boto3==1.26.52
botocore==1.29.52
certifi==2022.12.7
cffi==1.15.1
chardet==3.0.4
ckan==2.9.7
-e git+https://github.com/ckan/ckanext-archiver.git@c96e3c81bfc430cdb0372f3307c7abd4109a80f1#egg=ckanext_archiver
ckanext-datagovcatalog==0.0.5
ckanext-datagovtheme==0.1.18
ckanext-datagovtheme==0.1.19
ckanext-datajson==0.1.11
ckanext-dcat @ git+https://github.com/ckan/ckanext-dcat@618928be5a211babafc45103a72b6aab4642e964
ckanext-envvars==0.0.2
ckanext-geodatagov==0.1.20
ckanext-googleanalyticsbasic==0.2.0
-e git+https://github.com/ckan/ckanext-harvest.git@2e5ac42f3ba58dd4bcb1e69a783e155828ff4b89#egg=ckanext_harvest
-e git+https://github.com/ckan/ckanext-harvest.git@ecb9e702bbb70eacc5f065defb4a5d2d72b250d7#egg=ckanext_harvest
ckanext-metrics-dashboard==0.1.5
-e git+https://github.com/ckan/ckanext-qa.git@1731b59d2bf82b06f7866c204b26eb7c6c9ea1f9#egg=ckanext_qa
-e git+https://github.com/ckan/ckanext-report.git@24ade58d126d9480286c7bd1a904f20186d83988#egg=ckanext_report
Expand Down Expand Up @@ -52,13 +52,13 @@ jsonschema==2.4.0
lxml==4.9.1
Mako==1.2.4
Markdown==3.1.1
MarkupSafe==2.1.1
MarkupSafe==2.1.2
messytables==0.15.2
newrelic==8.5.0
nose==1.3.7
numpy==1.24.1
OWSLib==0.18.0
packaging==22.0
packaging==23.0
passlib==1.7.3
PasteDeploy==2.0.1
pathtools==0.1.2
Expand All @@ -85,7 +85,7 @@ PyUtilib==5.7.1
PyYAML==5.4
PyZ3950 @ git+https://github.com/danizen/PyZ3950@6d44a4ab85c8bda3a7542c2c9efdfad46c830219
rdflib==4.2.2
redis==4.4.0
redis==4.4.2
repoze.lru==0.7
repoze.who==2.3
requests==2.25.0
Expand All @@ -102,7 +102,7 @@ SQLAlchemy==1.3.5
sqlparse==0.4.2
tzlocal==1.3
unicodecsv==0.14.1
urllib3==1.26.13
urllib3==1.26.14
webassets==0.12.1
webencodings==0.5.1
WebOb==1.8.7
Expand Down