Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1291 - 1293 of 2152)

Ticket Resolution Summary Owner Reporter
#1399 fixed Generate archiving request on resource url change johnglover rgrp

Reported by rgrp, 3 years ago.

Description

Superticket: #1397

Generate archiving request on resource url change by implementing IResourceUrlChange and sending tasks to celery. [0.25d][0.25d]

Will be part of of ckanext-archiver extension.

Process:

  1. A resource is added to CKAN
  2. IResourceCreate event generated
  3. IF: resource url points to ckan storage or falls within some other set of exclusion conditions then END else continue
  4. Generate a Archiver.Update task with resource.id
#1400 fixed Document Archiver Extension johnglover rgrp

Reported by rgrp, 3 years ago.

Description
  • Create page on http://wiki.ckan.org/ about setting up a queue (this will merge into core docs when this is stable) - having a queue will now become a generic requirement for a bunch of extensions
  • README with install instructions in ckanext-archiver
  • Create an entry in http://wiki.ckan.org/Extensions
  • Write a blog post
#1401 fixed Some links don't take account when CKAN is mounted at a non-root URL rgrp flofokus

Reported by flofokus, 3 years ago.

Description

if you want your ckan to reside not at http://yourhost.org/ but rather e.g. at http://yourhost.org/ckan/ you can use this hint http://wiki.pylonshq.com/display/pylonsdocs/Configuration+Files and set ckan.site_url accordingly in your .ini. However, there are some instances where internal links are created without the required prefix.

Note: See TracQuery for help on using queries.