Skip to content

Releases: ahcis-rds/study_finder

jQuery update

Choose a tag to compare

@bhayden-umn bhayden-umn released this 10 Jun 16:02
fa51613

Updates jQuery dependency to 3.x, which still gets security updates.

Accessibility updates

Choose a tag to compare

@bhayden-umn bhayden-umn released this 24 Nov 19:09
c23f811

This update makes template and CSS changes for accessibility compliance.
There is one schema change: images can now have alt text specified, and a column is added to store that text.

v2.2.0

Choose a tag to compare

@bhayden-umn bhayden-umn released this 24 Jul 15:12
905cfc5

This release completes the transition of the included clinicaltrials.gov connector to use their V2 API. This includes two breaking changes in the private API for the ctgov connector.

  1. In Connectors::Ctgov#load(start_date,end_date) the start and end dates must now be in ISO format YYYY-MM-DD (the old format was MM/DD/YYYY). Any custom tasks that directly call this method should be updated.
  2. Connectors::Ctgov#load(start_date,end_date) now calls Connectors::Ctgov#process itself to recurse through the V2 API's paged results. Formerly, load and process had to be called separately in that order. Remove any direct calls to process in order to avoid a redundant re-processing of the last "page" of data from the API.

v2.1.0

Choose a tag to compare

@bhayden-umn bhayden-umn released this 17 Nov 19:18
89aeea5

Major changes:

  • Significant search indexing/config changes.
  • Significant API changes to make it less tightly-coupled with ct.gov and easier to implement other integrations.
  • Adding admin settings to enable/disable/customize a number of features.
  • New admin workflow to allow for an approval queue between study import and publishing.
  • Ruby, Rails, and other dependency upgrades.
  • Test coverage improvements.
  • Replace home page carousel/video options with three-wide "features" display, for accessibility reasons.
  • Accessibility improvements.
  • Bugfixes.

v1.1.1

Choose a tag to compare

@cdinger cdinger released this 27 Oct 17:26
d4446d3

This release ports the 2.x addition of the registered trademark symbol in the footer test and StudyFinder logo.

The StudyFinder logo has been changed to an inline SVG so it can be directly styled via theme CSS. The delivered CSS defaults the StudyFinder logo to $school_main_color and $school_secondary_color. To customize these colors, target the g#studyfinder-logo-study and g#studyfinder-logo-finder elements. These correspond to the Study and Finder words in the logo, respectively.

v2.0.0

Choose a tag to compare

@cdinger cdinger released this 25 Oct 16:21
9ff0f16
  • Update to Bootstrap 4
  • Update to Rails 5.2.6
  • Fix issue with phone number not appearing in contact email
  • Fix error when searching in categories/groups with no conditions
  • Add downloadable study summary PDF
  • Add configurable SMTP email host
  • Add "recently modified" and "recently imported" options in reports
  • Add study landing page for linking to individual studies
  • Add admin-configurable attribute labels and visibility
  • Add API to allow external study import logic
  • Add customizable study photos

v1.1.0

Choose a tag to compare

@cdinger cdinger released this 11 Jun 14:39
c4dc86a

This release:

  • Improves database seeds (adds ConditionGroups, User, and sample studies)
  • Adds a Dockerfile and docker-compose.yml
  • Updates elasticsearch to 7.4
  • Updates Rails to 5.2
  • No longer clears ConditionGroups when the reload_all task is run

Work for Study Finder 2.0 will begin on the master branch and will include many breaking changes. If you're pulling upstream changes from this project, but sure to use the 1.x tag series.

Updating Rails to latest

Choose a tag to compare

@blackjk3 blackjk3 released this 14 Mar 17:07

Updating Rails to latest.

v1.0.8

Choose a tag to compare

@blackjk3 blackjk3 released this 17 Apr 15:05

Adding recaptcha and new fields for tracking PI, disease sites, Cancer Y/N.

v1.0.7

Choose a tag to compare

@blackjk3 blackjk3 released this 15 Dec 17:52

Added simple description back to the "For Researchers" section. Increased font size in areas for better readability.