Custom Query (2152 matches)
Results (937 - 939 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2503 | fixed | Look into allowing theme extensions to extend base templates | toby | aron.carroll |
Description |
For example: Creating a template in ckanext-demo/templates/base.html containing something like {% ckan_extends "base.html" %} Will extend ckan/templates/base.html |
|||
#2241 | fixed | Look into making test_activity.py faster | seanh | seanh |
Description |
...but only if it can be done reasonably quickly. |
|||
#2825 | fixed | Loss of URL encoding on language change on apps page | danieljohnlewis | |
Description |
Problem: On /apps page if you start in one language, filter the data, and then change languages it loses the correct format for the HTTP Get Parameters (and therefore loses the filters). Example, start in English language, change filter settings to to Application and Newest, change language to German. Expected: Retain correct format for HTTP Get Parameters so that the filter settings are retained. Solution will involve not turning "=" into "%3D" in the URL, i.e. turn off URL encoding. |