Ian Ward

Results 430 comments of Ian Ward

@ThrawnCA If this is a concern for your site one fix could be to use response headers to disable caching for all pages when a user is logged in. Maybe...

+1M to data schemas before uploading data open.canada.ca has been doing something like this internally with ckanext-recombinant for a couple years now, and we have departments lined up to use...

This got lost in my long-winded comment: ckanext-validation and the the approach @amercader describes looks awesome and super useful without any changes! Wait, is this an issue about xloader? Yes,...

changing to resource_patch for resource editing would be an API change that users may be relying on (e.g. with dynamic fields not submitted when they shouldn't be saved) It would...

@sagargg yes that's the backwards-compatible way to add resource fields that aren't changed by the form.

We don't have an easy way to extend the user form yet https://github.com/ckan/ckan/issues/6070, but some of the underlying work was done by @amercader to support storing values and can be...

@pdelboca I get that you prefer to go back to using offset and limit, but I don't understand the complexity argument. In addition to worse database performance, offsets aren't stable...

`offset` and `limit` are kept just for the APIs to maintain backwards compatibility, but it turned out that in #6798 it could be useful to combine `limit` with `before` or...

For previous page you take the oldest activity currently displayed and use its date as an "after" parameter. This will give you the next page of activities after that date.

Thank you for your work on this @pdelboca