Skip to content

Commit

Permalink
Merge pull request #3624 from CityOfBoston/master
Browse files Browse the repository at this point in the history
(production) Maintenance and Metrolist search improvements
  • Loading branch information
davidrkupton authored Oct 1, 2024
2 parents 93f090a + 23e4af1 commit f89cca0
Show file tree
Hide file tree
Showing 67 changed files with 1,145 additions and 54,009 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
"drupal/acquia_connector": "^4.0",
"drupal/acquia_purge": "^1.0",
"drupal/address": "^1.4",
"drupal/address": "^2.0",
"drupal/addtocal": "^3.0@beta",
"drupal/admin_toolbar": "^3.1",
"drupal/adminimal_admin_toolbar": "^2.0",
Expand Down
1,837 changes: 926 additions & 911 deletions composer.lock

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions config/default/core.extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ module:
sophron: 0
sophron_guesser: 0
svg_image: 0
syslog: 0
system: 0
taxonomy: 0
telephone: 0
Expand Down
3 changes: 3 additions & 0 deletions config/default/xmlsitemap.settings.node.article.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
status: true
priority: 0.5
changefreq: 2419200
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
status: true
priority: 0.5
changefreq: 3600
changefreq: 86400
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
status: true
priority: 0.5
changefreq: 604800
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
status: true
priority: 0.5
changefreq: 2419200
5 changes: 0 additions & 5 deletions config/default/xmlsitemap.settings.node.transaction.yml

This file was deleted.

10 changes: 5 additions & 5 deletions config/default/xmlsitemap.settings.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
_core:
default_config_hash: 3my4yxTczVKbcKZ8ss1fyyilU1wC19kLZd_IPRbxuyU
minimum_lifetime: 21600
xsl: 0
minimum_lifetime: 86400
xsl: 1
prefetch_aliases: 1
chunk_size: auto
batch_limit: 5
batch_limit: 10
path: xmlsitemap
frontpage_priority: 1.0
frontpage_changefreq: 86400
frontpage_changefreq: 60
lastmod_format: 'Y-m-d\TH:i\Z'
gz: false
clean_url: 0
disable_cron_regeneration: true
disable_cron_regeneration: false
i18n_selection_mode: simple
metatag_exclude_noindex: true
cron_threshold_error: 1209600
Expand Down
4 changes: 2 additions & 2 deletions config/default/xmlsitemap_engines.settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ _core:
default_config_hash: cufENE0oxs6iqDK4ygjKRjgR7TljgtrB1U-O03lBmgY
engines:
bing: '0'
google: '0'
google: google
custom_urls: ''
minimum_lifetime: 86400
minimum_lifetime: 10800

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f89cca0

Please sign in to comment.