[Trac] Creating attachments from plugins

2010-04-06 Thread Vishal
Hello, We wish to develop a plugin that allows people to create releases of their products, and integrate this with Trac. Is there a plugin to do this already? (I could find nothing on Trac hacks). Use trac to track bugs, and the plugin to have a release management system (add/modify release

Re: [Trac] Creating attachments from plugins

2010-04-06 Thread Olemis Lang
On Tue, Apr 6, 2010 at 9:16 AM, Vishal vsapr...@gmail.com wrote: Hello, We wish to develop a plugin that allows people to create releases of their products, and integrate this with Trac. Is there a plugin to do this already? (I could find nothing on Trac hacks). Yes, I know two alts [1]_

Re: [Trac] Creating attachments from plugins

2010-04-06 Thread Ismael de Esteban Fernández
Hi, Here they take a file that comes in the payload of an e-mail and creates an attachment. http://trac-hacks.org/browser/mailtotracplugin/0.11/mail2trac/utils.py#L45 Hope it helps you. Vishal wrote: Hello, We wish to develop a plugin that allows people to create releases of their

[Trac] Re: Creating attachments from plugins

2010-04-06 Thread Vishal
Thanks Olemis. I will start by looking into these two plugins. Will post more questions as and when they arise, in this same thread. thanks and best regards, Vishal Sapre On Apr 6, 6:28 pm, Olemis Lang ole...@gmail.com wrote: On Tue, Apr 6, 2010 at 9:16 AM, Vishal vsapr...@gmail.com wrote:

[Trac] Alternative dispatching for Trac . Is it possible ?

2010-04-06 Thread Olemis Lang
Q: - I'd like to know whether is it possible to use another dispatching mechanisms that will coexist or replace default Trac's O(n) dispatching loop (I am talking about `IRequestHandler` dispatching ;o) ? - Is there a pluggable architecture for that ? - How could someone implement

[Trac] Re: Adding user more comfortable

2010-04-06 Thread mrelbe
Hi again! On 5 Apr, 09:42, rh rai...@hihn.org wrote: I can use 'accounts' now but unfortunately there are no user listet. I got two user on my trac project but they were created with htpasswd, maybe that's the reason? Also, I can't login via web form, I still have to use htpasswd. You should

Re: [Trac] Threaded timeline?

2010-04-06 Thread Chris Mulligan
Similarly, I've wanted a deduped timeline view. Show each ticket, wiki page, etc with only the most recent change. Then you wouldn't get the same tickets polluting the timeline as much. When we have hundreds of changes in a day it's pretty brutal to keep up, and avoid opening the same ticket

Re: [Trac] Threaded timeline?

2010-04-06 Thread Olemis Lang
On Tue, Apr 6, 2010 at 2:06 PM, Chris Mulligan chris.mulli...@gmail.com wrote: Similarly, I've wanted a deduped timeline view. Show each ticket, wiki page, etc with only the most recent change. Then you wouldn't get the same tickets polluting the timeline as much. When we have hundreds of

[Trac] Re: Problem while hosting git on trac

2010-04-06 Thread Rowan
What version of python and git are you using? I assume you're using trac 0.12. Is git actually installed in /usr/bin/git ? On Apr 6, 9:20 pm, pavani pavani a2zpav...@gmail.com wrote: Hi,    i have installed trac and wants to host git version control system instead of scm . so i have downloaded

Re: [Trac] trac error on 0.12dev

2010-04-06 Thread mark ardiente
i fixed the error. trac 0.12 is looking for milestone names with single space between words..unfortunately some of our milestone names contain more than one whitespace between words. I had to remove the extra whitespace. -- Mark From: Remy Blank

[Trac] Daily RSS feed on timeline sent through email

2010-04-06 Thread mark ardiente
It'd be ideal to have the timeline for a repository to be sent out daily. For example: https://svn.usautoparts.com/trac/GWE/timeline?ticket=onmilestone=onchangeset=onwiki=onblog=onmax=50authors=daysback=90format=rss Is this possible? -- Mark -- You received this message because

Re: [Trac] Re: Problem while hosting git on trac

2010-04-06 Thread pavani pavani
Hi , i am using python 2.6.4 git 1.6.3.3 trac 0.12 and git is installed in /usr/bin/git Mani On Wed, Apr 7, 2010 at 5:02 AM, Rowan ad...@webdesignforall.net wrote: What version of python and git are you using? I assume you're using trac 0.12. Is git actually installed in /usr/bin/git ?

[Trac] Re: Problem while hosting git on trac

2010-04-06 Thread Rowan
OK the only other thing I can think of is that whatever user you're running trac under doesn't have permissions to access /usr/bin/git try checking that out if that's all ok try raising a ticket here http://trac-hacks.org/wiki/GitPlugin On Apr 7, 4:27 pm, pavani pavani a2zpav...@gmail.com wrote: