Skip to content

Commit

Permalink
10.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish authored Jun 30, 2023
2 parents efc43f4 + afc4537 commit 284a1c5
Show file tree
Hide file tree
Showing 348 changed files with 19,453 additions and 5,047 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
makeLatest: true
- uses: actions/checkout@v3
with:
ref: '9.x'
ref: '10.x'
fetch-depth: 0
- name: Back to Dev
if: ${{ steps.tag.outputs.tag }}
Expand Down
9 changes: 6 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: PHPUnit and Acceptance Tests
on: [push]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
phpunit:
name: PHPUnit Coverage Tests
Expand All @@ -25,7 +28,7 @@ jobs:
env:
CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}}
run: |
composer global require su-sws/stanford-caravan:dev-8.x-2.x
composer global require su-sws/stanford-caravan:dev-8.x-3.x
~/.composer/vendor/bin/sws-caravan phpunit /var/www/html --extension-dir=$GITHUB_WORKSPACE/project --with-coverage
- name: Save Test Results
uses: actions/upload-artifact@v3
Expand Down Expand Up @@ -61,7 +64,7 @@ jobs:
path: project
- name: Run tests
run: |
composer global require su-sws/stanford-caravan:dev-8.x-2.x
composer global require su-sws/stanford-caravan:dev-8.x-3.x
~/.composer/vendor/bin/sws-caravan codeception /var/www/html --extension-dir=$GITHUB_WORKSPACE/project --suites=acceptance
- name: Save Test Results
uses: actions/upload-artifact@v3
Expand Down Expand Up @@ -100,7 +103,7 @@ jobs:
path: project
- name: Run tests
run: |
composer global require su-sws/stanford-caravan:dev-8.x-2.x
composer global require su-sws/stanford-caravan:dev-8.x-3.x
~/.composer/vendor/bin/sws-caravan codeception /var/www/html --extension-dir=$GITHUB_WORKSPACE/project --suites=functional
- name: Save Test Results
uses: actions/upload-artifact@v3
Expand Down
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
# Stanford Profile

10.0.0
--------------------------------------------------------------------------------

- Updating to new decanter version (#682)
- CAP-67 Import profile phone number to the non-mobile phone field
- D8CORE-4539 Removed "Role" attribute on figure element
- D8CORE-6760 | Update ckeditor5 styles (#679)
- D8CORE-6629 use list elements on search result page
- D8CORE-6628 Hide `li` element for mobile search field when on desktop
- D8CORE-6368 Use list elements for related policy display
- D8CORE-5950 Fixed aspect ratio of youtube videos on event pages
- D8CORE-6633 Add skip link anchor to the search page (#681)
- D8CORE-6339 Added main content anchor link destination
- Update banner aspect ratio for small breakpoint (#680)
- D8CORE-6695, 6694 Updated spacer paragraph with optional sizes (#677)
- Fixed typo in "Experimental"
- D8CORE-6770 Change lables from "Components" to "Paragraphs"
- Added "Admin notes" to the site settings config page
- D8CORE-6457 D8CORE-6476 D8CORE-6477 Tweaks to policy content fields
- Added undo and redo buttons to ckeditor
- Move help section to be below brand bar in header (#674)
- Revert "D8CORE-4495: changing past events text (#669)" (#673)
- D8CORE-4495: changing past events text (#669)
- D8CORE-5407 | @jdwjdwjdw | A11y: Update lockup cell2 max-width, line3 line-height (#672)
- Provide a new replacement menu with a decoupled main menu (#663)
- D8CORE-6416 Update google analytics tracking for stanford_basic theme
- D8CORE-2622, D8CORE-4494 | Move brand bar and skip-links into header landmark banner (#665)
- D8CORE-6654 | Update stanford_basic package-lock (#667)
- Added tiny base64 blur image to json api data
- D8CORE-6336: changing hover on print icon for policy CT (#661)
- Updated jsonapi endpoints (#664)
- Migrate everything to layout paragraphs and upgrade all modules/themes (#654)


9.2.8
--------------------------------------------------------------------------------
- Don't replace attributes on menu link items.
Expand Down
120 changes: 34 additions & 86 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,66 +10,6 @@
"type": "composer",
"url": "https://packages.drupal.org/8"
},
{
"type": "package",
"package": {
"name": "ckeditor-plugin/a11ychecker",
"version": "1.1.1",
"type": "drupal-library",
"dist": {
"url": "https://download.ckeditor.com/a11ychecker/releases/a11ychecker_1.1.1.zip",
"type": "zip"
},
"require": {
"composer/installers": "~1.0"
}
}
},
{
"type": "package",
"package": {
"name": "ckeditor-plugin/balloonpanel",
"version": "4.14.0",
"type": "drupal-library",
"dist": {
"url": "https://download.ckeditor.com/balloonpanel/releases/balloonpanel_4.14.0.zip",
"type": "zip"
},
"require": {
"composer/installers": "~1.0"
}
}
},
{
"type": "package",
"package": {
"name": "ckeditor-plugin/link",
"version": "4.14.0",
"type": "drupal-library",
"dist": {
"url": "https://download.ckeditor.com/link/releases/link_4.14.0.zip",
"type": "zip"
},
"require": {
"composer/installers": "~1.0"
}
}
},
{
"type": "package",
"package": {
"name": "ckeditor-plugin/fakeobjects",
"version": "4.14.0",
"type": "drupal-library",
"dist": {
"url": "https://download.ckeditor.com/fakeobjects/releases/fakeobjects_4.14.0.zip",
"type": "zip"
},
"require": {
"composer/installers": "~1.0"
}
}
},
{
"type": "package",
"package": {
Expand Down Expand Up @@ -101,22 +41,14 @@
"acquia/memcache-settings": "^1.2",
"citation-style-language/locales": "1.0.0",
"citation-style-language/styles-distribution": "1.0.0",
"ckeditor-plugin/a11ychecker": "^1.1.1",
"ckeditor-plugin/balloonpanel": "^4.14.0",
"ckeditor-plugin/fakeobjects": "^4.14.0",
"ckeditor-plugin/link": "^4.14.0",
"composer/installers": ">=1.2",
"drupal/address": "^1.2",
"drupal/admin_toolbar": "^3.1",
"drupal/allowed_formats": "^2.0",
"drupal/anchor_link": "^2.5",
"drupal/auto_entitylabel": "^3.0@beta",
"drupal/block_content_permissions": "^1.8",
"drupal/change_labels": "^1.0",
"drupal/chosen": "^3.0",
"drupal/ckeditor_a11ychecker": "^1.0",
"drupal/ckeditor_balloonpanel": "^1.1",
"drupal/ckeditor_blockimagepaste": "^1.4",
"drupal/chosen": "^4.0",
"drupal/colorbox": "^2.0",
"drupal/components": "^3.0",
"drupal/conditional_fields": "^4.0",
Expand All @@ -130,19 +62,18 @@
"drupal/config_update": "^1.7",
"drupal/confirm_leave": "^1.0@beta",
"drupal/content_lock": "^2.2",
"drupal/core": "~9.4.0",
"drupal/core": "~9.5.0",
"drupal/cshs": "^4.0",
"drupal/default_content": "^2.0@alpha",
"drupal/diff": "^1.0@RC",
"drupal/display_field_copy": "^2.0",
"drupal/domain_301_redirect": "^2.0",
"drupal/ds": "^3.3",
"drupal/eck": "^1.0@beta",
"drupal/editoria11y": "^2.0",
"drupal/element_class_formatter": "^1.1",
"drupal/element_class_formatter": "^2.0@beta",
"drupal/encrypt": "^3.0",
"drupal/environment_indicator": "^4.0",
"drupal/extlink": "^1.3",
"drupal/fakeobjects": "^1.1",
"drupal/fast_404_generator": "^1.0",
"drupal/field_encrypt": "^3.0",
"drupal/field_formatter_class": "^1.5",
Expand All @@ -154,41 +85,45 @@
"drupal/flat_taxonomy": "^1.2",
"drupal/fontawesome": "^2.19",
"drupal/google_analytics": "^4.0",
"drupal/google_tag": "^1.4",
"drupal/hook_event_dispatcher": "~3.2.0",
"drupal/google_tag": "^2.0",
"drupal/hook_event_dispatcher": "^4.0@beta",
"drupal/image_effects": "^3.2",
"drupal/imagemagick": "^3.1",
"drupal/jquery_ui_draggable": "^2.0",
"drupal/jsonapi_extras": "^3.20",
"drupal/jsonapi_hypermedia": "^1.9",
"drupal/jsonapi_image_styles": "^3.0",
"drupal/jsonapi_menu_items": "^1.2",
"drupal/jsonapi_views": "^1.0",
"drupal/jsonapi_search_api": "^1.0@RC",
"drupal/jsonapi_views": "^1.1",
"drupal/key": "^1.15",
"drupal/layout_builder_modal": "^1.0",
"drupal/layout_builder_restrictions": "^2.2",
"drupal/layout_library": "^1.0-beta1",
"drupal/layout_paragraphs": "^2.0",
"drupal/link_attributes": "^1.11",
"drupal/link_title_formatter": "^2.0",
"drupal/linkit": "^6.0",
"drupal/markup": "^2.0",
"drupal/mathjax": "^4.0",
"drupal/memcache": "^2.5",
"drupal/menu_admin_per_menu": "^1.0",
"drupal/menu_block": "dev-1.x#567becffbb0589e824fb053f15fb38a5846e7276",
"drupal/menu_link_weight": "^1.0-beta3",
"drupal/metatag": "^1.3",
"drupal/menu_block": "^1.10",
"drupal/menu_link_weight": "^2.0@alpha",
"drupal/metatag": "^2.0",
"drupal/name": "^1.0@RC",
"drupal/next": "^1.2",
"drupal/nobots": "^1.0",
"drupal/node_revision_delete": "^1.0@RC",
"drupal/page_cache_query_ignore": "^2.2",
"drupal/page_manager": "^4.0@beta",
"drupal/paragraphs": "^1.11",
"drupal/paragraphs_edit": "^2.0@alpha",
"drupal/paranoia": "^1.0@alpha",
"drupal/path_redirect_import": "^1.0@beta",
"drupal/path_redirect_import": "^2.0",
"drupal/pathauto": "^1.6",
"drupal/pdb": "^1.0@alpha",
"drupal/printable": "^2.1",
"drupal/printable": "^3.0@RC",
"drupal/rabbit_hole": "^1.0@beta",
"drupal/real_aes": "^2.4",
"drupal/redirect": "^1.0-beta1",
Expand All @@ -199,7 +134,7 @@
"drupal/search_api": "^1.19",
"drupal/seckit": "^2.0",
"drupal/shs": "^2.0@RC",
"drupal/smart_date": "^3.5",
"drupal/smart_date": "^4.0",
"drupal/smart_trim": "^2.0",
"drupal/taxonomy_entity_index": "^1.8",
"drupal/taxonomy_menu": "^3.5",
Expand All @@ -219,14 +154,14 @@
"onlyextart/colorbox": "dev-master#e58476becbc89dc671093d1bcd9f99b2167fa8f7",
"sainsburys/guzzle-oauth2-plugin": "^3.0",
"seboettg/citeproc-php": "2.4.1",
"su-sws/ckeditor5_plugins": "^1.0",
"su-sws/drupal-patches": "^8.1",
"su-sws/nobots": "^8.2",
"su-sws/react_paragraphs": "^8.2",
"su-sws/stanford_actions": "^8.2",
"su-sws/stanford_fields": "^8.2",
"su-sws/stanford_media": "^8.3",
"su-sws/stanford_media": "^9.0",
"su-sws/stanford_migrate": "^8.3",
"su-sws/stanford_profile_helper": "^9.1",
"su-sws/stanford_profile_helper": "^9.2",
"su-sws/stanford_ssp": "^8.2"
},
"config": {
Expand All @@ -248,6 +183,19 @@
"drush.services.yml": "^9"
}
},
"patches": {}
"patches": {
"drupal/hook_event_dispatcher": {
"https://www.drupal.org/project/hook_event_dispatcher/issues/3354751": "https://www.drupal.org/files/issues/2023-04-17/hook_event_dispatcher-4.x-3354751.patch"
},
"drupal/menu_block": {
"https://www.drupal.org/project/menu_block/issues/3271218": "https://www.drupal.org/files/issues/2022-04-29/menu_block_rendered_empty-3271218-17.patch"
},
"drupal/menu_link": {
"https://www.drupal.org/project/menu_link/issues/3358081": "https://git.drupalcode.org/project/menu_link/-/merge_requests/9.patch"
},
"drupal/menu_link_weight": {
"https://www.drupal.org/project/menu_link_weight/issues/2875984": "https://git.drupalcode.org/project/menu_link_weight/-/merge_requests/2.diff"
}
}
}
}
9 changes: 0 additions & 9 deletions config/sync/auto_entitylabel.settings.log.policy.yml

This file was deleted.

22 changes: 22 additions & 0 deletions config/sync/block.block.claro_breadcrumbs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
uuid: c797594b-5410-4796-aaa7-f184e57456b7
langcode: en
status: true
dependencies:
module:
- system
theme:
- claro
_core:
default_config_hash: NjcxOBrPOiK5-38t56DwFBDVY4yer7YSlbRWXFuHe7A
id: claro_breadcrumbs
theme: claro
region: breadcrumb
weight: 0
provider: null
plugin: system_breadcrumb_block
settings:
id: system_breadcrumb_block
label: Breadcrumbs
label_display: '0'
provider: system
visibility: { }
22 changes: 22 additions & 0 deletions config/sync/block.block.claro_content.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
uuid: cceb0660-858b-40f4-bc6c-7154baf181dd
langcode: en
status: true
dependencies:
module:
- system
theme:
- claro
_core:
default_config_hash: a0Yyx1GeyKarZ4T_yXQBR_ZFKnXiFLtxAb6gWLd8nr0
id: claro_content
theme: claro
region: content
weight: 0
provider: null
plugin: system_main_block
settings:
id: system_main_block
label: 'Main page content'
label_display: '0'
provider: system
visibility: { }
22 changes: 22 additions & 0 deletions config/sync/block.block.claro_help.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
uuid: f8936cd1-b8bf-4f90-960b-339ab5fe1354
langcode: en
status: true
dependencies:
module:
- help
theme:
- claro
_core:
default_config_hash: jccFSSVqV0WCDb6NtML1VWAWTtDbZ-zn5YgTRMgMrIM
id: claro_help
theme: claro
region: help
weight: 0
provider: null
plugin: help_block
settings:
id: help_block
label: Help
label_display: '0'
provider: help
visibility: { }
Loading

0 comments on commit 284a1c5

Please sign in to comment.