[Trac] Re: Accessing Trac DB using an ORM

2009-04-06 Thread Jani Tiainen
John Hampton kirjoitti: > Olemis Lang wrote: >> This is in order to use the ORM. Ok. But my question was actually >> about overriding Trac built-in models by using classes generated by >> the ORM, perhaps using the same or similar schema ;) > > You don't. > >> My doubt is mainly about how to con

[Trac] Re: No email notifications

2009-04-06 Thread Ed
Solved. Found a solution here: http://plone.org/products/atphoto/issues/15 Solution care of Clayton Parkeron: If you do this in the python interpreter: >>> import socket >>> socket.gethostname() >>> socket.gethostbyname(socket.gethostname()) And you get this: socket.gaierror: (7, 'No address

[Trac] Re: No email notifications

2009-04-06 Thread Ed
Changed it to debug, not really any more useful info: 2009-04-06 21:21:11,942 Trac[main] DEBUG: Dispatching 2009-04-06 21:21:11,950 Trac[svn_fs] DEBUG: Subversion bindings imported 2009-04-06 21:21:11,956 Trac[api] DEBUG: action controllers for ticket workflow: ['ConfigurableTicketWorkflow'] 200

[Trac] Re: No email notifications

2009-04-06 Thread Ed
I can ping the mail server no problem, can also telnet to it (as any user, including the webserver user). I'll try changing the log lvl On Apr 6, 6:02 pm, Chris Mulligan wrote: > That error typically means there's a DNS problem. Can you ping the mail > server from your trac server? What about n

[Trac] Re: Gantt for Trac

2009-04-06 Thread Chris Nelson
Joseph, Ray wrote: >> -Original Message- >> From: trac-users@googlegroups.com >> [mailto:trac-us...@googlegroups.com] On Behalf Of Greg Troxel Sent: >> Monday, April 06, 2009 12:45 PM >> To: trac-users@googlegroups.com >> Subject: [Trac] Re: Gantt for Trac >> > >> >> It could be that t

[Trac] Re: No email notifications

2009-04-06 Thread Emmanuel Blot
> smtp_default_domain = @thedomain.com Remove @ > smtp_server = mail.thedomain.com What gives "ping mail.thedomain.com" from a Terminal window? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To

[Trac] Re: No email notifications

2009-04-06 Thread Chris Mulligan
That error typically means there's a DNS problem. Can you ping the mail server from your trac server? What about nslookup? You might try changing your logging to DEBUG level and see if that gives you more to go on. On Mon, Apr 6, 2009 at 3:29 PM, Ed wrote: > > Howdy Folks, > > I'm having some p

[Trac] No email notifications

2009-04-06 Thread Ed
Howdy Folks, I'm having some problems with notifications. I've tried the troubleshooting suggestions in the trac guide and have searched through the mailing list for a potential answer. Unfortunately no dice yet. The error I'm getting in the trac log is: 2009-04-06 15:19:53,806 Trac[web_ui] ERR

[Trac] Re: Gantt for Trac

2009-04-06 Thread Yunior Armando Hernandez Andrade
Actually you need 2 more dependencies, - the ones you said, plus 3) Task A cannot start until task B starts (finish doesn't matter) 4) Task A cannot end until task B ends (start doesn't matter) -Mensaje original- De: trac-users@googlegroups.com [mailto:trac-us...@googlegroups.com] En nom

[Trac] Re: Accessing Trac DB using an ORM

2009-04-06 Thread John Hampton
Olemis Lang wrote: > This is in order to use the ORM. Ok. But my question was actually > about overriding Trac built-in models by using classes generated by > the ORM, perhaps using the same or similar schema ;) You don't. > My doubt is mainly about how to connect Trac (plugins, components, > ..

[Trac] Re: Gantt for Trac

2009-04-06 Thread Joseph, Ray
> -Original Message- > From: trac-users@googlegroups.com [mailto:trac-us...@googlegroups.com] > On Behalf Of Greg Troxel > Sent: Monday, April 06, 2009 12:45 PM > To: trac-users@googlegroups.com > Subject: [Trac] Re: Gantt for Trac > > > It could be that there are existing project plann

[Trac] Re: Accessing Trac DB using an ORM

2009-04-06 Thread Olemis Lang
On Mon, Apr 6, 2009 at 3:24 PM, John Hampton pacopa...@pacopablo.com> wrote: > Olemis Lang wrote: >> This is somethin' I'd like to know. Other framews like Django are able >> to use ORMs in order to abstract the access to the underlying DB(s) > > If you're asking whether or not Trac uses an ORM, t

[Trac] Re: Accessing Trac DB using an ORM

2009-04-06 Thread John Hampton
Olemis Lang wrote: > This is somethin' I'd like to know. Other framews like Django are able > to use ORMs in order to abstract the access to the underlying DB(s) If you're asking whether or not Trac uses an ORM, the answer is no. However, there is nothing in Trac preventing you from using your f

[Trac] Re: Looking for FastCgi script ...

2009-04-06 Thread Olemis Lang
On Mon, Apr 6, 2009 at 2:36 PM, Olemis Lang wrote: > On Mon, Apr 6, 2009 at 2:20 PM, Noah Kantrowitz wrote: >> >> You use trac-admin deploy to generate the script files. Really need to >> change that for 0.12 ... Maybe I will fix it this weekend. > > Do I need to provide the path to my env. I do

[Trac] Re: Gantt for Trac

2009-04-06 Thread Chris Nelson
Greg Troxel wrote: > If someone wants to adapt the old gantt plugin to the mastertickets > fields I would be happy to look at it, unlikely to have time to do > it myself though. Mastertickets does have a depgraph if it helps. > > It seems the old gantt plugin requires you to assign start/st

[Trac] Accessing Trac DB using an ORM

2009-04-06 Thread Olemis Lang
This is somethin' I'd like to know. Other framews like Django are able to use ORMs in order to abstract the access to the underlying DB(s) ... Q: Is there a way to do the same thing in Trac? Otherwise, what's needed to make that happen ? -- Regards, Olemis. Blog ES: http://simelo-es.blogspot.

[Trac] Re: Looking for FastCgi script ...

2009-04-06 Thread Olemis Lang
On Mon, Apr 6, 2009 at 2:20 PM, Noah Kantrowitz wrote: > > You use trac-admin deploy to generate the script files. Really need to > change that for 0.12 ... Maybe I will fix it this weekend. Do I need to provide the path to my env. I dont know what to do since I'm actually hosting multiple envs

[Trac] Re: Looking for FastCgi script ...

2009-04-06 Thread Noah Kantrowitz
You use trac-admin deploy to generate the script files. Really need to change that for 0.12 ... Maybe I will fix it this weekend. --Noah > -Original Message- > From: trac-users@googlegroups.com [mailto:trac-us...@googlegroups.com] > On Behalf Of Olemis Lang > Sent: Monday, April 06, 2009

[Trac] Looking for FastCgi script ...

2009-04-06 Thread Olemis Lang
I'd like to try out Trac using FastCgi in Apache. In the docs I found that I needed to use trac.cgi script but the only file I find having a similar name is deploy_trac.cgi Q: Is this the script needed to setup FastCgi for Trac ? Else, where can I find it ? -- Regards, Olemis. Blog ES: http:/

[Trac] Re: Gantt for Trac

2009-04-06 Thread Noah Kantrowitz
> -Original Message- > From: trac-users@googlegroups.com [mailto:trac-us...@googlegroups.com] > On Behalf Of Olemis Lang > Sent: Monday, April 06, 2009 11:03 AM > To: trac-users@googlegroups.com > Subject: [Trac] Re: Gantt for Trac > > > On Mon, Apr 6, 2009 at 12:45 PM, Greg Troxel wr

[Trac] Re: Wiki Version Control?

2009-04-06 Thread Jeremy Kerr
> That sounds like he would need more a document management system rather than > an integrated ticketing/issue tracker. Well, that would be true if I was creating all our specs as static PDF files, or something similar. But, in this case, the wiki IS the document. Our specs will be live-updated co

[Trac] Re: Gantt for Trac

2009-04-06 Thread Yunior Armando Hernandez Andrade
For me this is one of the primary things trac should provide, there is no project without planning, right now I'm into python so I could help in the future but right now I think this is a priority one improvement. -Mensaje original- De: trac-users@googlegroups.com [mailto:trac-us...@goo

[Trac] Re: separate meta-level changes from comments

2009-04-06 Thread Jeff Hammel
I also have interest in being able to distinguish types of comments for display purposes. I haven't started hacking on it, so I don't know what a big deal it is, but it would be cool. Jeff On Mon, Apr 06, 2009 at 10:26:28AM -0700, sprugman wrote: > > I find myself reluctant to use the commen

[Trac] Re: Gantt for Trac

2009-04-06 Thread Olemis Lang
On Mon, Apr 6, 2009 at 12:45 PM, Greg Troxel wrote: > >  If someone wants to adapt the old gantt plugin to the mastertickets >  fields I would be happy to look at it, unlikely to have time to do it >  myself though. Mastertickets does have a depgraph if it helps. > > It seems the old gantt plugin

[Trac] Re: Gantt for Trac

2009-04-06 Thread Greg Troxel
If someone wants to adapt the old gantt plugin to the mastertickets fields I would be happy to look at it, unlikely to have time to do it myself though. Mastertickets does have a depgraph if it helps. It seems the old gantt plugin requires you to assign start/stop dates. What I think is nee

[Trac] separate meta-level changes from comments

2009-04-06 Thread sprugman
I find myself reluctant to use the comments on my tickets because they get mixed in with all of the status changed -- reassignment, priority adjustments, etc. -- and become un-readable. Is there an easy way to separate them out into two displays, or to style them differently or something? (I'm not

[Trac] Re: Logout

2009-04-06 Thread Olemis Lang
On Fri, Apr 3, 2009 at 3:52 PM, Steve Strobel wrote: > > On Apr 3, 12:43 pm, Mihamina Rakotomandimby > wrote: >> John Hampton wrote: >> >> That is why I think it is _NOT_ an issue. It's just the way HTTP is. > > It was a real issue for me, just minutes ago.  I was working on > someone else's com

[Trac] Re: Gantt for Trac

2009-04-06 Thread Noah Kantrowitz
If someone wants to adapt the old gantt plugin to the mastertickets fields I would be happy to look at it, unlikely to have time to do it myself though. Mastertickets does have a depgraph if it helps. --Noah On Apr 6, 2009, at 7:10 AM, Chris Nelson wrote: > > I'm looking for a Gantt chart f

[Trac] Re: Gantt for Trac

2009-04-06 Thread Olemis Lang
On Mon, Apr 6, 2009 at 9:10 AM, Chris Nelson wrote: > > All of that said, can someone on the list recommend a Gantt chart plugin or > comment on their experience with either of these?  Thanks. > Wanna know too ;^) -- Regards, Olemis. Blog ES: http://simelo-es.blogspot.com/ Blog EN: http://

[Trac] Re: Templates for repeating tasks with lots of steps?

2009-04-06 Thread Joseph, Ray
> -Original Message- > From: trac-users@googlegroups.com [mailto:trac-us...@googlegroups.com] > On Behalf Of Kirk Strauser > Sent: Monday, April 06, 2009 9:57 AM > To: Trac Users > Subject: [Trac] Templates for repeating tasks with lots of steps? > > > I'm very much a Trac newbie, so if

[Trac] Re: Templates for repeating tasks with lots of steps?

2009-04-06 Thread yoheeb
On Apr 6, 10:11 am, "Chris Nelson" wrote: > Kirk Strauser wrote: > > I'm very much a Trac newbie, so if this is already answered, please > > feel free to tell me to RTFM (as long as you provide a URL). > > > At my office that have a list of steps that have to be completed by > > different people

[Trac] Re: Templates for repeating tasks with lots of steps?

2009-04-06 Thread Chris Nelson
Kirk Strauser wrote: > I'm very much a Trac newbie, so if this is already answered, please > feel free to tell me to RTFM (as long as you provide a URL). > > At my office that have a list of steps that have to be completed by > different people. For example, adding a new customer might look > s

[Trac] Templates for repeating tasks with lots of steps?

2009-04-06 Thread Kirk Strauser
I'm very much a Trac newbie, so if this is already answered, please feel free to tell me to RTFM (as long as you provide a URL). At my office that have a list of steps that have to be completed by different people. For example, adding a new customer might look something like: - Bob DBA adds th

[Trac] Re: Logout

2009-04-06 Thread Emmanuel Blot
> That is why I think it is _NOT_ an issue. It's just the way HTTP is. Still: there should not be a "logout" button if not log out action is available. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Trac Users" gr

[Trac] bugzilla2trac.py not working

2009-04-06 Thread kazamatzuri
Hi, I'm trying to convert my bugzilla tickets to a trac system. But I get an error about 8-bit bytestrings? I'm not quite sure if that is a trac-bug or a pysqlite-bug? Has anyone encountered this error before? I'm using pysqlite 2.5.5 and trac 0.11.1 greetings Fabian backtrace: Traceback (mos

[Trac] Gantt for Trac

2009-04-06 Thread Chris Nelson
I'm looking for a Gantt chart for Trac and I haven't identified one that is current and robust (though at this point I'm relying on documentation). The Gantt plugin (http://trac-hacks.org/wiki/GanttPlugin) seems dated. There's a patch that makes it work in 0.11 but I read a comment that said t

[Trac] Re: Customized Trac Ticket field - similar to component

2009-04-06 Thread sunny063
Hi all! Just a couple of minutes too early, although it is not exactly the same way as with components, the "Trac Custom Field Admin plugin" is what I was looking for. Thanks! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[Trac] Customized Trac Ticket field - similar to component

2009-04-06 Thread sunny063
Hi there, I needed a ticket field that is similar to components, so I added it to trac.ini as a select-field a gave a couple of options. Since there is a need to add further options to this field I do not want to keep on going to edit trac.ini, instead I would prefer to add these options like yo

[Trac] Re: Are we using Timing and Estimation wrong?

2009-04-06 Thread Chris Nelson
Joachim Hoessler wrote: > Hi Chris! > > Chris Nelson wrote: >> http://trac-hacks.org/wiki/TimeEstimationUserManual says: >> >> Fields: ... * Estimated Hours a field that contains the estimated >> amount of work [...] But now we're looking for burndown chart and >> both the EstimationToolsPlugin