Custom Query (2152 matches)
Results (1276 - 1278 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1381 | fixed | Managing groups via package entity API | amercader | pudo |
Description |
It is not currently possible to assign or remove groups by adding or removing their group name from the "groups" list on the REST API. This should be allowed, as it is easier than first adding a package and then editing each group it must belong to. |
|||
#1383 | fixed | Add IResourceChange IResourceUrlChange Interfaces. | kindly | kindly |
Description |
Need to add way for extensions to trigger based on resource change and just resource url change. |
|||
#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 |