Skip to content

LUC070 209 added local accessibility page#853

Merged
dspeed2 merged 1 commit intodv5-demofrom
LUC070-209-added-local-accessibility-page
Sep 17, 2025
Merged

LUC070 209 added local accessibility page#853
dspeed2 merged 1 commit intodv5-demofrom
LUC070-209-added-local-accessibility-page

Conversation

@johnpinto1
Copy link
Copy Markdown
Contributor

Updated footer for Accessibility Page.

@johnpinto1 johnpinto1 requested a review from dspeed2 September 16, 2025 14:58
@johnpinto1 johnpinto1 force-pushed the LUC070-209-added-local-accessibility-page branch from 628bf38 to ec4088a Compare September 16, 2025 15:01
@dspeed2 dspeed2 merged commit 97ce2ca into dv5-demo Sep 17, 2025
dspeed2 added a commit that referenced this pull request Oct 20, 2025
…855)

* #LUC070-162 Fixed the bug where multiple reviews breaks the /vaults page

1) Updated ReviewsController so that /vaultreviews/depositreviews/ expects / uses a depositReviewId param rather than depositId
2) Updated DepositsReviewService so that getDepositReview now gets the depositReview by id rather than deposit_id
3) Updated VaultsController so that it passes the depositReviewId rather than deposit_id when getting the deposit review in getVault method
4) Updated RestService so that getDepostReview expected a depositReviewId rather than a depositId

* #LUC070-162 Fixed the new bug where the fix for multiple reviews now breaks the /admin/vaults/vaultID/review page

I think at some point we merged two lines of code into one, the fix for the previous issue changed the value of a param which then broke something else.

I've put both params back and used them in the correct place.

I suspect I'll have to fix / update some tests before this is complete but it all looks fine when deployed locally.
I've also changed the order of the deposits in review output to be based on creation time.

1) Updated the order of the reviews list in VaultsController
2) Added both params (depositId and depositReviewId) to AdminReviewsController and updated the order of the reviews list in AdminReviewsController

* #LUC070-162 Fixed tests that were failing after the fixes

* #LUC070-180 Fix for the post 4.1.6 release review issue (#849)

I noticed that the code was using the deposit id instead of DepositReviewId after changing that all the tests still pass.  Things also look good when I did a test review on my local deploy.

We'll need to test more on Demo.

* Remove jacoco from build job as it appears to be failing after recent Jenkins upgrade.

* Re add jacoco from build job as it didn't change anything (in fact I've realised it was working and providing a coverage report)

* Remove jacoco from build job after uninstalling from Jenkins

* More changes to try and debug the Jenkins demo build failure

* More changes to try and debug the Jenkins demo build failure

* Add the jacoco post run stuff back now we have discovered it was one of the docker plugins causing the issues.

* DS-LUC070-145-20250318 Upgrade SB dependencies along with assorted other mvn dependencies (#848)

* Spring Boot 3.3.2 and other library version upgrades

updated maven wrapper too

* #LUC070-145 Upgrade spring boot and other dependencies

1) Upgraded pom.xml
2) Upgraded various impacted tests

* #LUC070-145 Upgrade spring boot and other dependencies

1) Upgraded pom.xml

* #LUC070-145 Upgrade spring boot and other dependencies

1) Upgraded pom.xml

* #LUC070-145 Upgrade spring boot and other dependencies

1) Upgraded pom.xml
2) Upgraded common/pom.xml

Removed unused dep and upgraded tika

* #LUC070-145 Upgrade spring boot and other dependencies

1) Upgraded pom.xml
2) Upgraded datavault-broker/pom.xml

Removed unused dep and upgraded tika

---------

Co-authored-by: David Hay <david.j.hay@gmail.com>

* LUC070-209 - Added a local Accessibility page. (#852)

Co-authored-by: John Pinto <jpinto@newington.edina.ac.uk>

* Fix failing tests

* Fix for Accessibility Statement footer links. They are now clickable. (#853)

Co-authored-by: John Pinto <jpinto@newington.edina.ac.uk>

* Luc070 209 Added local accessibility page (#854)

* Fix for Accessibility Statement footer links. They are now clickable.

* Fix for non-clickable links for footer on all pages except the "Edit Pending Vault" and "Create New Vault" pages.

---------

Co-authored-by: John Pinto <jpinto@newington.edina.ac.uk>

---------

Co-authored-by: David Hay <david.j.hay@gmail.com>
Co-authored-by: John Pinto <john.pinto@ed.ac.uk>
Co-authored-by: John Pinto <jpinto@newington.edina.ac.uk>
dspeed2 added a commit that referenced this pull request Nov 12, 2025
…858)

* #LUC070-162 Fixed the bug where multiple reviews breaks the /vaults page

1) Updated ReviewsController so that /vaultreviews/depositreviews/ expects / uses a depositReviewId param rather than depositId
2) Updated DepositsReviewService so that getDepositReview now gets the depositReview by id rather than deposit_id
3) Updated VaultsController so that it passes the depositReviewId rather than deposit_id when getting the deposit review in getVault method
4) Updated RestService so that getDepostReview expected a depositReviewId rather than a depositId

* #LUC070-162 Fixed the new bug where the fix for multiple reviews now breaks the /admin/vaults/vaultID/review page

I think at some point we merged two lines of code into one, the fix for the previous issue changed the value of a param which then broke something else.

I've put both params back and used them in the correct place.

I suspect I'll have to fix / update some tests before this is complete but it all looks fine when deployed locally.
I've also changed the order of the deposits in review output to be based on creation time.

1) Updated the order of the reviews list in VaultsController
2) Added both params (depositId and depositReviewId) to AdminReviewsController and updated the order of the reviews list in AdminReviewsController

* #LUC070-162 Fixed tests that were failing after the fixes

* #LUC070-180 Fix for the post 4.1.6 release review issue (#849)

I noticed that the code was using the deposit id instead of DepositReviewId after changing that all the tests still pass.  Things also look good when I did a test review on my local deploy.

We'll need to test more on Demo.

* Remove jacoco from build job as it appears to be failing after recent Jenkins upgrade.

* Re add jacoco from build job as it didn't change anything (in fact I've realised it was working and providing a coverage report)

* Remove jacoco from build job after uninstalling from Jenkins

* More changes to try and debug the Jenkins demo build failure

* More changes to try and debug the Jenkins demo build failure

* Add the jacoco post run stuff back now we have discovered it was one of the docker plugins causing the issues.

* DS-LUC070-145-20250318 Upgrade SB dependencies along with assorted other mvn dependencies (#848)

* Spring Boot 3.3.2 and other library version upgrades

updated maven wrapper too

* #LUC070-145 Upgrade spring boot and other dependencies

1) Upgraded pom.xml
2) Upgraded various impacted tests

* #LUC070-145 Upgrade spring boot and other dependencies

1) Upgraded pom.xml

* #LUC070-145 Upgrade spring boot and other dependencies

1) Upgraded pom.xml

* #LUC070-145 Upgrade spring boot and other dependencies

1) Upgraded pom.xml
2) Upgraded common/pom.xml

Removed unused dep and upgraded tika

* #LUC070-145 Upgrade spring boot and other dependencies

1) Upgraded pom.xml
2) Upgraded datavault-broker/pom.xml

Removed unused dep and upgraded tika

---------

Co-authored-by: David Hay <david.j.hay@gmail.com>

* LUC070-209 - Added a local Accessibility page. (#852)

Co-authored-by: John Pinto <jpinto@newington.edina.ac.uk>

* Fix failing tests

* Fix for Accessibility Statement footer links. They are now clickable. (#853)

Co-authored-by: John Pinto <jpinto@newington.edina.ac.uk>

* Luc070 209 Added local accessibility page (#854)

* Fix for Accessibility Statement footer links. They are now clickable.

* Fix for non-clickable links for footer on all pages except the "Edit Pending Vault" and "Create New Vault" pages.

---------

Co-authored-by: John Pinto <jpinto@newington.edina.ac.uk>

* LUC070-20 - Fix for making footer links clickable for Create Vault (#856)

Pages.

Co-authored-by: John Pinto <jpinto@newington.edina.ac.uk>

---------

Co-authored-by: David Hay <david.j.hay@gmail.com>
Co-authored-by: John Pinto <john.pinto@ed.ac.uk>
Co-authored-by: John Pinto <jpinto@newington.edina.ac.uk>
dspeed2 added a commit that referenced this pull request Nov 27, 2025
* #LUC070-162 Fixed the bug where multiple reviews breaks the /vaults page

1) Updated ReviewsController so that /vaultreviews/depositreviews/ expects / uses a depositReviewId param rather than depositId
2) Updated DepositsReviewService so that getDepositReview now gets the depositReview by id rather than deposit_id
3) Updated VaultsController so that it passes the depositReviewId rather than deposit_id when getting the deposit review in getVault method
4) Updated RestService so that getDepostReview expected a depositReviewId rather than a depositId

* #LUC070-162 Fixed the new bug where the fix for multiple reviews now breaks the /admin/vaults/vaultID/review page

I think at some point we merged two lines of code into one, the fix for the previous issue changed the value of a param which then broke something else.

I've put both params back and used them in the correct place.

I suspect I'll have to fix / update some tests before this is complete but it all looks fine when deployed locally.
I've also changed the order of the deposits in review output to be based on creation time.

1) Updated the order of the reviews list in VaultsController
2) Added both params (depositId and depositReviewId) to AdminReviewsController and updated the order of the reviews list in AdminReviewsController

* #LUC070-162 Fixed tests that were failing after the fixes

* #LUC070-180 Fix for the post 4.1.6 release review issue (#849)

I noticed that the code was using the deposit id instead of DepositReviewId after changing that all the tests still pass.  Things also look good when I did a test review on my local deploy.

We'll need to test more on Demo.

* Remove jacoco from build job as it appears to be failing after recent Jenkins upgrade.

* Re add jacoco from build job as it didn't change anything (in fact I've realised it was working and providing a coverage report)

* Remove jacoco from build job after uninstalling from Jenkins

* More changes to try and debug the Jenkins demo build failure

* More changes to try and debug the Jenkins demo build failure

* Add the jacoco post run stuff back now we have discovered it was one of the docker plugins causing the issues.

* DS-LUC070-145-20250318 Upgrade SB dependencies along with assorted other mvn dependencies (#848)

* Spring Boot 3.3.2 and other library version upgrades

updated maven wrapper too

* #LUC070-145 Upgrade spring boot and other dependencies

1) Upgraded pom.xml
2) Upgraded various impacted tests

* #LUC070-145 Upgrade spring boot and other dependencies

1) Upgraded pom.xml

* #LUC070-145 Upgrade spring boot and other dependencies

1) Upgraded pom.xml

* #LUC070-145 Upgrade spring boot and other dependencies

1) Upgraded pom.xml
2) Upgraded common/pom.xml

Removed unused dep and upgraded tika

* #LUC070-145 Upgrade spring boot and other dependencies

1) Upgraded pom.xml
2) Upgraded datavault-broker/pom.xml

Removed unused dep and upgraded tika

---------

Co-authored-by: David Hay <david.j.hay@gmail.com>

* LUC070-209 - Added a local Accessibility page. (#852)

Co-authored-by: John Pinto <jpinto@newington.edina.ac.uk>

* Fix failing tests

* Fix for Accessibility Statement footer links. They are now clickable. (#853)

Co-authored-by: John Pinto <jpinto@newington.edina.ac.uk>

* Luc070 209 Added local accessibility page (#854)

* Fix for Accessibility Statement footer links. They are now clickable.

* Fix for non-clickable links for footer on all pages except the "Edit Pending Vault" and "Create New Vault" pages.

---------

Co-authored-by: John Pinto <jpinto@newington.edina.ac.uk>

* LUC070-20 - Fix for making footer links clickable for Create Vault (#856)

Pages.

Co-authored-by: John Pinto <jpinto@newington.edina.ac.uk>

* #LUC070-221 Fix the copy ssh key modal by making it open a tab instead of using an iframe (#857)

Fix the copy ssh key modal by making it open a tab instead of using an iframe (#857)

* #LUC070-228 Further changes re the accessibility page (#859)

* #LUC070-228 Add lang="en" to the templates that don't have it.

* #LUC070-228 Further changes re the accessibility statement

---------

Co-authored-by: David Hay <david.j.hay@gmail.com>
Co-authored-by: John Pinto <john.pinto@ed.ac.uk>
Co-authored-by: John Pinto <jpinto@newington.edina.ac.uk>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants