Ian Ward
Ian Ward
Oh, I didn't notice that _load_presets is only called from update_config. Let's simply remove those two lines.
Choosing characters to allow in tags is a very site-specific decision. I don't see a reason to change ckan's default rules for acceptable punctuation, especially because it may be surprising...
(adding a comment so I raise this for discussion at the next dev call)
@gerbsen there's agreement to go ahead with a change to loosen the default restrictions on tags in ckan. This PR should: - provide a new configuration option to set the...
Assuming we can get agreement I think a permissive license is appropriate for this repository. It's reasonable that ckan vendors might be interested in incorporating these tools into a proprietary...
same issue with sprite-resource-icons.png @JVickery-TBS
Sorry for leaving this so long, @JVickery-TBS would you resolve the conflicts so we can include this in the next release?
This just needs a few more tests
Performance measurements added to description
even better would be to recommend https://github.com/ckan/ckanapi ckanapi uses requests, unwraps messages and raises specific exceptions for the different errors possible so they don't pass silently. It can also be...