RE: [Trac] How to move an existing and running trac to a new server

2010-08-04 Thread Cooke, Mark
I recently had to migrate around 20 Trac projects from one server to another for work. My process there was just to tarball the whole lot of them and scp them to a new server. However, that was on Unix (much better command-line tools than Windows) and using SQLite DBs, so your

[Trac] How to enable send mail on ticket modification?

2010-08-04 Thread nacho
Hi, i'm trying to enable the mail notification when a ticket is created or modified. I was looking here: http://trac.edgewall.org/wiki/TracNotification I'm trying to use sendmail. My trac version is 0.12, my server is Ubuntu. And my configuration in trac.ini is the following: [notification]

[Trac] How to enable send mail on ticket modification?

2010-08-04 Thread nacho
Hi, i'm trying to enable the mail notification when a ticket is created or modified. I was looking here: http://trac.edgewall.org/wiki/TracNotification I'm trying to use sendmail sender. My trac version is 0.12, my server is Ubuntu. And my configuration in trac.ini is the following:

[Trac] Re: Cannot login to trac from Blackberry browser

2010-08-04 Thread Stefan
Hello Teddy, i've tried to connect to a trac system via my blackberry (pearl). it just works fine. So from my point of view this could not be an trac problem. Rather i think this would be an problem with your bb or your bb browser. Does this problem only appears on your device or on all/some?

[Trac] Batchmodify -- options look blank

2010-08-04 Thread Samson
I installed BatchModify, and I make a custom query and the checkboxes show up on the left-side of each ticket -- which is great. At the bottom of the page, after the Save Query button, there is a box that says BatchModify in the upper left. But the, box is empty. That is, there is no list of

[Trac] Re: How to enable send mail on ticket modification?

2010-08-04 Thread Stefan
Hello, could you activate your debuggin and give us the error message from console / log-file to isolate the problem? Do you have an running smtp server on port 25 on the system, on which trac ist running? Your config file tells me so smtp_port = 25 smtp_server = localhost the following line

[Trac] [IEmailSender]

2010-08-04 Thread Stefan
Hello Community, I hope this is the right place to post such questions / problems. I'm like to develop an Trac Plugin to expand the functionality of IEmailSender respectively the email notification system. So my simple question is, which Extension point or Component have I to use, to take a

[Trac] Re: How to enable send mail on ticket modification?

2010-08-04 Thread nacho
You are great Stefan!!! It worked perfect. Thanks. :D On 4 ago, 10:51, Stefan stefan.ernst...@googlemail.com wrote: Hello, could you activate your debuggin and give us the error message from console / log-file to isolate the problem? Do you have an running smtp server on port 25 on the

[Trac] Trac Versioned Documents

2010-08-04 Thread Mathew Phillips
I've searched the Trac Hacks and the normal Trac plugin site and I can't quite seem to find a plugin that meets what I'm looking for. I love trac and the way it functions so far. I would like to use the wiki to manage some of the documents for my project like business requirements and models

Re: [Trac] Trac Versioned Documents

2010-08-04 Thread Noah Kantrowitz
This is not something Trac is really built for, and making a document control system plugin would be quite an undertaking. On the other hand, why not just make each document into a wiki page? If that isn't an option, your next best bet is to use a real version control tool like Subversion,