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

SHS-5913 Dashboard initiative #1689

Open
wants to merge 20 commits into
base: 11.8.1-release
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 4 commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
585d2fd
feat(SHS-5913): Initial install of Dashboard module
dalin- Nov 21, 2024
fe73ee3
Merge branch 'develop' into SHS-5913_Dashboard-initiative
ahughes3 Dec 4, 2024
1099e87
Merge branch '11.6.1-release' of github.com:SU-HSDO/suhumsci into SHS…
cienvaras Dec 14, 2024
81fcea4
SH-5972: Use default Drupal layouts in Dashboard (#1697)
mariannuar Dec 17, 2024
9c804d8
Merge branch '11.6.4-release' of github.com:SU-HSDO/suhumsci into SHS…
cienvaras Jan 27, 2025
3bc566d
feat(shs-6052): export base dashboard
cienvaras Feb 3, 2025
f5c276a
Merge branch '11.7.1-release' of github.com:SU-HSDO/suhumsci into SHS…
cienvaras Feb 10, 2025
4351b85
SHS-6035: Dashboard: Initial design implementation (#1719)
mariannuar Feb 11, 2025
d3d9cd2
Merge branch '11.7.1-release' of github.com:SU-HSDO/suhumsci into SHS…
cienvaras Feb 11, 2025
9f9f13a
fix(shs-5913): coding standards error
cienvaras Feb 11, 2025
8523be9
SHS-5978: Site Dashboard: Missing Alt Text (#1722)
callinmullaney Feb 11, 2025
890534b
SHS-5979 and SHS-5982: Add dashboard views and custom view code (#1730)
codechefmarc Feb 11, 2025
d494cd2
chore(shs-5913): remove chemistry tugboat config
cienvaras Feb 11, 2025
a391aa5
SHS- 6004: Dashboard: Pages with the Most issues from editoria11y (#1…
mariannuar Feb 12, 2025
a1a9165
fix(shs-5913): update dashboard exported config
cienvaras Feb 12, 2025
d64d165
SHS-6055: Dashboard: Importer block: People (#1747)
codechefmarc Feb 20, 2025
447ce67
Merge branch '11.8.1-release' of github.com:SU-HSDO/suhumsci into SHS…
cienvaras Feb 21, 2025
c06e05b
Merge branch '11.8.1-release' of github.com:SU-HSDO/suhumsci into SHS…
cienvaras Feb 25, 2025
7ffad47
SHS-5980: Dashboard: Notifications/Announcements to Site Editors (#1745)
codechefmarc Feb 28, 2025
e608e46
Merge branch '11.8.1-release' of github.com:SU-HSDO/suhumsci into SHS…
cienvaras Mar 4, 2025
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: 2 additions & 5 deletions composer.json
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Now that Dashboard has a real release, we should switch to a stable version.

Copy link
Contributor

@joegl joegl Mar 3, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's exciting to finally get a stable release. Security Coverage too 😃

Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
"drupal/core-composer-scaffold": "~10.3.0",
"drupal/core-recommended": "~10.3.0",
"drupal/cshs": "^4.0",
"drupal/dashboard": "^2.0@alpha",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"drupal/dashboard": "^2.0@alpha",
"drupal/dashboard": "^2.0",

"drupal/default_content": "^2.0",
"drupal/diff": "^1.0",
"drupal/display_field_copy": "^2.1",
Expand Down Expand Up @@ -229,9 +230,6 @@
"extra": {
"enable-patching": true,
"patches": {
"drupal/autologout": {
"https://www.drupal.org/project/autologout/issues/3372010": "https://www.drupal.org/files/issues/2024-05-28/autologout_3372010-25.patch"
},
"drupal/conditional_fields": {
"https://www.drupal.org/project/conditional_fields/issues/2902164": "https://www.drupal.org/files/issues/2023-09-28/2902164-149.patch"
},
Expand All @@ -247,8 +245,7 @@
"Allow hs group blocks in layout_builder": "patches/layout_builder-allow-hs-blocks.patch",
"Allow media items to be edited in a modal when using the field widget https://www.drupal.org/project/drupal/issues/2985168": "https://www.drupal.org/files/issues/2023-12-18/2985168-172.patch",
"Cannot read properties of undefined (reading 'settings') with dialog.position.js https://www.drupal.org/project/drupal/issues/3356667": "patches/core/core-mr-8892.patch",
"https://www.drupal.org/project/drupal/issues/3207813: ModuleHandler skips all hook implementations when invoked before the module files have been loaded": "patches/core/core-mr-6976.patch",
"https://www.drupal.org/project/drupal/issues/3487031: Twig 13.4.2 performance degradation": "patches/core/core-mr-10177.patch"
"https://www.drupal.org/project/drupal/issues/3207813: ModuleHandler skips all hook implementations when invoked before the module files have been loaded": "patches/core/core-mr-6976.patch"
},
"drupal/entity_reference_exposed_filters": {
"https://www.drupal.org/project/entity_reference_exposed_filters/issues/3189025": "https://www.drupal.org/files/issues/2023-10-17/entity_reference_exposed_filters-empty_target-3189025-4.patch"
Expand Down
887 changes: 488 additions & 399 deletions composer.lock

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions config/default/config_ignore.settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,4 @@ ignored_config_entities:
- system.site
- 'domain_registration.settings:pattern'
- 'user.settings:register'
- 'single_content_sync.settings:allowed_entity_types.node'
1 change: 1 addition & 0 deletions config/default/core.extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ module:
csv_serialization: 0
ctools: 0
ctools_views: 0
dashboard: 0
datetime: 0
datetime_range: 0
default_content: 0
Expand Down
3 changes: 1 addition & 2 deletions config/default/search_api.index.default_index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@ langcode: en
status: true
dependencies:
config:
- search_api.server.default_server
- core.entity_view_mode.node.search_index
- search_api.server.default_server
module:
- node
- search_api
id: default_index
name: 'Default content index'
description: 'Default content index created by the Database Search Defaults module'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ title: 'Default cron handler'
id: core_event_dispatcher_cron
weight: 0
module: core_event_dispatcher
callback: core_event_dispatcher_cron
callback: 'core_event_dispatcher#cron'
scheduler:
id: simple
launcher:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ title: 'Default cron handler'
id: fast_404_generator_cron
weight: 0
module: fast_404_generator
callback: fast_404_generator_cron
callback: 'fast_404_generator#cron'
scheduler:
id: simple
launcher:
Expand Down
2 changes: 1 addition & 1 deletion config/default/ultimate_cron.job.field_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ title: 'Purges deleted Field API data'
id: field_cron
weight: 0
module: field
callback: field_cron
callback: 'field#cron'
scheduler:
id: simple
launcher:
Expand Down
2 changes: 1 addition & 1 deletion config/default/ultimate_cron.job.file_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ title: 'Deletes temporary files'
id: file_cron
weight: 0
module: file
callback: file_cron
callback: 'file#cron'
scheduler:
id: simple
launcher:
Expand Down
2 changes: 1 addition & 1 deletion config/default/ultimate_cron.job.google_analytics_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ title: 'Default cron handler'
id: google_analytics_cron
weight: 0
module: google_analytics
callback: google_analytics_cron
callback: 'google_analytics#cron'
scheduler:
id: simple
launcher:
Expand Down
2 changes: 1 addition & 1 deletion config/default/ultimate_cron.job.honeypot_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ title: 'Default cron handler'
id: honeypot_cron
weight: 0
module: honeypot
callback: honeypot_cron
callback: 'honeypot#cron'
scheduler:
id: simple
launcher:
Expand Down
2 changes: 1 addition & 1 deletion config/default/ultimate_cron.job.hs_field_helpers_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ title: 'Default cron handler'
id: hs_field_helpers_cron
weight: 0
module: hs_field_helpers
callback: hs_field_helpers_cron
callback: 'hs_field_helpers#cron'
scheduler:
id: simple
launcher:
Expand Down
2 changes: 1 addition & 1 deletion config/default/ultimate_cron.job.hs_page_reports_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ title: 'HS Page Reports'
id: hs_page_reports_cron
weight: 0
module: hs_page_reports
callback: hs_page_reports_cron
callback: 'hs_page_reports#cron'
scheduler:
id: simple
launcher:
Expand Down
2 changes: 1 addition & 1 deletion config/default/ultimate_cron.job.layout_builder_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ title: 'Default cron handler'
id: layout_builder_cron
weight: 0
module: layout_builder
callback: layout_builder_cron
callback: 'layout_builder#cron'
scheduler:
id: simple
launcher:
Expand Down
2 changes: 1 addition & 1 deletion config/default/ultimate_cron.job.node_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ title: 'Mark old nodes as read'
id: node_cron
weight: 0
module: node
callback: node_cron
callback: 'node#cron'
scheduler:
id: simple
launcher:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ title: 'Default cron handler'
id: node_revision_delete_cron
weight: 0
module: node_revision_delete
callback: node_revision_delete_cron
callback: 'node_revision_delete#cron'
scheduler:
id: simple
launcher:
Expand Down
2 changes: 1 addition & 1 deletion config/default/ultimate_cron.job.redirect_404_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ title: 'Default cron handler'
id: redirect_404_cron
weight: 0
module: redirect_404
callback: redirect_404_cron
callback: 'redirect_404#cron'
scheduler:
id: simple
launcher:
Expand Down
2 changes: 1 addition & 1 deletion config/default/ultimate_cron.job.search_api_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ title: 'Default cron handler'
id: search_api_cron
weight: 0
module: search_api
callback: search_api_cron
callback: 'search_api#cron'
scheduler:
id: simple
launcher:
Expand Down
2 changes: 1 addition & 1 deletion config/default/ultimate_cron.job.stanford_fields_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ title: 'Default cron handler'
id: stanford_fields_cron
weight: 0
module: stanford_fields
callback: stanford_fields_cron
callback: 'stanford_fields#cron'
scheduler:
id: simple
launcher:
Expand Down
2 changes: 1 addition & 1 deletion config/default/ultimate_cron.job.system_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ title: 'Cleanup (caches, batch, flood, temp-files, etc.)'
id: system_cron
weight: 0
module: system
callback: system_cron
callback: 'system#cron'
scheduler:
id: simple
launcher:
Expand Down
2 changes: 1 addition & 1 deletion config/default/ultimate_cron.job.ultimate_cron_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: 'Runs internal cleanup operations'
id: ultimate_cron_cron
weight: 0
module: ultimate_cron
callback: ultimate_cron_cron
callback: 'ultimate_cron#cron'
scheduler:
id: simple
launcher:
Expand Down
2 changes: 1 addition & 1 deletion config/default/ultimate_cron.job.webform_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ title: 'Default cron handler'
id: webform_cron
weight: 0
module: webform
callback: webform_cron
callback: 'webform#cron'
scheduler:
id: simple
launcher:
Expand Down
2 changes: 1 addition & 1 deletion config/default/ultimate_cron.job.xmlsitemap_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ title: 'Default cron handler'
id: xmlsitemap_cron
weight: 0
module: xmlsitemap
callback: xmlsitemap_cron
callback: 'xmlsitemap#cron'
scheduler:
id: simple
launcher:
Expand Down
Loading
Loading