Skip to content

Releases: lsgs/redcap-extended-reports

2.2.0 Rapid Retrieval

28 Aug 06:36
Compare
Choose a tag to compare
  • Updated for REDCap v14 rapid retrieval (with thanks to @fom-ds-redcap)
  • Bump to EM framework version 15 (requires REDCap v14.0.2 SR / v14.0.5 LTS)
  • Bug fix for long labels containing html (thanks @ThomasVermes)

2.1.11 Bug fix

21 Aug 22:29
Compare
Choose a tag to compare

Handling exceptions for public reports

2.1.10 Bug fixes, improved error reporting

19 Aug 07:21
Compare
Choose a tag to compare

Bug fixes, improved error reporting for export failures

2.1.9 Bug fixes

16 Aug 07:17
Compare
Choose a tag to compare
  • PHP 8 array access fixes
  • Fix for non-longitudinal projects where not all forms are present for te default event in the redcap_events_forms table

2.1.8 Bug fixes

26 Jun 06:05
Compare
Choose a tag to compare
  • Handle sql queries ending with '
  • Fix for labels option in regular and API exports
  • Strip tags from labels in csv exports
  • Fix with user decimal character in numeric values
  • Handle cases where the project's first instrument is not written to redcap_events_forms (created using blank slate option)

2.1.7 Bug fixes

17 Apr 04:47
Compare
Choose a tag to compare

Bug fixes:

  • Display of saved sql queries containing certain chars like \
  • Do not duplicate record id column when collapsing across arms
  • Hide Event/Arm name for record id column
  • Display custom record labels for all arms applicable for record
  • Link to Record Home page uses lowest numbered arm number applicable for each record

2.1.6 Bug fixes

06 Apr 01:20
Compare
Choose a tag to compare

Fix for exceptions thown with public report and further fix for escaping with sql queries containing html special characters.

2.1.5 Nuance for security fixes

22 Mar 03:02
Compare
Choose a tag to compare
  • System-level option to use CURLOPT_SSL_VERIFYPEER=false for curl call in data exports (e.g. for localhost or dev servers)
  • Reinstate ' chars in queries replaced with ' by htmlspecialchars when saving

2.1.4 Improved escaping

04 Mar 23:38
Compare
Choose a tag to compare

Incorporating suggestions from #19 and #20

2.1.3 Bug fixes

21 Feb 20:38
Compare
Choose a tag to compare
  • Read form-level permissions for API exports
  • Fix display of empty combined checkbox fields