Skip to content

LibreClinica v1.0.0

Compare
Choose a tag to compare
@chae-reliatec chae-reliatec released this 27 Feb 15:45
· 591 commits to lc-develop since this release
1abeb2d

LibreClinica v1.0.0

bugfix:

  • wrong remove row icon in eCRF with repeating group (#115)
  • add-new-user result in oops (#105)
  • export job rescheduling does not use new upcoming start date (#162)
  • load ehcache.xml even no matter if the CacheManager already has an empty default configuration loaded
  • deleting an event crf results in oops page (#111)
  • creating an import job results in oops bug (#123)
  • login: prevent a user from logging in multiple times (#104)
  • Error page shown upon opening Default Study (#39)
  • user role 'Data Specialist' wrong shown after 'change study'' (#87)
  • user role 'Monitor' shown as 'monitor' after 'change study' (#88)
  • Error page shown upon opening study subject casebook (#52)
  • fix invalid column mapping for class CrfVersion (#56)
  • Audit User Activity: logouts are not displayed (#40)
  • startup fails with an empty database (#10)
  • changes for the site event definition configuration is not fully saved (#15)
  • count of dn assigned to me is wrong (#19)
  • count of dn assigned to me is wrong (#20)
  • unwished deletion of file attachments (#21)

maintenance:

  • Fix reference to wrong project page in footer (#120)
  • Remove the help icon, adapt documentation links and remove the dead URLs (#125, #154 )
  • Remove Report Issue Form link in Opps! page (#135)
  • Fix wrong welcome to after login redirect (#140)
  • Reference to wrong project page in footer maintenance (#118)
  • Wrong Report Issue Form link in Opps! page maintenance (#131)
  • Wrong Welcome to, briefly flash in page title maintenance (#136)
  • Add border to div tablebox_center maintenance (#143)
  • round corners for buttons (#145)
  • rename project to LibreClinica (#67)
  • replace all usage of System.out (#90)
  • remove duplicate style definitions from 'styles.css' (#102)
  • replaced OpenClinica-ODM with LibreClinica-ODM (#5, #8)
  • fix warnings for class AbstractDomainDao (#55)
  • main menu: show 'Support' entry only if it is configured in the datainfo.properties (#38)
  • remove unused lib rome:rome (#43)
  • remove unused lib rome:rome-fetcher (#44)
  • remove RssReader since it is not used anymore (#42)
  • remove news box from the login page (#32)
  • send message "is ub a ldapuser??" to the logger (#13)
  • poor performance in group forms due to redundant loading of the same javascript file (#17)
  • deactivate 'collectStats' (#22)
  • data export: reduce memory usage of DatasetDAO (#23)
  • change favicon to the LibreClinica version (#28)
  • change groupId to 'org.libreclinica' and artifactId to 'LibreClinica' (#30)

enhancement:

  • Person ID in Subject Matrix (#61)

tests:

  • added test requirements
  • added test T001 (authentication with username and password)
  • added test T002 (authorization with user roles)
  • added test T003 (account management)
  • added test T004 (study management)
  • added test T005 (crf management)
  • added test T006 (event definitions)
  • added test T007 (subject group classes)
  • added test T008 (rule management)
  • added test T009 (site management)
  • added test T010 (study user management)
  • added T014 (data entry testing)
  • added T031 (study audit log)
  • create example study for the tests testing
  • placeholders for test-docs that are not finished yet