Re: [Trac] Editing Ticket Fields

2011-12-11 Thread Itamar O
On Mon, Dec 12, 2011 at 2:21 AM, wrote: > Hi > > I'm looking at writing a python script that will update a custom field > in our Trac tickets using information about our reviews on Review > Board. > I was planning on using a SQL script to edit the database, but I > wanted to know if there was a b

[Trac] Editing Ticket Fields

2011-12-11 Thread sbamford
Hi I'm looking at writing a python script that will update a custom field in our Trac tickets using information about our reviews on Review Board. I was planning on using a SQL script to edit the database, but I wanted to know if there was a better way of doing it. I'd prefer to have it as a scrip

Re: [Trac] Re: AuthOpenId use case . On usernames and OpenId URLs .

2011-12-11 Thread Nelson Brown
Yeah so in that case you'll just need to catch the name of the OpenID server from the request to accomplish what you want. I guess that does make a lot more sense than what he does. The only thing I would say is that without that internal user mapping the e-mail notifications and such may not wor

Re: [Trac] Re: AuthOpenId use case . On usernames and OpenId URLs .

2011-12-11 Thread Olemis Lang
On Sat, Dec 10, 2011 at 12:40 PM, Nelson Brown wrote: > Hi Olemis, > Hi! :) >   So I don't have much of any experience with writing authentication schemes > using OpenID.  I do, however, find it interesting so I poked around a little > bit and I'll share with you some of my thoughts. > thnx !