- Run code formatter on ExternalModule.php (@pbchase, #70)
- Fix typo in the module (@saipavan10-git, #70)
- Fix #66 (@saipavan10-git, #70)
- Fix the bug introduced by adding null coalescing (@saipavan10-git, #70)
- null release
- Add zenodo.json and update the authors block in config (@saipavan10-git, #67, #68)
- Fix #66 (@saipavan10-git, #66, #68)
- Set a minimum PHP version of 7.4 (@saipavan10-git, #64, #65)
- Remove eval() from the module (@saipavan10-git, #64, #65)
- Bump framework version to 15 (@saipavan10-git, #63, #65)
- Initialize eventsForms[$event] as an array if null (@saipavan10-git, #61, #62)
- Preserves survey field action tags (@michael-bentz, #52, #53)
- Upgrade test_project to enable surveys (Kyle Chesney)
- Explicitly check that field to hide is present in a form prevents bug on multipage forms in surveys. (Kyle Chesney)
- Add support for Surveys (Kyle Chesney)
- Added a element check to prevent attempting to hide nonexistent elements (James Pence)
- add minimum REDCap version requirement of 8.0.3 (Kyle Chesney)
- Address issues found in REDCap 9.4.1 - 9.8.4 (Kyle Chesney)
- Rename license file to match Vandy's spec (Philip Chase)
- Add Zenodo doi to README.md (Kyle Chesney)
- Update queries of redcap_log_event tables to support REDCap >= 9.6.0 (Kyle Chesney)
- Add text_project.xml (Philip Chase)
- Add discussion of temporal order and null auto-population in README (Kyle Chesney)
- Create authors.md (Philip Chase)
- Fix crashing on mismatched Date formats (Kyle Chesney)
- Update authors in config.json (Philip Chase)
- Remove setting project_id as an index in redcap_log_event table project_id is already a composite index (Kyle Chesney)
- Auto populate date fields in the same format they were entered. (Kyle Chesney)
- Document the need for alter-table privileges to enable the module. (Kyle Chesney)
- Allow auto population on repeating events using the most recent field value. (Kyle Chesney)
- Fix auto population from previous events on survey fields with branching logic. (Kyle Chesney)
- Added option to chronologically detect previous event bsed on the redcap_log_event table (tbembersimeao)
- Fixing institution name. (Tiago Bember Simeao)
- Adding link to GitHub documentation on module description. (Tiago Bember Simeao)
- Update descriptions for this module (Philip Chase)
- Handling checkboxes on DEFAULT-FROM-PREVIOUS-EVENT. (Tiago Bember Simeao)
- Assure that DEFAULT-FROM-PREVIOUS-EVENT only looks back one event (Tiago Bember Simeao)
- Fixing single quotes piping. (Tiago Bember Simeao)
- Preventing 'leave with unsaved changes' alerts supression. (Tiago Bember Simeao)
- Added @DEFAULT_ action tag
- Added @DEFAULT-FROM-PREVIOUS-EVENT_ action tag
- Added "choice key piping on @DEFAULT" feature
- Refactored "default when visible" feature
- Removed @DEFAULT-FROM-FIELD action tag
- This is the first release
- resolve scope issues in change listener for default-when-visible action tag (suryayalla)
- remove the default add days action tag (suryayalla)
- add new functionality to defaultly add days to field action tag (suryayalla)
- Adding license file. (Tiago Bember Simeao)
- Removing Field Note Display from this project. (Tiago Bember Simeao)
- Adding documentation. (Tiago Bember Simeao)
- Refactoring Field Note Display feature. (Tiago Bember Simeao)
- add some help text on the functionality of display_field_note on hover (suryayalla)
- add few modifications to helper.php so that it follows the pattern of appending hook name before each function (suryayalla)
- add field_note_display php file for the new action tag (suryayalla)
- add js files for the new action tag, filed_note_display on hover (suryayalla)
- add hover functionality for field note if custom actions are present (suryayalla)
- Adding documentation. (Tiago Bember Simeao)
- add default on visible and default from from field functionality (suryayalla)
- fixing integration issues and following a generalized approach of moving php files in one side and js files in another (suryayalla)
- wrapping the hooks inside their respective folders (suryayalla)
- Initial commit (Surya Prasanna)