[Trac] Re: Admin Password Problem

2007-10-01 Thread Rainer Sokoll
On Mon, Oct 01, 2007 at 04:48:08PM -0700, TRAC TECH SUPPORT wrote: > Can someone help me reset the Admin password so we can get back into > Trac? If you name the authorization backend you use, someone could. Rainer --~--~-~--~~~---~--~~ You received this message

[Trac] Re: Admin Password Problem

2007-10-01 Thread Simon Martin
Hi, to reset the password you could just remove the user from the password- file in you trac-directory and create a new one Check also http://trac.edgewall.org/wiki/TracInstall at "Configuring Authentication". To add and remove permissions, just use the command line: "trac-admin $path_to_trac_re

[Trac] Re: opinion -- trac and patches

2007-10-01 Thread Jani Tiainen
Jeremy Mordkoff kirjoitti: > How do you, as a trac user, handle this? > > > >1. assume that release 1.0 and 2.0 are out in the field and we are > working on 3.0 > >2. a bug report comes in that we identify as a serious issue that has > existed since day 1. > >3. a new test is

[Trac] Admin Password Problem

2007-10-01 Thread TRAC TECH SUPPORT
Greetings, We can no longer log into Trac as the Administrator. Can someone help me reset the Admin password so we can get back into Trac? Thanks Loads, Bill --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Trac U

[Trac] Darwin Calendar Server

2007-10-01 Thread [EMAIL PROTECTED]
Here's a nice calendar server that runs on trac. It's doing well on delicious, so I thought I'd share it with the group. I'll probably install it, but wanted to see if anyone has had any negative experiences first: http://trac.macosforge.org/projects/calendarserver It's also a great example of T

[Trac] Re: Can't see the wiki!

2007-10-01 Thread Emmanuel Blot
> Hello Emmanuel, > Thanx for your repply but can you see the problem on my last post? Well, this python path is not useful: PythonPath "sys.path+['/usr/lib/python2.4/site-packages'] as site-packages is already in python path. Anyway you've tried python2.4 and python2.5 (in the previous config

[Trac] Re: authentication

2007-10-01 Thread Noah Kantrowitz
If you look on PyPI there is a TracPwAuth plugin that uses the pwauth program as a backend for AccountManager (allowing you to use system passwords). You can use this with mod_authnz_external for mod_dav_svn as well. --Noah Jeremy Mordkoff wrote: > Hi all - > > > > Newbie here...pointers to doc

[Trac] Re: opinion -- trac and patches

2007-10-01 Thread Jeremy Mordkoff
Thanks for the quick reply. What are Baseline ticket? My list is defect, enhancement, task. Did you add them as a defect type? Can you elaborate on baseline tickets? Are they tied to defect tickets? How? Bugzilla had the notion of dependencies. I would create bug 1 -- found in = 1.0,

[Trac] Re: opinion -- trac and patches

2007-10-01 Thread James Guyton
This is more of a question on personal preferences with running your project. Ideally you would log a defect ticket, find the solution, create tickets for the baselines affected, close baseline tickets when completed, close defect ticket when baseline tickets are completely done. HTH Jame

[Trac] opinion -- trac and patches

2007-10-01 Thread Jeremy Mordkoff
How do you, as a trac user, handle this? 1. assume that release 1.0 and 2.0 are out in the field and we are working on 3.0 2. a bug report comes in that we identify as a serious issue that has existed since day 1. 3. a new test is created for the bug 4. a fix is made in the 1.0

[Trac] Re: authentication

2007-10-01 Thread Purnank
On Monday 01 October 2007 22:21:42 Jeremy Mordkoff wrote: > Hi all - > > > > Newbie here...pointers to docs appreciated...I know linux but I'm new to > trac and svn. > > > > My linux system already has 3 password files...one for ssh, one for svn > and one for trac. Is there any way to combine them

[Trac] authentication

2007-10-01 Thread Jeremy Mordkoff
Hi all - Newbie here...pointers to docs appreciated...I know linux but I'm new to trac and svn. My linux system already has 3 password files...one for ssh, one for svn and one for trac. Is there any way to combine them together? PAM seems like the logical method. JLM

[Trac] Re: http://trac.edgewall.org/newticket doesn't work

2007-10-01 Thread Jennifer A. Drummond
I'm not an expert, but this looks like the kind of problem where the data you were trying to enter might be significant. Maybe you should post the summary and description you were trying to enter, if it's not too long for the list. On Mon, Oct 01, 2007 at 09:04:44AM -0700, Robert wrote: > >

[Trac] http://trac.edgewall.org/newticket doesn't work

2007-10-01 Thread Robert
Hi, I tried to enter new ticket related to a bug we're confronted, but the page http://trac.edgewall.org/newticket on submit reports internal error: Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 406, in dispatch_request dispatcher.dispatch

[Trac] setup.py 0.11 don't copy folders to /usr/share

2007-10-01 Thread Gunnar Thielebein
Hi, I would like to use the 0.11 for testing compatibility with some 0.10.4 plugins. As the INSTALL file from svn co states: > Installing Trac > --- > The command: > > $ python ./setup.py install > > will byte-compile the python source code and install it in the > site-packages di

[Trac] Re: Can't see the wiki!

2007-10-01 Thread JMonteiro_RAS
Hello Emmanuel, Thanx for your repply but can you see the problem on my last post? Regards On 1 out, 13:19, "Emmanuel Blot" <[EMAIL PROTECTED]> wrote: > > DocumentRoot /var/www/rac/ > > PythonOption TracEnv /var/www/rac/ > > Trac environment should not be placed below the DocumentRoot. >

[Trac] Re: Can't see the wiki!

2007-10-01 Thread Emmanuel Blot
> DocumentRoot /var/www/rac/ > PythonOption TracEnv /var/www/rac/ Trac environment should not be placed below the DocumentRoot. > > second directive should be /racbot-rt2/login > When i connect to the server IP with another computer this simply shows me the folders of the def

[Trac] Re: Can't see the wiki!

2007-10-01 Thread JMonteiro_RAS
Watching the apache error.log i get the following: [error] make_obcallback: could not import mod_python.apache.\n Here's my httpd.conf simple setup: SetHandler mod_python PythonInterpreter main_interpreter PythonPath "sys.path+['/usr/lib/python2.4/site-packages'] PythonHandler trac

[Trac] Re: Getting plugins to work

2007-10-01 Thread Paresh
Yes, I have also checked permissions on the files and directories. On Oct 1, 11:43 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Have you tried restarting the webserver? > > - Andreas > > On Oct 1, 11:31 am, Paresh <[EMAIL PROTECTED]> > wrote: > > > Hi > > > I have installed trac 0.10.4 wi

[Trac] Re: Getting plugins to work

2007-10-01 Thread [EMAIL PROTECTED]
Have you tried restarting the webserver? - Andreas On Oct 1, 11:31 am, Paresh <[EMAIL PROTECTED]> wrote: > Hi > > I have installed trac 0.10.4 with Apache2 and python 2.5 on Ubuntu 7.4 > > I have got the basic trac system working but it doesn't seem to > recognise any plugins that I install in t

[Trac] Re: Getting plugins to work

2007-10-01 Thread [EMAIL PROTECTED]
Have you tried restarting the webserver? - Andreas On Oct 1, 11:31 am, Paresh <[EMAIL PROTECTED]> wrote: > Hi > > I have installed trac 0.10.4 with Apache2 and python 2.5 on Ubuntu 7.4 > > I have got the basic trac system working but it doesn't seem to > recognise any plugins that I install in t

[Trac] Getting plugins to work

2007-10-01 Thread Paresh
Hi I have installed trac 0.10.4 with Apache2 and python 2.5 on Ubuntu 7.4 I have got the basic trac system working but it doesn't seem to recognise any plugins that I install in the '/var/lib/trac/project/ plugins' directory. I have edited the trac.ini to enable the correct components, but I st