Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (937 - 939 of 2152)

Ticket Resolution Summary Owner Reporter
#2503 fixed Look into allowing theme extensions to extend base templates toby aron.carroll

Reported by aron.carroll, 2 years ago.

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

Reported by seanh, 2 years ago.

Description

...but only if it can be done reasonably quickly.

#2825 fixed Loss of URL encoding on language change on apps page danieljohnlewis

Reported by danieljohnlewis, 21 months ago.

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.

Note: See TracQuery for help on using queries.