Custom Query (2152 matches)
Results (1108 - 1110 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1090 | fixed | Visitor can't create packages on new CKAN install | dread | dread |
Description |
Default visitor roles in default config is reader, not anon_editor. Problem caused by changes in #1066 (released in 1.3.3) New installs will be affected, although simple to just increase permissions when the installer realises a visitor can't create packages. The solution to the config getting out of sync with the code like this is to not have the default_roles in the config - refer to the code in the configuration instructions. |
|||
#1089 | fixed | Check for "--ckan" when running nosetests | dread | dread |
Description |
(because if you forget, you get difficult to understand errors, and more than one person has tripped up on this) |
|||
#1088 | fixed | content-type autonegotiation is wonky | wwaites | |
Description |
in ckan/controllers/package.py around line 130 it does some strange things... perhaps replace with https://github.com/wwaites/autoneg and handle redirection of these content types: application/rdf+xml application/turtle text/plain text/x-graphviz |