Ian Ward

Results 430 comments of Ian Ward

For backwards compatibility we've collected lists of things that we might want to remove in the future as `include_*` parameters in various APIs, e.g. the `include_datasets` parameter in `group_show` #9052...

I'd like to see us switch all the API defaults for parameters like `include_*` and others to the fastest options. Defaults matter and when API performance is bad it hurts...

definitely nice to move this out of htmx-ckan and make the feature reusable

Sorry for being unclear, I should have said: > It's definitely nice that you have moved this feature out of htmx-ckan and made it reusable

@mutantsan please add a changelog file describing the new feature and this is good to go

@mutantsan it looks like your generated css makes a number of changes that aren't related like using `rgb(…)` instead of `#…` for colors, would you make sure you're generating the...

https://github.com/ckan/ckan/issues/8920 describes the start of work to integrate ckanext-files into ckan core. This feature supports attaching multiple files to a single resource which can also be used for versioning.

For packages we've stopped creating and reusing a 'package' value in the context to avoid future issues like this. We should do the same for groups/orgs and anywhere else this...

How about we generate a sitemap for crawlers (paginated for sites with thousands of datasets) and block the search, group dataset search and organization dataset search pages from being crawled...

> > How about we generate a sitemap for crawlers (paginated for sites with thousands of datasets) and block the search, group dataset search and organization dataset search pages from...