Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (598 - 600 of 2152)

Ticket Resolution Summary Owner Reporter
#1727 fixed Add "current" property to harvest objects amercader amercader

Reported by amercader, 2 years ago.

Description

Right now is quite difficult to get the most current version of a package via the harvest objects, and the queries involved are prone to errors. A new "current" field will be added which will identify unequivocally the most recent harvested object. Unfortunately this will involve some major changes:

  • Model update (See #1726)
  • Update queries for getting harvest sources' datasets
  • Update ckanext-csw queries for getting the objects
  • Update inspire and ckan harvesters
  • Document new field
#1726 fixed Update harvesting model amercader amercader

Reported by amercader, 2 years ago.

Description

We need:

  • "current" column in harvest_object
  • "harvest_source_id" column in harvest_object, foreign key to harvest_source
  • "title" column in harvest_source

The extension should check on startup if the db needs updating and run the necessary scripts.

#1725 fixed Tag autocompletion and commas don't mix dread dread

Reported by dread, 2 years ago.

Description

If you use tag autocompletion, it automatically adds a comma after the tag. This is fine if you are going to add another tag, but not fine if it is the last one. If you don't manually remove the final comma than you get form validation error "Tag string: Tag "" length is less than minimum 2"

Affects only version 1.5.2a.

Note: See TracQuery for help on using queries.