On Fri, May 23, 2008 at 2:48 PM, Christopher Arndt <[EMAIL PROTECTED]> wrote: > > Diez B. Roggisch schrieb: >> Christopher Arndt schrieb: >>> Diez B. Roggisch schrieb: >>>> Florent Aide schrieb: >>>>> do you know where the switch to flip is ? >>>> http://trac.edgewall.org/wiki/TracTickets >>>> >>>> See "Assign-to as Drop-Down List" >>> I switched this on now. A minor nuisance is that trac builds the list >>> from all accounts that have ever created a session, even if the accounts >>> are deleted in the meantime. This means that the list now contains many >>> entries like "comicporn", "carsales" etc. :-( >> >> Can't this be cleared up? Or better, patched away? > > Maybe, but I don't have the time to do this atm :-( > > Anyway, I disabled this switch again, because it seems to make trac's > ticket pages unusably slow. > yes this is very annoying and it's not optimal, this is one of the reason's its turn off by default. I have experimented with both way and it's not satisfactory. I guess the main problem is trac's lack of a proper auth layer by design. In all trac's I have had I have just reverted back to a ticket mailing list, it's annoying but it's the only way to ensure you are not missing on anything.
As for the list itself the only way I know to manipulate it is going into the db and dropping records. This blog has a way to add people but it shows the tables that need to be manipulated. > Chris > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

