Skip to content

Commit

Permalink
Release 4.7.1 (#526)
Browse files Browse the repository at this point in the history
* backtodev-4.7.1

* removed mysql56 dependency

* SDSS-1404: Quickstrike color updates (#520)

* SDSS-1406: changed the light blue on the event circle to white (#513)

* SDSS-1409: button color changes (#515)

* SDSS-1409: button color changes

* added back to top button

* SDSS-1409: removed radius and blue from newsroom button. Found and removed a bright green.

* SDSS-1409: fixup to the newsroom buttons

* added the search border radius back

* SDSS-1409: button adjustments on grey bg

* SDSS-1405 SDSS-1415: changes to section variants (#514)

* SDSS-1405 SDSS-1415: changes to section variants

* SDSS-1415: finishes to the grey border section

* SDSS-1418: Footerlinks are white (#519)

* SDSS-1418: changed the footer links to white.

* fixup for the icons in footer

* SDSS-1422: removed blue nav (#516)

* SDSS-1429: mailto icon (#522)

* SDSS-1428: fix to the newsroom quote and editirial sidebar (#521)

* SDSS-1430: fixup to special buttons on green (#523)

* SDSS-1432: added back the bottom and right lost margins (#524)

* SDSS-1431: Removed edit button from Stanford Person view. (#525)

* SDSS-1431: Removed edit button from Stanford Person view.

* Removed edit button from Stanford Person view taxonomy term page grid block.

---------

Co-authored-by: Seth <[email protected]>

---------

Co-authored-by: joegl <[email protected]>
Co-authored-by: Joe Gilliland-Lloyd <[email protected]>
Co-authored-by: Mike Decker <[email protected]>
Co-authored-by: Jen Breese <[email protected]>
Co-authored-by: Seth <[email protected]>
  • Loading branch information
6 people authored Dec 19, 2024
1 parent 1a05b3f commit 90edf26
Show file tree
Hide file tree
Showing 29 changed files with 242 additions and 308 deletions.
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@
"drupal/menu_block": "^1.10",
"drupal/menu_link_weight": "^2.0@alpha",
"drupal/metatag": "^2.0",
"drupal/mysql56": "^1.1",
"drupal/name": "^1.0@RC",
"drupal/next": "^1.2",
"drupal/nobots": "^1.0",
Expand Down
64 changes: 2 additions & 62 deletions composer.lock

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

Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ settings:
label: Default
-
value: bg_color_option_1
label: Blue
label: Grey
allowed_values_function: ''
module: options
locked: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ settings:
label: Default
-
value: bg_color_option_1
label: Blue
label: Grey
allowed_values_function: ''
module: options
locked: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -888,59 +888,6 @@ display:
separator: ', '
field_api_classes: 0
plugin_id: field
edit_node:
id: edit_node
table: node
field: edit_node
relationship: none
group_type: group
admin_label: ''
label: ''
exclude: false
alter:
alter_text: false
text: ''
make_link: false
path: ''
absolute: false
external: false
replace_spaces: false
path_case: none
trim_whitespace: false
alt: ''
rel: ''
link_class: ''
prefix: ''
suffix: ''
target: ''
nl2br: false
max_length: 0
word_boundary: true
ellipsis: true
more_link: false
more_link_text: ''
more_link_path: ''
strip_tags: false
trim: false
preserve_tags: ''
html: false
element_type: div
element_class: su-people-edit-article
element_label_type: ''
element_label_class: ''
element_label_colon: false
element_wrapper_type: ''
element_wrapper_class: ''
element_default_classes: true
empty: ''
hide_empty: false
empty_zero: false
hide_alter_empty: true
text: 'edit this item'
output_url_as_text: false
absolute: false
entity_type: node
plugin_id: entity_link_edit
cache_metadata:
max-age: -1
contexts:
Expand Down Expand Up @@ -1205,59 +1152,6 @@ display:
multi_type: separator
separator: ', '
field_api_classes: false
edit_node:
id: edit_node
table: node
field: edit_node
relationship: none
group_type: group
admin_label: ''
entity_type: node
plugin_id: entity_link_edit
label: ''
exclude: false
alter:
alter_text: false
text: ''
make_link: false
path: ''
absolute: false
external: false
replace_spaces: false
path_case: none
trim_whitespace: false
alt: ''
rel: ''
link_class: ''
prefix: ''
suffix: ''
target: ''
nl2br: false
max_length: 0
word_boundary: true
ellipsis: true
more_link: false
more_link_text: ''
more_link_path: ''
strip_tags: false
trim: false
preserve_tags: ''
html: false
element_type: div
element_class: su-people-edit-article
element_label_type: ''
element_label_class: ''
element_label_colon: false
element_wrapper_type: ''
element_wrapper_class: ''
element_default_classes: true
empty: ''
hide_empty: false
empty_zero: false
hide_alter_empty: true
text: 'edit this item'
output_url_as_text: false
absolute: false
arguments:
term_node_tid_depth:
id: term_node_tid_depth
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ protected function getBgColorOptions() {
'none' => '- None -',
'green' => 'Green',
'green-stat' => 'Green Stat Card',
'blue' => 'Light Blue',
'grey' => 'Light Grey',
'grey-border' => 'Grey Border'
];
}

Expand Down
2 changes: 1 addition & 1 deletion docroot/profiles/sdss/sdss_profile/sdss_profile.info.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 'Stanford Doerr School of Sustainability Profile'
description: 'Profile for Stanford Doerr School of Sustainability'
version: 4.7.0
version: 4.7.1-dev
type: profile
project: Stanford
core_version_requirement: ^10.3 || ^11
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@ const SearchContainer = styled.li`
display: block;
position: relative;
height: auto;
background-color: #E9F7F8;
background-color: #FFFFFF;
color: #155F65;
border: 1px solid #6BB6BC;
border: 1px solid #155f65;
border-radius: 32px;
padding: 8px 18px 10px;
width: fit-content;
Expand All @@ -124,7 +124,6 @@ const SearchContainer = styled.li`
&:focus, &:hover, &:active {
box-shadow: none;
color: #155F65;
background-color: #92D7DD;
outline: none;
border-radius: 999px;
}
Expand All @@ -143,16 +142,15 @@ const SearchContainer = styled.li`
display: block;
position: relative;
height: auto;
background-color: #E9F7F8;
background-color: #FFFFFF;
color: #155F65;
border: 1px solid #6BB6BC;
border: 1px solid #155f65;
border-radius: 32px;
padding: 8px 18px 10px;
&:focus, &:hover, &:active {
box-shadow: none;
color: #155F65;
background-color: #6BB6BC;
outline: none;
border-radius: 999px;
}
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Stanford SDSS subtheme
type: theme
description: 'Stanford SDSS subtheme'
package: Stanford
version: 4.7.0
version: 4.7.1-dev
core_version_requirement: ^10.3 || ^11
base theme: stanford_basic
libraries:
Expand Down
Loading

0 comments on commit 90edf26

Please sign in to comment.