Skip to content

Releases: CDLUC3/dmptool

v5.27

05 Nov 18:24
48f592d
Compare
Choose a tag to compare
v5.27 Pre-release
Pre-release

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

25 Sep 15:44
0a1aba5
Compare
Choose a tag to compare
v5.26 Pre-release
Pre-release
  • Fix for issue with emails getting sent to plan collaborators #650
  • Fix for OAuth2 sign in forms #651

v5.25-rc3

24 Sep 15:43
0a1aba5
Compare
Choose a tag to compare
v5.25-rc3 Pre-release
Pre-release
  • Update to mailer to fix mixing of named and unnamed params in the function def

v5.25-rc2

24 Sep 15:36
7d22521
Compare
Choose a tag to compare
v5.25-rc2 Pre-release
Pre-release

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

23 Sep 23:22
7d22521
Compare
Choose a tag to compare
v5.25-rc1 Pre-release
Pre-release
  • Fix for issue with emails getting sent to plan collaborators #650
  • Fix for OAuth2 sign in forms #651

v5.24

19 Aug 22:33
68606b9
Compare
Choose a tag to compare
v5.24 Pre-release
Pre-release

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

31 Jul 22:41
bb4fa38
Compare
Choose a tag to compare
v5.23 Pre-release
Pre-release
  • Fix for the ROR Service so it can accommodate the new Zenodo metadata format and download the ROR zip archive

v5.22

22 Jul 23:25
b3bcc25
Compare
Choose a tag to compare
v5.22 Pre-release
Pre-release
  • 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

17 Jul 23:11
25237b2
Compare
Choose a tag to compare
v5.21 Pre-release
Pre-release

Fixes #626

  • Added domain as an acceptable controller param for dmphub_modifications

v5.20

08 Jul 19:20
c6c3297
Compare
Choose a tag to compare
v5.20 Pre-release
Pre-release
  • Fixes an issue with the default PDF settings when pre-rendering PDF for the 'Public Plans' page and the DMP ID landing pages #621