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

9.5.0 #1330

Merged
merged 7 commits into from
Aug 23, 2023
Merged

9.5.0 #1330

Show file tree
Hide file tree
Changes from all commits
Commits
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
3 changes: 3 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ plugins:
# Without the .stylelintrc file it will run with the defaults.
stylelint:
enabled: true
checks:
property-no-unknown:
enabled: false
phpcodesniffer:
enabled: true
checks:
Expand Down
10 changes: 4 additions & 6 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,15 @@ tasks:
mysql -u root -e 'CREATE DATABASE IF NOT EXISTS drupal_default; CREATE DATABASE IF NOT EXISTS drupal' &&
blt sws:keys &&
blt source:build:simplesamlphp-config &&
drush sql-sync @hs_colorful.prod @self --extra-dump='--no-tablespaces --insert-ignore' -y &&
drush updb -y &&
blt drupal:toggle:modules &&
drush cim --partial -y &&
drush cim --partial -y
mysql -e 'SET GLOBAL max_allowed_packet=67108864;' &&
blt drupal:sync --site=hs_colorful -n &&
drush sql-sync @hs_colorful.local @self -y

command: >
git config core.fileMode false &&
blt blt:telemetry:disable --no-interaction &&
git remote set-url origin [email protected]:SU-HSDO/suhumsci.git &&
apache2ctl restart &&
gp await-port 8001 &&
gp ports await 8001 &&
drush uli &&
drush uli | xargs gp preview --external
2 changes: 2 additions & 0 deletions blt/blt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ modules:
- shield
- stage_file_proxy
multisites:
- aaas
- africanstudies
- amstudies
- anthropology
Expand Down Expand Up @@ -154,6 +155,7 @@ multisites:
- lowe
- lowe2022
- mathematics
- mathematics2023
- mcs
- mcs2023
- mediterraneanstudies
Expand Down
14 changes: 12 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -185,12 +185,15 @@
"drupal/field_permissions": "^1.1",
"drupal/field_validation": "^1.0@beta",
"drupal/fontawesome": "^2.22",
"drupal/gin": "^3.0",
"drupal/gin_toolbar": "^1.0",
"drupal/google_analytics": "^4.0",
"drupal/hal": "^1.0",
"drupal/honeypot": "^2.0",
"drupal/hook_event_dispatcher": "^4.0@alpha",
"drupal/imagemagick": "^3.1",
"drupal/insert": "^2.0",
"drupal/jquery_ui_draggable": "^2.0",
"drupal/jquery_ui_menu": "^2.0",
"drupal/jsonapi_extras": "^3.21",
"drupal/key": "^1.14",
Expand All @@ -217,6 +220,7 @@
"drupal/nobots": "^1.0",
"drupal/node_revision_delete": "^1.0@RC",
"drupal/page_cache_query_ignore": "^2.2",
"drupal/paragraphs_browser": "^1.1",
"drupal/paragraphs_edit": "^2.0@alpha",
"drupal/path_redirect_import": "^2.0",
"drupal/pathauto": "^1.8",
Expand Down Expand Up @@ -323,19 +327,25 @@
"https://www.drupal.org/project/drupal/issues/1349080": "https://www.drupal.org/files/issues/2021-04-02/1349080-487.patch",
"https://www.drupal.org/project/drupal/issues/3306916": "https://www.drupal.org/files/issues/2022-08-30/file_validate_size.patch",
"drupallink conflict with anchorlink": "patches/drupallink.patch",
"views form null fix": "patches/core-views.patch"
"views form null fix": "patches/core-views.patch",
"https://www.drupal.org/project/drupal/issues/3241295": "https://www.drupal.org/files/issues/2023-02-02/3241295-d9.5-101.patch",
"CKEditor 5 headings plugin paragraph label change": "patches/ckeditor5-paragraph-rename.patch"
},
"drupal/ds": {
"https://www.drupal.org/project/ds/issues/2939322": "https://www.drupal.org/files/issues/2020-01-07/ds-content_entity-2939322-11.patch"
},
"drupal/fakeobjects": {
"https://www.drupal.org/project/fakeobjects/issues/3002953": "https://www.drupal.org/files/issues/2020-06-22/fakeobjects-missing_plugin-3002953-5.patch"
},
"drupal/gin": {
"https://www.drupal.org/project/gin/issues/3276752": "https://www.drupal.org/files/issues/2022-12-07/gin-stick-after-ajax-reload-3276752-23.patch"
},
"drupal/fast_404": {
"https://www.drupal.org/project/fast_404/issues/2838359": "https://www.drupal.org/files/issues/2022-06-16/fast_404-honor_redirects-2838359-50.patch"
},
"drupal/field_group": {
"https://www.drupal.org/project/field_group/issues/2969051": "https://www.drupal.org/files/issues/2022-09-20/2969051-66.patch"
"https://www.drupal.org/project/field_group/issues/2969051": "https://www.drupal.org/files/issues/2023-04-24/2969051-99.patch",
"https://www.drupal.org/project/field_group/issues/2787179": "https://www.drupal.org/files/issues/2023-04-07/2787179-highlight-html5-validation-85.patch"
},
"drupal/focal_point": {
"https://www.drupal.org/project/focal_point/issues/3328807": "https://www.drupal.org/files/issues/2023-01-06/3328807-focal_point-image_width_when_no_image_to_crop.patch"
Expand Down
Loading