Skip to content

Commit

Permalink
Merge pull request #2342 from massgov/release/0.385.0
Browse files Browse the repository at this point in the history
Release 0.385.0
  • Loading branch information
weitzman authored Jan 17, 2024
2 parents 40d8979 + 72db313 commit 39d30c1
Show file tree
Hide file tree
Showing 97 changed files with 1,985 additions and 2,301 deletions.
2 changes: 1 addition & 1 deletion .ddev/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ web_environment:
- MYSQL_HOST=dbmass
- MEMCACHED_HOST=memcached
- DRUSH_OPTIONS_URI=https://mass.local:$DDEV_ROUTER_HTTPS_PORT
- DTT_BASE_URL=http://mass-web
- DTT_BASE_URL=https://web
- MASS_PURGERS
- MASS_MAILCHIMP
# - BROWSERTEST_OUTPUT_DIRECTORY=/tmp
Expand Down
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@


## [0.385.0] - January 15, 2024

### Changed
- DP-17759: Update help text on location page.
- DP-18194: Hide "Media" from All Content view
- DP-28433: Modify buttons on location page to use 3 across format.
- DP-30296: Convert content page banner to use new Mayflower components.
- DP-30764: When scheduling a page for unpublishing, don't allow this if the page has published children
- DP-31123: More frequent clearing of news curated list View
- DP-31191: On the external link for collections content type, data type is no longer required.
- DP-31225: Max header length on info details section increased to 200.

### Added
- DP-24845: Added character indicator to collection short description field.
- DP-30765: Add warning message after bulk operations
- DP-30961: Added warning not to use internal file link on public site.
- DP-31098: Change help text for org fields.
- DP-31144: Userway CTA Openmass implementation.
- DP-31171: Set JS variable to collect the parent organization meta values of all pages in session.
- DP-31403: Update CSV export in advanced search to show additional fields.
- DP-31406: Added exclude from search filter to orphan page report and default it to false.

### Fixed
- DP-31372: Respect directions link override when rendering a contact info node



## [0.384.0] - December 12, 2023

### Added
Expand Down
3 changes: 2 additions & 1 deletion behat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ default:
top_actions: "section.ma__top-actions"
link_list: "section.ma__link-list"
page_header: "section.ma__page-header"
page_header_addons: "section.ma__page-header-addons"
page_header_addons: "div.ma__page-header-addons"
page_illustrated_header: "section.ma__illustrated-header"
page_main: ".main-content"
page_pre: ".pre-content"
Expand All @@ -90,6 +90,7 @@ default:
layout_container: ".layout-container"
sidebar: ".sidebar"
sidebar_contactus: ".sidebar .ma__contact-us"
key_actions: ".ma__details .pre-content .ma__key-actions"
MassGov\Behat\Extension: ~
# A profile containing overrides for CI
# https://docs.behat.org/en/latest/user_guide/configuration.html#overriding-default-params
Expand Down
10 changes: 5 additions & 5 deletions composer.lock

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

210 changes: 0 additions & 210 deletions conf/drupal/config/acquia_connector.settings.yml

This file was deleted.

3 changes: 0 additions & 3 deletions conf/drupal/config/composer_deploy.settings.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ third_party_settings:
- group_organization_name
- field_ref_contact_info_1
- field_bg_wide
- field_banner_image
- field_image_credit
- field_primary_parent
- field_organizations
Expand Down Expand Up @@ -125,6 +124,7 @@ third_party_settings:
- field_intended_audience
- group_test_fieldset_group
- field_parent
- field_org_no_search_filter
- group_organization_parent_mass_g
- field_billing_organization
label: Overview
Expand Down Expand Up @@ -248,32 +248,6 @@ content:
placeholder_url: ''
placeholder_title: ''
third_party_settings: { }
field_banner_image:
type: image_image
weight: 10
region: content
settings:
progress_indicator: throbber
preview_image_style: thumbnail
third_party_settings:
conditional_fields:
69ea8f14-56d8-4b66-986e-1dc6102de0d9:
entity_type: node
bundle: org_page
dependee: field_subtype
settings:
state: visible
condition: value
grouping: AND
values_set: 1
value: ''
values: { }
value_form:
-
value: 'Elected Official'
effect: show
effect_options: { }
selector: ''
field_bg_wide:
type: image_focal_point
weight: 9
Expand All @@ -284,24 +258,7 @@ content:
preview_link: true
offsets: '75,50'
third_party_settings:
conditional_fields:
14d3d7ee-bc6e-491e-9134-bc1bcb861bb9:
entity_type: node
bundle: org_page
dependee: field_subtype
settings:
state: '!visible'
condition: value
grouping: AND
values_set: 1
value: ''
values: { }
value_form:
-
value: 'Elected Official'
effect: show
effect_options: { }
selector: ''
conditional_fields: { }
field_billing_organization:
type: dynamic_entity_reference_options_select
weight: 137
Expand Down Expand Up @@ -719,6 +676,7 @@ content:
third_party_settings: { }
hidden:
created: true
field_banner_image: true
field_constituent_communication: true
field_org_sentence_phrasing: true
langcode: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ content:
placeholder: ''
third_party_settings:
maxlength:
maxlength_js: 130
maxlength_js: 200
maxlength_js_label: 'Content limited to @limit characters, remaining: <strong>@remaining</strong>'
maxlength_js_enforce: true
paragraphs_type_help__default:
Expand Down
Loading

0 comments on commit 39d30c1

Please sign in to comment.