Florian Mayer
Florian Mayer
Not sure whether this is a bug or a feature, but it seems that enabling ckanext-scheming with a custom schema will, on first saving a dataset with the new schema,...
ckanext-hierarchy instantiates the view singleton for organisations, and so does scheming, so there can only be one. Is there a way to have both, apart from implementing hierarchy as part...
Using the select widget with its choices defined in the custom schema becomes a performance issue for large lists of choices, as they are fully loaded when the dataset edit...
As discussed in (messy and closed) PR #22 this PR combines the display of name/email combo fields by hiding the name field, and letting the email field render the email...
Follow [package/snippets/additional_info](https://github.com/ckan/ckan/blob/master/ckan/templates/package/snippets/additional_info.html) and roll author/maintainer name/email into one field [here](https://github.com/open-data/ckanext-scheming/blob/master/ckanext/scheming/templates/scheming/package/snippets/additional_info.html), ideally avoiding the use of `c` in the snippet as per https://github.com/ckan/ckan/issues/2132
CKAN is slowly moving away from the legacy API key as means of authentication and moving towards an API token. The official docs on this are at http://docs.ckan.org/en/latest/api/index.html#authentication-and-api-tokens. ## Spec...
## Description * package_update: Update docs and examples * resource_update: Update docs * DESC: Bump dev version * DESC: Bump RoxygenNote patch version * NEWS: Add mention ## Related Issue...
If ckanr is not set up with valid credentials, it is all too easy to get stuck, typically when libcurl complains about an empty protocol not being supported. The error...
Example: authentication error on `package_show` expects JSON by default, but chokes on the HTTP page with the error message: ```{r} Error: lexical error: invalid char in json text.
Fixes #20 This will make the data from the API view available as template variable `{{ data }}`. --- This change is [](https://reviewable.io/reviews/mypebble/rest-framework-latex/21)