Konstantin Sivakov
Konstantin Sivakov
Draft packages are not easy to process with current implementation so i've added the option to manage this within organization manage page for bulk processes. Additional small change is bootstrap5...
Add the `harvesters` tab for easier access as sysadmin though the `/harvest` endpoint is not behind authorization check.
With some of the current changes in core and moving to SOLR 8, we should reconsider some rework on this extension. There are few issues that I would point as...
Based on the PR from CKAN Core change https://github.com/ckan/ckan/pull/7046
Make image_upload macro callable. This will help to fix the [scheming](https://github.com/ckan/ckanext-scheming/blob/master/ckanext/scheming/templates/scheming/form_snippets/upload.html#L18) form snippet Add attrs and classes params to allow design changes ### Features: - [ ] includes tests covering...
Update the README with archived/unmaintained extensions section. Those extensions could be used for reference or someone else could fork and maintain if found useful #5 : Dataspatial moved to archived...
Fixes #6070 This PR is still WIP and im hopping to finish it soon after the few things we would need to decide on. Becase it was really tricky to...
Currently, the datapusher-plus project leverages the [CKAN Service Provider](https://github.com/ckan/ckan-service-provider) that was meant to be a general library for CKAN for making web services, and was originally created in 2013. As...
As the `dev-v1.0` branch is almost ready, we can start removing API calls and start using CKAN internal actions. @jqnatividad also we could refactor the qsv part a bit
Starting CKAN 2.10 its required to add api_token when setting up datapusher/datapusher_plus Add the [`ckan.datapusher.api_token`](https://docs.ckan.org/en/2.10/maintaining/configuration.html#ckan-datapusher-api-token) configuration variable in the README file