Skip to content

Latest commit

 

History

History
402 lines (285 loc) · 37.1 KB

CHANGELOG.md

File metadata and controls

402 lines (285 loc) · 37.1 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

v4.2.3 - 2024-11-12

Compare with latest

Added

  • Add private_fields logic to package_show, package_search, etc. and config options (ad8172d by mjanez).
  • Add validators and presets for tag_string normalization (normalize_tag_string_autocomplete) (e606499 by mjanez).
  • Add custom identifier template and update translations for metadata completion message (eba6c0d by mjanez).

Fixed

  • Fix user organization membership check and clean up tag normalization logging (404b838 by mjanez).

v4.2.2 - 2024-11-11

Compare with v4.2.1

Added

  • Add text truncation styles for links, texts, and lists in metadata/resource info (a48f239 by mjanez).
  • Add informational message for sysadmin users managing harvest sources and improve README (6392811 by mjanez).
  • Add text truncation styles for dataset/resource metadata display (e09c8c6 by mjanez).

Fixed

  • Fix org label breadcrumb navigation (ead4bfc by mjanez).
  • Fix DCAT_AP_HVD_CATEGORY_LEGISLATION duplicates bug (df062da by mjanez).

v4.2.1 - 2024-11-04

Compare with v4.2.0

Added

  • Add XLS_HARVESTER_FIELDS_NOT_LIST to exclude fields that are not lists XLS harvester list parser (7c9e91f by mjanez).
  • Add translations for "Parent" and "None - top level" in English and Spanish (86e16a9 by mjanez).
  • Add dataset_id_field to SchemingDCATXLSHarvester for identifier resolution of attached resources (dcb88d3 by mjanez).
  • Add BibTeX and RIS download functionality and enhance citation layout (48b95c8 by mjanez).

Fixed

  • Fix data attributes for purge action (admin/trash.html) (73311ba by mjanez).
  • Fix access_rights, maintainer and author field bugs (ef1f26c by mjanez).
  • Fix dataset_id_field assignment in SchemingDCATXLSHarvester configuration (1705773 by mjanez).
  • Fix validators for dataset privacy settings (private) (7b86e3c by mjanez).
  • Fix dataset privacy settings logic and improve authorization messages (b371495 by mjanez).
  • Fix organization name retrieval to use display_name (af8c4cc by mjanez).

Removed

  • Removed old logic.py (8de31b9 by mjanez).

v4.2.0 - 2024-10-17

Compare with v4.1.0

Added

  • Add Luxembourgish language support and remove duplicates in DCAT schemas (294dcff by mjanez).
  • Add dataset citation snippets and improve permanent URL handling (0e22baf by mjanez).

Fixed

  • Fix package update logging and event emission in SchemingDCATHarvester (7ecb4fd by mjanez).

v4.1.0 - 2024-10-14

Compare with v4.0.0

Added

  • Add number_size display snippet (d05b4dd by mjanez).
  • Add debug logging for full SQL query generation and remove unnecessary whitespace (773c2fe by mjanez).
  • Add Bootstrap class to title input in new source form template (7a2dfd6 by mjanez).
  • Add percentage and spatial resolution display snippets, and update spatial JSON rendering display/form snippets (c47d62a by mjanez).
  • Add initial implementation for SchemingDCAT logic and update actions (a85808b by mjanez).
  • Add statistics logic and templates for SchemingDCAT integration (e019582 by mjanez).
  • Add signals for package updates and create statistics schema interface (6bf0ba0 by mjanez).
  • Add config_declaration CKAN >2.10 and refactor config.py to config/ (4b8c741 by mjanez).
  • Add config_declaration CKAN >2.10 (aa49986 by mjanez).

Fixed

  • Fix bug in SQL Harvester URL input help text in new source form (c92fdb3 by mjanez).
  • Fix nested contact/author/maintainer/publisher fields (f43eec2 by mjanez).
  • Fix PostgreSQL database harvester description (9661186 by mjanez).
  • Fix request.params to request.args (eda46f8 by mjanez).
  • Fix current_url assignment in schemingdcat_social.html (c45eaca by mjanez).
  • Fix es_dcat PeriodOfTime class if not exists temporal_* (f3873ea by mjanez).
  • FIx harvest source form (98ccd3c by mjanez).

v4.0.0 - 2024-09-20

Compare with v4.0.0-alpha

Added

  • Add highlighting and quote alerts (eefdcac by mjanez).

Fixed

  • Fix api button accordions (fcec54b by mjanez).

v4.0.0-alpha - 2024-09-20

Compare with v3.2.1

Added

  • Add xls_template_config (69e04f3 by mjanez).
  • Add docs and templates for harvesters (e136909 by mjanez).
  • Add docker-compose tests (9b16a8f by mjanez).
  • Add conftest.py for testing with clean database (5c183ac by mjanez).
  • Add codelists for DCAT profiles (ff4de2c by mjanez).
  • Add reference and representation_type (2184aad by mjanez).
  • Add deprecated decorator to mark functions as deprecated (e1e488c by mjanez).
  • Add SHACL tests for custom profiles (8f0e6f3 by mjanez).
  • Add ckanext-dcat custom profiles (d949571 by mjanez).
  • Add form tabs to dataset creation/editing datasets/resources (2da1c1f by mjanez).
  • Add licenses.json (ea133a3 by mjanez).
  • Add form tabs to schemas and templates (bab7d58 by mjanez).
  • Add schemingdcat_get_choice_property helper (b4ec09e by mjanez).

Fixed

  • Fix xloader logs styles for 2.10 (bac0862 by mjanez).
  • Fix tags containers (50945d0 by mjanez).
  • Fix spatial_query snippet bugs (3026467 by mjanez).
  • Fix organization create/edit button bugs (4b10208 by mjanez).
  • Fix package snippets (448113e by mjanez).
  • Fix Solr indexing by converting dict fields to JSON strings (fb8abf6 by mjanez).
  • Fix tabs slug-preview and dataset-map (1af58e1 by mjanez).
  • Fix before_update (7c303d9 by mjanez).
  • Fix fa icons for license/social templates (f358203 by mjanez).
  • Fix and improve templates for CKAN 2.10 (c7aabef by mjanez).
  • Fix search and index to ensure proper functionality (c294495 by mjanez).
  • FIx templates with new profiles (dcd144e by mjanez).
  • Fix eu_dcat_ap profile (75a45bd by mjanez).
  • Fix rights bug (0b2d0cc by mjanez).
  • FIx shacl file path to include version subdir (2b4ddad by mjanez).
  • FIx test_shacl & update example ckan datasets (af0710a by mjanez).
  • Fix test_shacl (3ff0417 by mjanez).
  • Fix test error, add harvest to plugins (5091c67 by mjanez).
  • Fix F821 undefined name (bb9f4fd by mjanez).
  • Fix file_size in resource metadata info (2128d6c by mjanez).
  • Fix translated_fields generation (49c4d24 by mjanez).
  • Fix CKAN harvester search functionality (3952322 by mjanez).
  • Fix bug when schemingdcat.endpoints_yaml is None (36a298e by mjanez).
  • Fix schemas README link (bee583e by mjanez).
  • Fix search box width (2abe18e by mjanez).
  • Fix search box in datasets/orgs/groups (a5a58e2 by mjanez).

Removed

  • Removed unnecessary data-bs attributes for custom slug-preview module (ddc4de6 by mjanez).

v3.2.1 - 2024-07-10

Compare with v3.2.1-alpha

Fixed

  • Fix problem with defaults_values from config (ea02b53 by mjanez).
  • Fix resource mimetype update (3217e8d by mjanez).

v3.2.1-alpha - 2024-06-27

Compare with first commit

Added

  • Add admin/config template i18n (c58f697 by mjanez).
  • Add schemingdcat_xls harvester template (3b118b2 by mjanez).
  • Add info to schemingdcat_ows harvester (e19957c by mjanez).

Fixed

  • Fix endpoints template when sparql_interface is not active (a608ad2 by mjanez).
  • Fix translation issue in schemingdcat_facet_list template (9e91862 by mjanez).

v3.2.0 - 2024-06-17

Compare with v3.1.0

Added

  • Adding metadata template logic and theming (1acfab4 by mjanez).
  • Add metatata templates sidebar for schemingdcat_xls harvester (f01c058 by mjanez).
  • Add display snippet for spatial JSON in default presets (cb8da30 by mjanez).
  • Add custom format validator (7ec5510 by mjanez).
  • Add EU to spatial_uri (e92c96c by mjanez).
  • Add css for distribution formats (b16bece by mjanez).
  • Add temporal_start and temporal_end fields to DATE_FIELDS (f37bb45 by mjanez).
  • Add data-icons for provincias and provincias images based on autonomies (7ce296d by mjanez).
  • Add schemingdcat_spatial_uri_validator to obtain spatial from spatial_uri (522415c by mjanez).

Fixed

  • Fix list elements (91189db by mjanez).
  • Fix ZIP format color (056e3a4 by mjanez).
  • Fix local_schema in import_stage (c62daba by mjanez).
  • Fix spaces between warnings in metadata-templates (9dde146 by mjanez).
  • Fix contact/publisher info snippets to avoid errors with emails (5271ed9 by mjanez).
  • Fix icon class for university publisher type (30b3e35 by mjanez).
  • Fix contact_info and publisher_info snippets (661b431 by mjanez).
  • Fix stages css (3d2069a by mjanez).
  • Fix schemingdcat_prettify_url_name (288f75f by mjanez).
  • Fix org form_placeholder (d4ff46c by mjanez).
  • Fix badges (490e65f by mjanez).
  • Fix flags from spatial_uri in contac_info snippet (c2c9bcd by mjanez).
  • Fix dataset-categories icons position (0b81573 by mjanez).

Removed

v3.1.0 - 2024-05-28

Compare with v3.0.0

Added

  • Add icons to package items to render theme/spatial_uri (fcd7bbe by mjanez).
  • Add non_spatial_dataset field (b455bc6 by mjanez).
  • Add endpoint index to endpoints layout (2beff9d by mjanez).
  • Add /endpoints blueprint (ebba116 by mjanez).
  • Add get_ckan_cleaned_name helper (133a40c by mjanez).
  • Add theme_es, theme, theme_eu, topic and hvd_category to translations (a76873e by mjanez).
  • Add commands to create tags based on schema themes and topics (0f75976 by mjanez).
  • Add multiple_choice_custom_tag preset (050d157 by mjanez).
  • Add YAML file and script for generating translation files (01fc225 by mjanez).
  • Add debug info to header in dev mode (a053b43 by mjanez).
  • Add hvd_category to metadata_info template (e79209a by mjanez).
  • Add select_spatial_icon preset for geographic identifier field (332ceec by mjanez).
  • Add high-value dataset category field (cf42f5b by mjanez).

Fixed

  • Fix theme_es classes (083e500 by mjanez).
  • FIx generate_translation_files (cb1ff4d by mjanez).

v3.0.0 - 2024-04-27

Compare with v2.1.0

Fixed

  • Fix ckan harvester issues (93da11a by mjanez).
  • Fix resource/dataset update when use XLS Harvester (b1117c0 by mjanez).
  • Fix accented character handling in SchemingDCATHarvester (9074fed by mjanez).
  • Fix source_date_format issue in SchemingDCATHarvester (0fca9da by mjanez).
  • Fix resource updating for XLS harvester (35e1371 by mjanez).
  • Fix old scheming_dcat prefix and adapt helpers from harvest (54b9833 by mjanez).
  • Fix bugs ckan harvester (b309e1a by mjanez).
  • Fix extras instance in SchemingDCATHarvester (560863c by mjanez).
  • Fix map attribution acording to ckanext-spatial (b8782c6 by mjanez).
  • Fix all to schemingdcat (1cf8bfb by mnjnz).
  • Fix scheming_dcat name to schemingdcat (PEP 503 y PEP 508) (7f30286 by mjanez).

Removed

  • Remove duplicate LICENSE.txt (e6d2c22 by mjanez).
  • Remove log.debug (6f49461 by mjanez).

v2.1.0 - 2024-03-11

Compare with v2.0.0

Added

  • Add default values to package_dict (ed746d1 by mjanez).
  • Add gspread auth storage_type (b7c3957 by mjanez).
  • Add new XLS Harvester (81f32ad by mjanez).
  • Add scheming_dcat harvester plugins (42bfafc by mjanez).

Fixed

  • Fix groups ingest (9f5c6c3 by mjanez).
  • Fix codelists folder (128aa5c by mjanez).
  • Fix csw harvester WIP (095acfe by mjanez).
  • Fix group items templates in dataset (eddee38 by mjanez).

v2.0.0 - 2023-10-20

Compare with v1.2.0

Added

  • Add multilang to groups and organisations (c046561 by mjanez).
  • Add multilang to search templates (5ab6bfd by mjanez).
  • Add multilang promoted home text (intro_text) (3ebec32 by mjanez).
  • Add modern theme to CKAN and CSW/LOD endpoints at home (26114c1 by mjanez).

Fixed

  • Fix scheming_dct_get_localised_value_from_dict to allow use of untranslated field (253c637 by mjanez).
  • Fix default lang, prefer schema required and then locale_default (45fd50b by mjanez).
  • Fix multilang display and core fields validator (e03c38c by mjanez).
  • Fix ckanext-fluent with custom extensions (0b6e9b8 by mjanez).
  • Fix schemingdct_prettify_url_name (3894ded by mjanez).
  • Fix schemingdct_prettify_url_name to avoid Nones (2353f61 by mjanez).
  • Fix header logo and footer (6e13958 by mjanez).
  • Fix sd_config.endpoints (3f8a89f by mjanez).

v1.2.0 - 2023-09-06

Compare with v1.1.0

Added

  • add purpose metadata element to GeoDCAT-AP Schemas (d283a14 by mjanez).
  • Add new packages read templates (f77250b by mjanez).
  • Add Js assets (2537057 by mjanez).
  • Add theme_es to schemingdct_info if exists (d05afc9 by mjanez).
  • Add spatial_uri for EU Context (dac2a14 by mjanez).
  • Add schemas info to README (6b13b61 by mjanez).
  • Add dcat base schema (9a9e648 by mjanez).

Fixed

  • Fix yaml error (38ecc47 by mjanez).
  • Fix resourcedictionary in package_resource template (51540f2 by mjanez).
  • Fix org bulk_process template (035bca6 by mjanez).
  • Fix snippets (4292ee1 by mjanez).
  • Fix custom_data snippets (a2e900c by mjanez).
  • Fix resource_read with extra fields (be8b038 by mjanez).
  • Fix info snippet from package (d9458bc by mjanez).
  • Fix resource_read (b0efb43 by mjanez).
  • Fix data_access_license block (d06a864 by mjanez).
  • Fix read_base secondary items (948a180 by mjanez).
  • Fix ckan helper deprecated (dd17e48 by mjanez).
  • Fix data_access_license if not access_rights (87274bf by mjanez).
  • Fix image org css (schemingdct_info) (8d0840a by mjanez).
  • Fix data_access_license template (7730310 by mjanez).
  • Fix translation (0cca67f by mjanez).
  • Fix spatial_query translates (38724ce by mjanez).
  • Fix setup/plugin.py (8945eab by mjanez).
  • Fix README (103d5d5 by mjanez).
  • Fix GeoDCAT-AP Schema and add geodcatap_es base (26252ea by mjanez).

Removed

  • Remove debug in table-collapsible-rows module (7807771 by mjanez).

v1.1.0 - 2023-08-22

Compare with v1.0.0

Fixed

  • Fix package/read_base.html (c8f02aa by mjanez).
  • Fix geodcatap schema (a61ceca by mjanez).
  • Fix py files (c00a8e4 by mjanez).

v1.0.0 - 2023-08-16

Compare with 1.0.1

Fixed

  • Fix spatial_uri hrefs & icon render (9d7867c by mjanez).
  • Fix doc (9dd6d7f by mjanez).
  • Fix filenames (c863c7e by mjanez).
  • Fix README (775a2ce by mjanez).
  • Fix setup and i18n (efa5b75 by mjanez).
  • Fix geodcatap schema (42d64af by mjanez).

1.0.1 - 2023-07-03

Compare with 1.0.0

Fixed

  • Fix spatial_uri hrefs & icon render (ad263de by mjanez).

1.0.0 - 2023-05-06

Compare with 0.0.1

Fixed

  • Fix .gitignore files (6d773c0 by mjanez).
  • Fix errors (d768ce1 by mnjnz).
  • Fix setup.py to facet_scheming (8dc719c by mnjnz).
  • Fix 2 (6be368a by mnjnz).
  • Fix #1 (1dfd51e by mnjnz).
  • Fix extension name & update README (cf855ad by mjanez).

0.0.1 - 2023-04-28

Compare with first commit