Custom Query (2152 matches)
Results (952 - 954 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#355 | fixed | Dashes versus underscores in package names | rgrp | rgrp |
Description |
Sort out how we deal with dashes versus underscores in package names. |
|||
#358 | duplicate | Resources in REST API | rgrp | dread |
Description |
(spun out of ticket:336) Resource added to model API at: api/rest/resource Example model requestGET to: /api/2/rest/resource/a3dd8f64-9078-4f04-845c-e3f047125028 returns: [{"id": "a3dd8f64-9078-4f04-845c-e3f047125028", "package_id": "b8a325c8-af2a-43f3-8245-9db7d73dfbfe", "URL": "http://scraperwiki.com/lincolnshire-councillors", "format": "CSV", "Description": "Scrape of www.lincs.gov/councillors.pdf by ScraperWiki.", "hash": "", "position": 2 }] Authorization
Mixed model Create / Edit: if resource associated to package: check_permissions(package, update) else: check_system_permissions(c.user, model.Action.Resouce Create/Update, model.System) |
|||
#360 | fixed | New sqlite-based DB index | rgrp | rgrp |
Description |
In 0.5 and 0.6 have been more oriented to getting file indexes working to support the convenience of using packages on disk directly. However we now need to go back to having a better central/default index and the best model for this is a simple db index using sqlite (which is now supported in the standard library). NB: this is a retrospective ticket (been working on this for a couple of months) |