Skip to content

Commit

Permalink
Merge pull request #66 from CuBoulder/issue/65
Browse files Browse the repository at this point in the history
Renames Infrastructure and Sustainability to Infrastructure and Resilience (v2.9)
  • Loading branch information
jcsparks authored and web-flow committed Oct 29, 2024
2 parents 6f848a1 + 2cc99ee commit aef57da
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- ### Renames Infrastructure and Sustainability to Infrastructure and Resilience (v2.9)
[change] This update renames Infrastructure and Sustainability to Infrastructure and Resilience. This update contains an update hook.

Resolves CuBoulder/ucb_site_configuration#65
---

- ### Prepends site base URL to site-relative search page path (v2.8.6)
[bug, severity:moderate] An issue existed where the site-relative search page path would be treated as root-relative by the browser due to a missing prefixing of the site's URL, preventing custom site search from working as expected. This update resolves the issue by correctly prefixing the site's full URL to the search page path. Resolves CuBoulder/ucb_site_configuration#69
---
Expand Down
4 changes: 2 additions & 2 deletions config/install/ucb_site_configuration.configuration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ site_affiliation_options:
label: 'Office of Information Technology'
type_restricted: false
infrastructure_sustainability:
url: 'https://www.colorado.edu/infrastructure-sustainability'
label: 'Part of Infrastructure and Sustainability'
url: 'https://www.colorado.edu/infrastructure-resilience'
label: 'Part of Infrastructure and Resilience'
type_restricted: false
institutional_equity_compliance:
url: 'https://www.colorado.edu/oiec'
Expand Down
2 changes: 1 addition & 1 deletion ucb_site_configuration.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CU Boulder Site Configuration
description: 'Allows CU Boulder site administrators to configure site-specific settings.'
core_version_requirement: ^9 || ^10
type: module
version: '2.8.6'
version: '2.9'
package: CU Boulder
dependencies:
- block
Expand Down
11 changes: 11 additions & 0 deletions ucb_site_configuration.install
Original file line number Diff line number Diff line change
Expand Up @@ -131,3 +131,14 @@ function ucb_site_configuration_update_9507() {
'external_services',
]);
}

/**
* Renames Infrastructure and Sustainability to Infrastructure and Resilience.
*
* Introduced in version 2.9 to address issue #65.
*/
function ucb_site_configuration_update_9508() {
_ucb_site_configuration_update_config([
'site_affiliation_options',
]);
}

0 comments on commit aef57da

Please sign in to comment.