Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (445 - 447 of 2152)

Ticket Resolution Summary Owner Reporter
#1385 fixed Resolve postgres permissions issues dread dread

Reported by dread, 3 years ago.

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

Reported by dread, 3 years ago.

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@…

Reported by jonathan.gray@…, 3 years ago.

Description

To reproduce (from Jonathan Gray):

  • I go to add an item to the group
  • As I type, I get autocomplete options (cool!)
  • When I click on one, it adds this, and copies the same autocomplete option in the box
  • When I click submit, it seems to add the item twice
  • On the main group page I think it just shows up once, but when I click edit it shows two identical boxes, both ticked - and the count includes two copies of the same item

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.

Note: See TracQuery for help on using queries.