Custom Query (2152 matches)
Results (1879 - 1881 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1367 | fixed | PyPI ckan broken | dread | dread |
Description |
manifest.cfg was not included in the pypi package, causing InvalidRepositoryError? when you do 'paster db init'. Appears to affect most CKAN PyPI releases up to and including 1.4.3. |
|||
#1374 | fixed | Can't switch to English if default is non-English | dread | dread |
Description |
e.g. cz.ckan.net defaults to Czech (config option lang=cs_CZ) but it fails when you try to switch to English. |
|||
#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 |