Releases: GetDKAN/dkan
2.16.15
Additions
- More examples of how to do code blocks in docs by @dafeder in #4080
- Update dataset template to display page layout when view_mode == full by @janette in #4079
Changes
- JobStoreFactory determines table name by @paul-m in #4063
- Finalize filefetcher custom processor DX by @paul-m in #4074
Fixes
- Adjust edit workflow to be compatible with a default moderation state of draft. by @jastraat in #4002
Full Changelog: 2.16.14...2.16.15
2.16.14
Changes
- Allow select2 without entity reference (#4043) by @stefan-korn in #4044
- Update links to ddev-dkan add-on by @janette in #4058
- Mark API-oriented Cypress tests with by @paul-m in #4062
- Widget Router code documentation by @stefan-korn in #4071
- Switch from ...Uuid\Php to ...\Uuid\UuidInterface by @janette in #4065
Fixes
- Clean up leftover harvest data tables by @paul-m in #4049
- ImportInfo and ImportJob stores out of sync by @paul-m in #4050
- Fix a few typos in 'glossary' and 'how to add a dataset' documentation by @rovcase in #4072
- Harvest status page should reflect all harvests by @paul-m in #4048
New Contributors
Full Changelog: 2.16.13...2.16.14
2.16.13
Important
If you are using a custom dataset schema, and would like to start using the distribution reference option for data dictionaries, be sure to update your dataset and distribution schemas. The distribution > describedByType > pattern should be ^[a-z\\/\\.\\+]+?$
Additions
- Data dictionary capability for datasets by @dafeder in #4015
- Add dkan:datastore-reimport command by @paul-m in #3899
Changes
Fixes
- Issue #3839 - Disentangle harvest register and revert by @stefan-korn in #3958
- Use consistent naming conventions by @janette in #4032
- Documentation updates by @janette in #4039
- If no time set after preview node set default time by @dgading in #4046
- Use the latest published dataset revision when returning results for the datastore query endpoint by @jastraat in #4047
- FileFetcher should always reflect use-local-file config by @paul-m in #4035
Full Changelog: 2.16.12...2.16.13
2.16.12
2.16.11
2.16.10
Added
- API docs covering revisions by @janette in #4012
- Add history section to README to add some context. by @grugnog in #4018
Changed
- Convert MetastoreApiPageCacheTest to BrowserTestBase by @paul-m in #4008
- Convert remaining DatasetTest method to BTB by @paul-m in #4014
- Remove getdkan/json-schema-provider by @paul-m in #4020
- Remove getdkan/locker by @paul-m in #4022
- WCMS-16115: Apply HTML filtering to only properties that are configured to allow HTML. by @jastraat in #4013
Fixed
2.16.9
2.16.8
Warning
This is an important bug fix release for any site that has been upgraded to Drupal 10.
If you have datasets with uploaded distribution files, the files may have never been set to permanent and consequently been deleted according to your sites temporary_maximum_age configuration. See #4006
Note
\Drupal\common\FileFetcher\Factory
has been renamed to \Drupal\common\FileFetcher\FileFetcherFactory
. This name change is purely descriptive.
Changes
- Restore preview button by @janette in #4000
- Use pre-existing local file for import by @paul-m in #3996