[Trac] Re: Insert the ticket owner in the subject of notification

2009-02-05 Thread Olemis Lang
On Wed, Feb 4, 2009 at 11:48 PM, Mihamina Rakotomandimby (R12y) wrote: > > Erik Bray wrote: >> Or you could just use flatfender's suggestion and use the >> ticket_subject_template option. This is exactly what it's for. No >> code modifications necessary. > This is the best option ... ;) > Erm

[Trac] Re: Viewing Visio files in Trac

2009-02-05 Thread Chris Nelson
W. Martin Borgert wrote: > On 2009-02-04 14:37, Chris Nelson wrote: >> I'd like to link to (or better, embed) Visio files in a Trac wiki >> page. Is there a way to do that? > > Try the DiaVisPlugin. (I've tested only with Dia files, but it seems > to support Visio as well. On a side note: You r

[Trac] Re: Viewing Visio files in Trac

2009-02-05 Thread Peter von Kaenel
W. Martin Borgert wrote: >> On 2009-02-04 14:37, Chris Nelson wrote: >>> I'd like to link to (or better, embed) Visio files in a Trac wiki >>> page. Is there a way to do that? >> >> Try the DiaVisPlugin. (I've tested only with Dia files, but it seems >> to support Visio as well. On a side no

[Trac] Re: Interception of notification workflow

2009-02-05 Thread Erik Bray
On Wed, Feb 4, 2009 at 9:46 PM, Dave McCoy wrote: > > Thanks Erik. > > Should I write my code directly inside this api.py? Definitely not. That's the whole point of having interfaces ;) You can write a plugin with a component that implements that interface. See http://trac.edgewall.org/wiki/Tr

[Trac] Is there an easy way to get all changesets given a ticket in Python?

2009-02-05 Thread Stodge
Is there an easy way to get all changesets given a ticket in Python? I want to change the post-commit hook so it doesn't add a comment when a changeset is created that references a ticket. Subsequently I want access to all changes for the ticket so I can generate some a custom history for the tick

[Trac] Re: Interception of notification workflow

2009-02-05 Thread Dave McCoy
Thanks for the information! Dave On Feb 5, 11:18 pm, Erik Bray wrote: > On Wed, Feb 4, 2009 at 9:46 PM, Dave McCoy wrote: > > > Thanks Erik. > > > Should I write my code directly inside this api.py? > > Definitely not.  That's the whole point of having interfaces ;)  You > can write a plugin w

[Trac] Re: Is there an easy way to get all changesets given a ticket in Python?

2009-02-05 Thread Stodge
Let me clarify this. Currently when a commit occurs, my custom post- commit script adds the changeset number to a list in a custom field. I'm using a custom wiki processor to format a custom history when the ticket is viewed. However, a comment is added to the ticket when I modify the custom field

[Trac] Re: Is there an easy way to get all changesets given a ticket in Python?

2009-02-05 Thread Erik Bray
On Thu, Feb 5, 2009 at 11:23 AM, Stodge wrote: > > Let me clarify this. Currently when a commit occurs, my custom post- > commit script adds the changeset number to a list in a custom field. > I'm using a custom wiki processor to format a custom history when the > ticket is viewed. However, a com

[Trac] Re: Is there an easy way to get all changesets given a ticket in Python?

2009-02-05 Thread Stodge
My ultimate goal is to get a custom changeset history that is more readable for QA purposes, something more akin to that given in Clearquest, if you've ever used it. I want to show all file versions modified under that ticket with a URL to view the differences between the last version and the base

[Trac] Re: Is there an easy way to get all changesets given a ticket in Python?

2009-02-05 Thread gctrekker
I suggest you look at http://trac-hacks.org/wiki/TicketModifiedFilesPlugin It probably gives you what you want and more without adding any custom fields to your Trac setup. It inserts a "Change History" block under the "Attachments" block when you view a ticket. In the "Change History" block it

[Trac] Re: Is there an easy way to get all changesets given a ticket in Python?

2009-02-05 Thread Stodge
Thanks but it doesn't run: Python Traceback Most recent call last: File "/usr/lib/python2.4/site-packages/Trac-0.11.2.1-py2.4.egg/trac/ web/main.py", line 432, in _dispatch_request File "/usr/lib/python2.4/site-packages/Trac-0.11.2.1-py2.4.egg/trac/ web/main.py", line 226, in dispatch File "/usr

[Trac] Re: Is there an easy way to get all changesets given a ticket in Python?

2009-02-05 Thread gctrekker
Here is the environment I have it running on. Trac: 0.11.2 Python: 2.5.1 (r251:54863, Sep 21 2007, 22:46:31) [GCC 4.2.1 (SUSE Linux)] setuptools: 0.6c8 MySQL: server: "5.0.67-community", client: "5.0.67", thread-safe: 0 MySQLdb:1.2.2 Genshi: 0.5.1 mod_python: 3.

[Trac] Re: Attachments don't

2009-02-05 Thread Charles Bailey
On Nov 20 2008, 11:40 am, Charles Bailey wrote: > Apologies if I'm missing an obvious issue; searching the group shows > what appear to be related, but not identical, problems. > > Running Trac 0.11.1 under Linux (2.6.18), Apache 2.2.9 with > mod_fastcgi 2.4.6.  When a user attempts to add an a

[Trac] Changing Trac User Password

2009-02-05 Thread Ticky
Hi, I'm new to administering our trac wiki, and wanted to find out if there was a simple way for users to change their passwords. Right now, we just run a script and create the user ID and enter the password for each user. I'd like everyone to have their own. I can't seem to find any reference fo

[Trac] Ticket_Clone Plug-in Error

2009-02-05 Thread Benson
Hi, I installed the ticket_clone.py file in my "C:\Python25\Lib\site-packages\ticket_clone.py" directory, restarted Apache Server, and no ticket_clone.pyc file were created. I proceeded to run the .py file from the IDLE and received the following error message: Traceback (most recent call la

[Trac] troubles with installing trac

2009-02-05 Thread pserik
Hello, I was not able to install trac how it is described here: http://trac.edgewall.org/wiki/TracOnWindows (I used the Python version 2.5). At first I installed the setuptools by using script ez_setup.py. After that I installed Genshi-0.5.1 from the zip package and checked out trac from http://s

[Trac] Re: Viewing Visio files in Trac

2009-02-05 Thread Patrick Ben Koetter
* W. Martin Borgert : > > On 2009-02-04 14:37, Chris Nelson wrote: > > I'd like to link to (or better, embed) Visio files in a Trac wiki page. Is > > there a way to do that? > > Try the DiaVisPlugin. (I've tested only with Dia files, but it > seems to support Visio as well. On a side note: You

[Trac] user registration for SVN & Trac using LDAP

2009-02-05 Thread nik gaffney
Hi, I am trying to setup trac to be able to register new users and grant rw access to an svn repo. It looks like using LDAP would be the most obvious as both trac and svn can authenticate against a local server. With my currentl setup trac can view the svn repo and authenticate users with LDAPSto

[Trac] Trac 0.11.2.1, mod_wsgi, Basic Authentication - Authentication information not found

2009-02-05 Thread Radha
PLEASE DO NOT CLOSE THIS AS A DUPLICATE ISSUE. PLEASE HELP ME! ITS PROBABLY SOMETHING TOO SIMPLE, BUT STILL, I HAVEN'T BEEN ABLE TO TRACK IT DOWN, SO PLEASE BEAR WITH ME. I do understand there have been a lot of duplicates around this area, and I am sick and tired of browsing through the instruct

[Trac] Re: troubles with installing trac

2009-02-05 Thread Emmanuel Blot
> Maybe the genshi version 0.6dev-r960 is needed, but the last version I > founded was the 0.5.1. > > Does anybody have any solution? Check out Genshi from the trunk rather than from a stable branch: 0.6 has not been released yet (0.6dev is < 0.6.0) You don't need Genshi 0.6* if you download and

[Trac] Re: Is there an easy way to get all changesets given a ticket in Python?

2009-02-05 Thread Stodge
A macro might work; that way it would be usable elsewhere, e.g.: [[SCM(ticket:9)]] On Feb 5, 11:09 am, Stodge wrote: > Is there an easy way to get all changesets given a ticket in Python? I > want to change the post-commit hook so it doesn't add a comment when a > changeset is created that refe

[Trac] Re: Viewing Visio files in Trac

2009-02-05 Thread W. Martin Borgert
Quoting Patrick Ben Koetter : > * W. Martin Borgert : > > Try the DiaVisPlugin. (I've tested only with Dia files, but it > > seems to support Visio as well. On a side note: You really > > should give Dia a try — it is a great free software Visio > > replacement for Linux and Windows.) > > Sorry fo

[Trac] Re: Changing Trac User Password

2009-02-05 Thread Michael Renzmann
Hi. > I'm new to administering our trac wiki, and wanted to find out if > there was a simple way for users to change their passwords. http://trac-hacks.org/wiki/AccountManagerPlugin might help. Bye, Mike --~--~-~--~~~---~--~~ You received this message because yo

[Trac] Re: Ticket_Clone Plug-in Error

2009-02-05 Thread Erik Bray
On Wed, Feb 4, 2009 at 4:40 PM, Benson wrote: > Hi, > > > > I installed the ticket_clone.py file in my > "C:\Python25\Lib\site-packages\ticket_clone.py" directory, restarted Apache > Server, and no ticket_clone.pyc file were created. I proceeded to run the > .py file from the IDLE and received t

[Trac] Re: Is there an easy way to get all changesets given a ticket in Python?

2009-02-05 Thread yoheeb
On Feb 5, 5:28 pm, gctrekker wrote: > I suggest you look athttp://trac-hacks.org/wiki/TicketModifiedFilesPlugin > > It probably gives you what you want and more without adding any custom > fields to your Trac setup. > > It inserts a "Change History" block under the "Attachments" block when > you

[Trac] Re: troubles with installing trac

2009-02-05 Thread yoheeb
On Feb 5, 6:36 pm, Emmanuel Blot wrote: > > Maybe the genshi version 0.6dev-r960 is needed, but the last version I > > founded was the 0.5.1. > > > Does anybody have any solution? > > Check out Genshi from the trunk rather than from a stable branch: 0.6 > has not been released yet (0.6dev is < 0.

[Trac] Re: Trac 0.11.2.1, mod_wsgi, Basic Authentication - Authentication information not found

2009-02-05 Thread Erik Bray
On Thu, Feb 5, 2009 at 11:33 AM, Radha wrote: > > PLEASE DO NOT CLOSE THIS AS A DUPLICATE ISSUE. PLEASE HELP ME! ITS > PROBABLY SOMETHING TOO SIMPLE, BUT STILL, I HAVEN'T BEEN ABLE TO TRACK > IT DOWN, SO PLEASE BEAR WITH ME. > > I do understand there have been a lot of duplicates around this area

[Trac] Re: troubles with installing trac

2009-02-05 Thread yoheeb
On Feb 5, 10:58 pm, yoh...@gmail.com wrote: > On Feb 5, 6:36 pm, Emmanuel Blot wrote: > > > > Maybe the genshi version 0.6dev-r960 is needed, but the last version I > > > founded was the 0.5.1. > > > > Does anybody have any solution? > > > Check out Genshi from the trunk rather than from a stable

[Trac] An Extension to download in other format for tickets

2009-02-05 Thread Mcgill Guy
I am looking for a way to add a custom export of tickets. similiar to the "download in other format" link at the bottom of any ticket page. I saw few plugins to export wikis to pdfs, If I have to implement a plugin to do it what Interafaces would i have to extend to dispaly the button there ? than

[Trac] use different display name instead of login name

2009-02-05 Thread bardy
how to use different display name instead of login name I want to use login name only for login and use display name for displaying, in timeline or ticket assignment --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[Trac] Re: Ticket_Clone Plug-in Error

2009-02-05 Thread Alan
Erik, I installed the latest version of Genshi and the plug-in works. Thank you for your help, Alan On Feb 5, 2:43 pm, Erik Bray wrote: > On Wed, Feb 4, 2009 at 4:40 PM, Benson wrote: > > Hi, > > > I installed the ticket_clone.py file in my > > "C:\Python25\Lib\site-packages\ticket_clone.py"