-
Notifications
You must be signed in to change notification settings - Fork 3
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
dalin-
wants to merge
20
commits into
11.8.1-release
Choose a base branch
from
SHS-5913_Dashboard-initiative
base: 11.8.1-release
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
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- fe73ee3
Merge branch 'develop' into SHS-5913_Dashboard-initiative
ahughes3 1099e87
Merge branch '11.6.1-release' of github.com:SU-HSDO/suhumsci into SHS…
cienvaras 81fcea4
SH-5972: Use default Drupal layouts in Dashboard (#1697)
mariannuar 9c804d8
Merge branch '11.6.4-release' of github.com:SU-HSDO/suhumsci into SHS…
cienvaras 3bc566d
feat(shs-6052): export base dashboard
cienvaras f5c276a
Merge branch '11.7.1-release' of github.com:SU-HSDO/suhumsci into SHS…
cienvaras 4351b85
SHS-6035: Dashboard: Initial design implementation (#1719)
mariannuar d3d9cd2
Merge branch '11.7.1-release' of github.com:SU-HSDO/suhumsci into SHS…
cienvaras 9f9f13a
fix(shs-5913): coding standards error
cienvaras 8523be9
SHS-5978: Site Dashboard: Missing Alt Text (#1722)
callinmullaney 890534b
SHS-5979 and SHS-5982: Add dashboard views and custom view code (#1730)
codechefmarc d494cd2
chore(shs-5913): remove chemistry tugboat config
cienvaras a391aa5
SHS- 6004: Dashboard: Pages with the Most issues from editoria11y (#1…
mariannuar a1a9165
fix(shs-5913): update dashboard exported config
cienvaras d64d165
SHS-6055: Dashboard: Importer block: People (#1747)
codechefmarc 447ce67
Merge branch '11.8.1-release' of github.com:SU-HSDO/suhumsci into SHS…
cienvaras c06e05b
Merge branch '11.8.1-release' of github.com:SU-HSDO/suhumsci into SHS…
cienvaras 7ffad47
SHS-5980: Dashboard: Notifications/Announcements to Site Editors (#1745)
codechefmarc e608e46
Merge branch '11.8.1-release' of github.com:SU-HSDO/suhumsci into SHS…
cienvaras File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -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", | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
"drupal/default_content": "^2.0", | ||||||
"drupal/diff": "^1.0", | ||||||
"drupal/display_field_copy": "^2.1", | ||||||
|
@@ -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" | ||||||
}, | ||||||
|
@@ -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" | ||||||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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 😃