Releases: dataquest-dev/dspace-angular
Releases · dataquest-dev/dspace-angular
CLARIN-DSpace 7.6.1 - 2024.12 - 12264882814
BE:
- Allowed impersonating users by cfg
- Fixed Google Analytics browser console error
- Updated ORCID functionality.
- Updated Solr config to log warnings and errors into a separate file.
- The item is not being exposed via OAI when it should not be.
- Added OAI elg crosswalk.
- Added OAI olac description.
- Use dc.contributor.other metadata field for mapping the authors
- Added edm.xml registry
- Updated shibboleth cfg properties (firstname, lastname, netid, email)
- Added data provider search facet like in v5.
- Fixed importing the item via Python - the item used to has two handles.
- Updated complex input field.
- Changed DOI identifier to dc.identifier.doi (from dc.identifier.uri).
- Added an option in the Edit Item page to edit the license.
- Updated xoai.xml - changed filters, conditions, and refactored.
- Updated downloading of the ZIP file - there is the same authorization as during downloading a regular bitstream.
- Fixed problems displaying OAI in various formats.
- Show "Download all as ZIP" button only when all conditions are met.
- Shibboleth login - added email validation.
- The user is redirected to the login page instead of seeing a 404 error when they are not allowed to see a restricted item.
- Fixed issue with storing local.bitstream.redirectToURL metadata value when uploading a large file.
- Changed config to reserve PID at the start of the submission.
- The Matomo URL is loaded from the config.
- The max file preview size is loaded from the config.
- Added missing spider config from UFAL.
- Updated log configuration to log file downloads into file: file_download.log.
- Added Czech translation of submission-forms.xml.
- Changed "true" value for CMDI crosswalk from "yes" to "true".
- Updated interpolation of the subject in the email.
- Updated searching options for the subject facet on the search page to show hierarchy.
- Turned off signposting.
- Updated sorting on the search page to have the same sort options as in v5.
- Fixed missing items on the collection page.
- Changed com/col prefix in the comcolfilter dataquest-dev/DSpace#684
- Add mail to notify admin about download of restricted item dataquest-dev/DSpace#689
- Added a new tag into submission-forms.xml called
default-value
. dataquest-dev/DSpace#699 - The submitter can add a note during submission workflow dataquest-dev/DSpace#693
- Configure special steps dataquest-dev/DSpace#697
- The handle configuration from the
lr.pid.community.configurations
property is corretly loaded. dataquest-dev/DSpace#716 - Change handle server http port dataquest-dev/DSpace#721
- Update file content preview dataquest-dev/DSpace#691
- Fixed different required fields when download hamledt dataquest-dev/DSpace#729
- Fixed CMDI restrictions of use; use LinkedList, not NodeList dataquest-dev/DSpace#738
- Fixed creating a new version of the Item dataquest-dev/DSpace#731
- The files are rendered in the Item UI dataquest-dev/DSpace#752
- Update logging of downloading files dataquest-dev/DSpace#753
FE:
- Update subnet in the docker-compose-rest.yml
- Fixed an issue where Discojuice ignored the port when redirecting to the IdP.
- Fixed ipranges in docker composes #536
- Fixed mistakes in the /home page
- Fixed mistakes in the Item View page #532
- Fixed mistakes in the Search page #537
- Prettified the DOI metadata field - removed the DOI resolver from metadata value
- Show DOI in the refbox if the Item has some
- Show authors from the
dc.contributor.other
metadata field - Fixed some issues when editing the license on the /license page.
- Updated ORCID functionality.
- Added new required information.
- Showed the Register DOI button in the Item Status: cherry-picked fix.
- Updated complex input fields.
- Added an option on the Edit Item page to edit the license.
- Fixed downloading of the ZIP file – the authorization process is now the same as for downloading a regular bitstream.
- Showed the "Download All as ZIP" button only when all conditions are met.
- Redirected to login if a restricted item is accessed via ..handle/ URL. Previously, this showed a 404 error.
- Stored IP addresses in the database when a restricted bitstream is downloaded.
- Fixed SSR issue: Load scripts (discojuice) only in the browser, not in SSR.
- Fixed redirecting to the distribution license during submission creation.
- Updated the creation of the License Label to not require an icon.
- Encoded search parameters.
- Updated browsing links to prevent overflow to the next line on the home page.
- Updated SCSS styles for buttons.
- Updated text color on the /licenses page.
- Updated browsing links for searching subjects from the home page.
- Fixed refbox content and citation copying.
- Updated some Czech messages.
- The create a new version button in the Item Page is correctly working (cherry-picked vanilla PR) #667
- Added submission note info into workflow item view #656
- Added default favicon.svg because it throws console error #640
- The input field is hidden when it has defined
style
asd-none
#661 - The notification step - the user must confirm he had read the notice message #660
- Added missing messages for the language facet #665
- Fixed different required field when download hamledt #685
- Update namespace config and docker compose files #730
- Fixed downloading the bitstream when the DSpace has a namespace #768
- Use content route for downloading the bitstream #769
Hotfix: drruk-2024.07.10106742964
What's Changed
FE
- The
create a new version
button in the Item Page is correctly working (cherry-picked vanilla PR) #667
BE
- Use correct cfg files from the previous release dataquest-dev/DSpace#712
drruk-2024.06.9657269801
What's Changed
BE:
- Fixed Google Analytics browser console error.
- Updated ORCID functionality.
- Updated Solr config to log warnings and errors into a separate file.
- The item is not being exposed via OAI when it should not be.
- Added OAI elg crosswalk.
- Added OAI olac description.
- Added data provider search facet like in v5.
- Fixed importing the item via Python - the item used to has two handles.
- Updated complex input field.
- Changed DOI identifier to dc.identifier.doi (from dc.identifier.uri).
- Added an option in the Edit Item page to edit the license.
- Updated xoai.xml - changed filters, conditions, and refactored.
- Updated downloading of the ZIP file - there is the same authorization as during downloading a regular bitstream.
- Fixed problems displaying OAI in various formats.
- Show "Download all as ZIP" button only when all conditions are met.
- Shibboleth login - added email validation.
- The user is redirected to the login page instead of seeing a 404 error when they are not allowed to see a restricted item.
- Fixed issue with storing local.bitstream.redirectToURL metadata value when uploading a large file.
- Changed config to reserve PID at the start of the submission.
- The Matomo URL is loaded from the config.
- The max file preview size is loaded from the config.
- Added missing spider config from UFAL.
- Updated log configuration to log file downloads into file: file_download.log.
- Added Czech translation of submission-forms.xml.
- Changed "true" value for CMDI crosswalk from "yes" to "true".
- Updated interpolation of the subject in the email.
- Updated searching options for the subject facet on the search page to show hierarchy.
- Turned off signposting.
- Updated sorting on the search page to have the same sort options as in v5.
- Fixed missing items on the collection page.
FE:
- Fixed some issues when editing the license on the /license page.
- Updated ORCID functionality.
- Added new required information.
- Showed the Register DOI button in the Item Status: cherry-picked fix.
- Updated complex input fields.
- Added an option on the Edit Item page to edit the license.
- Fixed downloading of the ZIP file – the authorization process is now the same as for downloading a regular bitstream.
- Showed the "Download All as ZIP" button only when all conditions are met.
- Redirected to login if a restricted item is accessed via ..handle/ URL. Previously, this showed a 404 error.
- Stored IP addresses in the database when a restricted bitstream is downloaded.
- Fixed SSR issue: Load scripts (discojuice) only in the browser, not in SSR.
- Fixed redirecting to the distribution license during submission creation.
- Updated the creation of the License Label to not require an icon.
- Encoded search parameters.
- Updated browsing links to prevent overflow to the next line on the home page.
- Updated SCSS styles for buttons.
- Updated text color on the /licenses page.
- Updated browsing links for searching subjects from the home page.
- Fixed refbox content and citation copying.
- Updated some Czech messages.
CLARIN-DSpace 7.6.1 - 2024.06 - 9646425959
What's Changed
BE:
- Fixed Google Analytics browser console error.
- Updated ORCID functionality.
- Updated Solr config to log warnings and errors into a separate file.
- The item is not being exposed via OAI when it should not be.
- Added OAI elg crosswalk.
- Added OAI olac description.
- Added data provider search facet like in v5.
- Fixed importing the item via Python - the item used to has two handles.
- Updated complex input field.
- Changed DOI identifier to dc.identifier.doi (from dc.identifier.uri).
- Added an option in the Edit Item page to edit the license.
- Updated xoai.xml - changed filters, conditions, and refactored.
- Updated downloading of the ZIP file - there is the same authorization as during downloading a regular bitstream.
- Fixed problems displaying OAI in various formats.
- Show "Download all as ZIP" button only when all conditions are met.
- Shibboleth login - added email validation.
- The user is redirected to the login page instead of seeing a 404 error when they are not allowed to see a restricted item.
- Fixed issue with storing local.bitstream.redirectToURL metadata value when uploading a large file.
- Changed config to reserve PID at the start of the submission.
- The Matomo URL is loaded from the config.
- The max file preview size is loaded from the config.
- Added missing spider config from UFAL.
- Updated log configuration to log file downloads into file: file_download.log.
- Added Czech translation of submission-forms.xml.
- Changed "true" value for CMDI crosswalk from "yes" to "true".
- Updated interpolation of the subject in the email.
- Updated searching options for the subject facet on the search page to show hierarchy.
- Turned off signposting.
- Updated sorting on the search page to have the same sort options as in v5.
- Fixed missing items on the collection page.
FE:
- Fixed some issues when editing the license on the /license page.
- Updated ORCID functionality.
- Added new required information.
- Showed the Register DOI button in the Item Status: cherry-picked fix.
- Updated complex input fields.
- Added an option on the Edit Item page to edit the license.
- Fixed downloading of the ZIP file – the authorization process is now the same as for downloading a regular bitstream.
- Showed the "Download All as ZIP" button only when all conditions are met.
- Redirected to login if a restricted item is accessed via ..handle/ URL. Previously, this showed a 404 error.
- Stored IP addresses in the database when a restricted bitstream is downloaded.
- Fixed SSR issue: Load scripts (discojuice) only in the browser, not in SSR.
- Fixed redirecting to the distribution license during submission creation.
- Updated the creation of the License Label to not require an icon.
- Encoded search parameters.
- Updated browsing links to prevent overflow to the next line on the home page.
- Updated SCSS styles for buttons.
- Updated text color on the /licenses page.
- Updated browsing links for searching subjects from the home page.
- Fixed refbox content and citation copying.
- Updated some Czech messages.
drruk-2024.03.8360397154
What's Changed
FE:
- Fix ipranges in docker composes
- Fix mistakes in the /home page
- Fixed mistakes in the Item View page
- Fixed mistakes in the Search page
- Prettified the DOI metadata field - removed the DOI resolver from metadata value (Item View page)
- Show DOI in the refbox if the Item has some
- Show authors from the
dc.contributor.other
metadata field - UI - fixed small changes
BE:
- Fix mistakes in the /home page
- Fixed mistakes in the Item View page
- Fixed mistakes in the Search page
- Use dc.contributor.other metadata field for mapping the authors
- Added edm.xml registry
- Updated shibboleth cfg properties (firstname, lastname, netid, email)
CLARIN-DSpace7.6.1. - 2024.03
What's Changed
- Fix ipranges in docker composes by @MajoBerger in #536
- Fix mistakes in the /home page
- Fixed mistakes in the Item View page by @milanmajchrak in #532
- Fixed mistakes in the Search page by @milanmajchrak in #537
- Prettified the DOI metadata field - removed the DOI resolver from metadata value
- Show DOI in the refbox if the Item has some
- Show authors from the
dc.contributor.other
metadata field - UI - fixed small changes
CLARIN-DSpace7.6.1. 2024.02.8065752515
What's Changed
BE:
- Extend possibilities for using version script
- Allowed impersonating users by cfg
- Fix all mistakes in the /home page
FE:
- Update subnet in the docker-compose-rest.yml
- The Discojuice ignored port in redirecting to IdP
- Fix all mistakes in the /home page
CLARIN-DSpace7.5.
This is last CLARIN-DSpace7.5. release, we will continue on CLARIN-DSpace7.6.1.
Customer TUL Production
This code was set up on production in 8.8.2023.
CLARIN-DSpace7.2.
clarin-dspace7.2 disabled deploy on dev-5 of dspace v7.2