-
Notifications
You must be signed in to change notification settings - Fork 16
Changes worth mentioning
Inigo San Gil edited this page Oct 15, 2013
·
8 revisions
-
Many changes were not updated here, catching up a bit
-
EML Harvest List (interoperability with the Knowledge Network for Biocomplexity) and Biological Data Profile module (interoperability with the US Federal Agencies Metadata Repos).
-
Bug fixes. Ajax issues, mainly.
-
Few EML corrections
- The 'name' and 'label' columns in the variable field type have been swapped around. All code that uses these columns, such as the data explorer, search, EML output, etc have been affected.
- Turned off the 'index immediately' variable in the search API index settings. Having this enabled causes memory errors to be triggered commonly when doing a migration. It's also a best practice to have this disabled for performance anyway. Effect: indexing will only happen on cron runs.
- Added an option to the EML formatter for entity reference fields to output multiple field values as individual tags, rather than outputting all the values inside one tag. This was necessary to support multiple instances of
<creator>
,<metadataProvider>
, and<contact>
in data sets.
- The variable field type now includes an 'id' numeric value so that the field could be used as a base table in Views, integrated with search, etc in the future. Effect: Will need to ensure you do a clean site build. https://github.com/palantirnet/deims-profile/commit/2c6237fed57213dcd946955b0f2389b9543c8c3a