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

(production) Drupal Maintenance, Emergency Alerts Update and Theme fix #3347

Merged
merged 13 commits into from
Feb 8, 2024
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
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ xdebug*.ini
# ignoring config files
bos_city_score.settings.yml
bos_core.settings.yml
bos_emergency_alerts.settings.yml
bos_mnl.settings.yml
bos_swiftype.settings
environment_indicator.*
Expand Down
652 changes: 311 additions & 341 deletions composer.lock

Large diffs are not rendered by default.

33 changes: 33 additions & 0 deletions config/default/bos_emergency_alerts.settings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
codered_settings:
api_base: 'https://api.coderedweb.com'
api_user:
api_pass:
api_group: 'website signups'
email_alerts:
_core:
default_config_hash: yjoeD0HHPcFSOKl72ibsXPqCw-vhmnatgfDusJ1Hu4g
emergency_alerts_settings:
current_api: GenasysSubscriber
email_alerts: [email protected]
api_config:
genasys:
api_base: 'https://alertboston.genasys.com'
api_user:
api_pass:
api_clientid:
api_clientsecret:
api_token:
groups: 'A,all'
refresh_token:
token_expiry:
types: General
geo_lat: '42.360300000003122'
geo_long: '-71.058271500000757'
msg_success: 'Success Message!<br>Please login to <a src="https://www.google.com">The Alert Boston</a> system to manage your account.'
msg_duplicate_number: 'There is already a subscription for this phone number. Please login to <a src="https://www.google.com">The Alert Boston</a> system to manage your account.'
msg_duplicate_email: 'There is already a subscription for this email address. Please login to <a src="https://www.google.com">The Alert Boston</a> system to manage your account.'
msg_error: 'We had an error. You have not been subscribed.'
everbridge:
api_base: dghj
api_user: dghjd
api_pass: ''
9 changes: 9 additions & 0 deletions config/default/bos_geocoder.settings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
arcgis:
base_url: 'https://geocoder.boston.gov'
find_location: arcgis/rest/services/SAMLocator/GeocodeServer/findAddressCandidates
find_address: arcgis/rest/services/SAMLocator/GeocodeServer/reverseGeocode
google:
base_url: 'https://maps.googleapis.com'
find_location: maps/api/geocode/json
find_address: maps/api/geocode/json
token:
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ _core:
default_config_hash: Za3bpBmZC2rMLheOZt4ssBRyDcnsxvBb5-66MAoDSU4
id: media.media_browser
label: 'Media browser'
description: ''
targetEntityType: media
cache: true
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ _core:
default_config_hash: pkq0uj-IoqEQRBOP_ddUDV0ZJ-dKQ_fLcppsEDF2UO8
id: media.media_library
label: 'Media library'
description: ''
targetEntityType: media
cache: true
1 change: 1 addition & 0 deletions config/default/core.entity_form_mode.user.register.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ _core:
default_config_hash: flXhTcp55yLcyy7ZLOhPGKGZobZQJdkAFVWV3LseiuI
id: user.register
label: Register
description: ''
targetEntityType: user
cache: true
1 change: 1 addition & 0 deletions config/default/core.entity_view_mode.block.token.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ third_party_settings:
internal: true
id: block.token
label: Token
description: ''
targetEntityType: block
cache: true
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ _core:
default_config_hash: 4tedlMuvQjDOdvHdw86_e-2Rt78aR7TGFMfOK8Ejppg
id: block_content.full
label: Full
description: ''
targetEntityType: block_content
cache: true
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ third_party_settings:
internal: true
id: block_content.token
label: Token
description: ''
targetEntityType: block_content
cache: true
1 change: 1 addition & 0 deletions config/default/core.entity_view_mode.file.cta_button.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ third_party_settings:
description: 'Renders the file as a link - Call to action style button.'
id: file.cta_button
label: 'CTA Button'
description: ''
targetEntityType: file
cache: true
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ third_party_settings:
description: 'Specifically for the entity browser to display images.'
id: file.entity_browser
label: 'Entity Browser - Image'
description: ''
targetEntityType: file
cache: true
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ third_party_settings:
description: 'Specifically for the entity browser to display document/files.'
id: file.entity_browser_document
label: 'Entity Browser - Document'
description: ''
targetEntityType: file
cache: true
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ third_party_settings:
description: 'Specifically for the entity browser to display icons from patterns library.'
id: file.entity_browser_icon
label: 'Entity Browser - Icon'
description: ''
targetEntityType: file
cache: true
1 change: 1 addition & 0 deletions config/default/core.entity_view_mode.file.full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ dependencies:
- file
id: file.full
label: Full
description: ''
targetEntityType: file
cache: true
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ third_party_settings:
description: 'Used in paragraphs EXPEREMENTAL summary display.'
id: file.paragraph_summary
label: Paragraph-Summary
description: ''
targetEntityType: file
cache: true
1 change: 1 addition & 0 deletions config/default/core.entity_view_mode.file.preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ dependencies:
- file
id: file.preview
label: preview
description: ''
targetEntityType: file
cache: true
1 change: 1 addition & 0 deletions config/default/core.entity_view_mode.file.teaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ dependencies:
- file
id: file.teaser
label: Teaser
description: ''
targetEntityType: file
cache: true
1 change: 1 addition & 0 deletions config/default/core.entity_view_mode.file.thumbnail.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ _core:
default_config_hash: fuTFvTm2wH_wVi3iK4BWiCAHE2nwnljQgh6BTyBoyfs
id: file.thumbnail
label: Thumbnail
description: ''
targetEntityType: file
cache: true
1 change: 1 addition & 0 deletions config/default/core.entity_view_mode.file.token.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ third_party_settings:
internal: true
id: file.token
label: Token
description: ''
targetEntityType: file
cache: true
1 change: 1 addition & 0 deletions config/default/core.entity_view_mode.file.wysiwyg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ dependencies:
- file
id: file.wysiwyg
label: wysiwyg
description: ''
targetEntityType: file
cache: true
1 change: 1 addition & 0 deletions config/default/core.entity_view_mode.media.colorbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ third_party_settings:
description: ''
id: media.colorbox
label: Colorbox
description: ''
targetEntityType: media
cache: true
1 change: 1 addition & 0 deletions config/default/core.entity_view_mode.media.columns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ third_party_settings:
description: 'Image sitting at top of column. Used in 3col-with-image.'
id: media.columns
label: 'Columns (resp)'
description: ''
targetEntityType: media
cache: true
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ third_party_settings:
description: "Department Icon: In Circle Large:\r\n- defined in https://patterns.boston.com/components/detail/department_icon--in-circle-large.html"
id: media.departmenticon_incirclelarge
label: DepartmentIcon.InCircleLarge
description: ''
targetEntityType: media
cache: true
1 change: 1 addition & 0 deletions config/default/core.entity_view_mode.media.embedded.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ _core:
default_config_hash: IvohHEiv_tHXtdBNMu7elD10mqN5cVonX-h3Z4vCpZs
id: media.embedded
label: Embedded
description: ''
targetEntityType: media
cache: true
1 change: 1 addition & 0 deletions config/default/core.entity_view_mode.media.full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ _core:
default_config_hash: 6NBUEuGmlkClK8Fb76tSMMpO2eZ4LWCBdbUk4z7CuP0
id: media.full
label: 'Full content'
description: ''
targetEntityType: media
cache: true
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ _core:
default_config_hash: pkq0uj-IoqEQRBOP_ddUDV0ZJ-dKQ_fLcppsEDF2UO8
id: media.media_library
label: 'Media library'
description: ''
targetEntityType: media
cache: true
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ third_party_settings:
description: 'Used in "Paragraphs EXPEREMENTAL" summary display.'
id: media.paragraph_summary
label: Paragraph-Summary
description: ''
targetEntityType: media
cache: true
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ third_party_settings:
description: 'Render a featured-item thumbnail responsive image.'
id: media.responsive_image
label: 'Featured (resp)'
description: ''
targetEntityType: media
cache: true
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ third_party_settings:
description: 'Render a featured-item card responsive image for 2up horizontal.'
id: media.responsive_image_card
label: 'Card 2x (resp)'
description: ''
targetEntityType: media
cache: true
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ third_party_settings:
description: 'Render a featured-item card responsive image for 3up horizontal.'
id: media.responsive_image_card_3x
label: 'Card 3x (resp)'
description: ''
targetEntityType: media
cache: true
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ third_party_settings:
description: 'Render a featured-item thumbnail responsive image.'
id: media.responsive_image_full_width
label: 'Full Width (resp)'
description: ''
targetEntityType: media
cache: true
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ third_party_settings:
description: 'For the hero paragraph.'
id: media.responsive_image_hero
label: 'Hero (resp)'
description: ''
targetEntityType: media
cache: true
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ third_party_settings:
description: 'For the field_intro_image on nodes.'
id: media.responsive_image_intro_image
label: 'Intro Image (resp)'
description: ''
targetEntityType: media
cache: true
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ third_party_settings:
description: 'Render a featured-item thumbnail responsive image.'
id: media.responsive_image_logo
label: 'Logo (resp)'
description: ''
targetEntityType: media
cache: true
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ third_party_settings:
description: 'Render a featured-item thumbnail responsive image.'
id: media.responsive_image_person
label: 'Person Card (resp)'
description: ''
targetEntityType: media
cache: true
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ third_party_settings:
description: 'Used for topic intro-mage in topic-page listing-long display.'
id: media.responsive_image_topic_card
label: 'Topic Card (resp)'
description: ''
targetEntityType: media
cache: true
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ third_party_settings:
description: 'For use in PIP Listing in grid of PIP.'
id: media.responsive_pip_listing
label: 'PIP Listing (resp)'
description: ''
targetEntityType: media
cache: true
1 change: 1 addition & 0 deletions config/default/core.entity_view_mode.media.thumbnail.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ _core:
default_config_hash: f_DojbcC2b9kUiXE-CtRR_l61_Njy68gJMsP4M_6F6w
id: media.thumbnail
label: Thumbnail
description: ''
targetEntityType: media
cache: true
1 change: 1 addition & 0 deletions config/default/core.entity_view_mode.media.token.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ third_party_settings:
internal: true
id: media.token
label: Token
description: ''
targetEntityType: media
cache: true
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ third_party_settings:
description: 'Used for the Grid of Guides.'
id: media.topic_listing_resp_
label: 'Topic Listing (resp)'
description: ''
targetEntityType: media
cache: true
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ third_party_settings:
internal: true
id: menu_link_content.token
label: Token
description: ''
targetEntityType: menu_link_content
cache: true
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ third_party_settings:
description: ''
id: node.add_to_calendar
label: 'Add to Calendar'
description: ''
targetEntityType: node
cache: true
1 change: 1 addition & 0 deletions config/default/core.entity_view_mode.node.article.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ _core:
default_config_hash: QMuoBhNgD3SR45t_CWDYG-fyY580QgHYOe8F5EVNkvQ
id: node.article
label: Article
description: ''
targetEntityType: node
cache: true
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ _core:
default_config_hash: H55vimLqokT6x77i2Bcy8nH1tauEdvGEMjTJxoBgTY8
id: node.calendar_listing
label: 'Calendar Listing'
description: ''
targetEntityType: node
cache: true
1 change: 1 addition & 0 deletions config/default/core.entity_view_mode.node.card.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ third_party_settings:
description: 'Creates a single card for the node.'
id: node.card
label: Card
description: ''
targetEntityType: node
cache: true
1 change: 1 addition & 0 deletions config/default/core.entity_view_mode.node.contact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ _core:
default_config_hash: 1ir0yGud-FtAiFrohfuRK6Ln2IKN2ennKA9UenUaalA
id: node.contact
label: Contact
description: ''
targetEntityType: node
cache: true
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ _core:
default_config_hash: wBXI2UMBa7k_Uuz3pxV1mKDOWvpkUyq3d9tP-50Mp6A
id: node.department_listing
label: 'Department Listing'
description: ''
targetEntityType: node
cache: true
1 change: 1 addition & 0 deletions config/default/core.entity_view_mode.node.diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ _core:
default_config_hash: NOXawau2Ny5S06NlQ8kDwANd1cwPKISKEJxLCRDRi4c
id: node.diff
label: 'Revision comparison'
description: ''
targetEntityType: node
cache: true
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ third_party_settings:
description: 'An Election Card component'
id: node.election_card
label: 'Election Card'
description: ''
targetEntityType: node
cache: true
1 change: 1 addition & 0 deletions config/default/core.entity_view_mode.node.embed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ _core:
default_config_hash: kGdFcCkHGcpN-LyCeRVe3-nN57Rq-y8DfGW3ztLKT7Q
id: node.embed
label: Embed
description: ''
targetEntityType: node
cache: true
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ _core:
default_config_hash: uw1MtKgQ8zmCxxip8iRybspuHyjHL0NnlB36f8ipvQs
id: node.example_node_list
label: 'Example Node List'
description: ''
targetEntityType: node
cache: true
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ _core:
default_config_hash: 54sZfva7uo-4OFzb6xg_a-Qh-HWs6Z4NsKJWgxJ29IQ
id: node.featured_item
label: 'Featured Item'
description: ''
targetEntityType: node
cache: true
Loading
Loading