Custom Query (2152 matches)
Results (1351 - 1353 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2242 | fixed | Research buildbot possibilities for CKAN | seanh | seanh |
#40 | fixed | Reserved html characters (such as &) in urls mean package does not render for read view | rgrp | rgrp |
Description |
A url such as: http://someurl.com/xyz?x=1&VERSION=1.1&Service=WFS when set as url or download_url breaks the rendering of the package with an error like: There was an error rendering the package: not well-formed (invalid token): line 1, column 181 Have checked that removing the & stuff makes the error go away so this looks like an issue with escaping urls when displaying them ... |
|||
#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 |