[Trac] Re: change milestone and version labels

2008-10-20 Thread Noah Kantrowitz
> -Original Message- > From: trac-users@googlegroups.com [mailto:[EMAIL PROTECTED] > On Behalf Of [EMAIL PROTECTED] > Sent: Monday, October 20, 2008 2:35 PM > To: trac-users@googlegroups.com > Subject: [Trac] Re: change milestone and version labels > > > Noah, > When I edit trac.ticket.a

[Trac] Re: change milestone and version labels

2008-10-20 Thread carl
Noah, When I edit trac.ticket.api with changes. What do I need to run to implement change? Thanks Carl > > No, there is no easy way to do this. You could change the code in > trac.ticket.api if you don't mind some patching, or with 0.12dev you could > make a translation with the labels you want.

[Trac] change milestone and version labels

2008-10-20 Thread carl
Hi I wanted to change the milestone and version labels to "Found In Version" and "Fixed In Version". Is there a easy way to do this? Thanks Carl --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Trac Users" group

[Trac] Re: change milestone and version labels

2008-10-20 Thread Noah Kantrowitz
No, there is no easy way to do this. You could change the code in trac.ticket.api if you don't mind some patching, or with 0.12dev you could make a translation with the labels you want. --Noah > -Original Message- > From: trac-users@googlegroups.com [mailto:[EMAIL PROTECTED] > On Behalf

[Trac] Report execution failed: 'utf8' codec can't decode bytes

2008-10-20 Thread Setrio
Hello, I have installed TRAC and use the mantis2trac.py script. After that all reports are broken and get this error: Any clue? Regards Sebastian --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Trac Users" group.

[Trac] Re: SetEnv PYTHON_EGG_CACHE ignored, tracsearchall crash

2008-10-20 Thread Noah Kantrowitz
Make that a PythonOption instead of a SetEnv. --Noah > -Original Message- > From: trac-users@googlegroups.com [mailto:[EMAIL PROTECTED] > On Behalf Of Jason Winnebeck > Sent: Monday, October 20, 2008 8:46 AM > To: trac-users@googlegroups.com > Subject: [Trac] SetEnv PYTHON_EGG_CACHE igno

[Trac] Re: Trac Reports

2008-10-20 Thread Noah Kantrowitz
No. --Noah > -Original Message- > From: trac-users@googlegroups.com [mailto:[EMAIL PROTECTED] > On Behalf Of David Wilson > Sent: Monday, October 20, 2008 8:01 AM > To: Trac Users > Subject: [Trac] Trac Reports > > > Im using Trac 0.9. I have a report that uses the __group__ alias to >

[Trac] Trac Reports

2008-10-20 Thread David Wilson
Im using Trac 0.9. I have a report that uses the __group__ alias to group by ticket. Is there a way to make the header group hyperlink to the ticket in question? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Trac

[Trac] Re: SetEnv PYTHON_EGG_CACHE ignored, tracsearchall crash

2008-10-20 Thread Aaron D. Marasco
Try an unzipped version of the Genshi egg. http://www.mail-archive.com/trac-users@googlegroups.com/msg11165.html - Aaron --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, se

[Trac] SetEnv PYTHON_EGG_CACHE ignored, tracsearchall crash

2008-10-20 Thread Jason Winnebeck
Somehow, python egg caches do not work anymore since Trac 0.11, and now I have crashing plugins. I am using Trac 0.11stable-r7581. Since Trac 0.9 was installed, I had the following SetEnv option in my Apache: SetHandler mod_python PythonHandler trac.web.modpython_frontend PythonOption Tra

[Trac] Re: name not sorted

2008-10-20 Thread didley
Now it work's. many thanks. didley On Oct 20, 2:43 pm, Remy Blank <[EMAIL PROTECTED]> wrote: > didley wrote: > > I'm using the latest trunk-r7596 since friday 17th of october. > > Ok, [7597] should fix the problem. Thanks for reporting it. > > -- Remy > >  signature.asc > < 1KViewDownload --~--

[Trac] Re: Trac + Code Reviews

2008-10-20 Thread yoheeb
On Oct 15, 11:14 am, Jani Tiainen <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] kirjoitti: > > > > > On Oct 7, 4:40 am, Jani Tiainen <[EMAIL PROTECTED]> wrote: > >> I've trying to search for plugin for code reviewing and there exists at > >> least one in trac-hacks. It's just not user friendly -

[Trac] Re: Where can I find the subversion post-commit script for trac?

2008-10-20 Thread Jeff Hammel
The contributed script is at http://svn.edgewall.com/repos/trac/trunk/contrib/trac-post-commit-hook Jeff Hammel The Open Planning Project http://topp.openplans.org IRC: jhammel, k0s On Fri, Oct 17, 2008 at 10:26:33PM -0700, [EMAIL PROTECTED] wrote: > > Hi, > > Where can I find the subversion

[Trac] Re: Default values for new ticket throgh url

2008-10-20 Thread Sachin Arora
Yes. You can do a get request on the URL for new ticket and add the parameters This is how I have done it. http:// /newticket?keywords=abc&summary=test&version=1.0&owner=foo&description=foo+bar A couple of points to note - 1) If the value you are passing to a particular ticket parameter in the

[Trac] Re: Default values for new ticket throgh url

2008-10-20 Thread Daan van Etten
Sure! Try something like: http://example.com/newticket?description=description&summary=summary To have the description and summary automatically filled. The majority of the fields can be filled that way. Try component, milestone, version, etcetera. Regards, Daan On 20 okt 2008, at 09:02, J

[Trac] Re: Inserting a hook in ticket creation

2008-10-20 Thread Sachin Arora
thanks culapov and jeff, for your help. appreciate it, sachin On Mon, Oct 20, 2008 at 12:39 PM, Culapov Andrei <[EMAIL PROTECTED]>wrote: > > On Fri, Oct 17, 2008 at 11:33 AM, Sachin Arora <[EMAIL PROTECTED]> > wrote: > > Culapov - > > > > Thanks for the tip, appreciate it. > > > > Could you also

[Trac] cannot import name IRequestHandler

2008-10-20 Thread Daniel Pomrehn
Hello, I'm using Trac 0.11.1 on Apache 2.2 and Python 2.4.4. Trac works normally fine. But from time to time I get an Internal Server Error and in the Apache Error appears: [Mon Oct 20 09:57:51 2008] [error] [client 194.95.226.155] PythonHandler trac.web.modpython_frontend: Traceback (most

[Trac] Re: name not sorted

2008-10-20 Thread Remy Blank
didley wrote: > I'm using the latest trunk-r7596 since friday 17th of october. Ok, [7597] should fix the problem. Thanks for reporting it. -- Remy signature.asc Description: OpenPGP digital signature

[Trac] Re: name not sorted

2008-10-20 Thread Remy Blank
didley wrote: > I'm using the latest trunk-r7596 since friday 17th of october. Wow, yes, you're right, there's something fishy here. I may have forgotten something in 7551. Give me a few minutes and I'll commit a fix. -- Remy signature.asc Description: OpenPGP digital signature

[Trac] Re: translate the interface

2008-10-20 Thread Jeroen Ruigrok van der Werven
-On [20081018 22:13], Петуненко Дмитрий ([EMAIL PROTECTED]) wrote: >Give it possible to translate the interface "Trac" into another language? For the Russian coordination, see http://trac.edgewall.org/ticket/5478 -- Jeroen Ruigrok van der Werven / asmodai イェルーン ラウフロック ヴァン デル ウェルヴェン http://www.

[Trac] Re: Inserting a hook in ticket creation

2008-10-20 Thread Culapov Andrei
On Fri, Oct 17, 2008 at 11:33 AM, Sachin Arora <[EMAIL PROTECTED]> wrote: > Culapov - > > Thanks for the tip, appreciate it. > > Could you also tell me what change would I need to make to ensure that my > new class gets picked up by Trac Installation, rather than the default one > you mentione bel

[Trac] Default values for new ticket throgh url

2008-10-20 Thread Jani Tiainen
Is it possible to feed default values to ticket through url? I've few projects that has multiple customers and instead of always doing many cliks to get correct values I would like to have URL shortcusts (or similiars) to automatically fill some fields for me. Is this possible? -- Jani Tiai