(2024-12-17)
- Add publiccode.yml file.
- Fix failing CI/CD.
- Update README.
(2024-09-02)
- Sanitize user input & handle author_string/author.
(2024-08-29)
- Fix RSS Feeds.
(2024-08-29)
- Add dataset RSS feeds.
(2024-07-04)
- Even if the requesting user has permission, private and deleted datasets are not returned in the search results.
- Even if the requesting user has permission, requests for private and deleted datasets return a 404.
(2024-05-29)
- The root element of the breadcrumb in the returned snippets can now be configured, either via a
root_breadcrumb
-URL parameter, or via the newly introduced configdatasetsnippets.default_root_breadcrumb
. - When setting config values in
plugin.py
, don't overwrite values that might have been set elsewhere. - Add help text for tags in facet list.
- Change "Stichwort" to "Schlagwort" for tags.
(2024-04-25)
- If a dataset has no preview image, show a dummy preview image.
- Mark external organizations.
- Add new metadata field
hvd_category
(to link to the category of high-value datasets as defined by the EU commission implementing regulation 2023/138). - Add new metadata field
sample_record
(to link to the matching "Musterdatensatz", see https://www.dcat-ap.de/def/dcatde/2.0/implRules/#verwendung-des-musterdatenkatalogs-fur-kommunen).
(2024-03-22)
- Use the new field
preview_image
(see ckanext-berlin_dataset_schema). Markup is based on the Text Image module. - Change Solr image reference in github CI (test.yml) to the new naming scheme according to https://github.com/ckan/ckan-solr.
(2023-11-22)
- Implement the vertical "Asset Service" of the current berlin.de design system. This affects all templates.
- Group various format strings (
CSV
,.csv
,zip:csv
) into abstract formats (CSV
). Group formats (CSV
,XLSX
) into more general resource classes (tabular data
). - Introduce a new setting
datasetsnippets.datasets_per_page
that's equivalent to ckan.datasets_per_page, but only applies to the snippets and leaves the regular CKAN UI untouched.
(2023-05-22)
- Remove reference to IRoutes interface from readme.
- Remove some unused folders.
- Define extension's version string in VERSION, make it available as
ckanext.datasetsnippets.__version__
and in setup.py. - Fix broken test.
- More f-strings.
(2022-02-22)
- Fix codecov configuration and add badge.
(2022-02-22)
- First public version, targetting Python 3 / CKAN >= 2.9.