Custom Query (2152 matches)
Results (445 - 447 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 |
|||
#1394 | fixed | Resource validation error messages misleading | dread | dread |
Description |
(Editing a dataset) If the second resource contains any validation error then it says "Resources: Package resource(s) incomplete" and "Resource 1:". |
|||
#1405 | fixed | You can add a package twice to a group | dread | jonathan.gray@… |
Description |
To reproduce (from Jonathan Gray):
Basically the problem is allowing the same package associated multiple times with a group. This is an issue on CKAN 1.5b and probably earlier. |