William Dutton
William Dutton
Hi, We have a working 2.10 version of the QA plugin and it is also compatible with 2.11. https://github.com/ckan/ckanext-qa/compare/master...qld-gov-au:ckanext-qa:develop I'd like to cherry pick parts to bring upstream as well...
ckan master is now on ``rq==2.0.0`` and 2.11 is on ``rq==1.16.2`` https://github.com/rq/rq/compare/v1.16.2...v2.0 https://github.com/rq/rq/blob/master/CHANGES.md ``` RQ 2.0 (2024-10-28) New Features: Multiple job executions: a job can now have multiple executions running...
Now that we have an semi [working deployment](https://github.com/ckan/ckanext-xloader/blob/master/.github/workflows/publish.yml#L96). We need to fix it to be available for other plugins, etc to use. To fix: * testpypi publish was skipped when...
Link update ``Gazetteer`` is now https://placenames.fsdf.org.au/ meta search info is https://www.ga.gov.au/search?from=0&query=Gazetteer&index=geoscience_site_crawl There is also now a PlaceNames.gpkg sqlite db you can download that has all names that can be exported...
Fixes #21345 #19491 Include direct file download and byte array direct. This is self contained and semi based off Jersey3 version. Filename from the response header is used if available...
#### Bug Report Checklist - [X] Have you provided a full/minimal spec to reproduce the issue? - [X] Have you validated the input using an OpenAPI validator? - [X] Have...
Fixes #8778 Depends-on #8952 (CSRF session creation when required) To see only this change please see the PR diff here: https://github.com/ckan/ckan/pull/8954/commits/51db715fe110257a1ae3f95d4db03efaf67072aa ### Proposed fixes: For more details about caching, please...
Since CSRF protection is enabled it is injected on all html pages, CSRF Meta. This forces a session to be created for all user's which is not required unless XHR/Fetch...
Fixes #8951 ### Proposed fixes: * JS Util library, ckan.fetchCsrfToken() to collect XHR/Fetch CSRF Tokens from page meta or ajax request get call (CORS protected) * client.js updated to use...