You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"change_log": "Added a `ckan.site_read_only` config option which disables actions causing side effects,\nsuch as `*_create`, `*_update`, and `*_delete`, for non-sysadmin users.\n\nThis setting does not prevent updates to the database from sysadmin users or updates\nthat skip the action API, such as collecting page view tracking data.",
"change_log": "Backported [#8421](https://github.com/ckan/ckan/pull/8421) for faster metadata updates. Comes with the `metadata_modified` and `metadata_created` schemas, allowing for site package migrations with correct metadata for these fields.",
"change_log": "Faster dataset metadata updates by detecting changes and only updating resource\nmetadata when dataset fields defined by IDatasetForm.resource_validation_dependencies\nhave changed (default: none)\n\nNow activities are created and metadata_modified updated only if there is a real change.\n\nmetadata_modified may now be set by sysadmins which is useful for harvesting or mirroring.\n\nThe allow_partial_update context parameter has been removed, now normal API\nusers may call package_update without passing resources. In this case the existing\nresources will remain untouched instead of being deleted.\n\npackage_update and actions that call it now report whether there was a real change by\nadding the package id to a new changed_entities context value or changed_entities\nenvelope value for API calls.\n",
"change_log": "Only display the feedback form if there is a value for maintainer_email field.\nAlso, remove the maintainer_email field from Additional Information seaction.\n",
"change_log": "Briefing Note Titles and Numbers' `additional_information_en` and `additional_information_fr` fields use `both_languages` validation for records with a `date_received` on or after `2026-02-01`\n",
0 commit comments