Custom Query (2152 matches)
Results (616 - 618 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1708 | fixed | SOLR configuration lost | dread | dread |
Description |
The SOLR url, user and password defined in the CKAN config file are ignored and the default SOLR url is used. This causes:
To reproduceThis bug is only visible if your SOLR instance is not at the default place. To quickly reproduce this problem, setup your machine as a SOLR multicore instance and run: "paster db clean && paster create-test-data && paster serve development.ini". It quits with the error: "solr.core.SolrException?: HTTP code=400, reason=Missing solr core name in path" Code affected
|
|||
#1707 | duplicate | Over-long URLs in QA ext broken links list | johnglover | johnglover |
Description |
From Mark on the ckan-dev list: In the table of broken links at <http://thedatahub.org/qa/dataset/broken_resource_links>, the links as printed should be abridged to a fixed length (but link to the full URL). Otherwise the 'reason' column vanishes off the screen. Also a table would probably be better since as things stand the 'reasons' are not lined up |
|||
#1706 | duplicate | Tag taxonomies package schema | seanh | seanh |
Description |
Enable ckanext's to add new vocabularies to default_package_schema(), use the new vocabularies in templates for dataset view, create, edit pages, helper function for extensions to create a vocabulary schema for a given vocabulary name (must match a vocab already in the db) and add it to default package schema. |