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-5629: Editors can more easily edit a caption #1580

Merged
merged 18 commits into from
Aug 9, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
4bd8575
feat(SHS-5629): Add patch to allow editing of media items in a modal …
Jul 19, 2024
7d8eb2c
fix(SHS-5629): Remove todo in patch file
Jul 19, 2024
5c944f6
SHS-5661: Remove legacy fields (#1577)
codechefmarc Jul 24, 2024
c3f0d10
SHS-4929: Hide caption/credits on images in default views (#1578)
mariannuar Jul 24, 2024
d82654c
Merge branch '11.1.4-release' of github.com:SU-HSDO/suhumsci into fk-…
cienvaras Jul 24, 2024
ea5934b
refactor(SHS-5629): Switch local patch for remote patch, add patch to…
Jul 25, 2024
b70e29a
Merge branch 'develop' into SHS-5629--media-caption-edit
Jul 25, 2024
b8d1202
SHS-5675: Helping users avoid 'Table cell missing context (e.g. headi…
codechefmarc Jul 26, 2024
cdc1c6f
Merge branch 'fk-stnfd-sprint-55' of github.com:SU-HSDO/suhumsci into…
cienvaras Jul 26, 2024
3360171
Merge branch '11.1.4-release' of github.com:SU-HSDO/suhumsci into fk-…
cienvaras Jul 26, 2024
c2e9491
Merge branch 'fk-stnfd-sprint-55' of github.com:SU-HSDO/suhumsci into…
cienvaras Jul 26, 2024
517e03c
fix(shs-5629): revert composer.lock changes
cienvaras Jul 26, 2024
cae0e48
fix(SHS-5629): Possible fix for dialog box too low on screen
Jul 29, 2024
5bfab45
fix(SHS-5629): Fix dialog too low on screen issue (clear browser cach…
Jul 30, 2024
3cea482
Merge branch 'fk-stnfd-sprint-56' of github.com:SU-HSDO/suhumsci into…
cienvaras Aug 7, 2024
74e688f
Merge branch 'fk-stnfd-sprint-56' of github.com:SU-HSDO/suhumsci into…
cienvaras Aug 9, 2024
3ee7364
fix(shs-5629): remove unnecesary change
cienvaras Aug 9, 2024
3c414aa
fix(shs-5629): update patch
cienvaras Aug 9, 2024
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: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,8 @@
"https://www.drupal.org/project/drupal/issues/3306916": "https://www.drupal.org/files/issues/2023-12-19/3306916-18.patch",
"views form null fix": "patches/core-views.patch",
"CKEditor 5 headings plugin paragraph label change": "patches/ckeditor5-paragraph-rename.patch",
"Allow hs group blocks in layout_builder": "patches/layout_builder-allow-hs-blocks.patch"
"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": "patches/2985168-172.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
Loading