Skip to content

Releases: uwctri/ReportTweaks

Even More Bug Fixes

23 Sep 04:29
Compare
Choose a tag to compare
  • Previously the settings configuration on the edit report page would not show on simple (i.e. not longitudinal) projects. This has been corrected.
  • Previously the date range field would not correctly show the previously set value, if any. This has been corrected.
  • The date range field now only lists fields using a date validation.
  • Code style updates

Bug Fixes

11 Jul 16:46
Compare
Choose a tag to compare
  • Resolving issue reported by Vanderbilt to filter out possible html entities in values passed from php to js

Bug Fix

11 Jul 15:02
Compare
Choose a tag to compare

Previously, due to a change in v1.1.6, some reports were unable to toggle hiding the event and repeating columns of the report. This has been resolved.

Bug Fix

09 Jul 01:13
Compare
Choose a tag to compare
  • Previously, as noted in the readme, the default sorting configuration (step 4 in the report edit page) may not be correctly applied if the row merge feature is being used and the current user does not have data export rights for all fields in the report. This issue has been resolved and the user no longer requires export rights.

Bug Fixes

08 Jul 00:26
Compare
Choose a tag to compare
  • Framework version bump to 9
  • Previously some d-m-y or m-d-y dates would not sort correctly when using row merge. This has been resolved.
  • Previously writing to a non-repeating event via the writeback button when all data on a report was from a repeating instrument would cause an error and a writeback fail. This has been resolved.

Bug Fixes

07 Jun 18:18
Compare
Choose a tag to compare
  • In the previous release a bug was introduced that broke report ordering when using row merge; this has been resolved.
  • In the previous release, some reports that did not include a field name in the report header still did not merge when expected; this has been resolved.

Bug Fixes

01 Jun 16:03
Compare
Choose a tag to compare
  • Previously a js error would occur on an empty table, we now check for this issue
  • Previously a js error would occur on user auto-logout, we now correctly bail when the user isn't logged in
  • Previously, many features did not behave as expected on reports that did not include field names in table headers, we now collect this information in PHP so as to not depend on the table's headers for the information.

Bug Fixes

12 Jan 17:08
Compare
Choose a tag to compare

Resolving bug introduced in previous release

Bug Fixes

03 Jan 04:43
Compare
Choose a tag to compare

Resolving two user reported issues:

  • We now respect read-only user configuration when using the report write back feature
  • Rows can now be merged even when the report has a default sort other than record_id

Date Range Filtering

27 Dec 20:03
Compare
Choose a tag to compare

New Feature: Common date ranges can now be selected from a live-filter style drop down on reports with the feature enabled. This allows end-users to easily select data with a column date within the past week, month, year etc.