Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (541 - 543 of 2152)

Ticket Resolution Summary Owner Reporter
#1796 fixed Get rid of lxml dependency ross dread

Reported by dread, 2 years ago.

Description

lxml is used in CKAN core in two places:

  • ckan/lib/helpers.py:239 Parsing Markdown and ensuring it is valid XML (i.e. tags close nicely so the HTML of the rest of the CKAN page is not disruptable).
  • reading the SOLR config XML to determine what version it is.

Both of these could be done with xml.dom built into Python and would save us a sizeable and slightly problematic dependency.

lxml is needed by these extensions: ckanext-inspire, ckanext-harvest, ckanext-csw & ckanext-wordpresser, so we'd have to add this to their requirements.

#1795 wontfix Add approval_status to Package (as for Group) ross ross

Reported by ross, 2 years ago.

Description

The Package model should have a approval_status as the Group model does. See migration 049.

#1794 fixed Publisher changes ross ross

Reported by ross, 2 years ago.

Description

Changes to publishers for customer that would otherwise clutter up the master branch.

Note: See TracQuery for help on using queries.