Skip to content

Releases: vanderbilt-redcap/date-calculated-fields

End Date Field Bug Fix

09 Feb 23:39
Compare
Choose a tag to compare

Correcting bug where an 'End Date' field would not be saved.

Negative Dates and Repeating Forms

01 Feb 19:09
Compare
Choose a tag to compare

Now properly handling situations where negative dates cause the calculated date to be from a previous year.
Allowing for saving dates to repeating forms, defaulting to the first instance.

Remove 'redcap_module_link_check_display' Function

05 Aug 15:02
Compare
Choose a tag to compare

Unneeded and incorrect definition of 'redcap_module_link_check_display' function removed.

Further Date Enforcement

27 Mar 17:02
Compare
Choose a tag to compare

More checks on valid date values being provided.

Fix for attempting to save repeated dates to off-form fields

10 Dec 04:01
Compare
Choose a tag to compare

New fix for trying to save multiple off-form date fields.
Side fix to not attempt to save date fields on forms that are locked.

Exception Refactoring

15 Nov 16:06
Compare
Choose a tag to compare

Now not depending on the mysql_xdevapi being present for exception handling.

Fixing a misspelling

13 Nov 19:21
Compare
Choose a tag to compare

Misspelled a call to "Exception" on a line.

Correction to Keep PHP 5.5 Compatibility

07 Nov 16:42
Compare
Choose a tag to compare

Previously a definition of the daysPerMonth array as a constant made the module incompatible with PHP 5.5. This has been changed to allow for compatibility. Version 1.5 is no longer supported and listed in the REDCap Module Repo.

Months Included

05 Nov 01:39
Compare
Choose a tag to compare

Now can use months as unit of date calculations instead of days. REDCap event offsets values will also be calculated in terms of months.

Event End Date Offset

30 Oct 20:31
Compare
Choose a tag to compare

When piping to events and using REDCap's event offset numbers, the end dates now properly read from the 'offset_max' value.