Releases: CDLUC3/dmptool
Releases · CDLUC3/dmptool
v5.27
Bug fix for DOCX downloads containing missing content
- Another .gsub() replacement regex was appended to existing one in the
clean_html_for_docx_creation(html)
function in plan_exports_controller.rb
. This should find those cases described above, and replace the
tag with a closing and an opening tag.
v5.26
- Fix for issue with emails getting sent to plan collaborators #650
- Fix for OAuth2 sign in forms #651
v5.25-rc3
- Update to mailer to fix mixing of named and unnamed params in the function def
v5.25-rc2
mistakenly stemmed rc1 off of the wrong branch
- Fix for issue with emails getting sent to plan collaborators #650
- Fix for OAuth2 sign in forms #651
v5.25-rc1
- Fix for issue with emails getting sent to plan collaborators #650
- Fix for OAuth2 sign in forms #651
v5.24
Changes proposed in this PR:
- We missed 2 partials when updating where/how the DMP ID gets stored for the pilot project. Updated the partials to use the new
dmp_id_for_display
function. Addresses #576
- Updated all gem and JS dependencies
v5.23
- Fix for the ROR Service so it can accommodate the new Zenodo metadata format and download the ROR zip archive
v5.22
- fix for issue uploading organization logos #620.
- Installed the lighter weight GraphicsMagick on the servers
- Add binstubs for the ImageMagick
convert
and identify
commands
- Update Dragonfly config to tell it to use the binstubs
v5.21
Fixes #626
- Added
domain
as an acceptable controller param for dmphub_modifications
v5.20
- Fixes an issue with the default PDF settings when pre-rendering PDF for the 'Public Plans' page and the DMP ID landing pages #621