Custom Query (2152 matches)
Results (1420 - 1422 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1385 | fixed | Resolve postgres permissions issues | dread | dread |
Description |
Currently there is a problem because the docs guide us to set the sqlalchemy url to use 'localhost' i.e. loopback, whereas paster commands don't specify '-h localhost' so use unix sockets (you need to do 'sudo -u postgres'). These should be the same. Also do we need to tell people to add a line to their postgres authentication config /etc/postgresql/8.4/main/pg_hba.conf to help things? Florian suggests: local std std md5 /etc/postgresql/8.4/main/pg_hba.conf |
|||
#1386 | fixed | Disallow account creation via openid | rgrp | rgrp |
Description |
Superticket: #1343 Creation of accounts from OpenID causes large number of problems:
We therefore will:
|
|||
#1387 | fixed | Not specifying a protocol in dataset url causes broken link to be served on dataset view page | toby | johnglover |
Description |
If a user enters a url with no protocol (eg: www.data.gov.uk) in the 'url' field of a dataset, a broken link is created on the view page. CKAN should probably either put in a http:// if no protocol is given, or validation should fail. |