Skip to content

v0.4.0

Compare
Choose a tag to compare
@ianlamb77 ianlamb77 released this 28 Nov 20:01
· 206 commits to master since this release
c32f87e

This release includes several changes to the administration and curation functionality.

NOTE: Upgrading to this version will require a database update which can be achieved by running the Symfony console command 'doctrine:schema:update' from your site root directory.

NOTE: A new parameter, "local_expert_display" must be present in your parameters.yml. This is the tag that will show next to your institutions' local experts.

Changes include:

  • ability to "archive" unused datasets without deleting them
  • record the username and timestamp of any edits to dataset records
  • ability to leave notes describing edits made to dataset records
  • add Subject Gender to display on dataset records
  • easily hide search facets from displaying on your installation (see app/config/parameters.yml.example)
  • enable customization of the "Local Expert" label per institution
  • add "email" field to Person entity
  • bugfix for special characters in searches
  • other minor bugfixes