Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (112 - 114 of 2152)

Ticket Resolution Summary Owner Reporter
#2458 fixed Create demo statistics page aron.carroll aron.carroll

Reported by aron.carroll, 2 years ago.

Description

Discussion:

https://okfn.basecamphq.com/projects/9558659-demo-ckan-front-end/posts/62998513/comments

Implementation:

http://s031.okserver.org:2375/en/stats

#2474 fixed Trial Jinja 2 as templating system aron.carroll aron.carroll

Reported by aron.carroll, 2 years ago.

Description

Percieved benefits of switching to Jinja 2

  • Block inheritance for base templates which is much simpler to understand.
  • Large number of developers (and designers) are familiar with it due to its similarities with the Django templates.
  • Should be much faster at parsing and rendering templates.
  • Has localisation support.
  • Good documentation both on it's website and on sites like Stack Overflow.

We should convert a couple of existing templates to test the switchover and then get peoples feedback.

#2491 fixed Demo related page is missing breadcrumb toby aron.carroll

Reported by aron.carroll, 2 years ago.

Description

The following pages are missing complete breadcrumbs.

Add related page:

http://s031.okserver.org:2375/dataset/adur_district_spending/related/new

Needs to look like.

Dataset > {dataset_title} > Related > Create Related

Template here: https://github.com/okfn/ckan/blob/feature-2375-demo-theme/ckan/templates/related/pages/form_page.html#L6

Same deal with Edit related.

http://s031.okserver.org:2375/dataset/adur_district_spending/related/edit/5f9e665b-3e3c-428f-88b1-8554189cf14a

Needs to look like.

Dataset > {dataset_title} > Related > Edit Related

https://github.com/okfn/ckan/blob/feature-2375-demo-theme/ckan/templates/related/edit.html#L5

Note: See TracQuery for help on using queries.