Custom Query (2152 matches)
Results (1522 - 1524 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#560 | fixed | Deleted packages showing up in tag lists | kindly | rgrp |
Description |
E.g. http://ckan.net/tag/lod contains musicbrainz_ (Musicbrainz) item (if you click you will get 403/login as deleted packages can only be seen by admins). Also suggested that these are showing up in the API (courtesy of Anja) Cost: 2h |
|||
#730 | duplicate | Back up package data from all CKAN packages to storage.ckan.net | rgrp | |
Description |
Write a worker that scans all packages in a ckan instance and uploads the data to storage.ckan.net.
|
|||
#782 | fixed | Add and remove users from sysadmin role from the command line | pudo | rgrp |
Description |
Need to be able to create (and remove) sysadmins easily (used to be able to do this via ini file but this functionality was removed a while back in authz system reorganization it seems). Suggest creating a new paster command as first step. # user identifier = openid (?) paster sysadmin add {user identifier} paster sysadmin remove {user identifier} Suggest this also be added to main CKAN docs. This should go into metastable as well as default so that it goes into the v1.2 release (can do this via a transplant from one branch to the other) |