v0.4.0
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