Skip to content

Commit

Permalink
Merge pull request #3545 from CityOfBoston/master
Browse files Browse the repository at this point in the history
(production) Roll-call improvements, Workbench Improvements, maintenance, icon upload
  • Loading branch information
davidrkupton committed Jul 31, 2024
2 parents 62a643a + b8f66ba commit 284ba8e
Show file tree
Hide file tree
Showing 54 changed files with 4,765 additions and 245 deletions.
2 changes: 1 addition & 1 deletion .github/percy/percy_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Global Configurations for Percy CLI
version: 2
snapshot:
widths: [1280]
widths: [390,1280]
minHeight: 1024
percyCSS: ""
discovery:
Expand Down
15 changes: 9 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"drupal/address": "^1.4",
"drupal/addtocal": "^3.0@beta",
"drupal/admin_toolbar": "^3.1",
"drupal/adminimal_admin_toolbar": "1.x-dev@dev",
"drupal/adminimal_admin_toolbar": "^2.0",
"drupal/adminimal_theme": "^1.7",
"drupal/advanced_text_formatter": "^3.0@RC",
"drupal/ape": "^1.6",
Expand Down Expand Up @@ -116,7 +116,7 @@
"drupal/image_url_formatter": "^1.0",
"drupal/image_widget_crop": "^2.4",
"drupal/imagemagick": "^3.2.0",
"drupal/inline_entity_form": "^1.0@beta",
"drupal/inline_entity_form": "^3.0@RC",
"drupal/jquery_ui_accordion": "^2.0",
"drupal/jquery_ui_slider": "^2.0",
"drupal/jsonapi_extras": "^3.20",
Expand Down Expand Up @@ -169,7 +169,7 @@
"drupal/rest_export_nested": "^1.0",
"drupal/restui": "^1.16",
"drupal/rollbar": "^2.1",
"drupal/salesforce": "5.0.3",
"drupal/salesforce": "^5.0.3",
"drupal/samlauth": "^3.0",
"drupal/schema_metatag": "^2.2",
"drupal/search_api": "^1.34",
Expand All @@ -181,14 +181,14 @@
"drupal/smart_trim": "^2.1",
"drupal/social_media": "^2.0",
"drupal/sophron": "^2.0",
"drupal/stage_file_proxy": "^2.1",
"drupal/stage_file_proxy": "^3.1",
"drupal/svg_image": "^3.0",
"drupal/token": "^1.3",
"drupal/token_custom": "^1.0",
"drupal/token_filter": "^2.0",
"drupal/twig_tweak": "^3.1",
"drupal/twig_xdebug": "^1.2",
"drupal/typed_data": "^1.0@beta",
"drupal/typed_data": "^2.1",
"drupal/video_embed_field": "2.5.0",
"drupal/viewfield": "^3.0",
"drupal/views_accordion": "^2.0",
Expand All @@ -207,7 +207,7 @@
"google/cloud-document-ai": "^1.10",
"jackmoore/colorbox": "^1.6",
"oomphinc/composer-installers-extender": "^2.0",
"picqer/php-barcode-generator": "2.3.3",
"picqer/php-barcode-generator": "^2.4",
"sainsburys/guzzle-oauth2-plugin": "^3.0",
"setasign/fpdf": "^1.8",
"setasign/fpdi": "^2.3",
Expand Down Expand Up @@ -299,6 +299,9 @@
"Patch on patch (https://www.drupal.org/project/drupal/issues/2230909) - DU": "patches/core_2230909_updatehook.patch",
"TODO CHECK - ALLOW TO FAIL: Multi-language paragraphs du - 05/2022 https://www.drupal.org/project/drupal/issues/3025039": "https://www.drupal.org/files/issues/2024-05-01/3025039-94.patch"
},
"drupal/file_entity": {
"Patch to fix deprecated format_size error -related to v10.2 - DU see https://www.drupal.org/project/drupal/issues/3414905": "patches/dig-4845.patch"
},
"gasparesganga/php-shapefile": {
"Patch for PHP8 compatibility for Drupal 10": "patches/php-shapefile-php8-compat.patch"
},
Expand Down
Loading

0 comments on commit 284ba8e

Please sign in to comment.