Custom Query (2152 matches)
Results (1807 - 1809 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1073 | fixed | Search index checker | dread | dread |
Description |
Tool that checks which packages have not been indexed. Required for DGU: https://trac.dataco.coi.gov.uk/projects/datagov/ticket/940 |
|||
#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) |
|||
#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. |