[Trac] Re: Problem logging out in conjunction with LDAP

2008-04-08 Thread Emmanuel Blot
To be really nitpicking it's way how credential caching is implemented in browsers... Yeah, I should have written the way HTTP authentication is implemented. IIRC there is patch/plugin for Trac that uses known hack to make logout work with most browsers. I think searching this group with

[Trac] Re: using genshi =0.5

2008-04-08 Thread didley
easy_installhttp://svn.edgewall.org/repos/genshi/trunk -John Dear John, the same message again. To use the easy_install seems the same as to use http://genshi.edgewall.org/browser/trunk and cooking a egg. didley --~--~-~--~~~---~--~~ You received this

[Trac] Re: Restrict access to attachements and comments

2008-04-08 Thread Benedikt.Rothe
Rimez and others, PrivateTicketsPlugin-extensions seems to point in a good direction. Maybe we can change it in the way we want? Unfortunately I'm not familiar with the trac-api. PrivateTicketsPlugin defines a class PrivateTicketsSystem which implements IPermissionRequestor and has therefore a

[Trac] milestone due date: select int like a date

2008-04-08 Thread rupert thurner
somebody has an example how to output a date format out of the number stored in the milestone due date? SELECT t.* FROM ticket t, m.due LEFT JOIN milestone m ON t.milestone = m.name --~--~-~--~~~---~--~~ You received this message because you are subscribed to

[Trac] Re: milestone due date: select int like a date

2008-04-08 Thread Erik Andersson
Hi Examples working in sqlite: 1. SELECT due as 'date' from milestone 2. SELECT strftime('%Y-%m-%d',datetime(due, 'unixepoch'),'localtime') as due from milestone Cheers / Erik On Tue, Apr 8, 2008 at 3:17 PM, rupert thurner [EMAIL PROTECTED] wrote: somebody has an example how to output a

[Trac] TracMetrix plugin: Old Tickets should no be displayed

2008-04-08 Thread [EMAIL PROTECTED]
Hi, This is a TracMetrix issue. When I run a query on my database, i get 245 tickets that have a status different from closed (ie new, reopened, accepted, assigned AND testing as I'm using the http://trac-hacks.org/wiki/TestingWorkflow). When displaying the Project dashboard, I can see more than

[Trac] email2trac fakeusername plugin

2008-04-08 Thread Rosalyn Hatcher
Hi, Is there anybody who is successfully using the email2trac script with a Trac project that also makes use of the FakeUsername plugin? I'm using Trac 0.10.4 and email2trac 0.13 and python2.5 email2trac works ok for Trac projects that aren't using the fakeusername plugin. The error I get

[Trac] Re: using genshi =0.5

2008-04-08 Thread Chris Shelton
On 4/8/08, didley [EMAIL PROTECTED] wrote: easy_installhttp://svn.edgewall.org/repos/genshi/trunk -John Dear John, the same message again. To use the easy_install seems the same as to use http://genshi.edgewall.org/browser/trunk and cooking a egg. didley I went through an

[Trac] Re: using genshi =0.5

2008-04-08 Thread John Hampton
didley wrote: the same message again. To use the easy_install seems the same as to use http://genshi.edgewall.org/browser/trunk and cooking a egg. Assuming that you downloaded a zip from the above link, it should be the same. However, you said in your first email that you were using Genshi

[Trac] Purpose of [svn] properties in trac.ini

2008-04-08 Thread olgo
I've searched everywhere for a description of what these do but cannot find an answer. I don't see a difference in behaviour when deleting the [svn] stuff altogether... What I would like for it to do is to ignore commits perfomed from other locations than the trunk so that my timeline view does

[Trac] Ticket View Customization

2008-04-08 Thread Gab
Hi there, I'm new in the Trac World and I'm quite impressed by it's simplicity to install and run. I'd liked to know if there is a mean to make the list of fields displayed while viewing / editing a Ticket vary depending on: - the person logged (to hide / show or edit depending on this person

[Trac] Issues installing Trac 0.10.4 and Trac 0.11.x concurrently

2008-04-08 Thread Vincent Polite
Hello all, posting under a new email address. Hope all is well in the Trac universe. I have a question. There are two vectors of approach that I would like to discuss. What is the best way to put Trac 0.10 and Trac 0.11 on the same machine. It seems that the versions of python and other

[Trac] Re: email2trac fakeusername plugin

2008-04-08 Thread Bas van der Vlies
On Apr 8, 2008, at 5:31 PM, Rosalyn Hatcher wrote: Hi, Is there anybody who is successfully using the email2trac script with a Trac project that also makes use of the FakeUsername plugin? I'm using Trac 0.10.4 and email2trac 0.13 and python2.5 email2trac works ok for Trac projects

[Trac] Re: Issues installing Trac 0.10.4 and Trac 0.11.x concurrently

2008-04-08 Thread Noah Kantrowitz
Vincent Polite wrote: Thanks, Noah. It does appear that I should (if I am understanding the documentation) use VirtualEnv to create isolated Python environments for different applications. The idea being that I can set up one VirtualEnv install the dependencies for my Trac 0.10 install and