Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (229 - 231 of 2152)

Ticket Resolution Summary Owner Reporter
#1133 worksforme command line rights manipulation doesn't work johnlawrenceaspden

Reported by johnlawrenceaspden, 3 years ago.

Description

It appears that the command

$ paster rights add russianfan admin warandpeace

has no effect, even though

$ paster rights remove russianfan admin warandpeace

works fine. This may be specific to something I've done, could someone confirm?

If it's the case more generally, then I'm assuming this behaviour is untested? Tests should probably be added.

#1138 invalid minor navigations behave inconsistently johnlawrenceaspden

Reported by johnlawrenceaspden, 3 years ago.

Description

For Authorization Groups, if you have admin privileges you see view, edit and authz tabs, and if you don't have the necessary privileges you only see the view tab.

For Packages, you see all tabs whatever your permissions, so there's a link you can click on which will redirect you to the login page.

#1140 fixed Adding the package to the group is not search indexed dread

Reported by dread, 3 years ago.

Description

To reproduce:

  1. paster db init
  2. paster create-test-data
  3. In Web UI: create new group 'tilo', which includes package 'annakarenina'
  4. curl http://localhost:5000/api/search/package?groups=tilo results in 0 results (WRONG)
  5. paster search-index rebuild
  6. curl http://localhost:5000/api/search/package?groups=tilo results in 1 result
Note: See TracQuery for help on using queries.