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

UHF-10555: Deprecated image style cleanup #856

Merged
merged 26 commits into from
Dec 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
69943bb
UHF-10555: Moved the helfi news entity view mode configurations from …
khalima Nov 28, 2024
a7972d6
UHF-10555: Update the news_list paragraph configuration to match what…
teroelonen Nov 28, 2024
1b282e4
UHF-10555: Remove deprecated media display image_content_area
teroelonen Nov 28, 2024
1503c07
UHF-10555: Replace responsive image style gallery_thumbnail dependenc…
teroelonen Nov 28, 2024
383ebee
UHF-10555: Fix incorrect names of the image_content_area configuratio…
teroelonen Nov 28, 2024
fdbc314
UHF-10555: Remove references to image__3_2 responsive image style fro…
teroelonen Nov 28, 2024
f1c075f
UHF-10555: Move the image_content_area media display removal to a pla…
teroelonen Nov 29, 2024
73dd06e
UHF-10555: Merge branch 'UHF-10555' of https://github.com/City-of-Hel…
teroelonen Nov 29, 2024
f378acd
UHF-10555: Fix PHPCS
teroelonen Nov 29, 2024
52ac5ba
UHF-10555: Remove hero__background responsive image style and image s…
teroelonen Nov 29, 2024
70bdb82
UHF-10555: Fixed phpcs.
khalima Dec 2, 2024
4c2e833
UHF-10555: Remove gallery_thumbnail responsive image style and associ…
teroelonen Dec 2, 2024
a83ea19
UHF-10555: Merge branch 'UHF-10555' of https://github.com/City-of-Hel…
teroelonen Dec 2, 2024
4faff6f
UHF-10555: Fix the PHPCS again
teroelonen Dec 2, 2024
0218f13
UHF-10555: Remove unused tpr_unit.wide_teaser display
teroelonen Dec 2, 2024
84b51c3
UHF-10555: Remove list_of_links__thumbnail responsive image style and…
teroelonen Dec 2, 2024
3f26fc6
UHF-10555: Remove original responsive image style and associated imag…
teroelonen Dec 2, 2024
4650480
UHF-10555: Remove deprecated og_image image style
teroelonen Dec 2, 2024
0dc1dd3
UHF-10555: Remove deprecated og_image image style configuration
teroelonen Dec 2, 2024
8459252
UHF-10555: Remove deprecated tiny_square_image image style and config…
teroelonen Dec 2, 2024
d31a1b7
UHF-10555: Remove deprecated image__3_2 and image_3_2_content_area re…
teroelonen Dec 3, 2024
8fd0b73
UHF-10555: Merge branch 'main' of https://github.com/City-of-Helsinki…
teroelonen Dec 3, 2024
722c0ba
UHF-10555: Fix the PHPCS again
teroelonen Dec 3, 2024
ce3029b
UHF-10555: Add the tpr_unit.wide_teaser back since it is unclear if i…
teroelonen Dec 3, 2024
163acb2
UHF-10555: Change the update hook to update configuration instead of …
teroelonen Dec 3, 2024
f7fd8e4
UHF-10555: Add missing configuration for wide_teaser
teroelonen Dec 4, 2024
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
14 changes: 14 additions & 0 deletions helfi_platform_config.install
Original file line number Diff line number Diff line change
Expand Up @@ -215,3 +215,17 @@ function helfi_platform_config_update_9314() : void {
$config_factory->getEditable('block.block.hdbt_subtheme_user_inquiry')->delete();
}
}

/**
* UHF-10555: Removed unused media display.
*/
function helfi_platform_config_update_9315(): void {
// We need to remove some unused configuration that has swum to all instances
// but is now part of helfi_node_news_item module. The module is not on in
// all instances so that is why the configuration is removed here.
$config_factory = Drupal::configFactory();
$config_factory->getEditable('core.entity_view_mode.media.image_content_area')
->delete();
$config_factory->getEditable('core.entity_view_display.media.image.image_content_area')
->delete();
}
17 changes: 0 additions & 17 deletions modules/helfi_image_styles/config/install/image.style.1_1_l.yml

This file was deleted.

24 changes: 0 additions & 24 deletions modules/helfi_image_styles/config/install/image.style.1_1_l_2x.yml

This file was deleted.

17 changes: 0 additions & 17 deletions modules/helfi_image_styles/config/install/image.style.1_1_m.yml

This file was deleted.

24 changes: 0 additions & 24 deletions modules/helfi_image_styles/config/install/image.style.1_1_m_2x.yml

This file was deleted.

17 changes: 0 additions & 17 deletions modules/helfi_image_styles/config/install/image.style.1_1_s.yml

This file was deleted.

24 changes: 0 additions & 24 deletions modules/helfi_image_styles/config/install/image.style.1_1_s_2x.yml

This file was deleted.

This file was deleted.

This file was deleted.

17 changes: 0 additions & 17 deletions modules/helfi_image_styles/config/install/image.style.1_1_xl.yml

This file was deleted.

This file was deleted.

17 changes: 0 additions & 17 deletions modules/helfi_image_styles/config/install/image.style.1_1_xs.yml

This file was deleted.

This file was deleted.

17 changes: 0 additions & 17 deletions modules/helfi_image_styles/config/install/image.style.23_10_l.yml

This file was deleted.

This file was deleted.

17 changes: 0 additions & 17 deletions modules/helfi_image_styles/config/install/image.style.23_10_m.yml

This file was deleted.

This file was deleted.

17 changes: 0 additions & 17 deletions modules/helfi_image_styles/config/install/image.style.23_10_s.yml

This file was deleted.

Loading
Loading