Skip to content

Latest commit

 

History

History
93 lines (54 loc) · 4.05 KB

CHANGELOG.md

File metadata and controls

93 lines (54 loc) · 4.05 KB

Changelog

Development

(2024-12-17)

(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 config datasetsnippets.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)

(2024-03-22)

(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.