Custom Query (2152 matches)
Results (1303 - 1305 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2422 | invalid | Paster rights command appears broken | kindly | ross |
Description |
Reported in IRC by @floapps In previous ckan versions i could use paster commands to remove reader rights from visitors on all packages and this would then throw the user to login screen when trying to see a dataset but, when i did this in ckan 1.7, i could still see all datasets as a visitor Using http://docs.ckan.org/en/latest/authorization.html#permissions-publisher-mode
Also has an empty list of roles in config for default visitor roles I tested on my local install and could replicate with that command doing nothing. Neither affects existing or newly created datasets. |
|||
#2425 | fixed | Get rid of CKAN's flup dependency | kindly | seanh |
#2571 | fixed | implement logic.action.create.resource_create() | kindly | toby |
Description |
This function is incomplete If you want I can do this but I need guidance over how to do this properly. ie would I go through lib.dictization.model_save.package_resource_list_save() which looks wrong to me as I'd need the package. resource_dict_save() seems better but to be honest the total lack of docstrings etc makes me feel ill. |