Custom Query (2152 matches)
Results (880 - 882 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#112 | wontfix | Test db schema created via migration scripts | rgrp | dread |
Description |
'paster db upgrade' should result in the same database as 'paster db create' on a clean system. In particular, all tests should pass. Note: equivalent of paster db upgrade isn't being run from tests at the moment (we haven't been able to get this to work). |
|||
#124 | fixed | Display Generic Package Attributes in WUI | rgrp | rgrp |
Description |
Split out from ticket:43 |
|||
#129 | invalid | Secure db access by channelling query generation through authz module | rgrp | dread |
Description |
Controllers and templates should not access db objects directly - they should do all access via authz module giving username. They are handed by a query that has already been filtered by the packages they are authorized to read. (Additional idea to be discussed: When they request a package object, they are handed an copy of the db object - disconnected from the database - so it the db object can't be changed.) A couple of tests can be reenabled when this is done: ckan.tests.functional.test_authz.TestUsage?.test_admin_list_deleted ckan.tests.functional.test_authz.TestUsage?.test_search_deleted |