Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
3792bc5
Generated top parent views fields for nodes and media
tfleming-ma Feb 5, 2026
4ba67f8
Added changelog
tfleming-ma Feb 5, 2026
7980ea2
Switched to for loop
tfleming-ma Feb 6, 2026
2d17920
Added relationships to CTE-computed views
tfleming-ma Feb 9, 2026
46574fc
Added update hook for creating CTE MySQL views for reporting
tfleming-ma Feb 9, 2026
b73b512
Updated update hook query
tfleming-ma Feb 9, 2026
0d25aef
Updated update hook
tfleming-ma Feb 9, 2026
d390e72
Updated editoria11y, created view showing pages with issues
tfleming-ma Feb 9, 2026
4167837
Merge branch 'develop' into feature/DP-44915_top-level-org-views-field
tfleming-ma Feb 10, 2026
3cd40ac
Added contextual filter, page display for viewing pages with issues
tfleming-ma Feb 9, 2026
fbca707
Updated a11y summary view
tfleming-ma Feb 9, 2026
f05d5ab
Removed old results/dismissals views missed by editoria11y update hoo…
tfleming-ma Feb 10, 2026
4794283
Enabled editoria11y export, added documents view
tfleming-ma Feb 10, 2026
df023ba
Merge branch 'develop' into feature/DP-44915_top-level-org-views-field
joeg8612 Feb 11, 2026
be4079c
Revert "Merge branch 'develop' into feature/DP-44915_top-level-org-vi…
Feb 11, 2026
b3b8887
Made initial query more explicit about joins
tfleming-ma Feb 13, 2026
39291ea
Updated node mysql view query
tfleming-ma Feb 13, 2026
87cad14
More query updates
tfleming-ma Feb 13, 2026
62b71f8
Added relationship on pseudo table that includes pid count from ed11y…
tfleming-ma Feb 18, 2026
531c854
Updated naming of relationship
tfleming-ma Feb 18, 2026
3b522bb
Removed unneded comment
tfleming-ma Feb 18, 2026
becd503
Updated join and added count field
tfleming-ma Feb 18, 2026
03d973e
Updated view
tfleming-ma Feb 18, 2026
3030b27
Updated view
tfleming-ma Feb 19, 2026
dd1c6e6
Filtered out non-rendered content types
tfleming-ma Feb 19, 2026
cc7d792
Fixed validation error
tfleming-ma Feb 19, 2026
8d99405
Merged in changes from develop
tfleming-ma Feb 19, 2026
f83894a
Resolved conflicts with composer
tfleming-ma Feb 19, 2026
2dab65a
Resolved git issues with changelogs
tfleming-ma Feb 19, 2026
088dbf1
Fixed core.extension
tfleming-ma Feb 19, 2026
14a28e1
Removed patch that didn't merge correctly
tfleming-ma Feb 19, 2026
4db39ba
Resolved css issue for merge from develop
tfleming-ma Feb 19, 2026
a5af450
Updated media query and docs view
tfleming-ma Feb 19, 2026
4ca109b
Added changelog
tfleming-ma Feb 19, 2026
06e5a9e
Fixed views queries
tfleming-ma Feb 19, 2026
f09456d
Removed published column from docs view
tfleming-ma Feb 19, 2026
0aceb90
Merge branch 'develop' into feature/DP-44915_top-level-org-views-field
tfleming-ma Feb 19, 2026
333a032
Added check for whether parent nid already found in parent org chain …
tfleming-ma Feb 19, 2026
d13f1a0
reversed css change appearing from merge
tfleming-ma Feb 19, 2026
440cb39
Updated view to include content type and remove dismissals filter
tfleming-ma Feb 19, 2026
1cbd6e9
Removed confusing field
tfleming-ma Feb 19, 2026
8df9721
Cleaned up comments and views
tfleming-ma Feb 19, 2026
7d10c88
Updated comments
tfleming-ma Feb 19, 2026
a9420bb
Updated editoria11y to latest beta, enabled submodules, first pass at…
tfleming-ma Feb 19, 2026
c2afe3f
Set permissions on top-level views, fixed author report, removed cust…
tfleming-ma Feb 19, 2026
45b689a
Disabled editoria11y_csa module, set content types to exclude for top…
tfleming-ma Feb 20, 2026
5926464
Filtered view to show only published content
tfleming-ma Feb 20, 2026
1a2d986
Added number of pages with active content alerts
tfleming-ma Feb 20, 2026
7ba9003
Fixed class name
tfleming-ma Feb 20, 2026
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
44 changes: 44 additions & 0 deletions changelogs/DP-44915.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
#
# Write your changelog entry here. Every pull request must have a changelog yml file.
#
# Change types:
# #############################################################################
# You can use one of the following types:
# - Added: For new features.
# - Changed: For changes to existing functionality.
# - Deprecated: For soon-to-be removed features.
# - Removed: For removed features.
# - Fixed: For any bug fixes.
# - Security: In case of vulnerabilities.
#
# Format
# #############################################################################
# The format is crucial. Please follow the examples below. For reference, the requirements are:
# - All 3 parts are required and you must include "Type", "description" and "issue".
# - "Type" must be left aligned and followed by a colon.
# - "description" must be indented with 2 spaces followed by a colon
# - "issue" must be indented with 4 spaces followed by a colon.
# - "issue" is for the Jira ticket number only e.g. DP-1234
# - No extra spaces, indents, or blank lines are allowed.
#
# Example:
# #############################################################################
# Fixed:
# - description: Fixes scrolling on edit pages in Safari.
# issue: DP-13314
#
# You may add more than 1 description & issue for each type using the following format:
# Changed:
# - description: Automating the release branch.
# issue: DP-10166
# - description: Second change item that needs a description.
# issue: DP-19875
# - description: Third change item that needs a description along with an issue.
# issue: DP-19843
#
Added:
- description: Added views for viewing accessibility information by top-level organization.
issue: DP-44915
Changed:
- description: Upgraded Editoria11y to the latest version.
issue: DP-44915
5 changes: 1 addition & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
"drupal/draggableviews": "^2.1",
"drupal/dropzonejs": "^2",
"drupal/dynamic_entity_reference": "^3.1",
"drupal/editoria11y": "2.1.22",
"drupal/editoria11y": "^3.0@beta",
"drupal/embed": "^1.7",
"drupal/entity_browser": "^2",
"drupal/entity_embed": "^1.7",
Expand Down Expand Up @@ -510,9 +510,6 @@
},
"drupal/ace_editor": {
"Fix the plugin initialization https://www.drupal.org/project/ace_editor/issues/3326303": "patches/ace_editor_fix_plugin_initialization.patch"
},
"drupal/editoria11y": {
"Fix result name options to use editoria11y_results table instead of editoria11y_dismissals (DP-42700)": "patches/editoria11y--result-name-options-results.patch"
}
},
"composer-exit-on-patch-failure": true,
Expand Down
23 changes: 12 additions & 11 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions conf/drupal/config/core.extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ module:
dynamic_page_cache: 0
editor: 0
editoria11y: 0
editoria11y_export: 0
embed: 0
emoji_validation: 0
entity_browser: 0
Expand Down
10 changes: 5 additions & 5 deletions conf/drupal/config/editoria11y.settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,23 @@ assertiveness: smart
no_load: ''
ignore_all_if_absent: ''
ignore_elements: '.ma__location-banner__image *, .ma__suggested-pages__item img, #location-listing-results img, .ma__personal-message__container .ma__image-promo__image img, .ma__key-message__inline-image img, .ma__details__content .ma__image-promos img.ma__image, .ma__card__img.ma__card__img--vertical img, .js-location-listing-link .ma__image-promo__image *, .user-login *, .dt-scroll-footInner table, h3.ma__collapsible-header, .ma__header-alerts__container h3, a[href^="mailto:"], .leaflet-pane.leaflet-tile-pane img'
panel_no_cover: ''
embedded_content_warning: ''
download_links: 'false'
link_strings_new_windows: ''
ignore_link_strings: ''
link_ignore_selector: ''
hidden_handlers: ''
element_hides_overflow: ''
ed11y_theme: sleekTheme
panel_pin: right
shadow_components: ''
detect_shadow: false
watch_for_changes: 'true'
disable_sync: false
preserve_params: 'search,keys,page,language,language_content_entity'
redundant_prefix: ''
custom_tests: 0
panel_no_cover: ''
element_hides_overflow: ''
panel_pin: right
detect_shadow: false
watch_for_changes: 'true'
disable_live: true
live_h_inherit: ''
live_h2: ''
Expand Down
Loading