Eric Soroos

Results 22 issues of Eric Soroos

Fixes #6684 ### Proposed fixes: * url in question /%EF%AC%81?foo=bar&bz=%AC%81 * This is a unicode character, which can't be decoded from ascii. Jinja templates will handle this if it's unicode,...

Backport pending
Backport 2.8.11

The 2.9 version of #6685 * url in question /%EF%AC%81?foo=bar&bz=%AC%81 * This is a unicode character, which can't be decoded from ascii. Jinja templates will handle this if it's unicode,...

Backport pending
Backport 2.9.6

### Proposed fixes: The current `get_translated` helper gets data from the `_translated.[lang]` field in the data_dict. There are language variants (for example, `en_GB`) where the dialect is a minor change,...

Backport pending
Backport 2.8.11
Backport 2.9.6

Deletion in the JSON harvester is broken in 2 ways * The json harvester crashes in the import stage when it can't access the harvest object id: None, because the...

### Proposed fixes: * use `~/junit` rather than `/root/junit` to match the `mkdir -p` * actually use the common options in the pytest call * put the split options in...

Fixes #7098 (partial) ### Proposed fixes: Add a docker-compose version that mirrors, as exactly as possible, the CircleCI testing stack for running tests locally. The intention is that if someone...

**CKAN version** Current master **Describe the bug** The Documentation for back-end testing (https://docs.ckan.org/en/2.9/contributing/test.html#back-end-tests) doesn't cover the CircleCI testing, nor how to replicate that on the local system. It's an automated...

Master version or #7878 ### Proposed fixes: Replace unions with in (list). Also replace an outer join with a subselect, so that it can be indexed. ### Features: - [...

Backport dev-v2.11

Essentially, the previous code uses a set of unions of individual queries that blows up pretty badly when users follow many items. This PR changes the form from ``` select...

Backport pending
Backport 2.9.12

## CKAN version 2.9, apparently fixed in master and 2.10 ## Describe the bug Datatables webassets includes vendor/Bootstrap-3.3.7/js/bootstrap.js, just after preloading main, which contains bootstrap 3.4.1. https://github.com/ckan/ckan/blob/2.9/ckanext/datatablesview/public/webassets.yml ``` main-js: output:...