Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1891 - 1893 of 2152)

Ticket Resolution Summary Owner Reporter
#2470 fixed Fix inconsistency in package_list snippet johnglover johnglover

Reported by johnglover, 2 years ago.

Description

Datasets listed in search results have not gone through schema validation (but on the user page they do), so package_list snippet currently has to display both 'notes' and 'description'.

#2472 fixed clean up datastore controller to get rid of datastore_url enables checks amercader kindly

Reported by kindly, 2 years ago.

Description

Datastore_url enabled checks are useless.

We should probably change this to datastore_url = 'active' and only update the flag to when a attempt at a post is made.

This will need to be removed from the form at some point.

#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.

Note: See TracQuery for help on using queries.