Jari Voutilainen

Results 22 issues of Jari Voutilainen

Support for transcoding files that are in format that isn't supported in client applications, ie. browsers support different codecs and containers etc.

feature

### Proposed fixes: Currently datasets in draft state are only displayed in the user profile, this makes hard to find them if the user creating the dataset is somewhat clueless...

**CKAN version** 2.8, 2.9, master **Describe the bug** Toolkit has response property https://github.com/ckan/ckan/blob/master/ckan/plugins/toolkit.py#L92, but it is only initialized if the request is done via pylons route https://github.com/ckan/ckan/blob/master/ckan/plugins/toolkit.py#L326..L335. If extension developer...

Good for Contribution

### Proposed fixes: Werkzeug does not have an option to run applications in subpath, this would be useful while developing extensions for instances which are hosted in one with `root_path`...

Attempt number 2 to fix #151. Dataset is now validated before it is given to the baseharvester, if there is validation error it is raised again to store it to...

XLSX files technically are just zipped files and magic detects them as `applcation/zip`, internet sources say that reading about 2000 bytes should be enough to detect them as `application/vnd.openxmlformats-officedocument.spreadsheetml.sheet` We...

Cookies always exist so caching based on cookies doesn't work. We really shouldn't be provide nginx cache instructions anyway, its out of scope of ckan. ### Proposed fixes: Remove nginx...

Backport pending

## CKAN version 2.9, 2.10, master ## Describe the bug When developer defines a custom group with `group_type` something else than `group`, `group_facets` is not called, instead ckan calls `organization_facets`...

Good for Contribution
Beginner Friendly

Running qsvdp with or without parameters crashes and produces following log: ``` /srv/app/src $ qsvdp thread 'flexi_logger-flusher' has overflowed its stack fatal runtime error: stack overflow Aborted ``` Works fine...

CKAN 2.9.11 limited allowed query parsers by default and the spatial search failed. This adds the query parser used by ckanext-spatial to allowed list.