Yan

Results 12 issues of Yan

When I clicked on Clear/Stop/Reharvest buttons, while my CKAN setup was on /data, got wrong redicrect with two /data. I updated the redirect by adding one missing param.

Enabling **scheming_organizations** plugins on CKAN 2.9 returns 500 error. My suggestion is that the issue is [here](https://github.com/ckan/ckanext-scheming/blob/master/ckanext/scheming/plugins.py#L359), because no "**self**" is added, as a result, when CKAN tries to call...

Spatial facet keyboard accessibility is being added at dataset search page, as it was discussed at [#148] You can try it by adding {% snippet "spatial/snippets/spatial_query.html" %} at search.html form...

There is an issue with languages that have "_" (enderscore) in the language code. There is no standard for languages with "_" and we use initially use check for BCP47...

Hi guys Added support for Crossref. Out of the box it shouldn't break any original behavior, but also add an ability to use Crossref instead of DataCite. Please review this...

While having pure CKAN 2.11.2 installation and using master branch for ckanext-showcase, I couldn't see any mention in the **Readme** to in order upload an image, you need to add...

Fix for Issue https://github.com/ckan/ckanext-showcase/issues/184

Fixes: #9027 ## advanced datastore filters + fast datastore_search pagination - `datastore_search` and `datastore_delete` `filters` now accept range values and nested AND and OR operations - `datastore_search` now returns a...

Postgres backend is using "offset" implementation and as a results, the iteration between items getting slower and slower due to "offset" trying to cut off previous Records. Need to update...