V5.2.1
Fixes and updates
- Updates and fixes for all data types (schemas), including Microdata, Table, Document, Image, Video, and others
- Updates and fixes for display for all data types
- Fixed issues with the NADA-generated DDIs not readable by Nesstar Publisher
- Added subtitle field for Microdata
- Updated formatting of the related studies tab
- Added feature to white list data access for users by collections
- Fixed issues for licensed request admin page not showing all requests
- Improvements for geospatial metadata display
- Misc. fixes and updates for API
- Integrated full-text search using SOLR
- Misc. updates for the home page
- Fixed: Variable statistics were not displayed correctly
- Fixed: Replace DDI fails to update some studies
- Updated SQLSRV database installation script
Database changes:
ALTER TABLE `surveys` ADD `subtitle` varchar(255) DEFAULT NULL;
ALTER TABLE `data_files` ADD `metadata` varchar(5000) DEFAULT NULL;
CREATE TABLE `data_access_whitelist` (
`id` int NOT NULL AUTO_INCREMENT,
`user_id` int DEFAULT NULL,
`repository_id` int DEFAULT NULL,
PRIMARY KEY (`id`)
) AUTO_INCREMENT=1;
Note
PHP7 has reached end-of-life, this is the last release of NADA supporting PHP 7. All new releases will require PHP 8.