ThrawnCA
ThrawnCA
A typical case would be that you're assembling a sentence, and if a component is not empty, you need to add a space beforehand. (Sometimes `join` will handle this, but...
And I've come across another situation where I want this: assembling a filename from customer name parts, and adding a separator for middle name if (and only if) it's provided.
Bump. I believe I've addressed the changes that were requested.
Just came across another use case for this. One of our systems is retrieving customer email addresses, if provided, and decorating them with the customer's name, eg `John Smith `....
This is now supported without globally changing proxies, using the `ckan.download_proxy` config option. However, in some cases, such as running on an intranet behind a corporate proxy, globally changing it...
This appears to be the same issue as #50 - CloudFlare basically thinks that the DataPusher is a bad bot. The workaround of using the hosts file will bypass CloudFlare...
@amercader The `user_autocomplete` API is dependent on the permissions of the `user_list` API, so if you lock down the user list to sysadmins, then organisation admins who try to add...
@amercader @anotheredward We have implemented an admin-only restriction in https://github.com/qld-gov-au/ckan-ex-qgov/blob/master/ckanext/qgov/common/plugin.py if that's a useful reference. Note the overrides in `QGOVPlugin.get_auth_functions`, especially 'user_list', 'user_show', and 'group_show'. - Organisation admins and group...
> Is it fixed yet ? I'm using CKAN 2.8.3 and I'm trying to find a workaround for this issue ? all user_list is exposed without authentication publicly; is there...
We're using XLoader, but there is still a race condition on the `datastore_active` flag. Notably, if you create multiple resources in a new draft dataset, using the "Save and add...