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

Stage & Production 28.11.2024 #829

Open
wants to merge 22 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
a35759f
TP-1539 Created group archival action, installed vbo, added bulk
jussiviitamaki Nov 20, 2024
7ce910a
TP-1602 Change service reminder logic for following messages
Nov 21, 2024
e1ebc86
TP-1602 Prevent sending all service reminders at once
Nov 21, 2024
330f5c8
TP-1602 Use separate template for second service reminder
Nov 21, 2024
c68589b
TP-1620 Update Drupal core to version 10.3.10
Nov 25, 2024
b750684
TP-1520 Installed a patch that should fix new draft translation listing
jussiviitamaki Nov 25, 2024
9938323
TP-1520 Fixed service has unpublished changes views field
jussiviitamaki Nov 25, 2024
01e4530
TP-1520 Updated composer.lock
jussiviitamaki Nov 25, 2024
fa5757e
Merge pull request #819 from City-of-Helsinki/TP-1602_service-reminde…
tapsal Nov 25, 2024
5539042
Disabled group produced services aggregation
jussiviitamaki Nov 26, 2024
2eb362f
Merge pull request #818 from City-of-Helsinki/task/TP-1539_group-arch…
jussiviitamaki Nov 26, 2024
260e231
Merge branch 'develop' into bug/TP-1520_language-revision-issues
jussiviitamaki Nov 26, 2024
030b6d8
Merge branch 'develop' into bug/TP-1520_language-revision-issues
jussiviitamaki Nov 26, 2024
f881024
Merge pull request #823 from City-of-Helsinki/hotfix/group-services-e…
jussiviitamaki Nov 26, 2024
32e79db
Merge pull request #820 from City-of-Helsinki/TP-1620_core-update
tapsal Nov 26, 2024
2d9dd09
TP-1532 rescale and style taxonomy cards
Nov 26, 2024
c3e2a75
TP-1603 Installed menu link role module
jussiviitamaki Nov 26, 2024
29ea67b
Merge pull request #821 from City-of-Helsinki/bug/TP-1520_language-re…
jussiviitamaki Nov 26, 2024
e2aa5db
Merge branch 'develop' into story/TP-1603_menu-link-role-permissions
jussiviitamaki Nov 26, 2024
28780e2
TP-1532 fix card headings
Nov 26, 2024
f38bb10
Merge pull request #825 from City-of-Helsinki/story/TP-1603_menu-link…
jussiviitamaki Nov 27, 2024
933e573
Merge pull request #824 from City-of-Helsinki/task/TP-1532_service_ca…
IiroJarv Nov 28, 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
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@
"drupal/matomo": "^1.23",
"drupal/maxlength": "^2.0@RC",
"drupal/menu_item_fields": "^1.5",
"drupal/menu_item_role_access": "*",
"drupal/message": "^1.6",
"drupal/message_notify": "^1.2",
"drupal/message_ui": "*",
Expand Down Expand Up @@ -175,6 +176,7 @@
"drupal/view_password": "^6.0",
"drupal/views_ajax_history": "^1.x-dev@dev",
"drupal/views_bulk_edit": "^2.8",
"drupal/views_bulk_operations": "*",
"drupal/views_contextual_filters_or": "^1.4",
"drupal/views_data_export": "^1.3",
"drupal/views_field_view": "^1.0@beta",
Expand Down Expand Up @@ -279,7 +281,10 @@
"Add Views EntityReference filter to support better UX for exposed filters (uttps://www.drupal.org/project/drupal/issues/3347343#comment-15657983)": "patches/9036.patch",
"https://www.drupal.org/project/drupal/issues/3338260#comment-14900238": "https://www.drupal.org/files/issues/2023-02-01/skip_changing_affected_flag_3338260-2.patch",
"Unable to change non-translatable field value on translatable content with content moderation enabled (https://www.drupal.org/project/drupal/issues/2955321)": "https://www.drupal.org/files/issues/2024-04-16/2955321-77.patch",
"One time login link expiration (https://www.drupal.org/project/drupal/issues/3097238#comment-15374828)": "https://www.drupal.org/files/issues/2024-06-21/3097238-initial-reset-harden-35.patch"
"One time login link expiration (https://www.drupal.org/project/drupal/issues/3097238#comment-15374828)": "https://www.drupal.org/files/issues/2024-06-21/3097238-initial-reset-harden-35.patch",
"ContentEntityBase::hasTranslationChanges will compare a forward revision with the default one instead of the newest forward revision (https://www.drupal.org/project/drupal/issues/2833049#comment-15868865)": "https://www.drupal.org/files/issues/2024-11-22/entity-revision_translation_changes-2833049-32.patch",
"Inconsistent database because of a bug in the Content Moderation module (https://www.drupal.org/project/drupal/issues/3088790#comment-15837881)": "https://www.drupal.org/files/issues/2024-10-30/content-moderation-unpublished-translation-3088790-37.patch"

},
"drupal/message": {
"https://www.drupal.org/files/issues/2018-06-24/allow_token_contexts-3.patch": "https://www.drupal.org/files/issues/2018-06-24/allow_token_contexts-3.patch"
Expand Down
Loading