Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (412 - 414 of 2152)

Ticket Resolution Summary Owner Reporter
#2322 fixed Convenience offset on end of resource urls: /raw, /api, /viewer ross rgrp

Reported by rgrp, 2 years ago.

Description

Raw

/raw or /download (latter may be better)

/dataset/{id}/resource/{resource-id}/raw

=> redirects to resource url (download)

API

/dataset/{id}/resource/{resource-id}/api[/....]

=> either redirects or directly serves /api/data/{resource-id}

Viewer (Explorer?)

Do data viewer but without anything else showing (full-screen?). this would not be just the data explorer but other cases too (including iframe etc ...)

/dataset/{id}/resource/{resource-id}/viewer

Resource (pre)-viewer without anything else (perhaps include resource title)

Assigning for kindly for review.

These would take about 20m to implement and would be *very* convenient from my experience of using the data API.


Implementation at enhancement-2322-convenience-urls

#2319 wontfix Better auto-complete for groups on dataset edit page rgrp

Reported by rgrp, 2 years ago.

Description

Use jquery chosen?

#2318 fixed Bug with Portugese translation and Javascript seanh rgrp

Reported by rgrp, 2 years ago.

Description

If you switch to Portugese and try to add a resource on dataset edit it will fail. This is because there is a string translation in js_strings.html that has quotes in it. When this is inserted into the file this causes a js exception which then prevents any further js processing.

Specifically:

CKAN.Strings.youHaveUnsavedChanges = "Você tem alterações não salvas. Certifique-se de ter clicado "Salvar Alterações" abaixo antes de sair desta página.";
Uncaught SyntaxError: Unexpected identifier

To fix is simple i imagine: need to escape " correctly in js_strings.html (or translations used).

I have temporarily patched this live in order to allow the hackday here to continue.

Note: See TracQuery for help on using queries.