[Trac] Re: not able to delete the project

2009-05-21 Thread prabha
On May 20, 4:36 pm, prabha prabhakar2...@gmail.com wrote: Hi i have created one plugin named as projectmaintenance plugin. this plugin is basically user fordeleteand archive the projects purpose. main problem is that once you can open the project iam not able todeletethe project, it

[Trac] main navigation tabs not highlighted

2009-05-21 Thread prabha
Hi, i have installed projectmenu plugin after installation main navigation tab not highlighted even i can click it, suppose, i have disabled the projectmenu plugin then it is working,, here i have put the following code.., python web_ui.py file : for project in os.listdir(search_path):

[Trac] tracticketstatsplugin and ie 7

2009-05-21 Thread saurocesaretti1...@gmail.com
Hi everyone! I have just installed tracticketstatsplugin in my trac. After that I have tried to use it with firefox and it seems that it's working properly but unluckly it doesn't work with IE. I checked my cnfiguration and it seems ok, I have flash player 10 and shockwave as well. Have you

[Trac] traclegosscript - how to start ?

2009-05-21 Thread rupert thurner
i tried to install traclegos by: cd /tmp easy_install http://trac-hacks.org/svn/traclegosscript/anyrelease/ svn co http://trac-hacks.org/svn/traclegosscript/anyrelease/ cd anyrelease/example/oss python setup.py install cd ../.. perl -p -i -e s/0.0.0.0/159.1.13.70/ development.ini paster serve

[Trac] Re: traclegosscript - how to start ?

2009-05-21 Thread Jeff Hammel
Hard to debug remotely. This *should* have worked (assuming the perl is doing what I think its doing). Maybe edit the template and ensure it is being loaded properly? Jeff On Thu, May 21, 2009 at 06:42:36AM -0700, rupert thurner wrote: i tried to install traclegos by: cd /tmp

[Trac] Re: traclegosscript - how to start ?

2009-05-21 Thread Ethan Jucovy
FWIW I just followed (almost) Rupert's steps and it worked fine for me, the create project link shows up as advertised. My only deviation from Rupert's was to install it all into a virtualenv under /tmp, and I left the [server:main] host as 0.0.0.0 -- {{{ cd /tmp virtualenv.py traclegos cd

[Trac] memory leak with bzr version control?

2009-05-21 Thread alex
I've been consistently having my server lock up and require rebooting, with the following showing on the console: Out of Memory: Kill process 4183 (apache2) score 67925 and children. Out of memory: Killed process 4183 (apache2). Out of Memory: Kill process 6825 (apache2) score 67266 and children.

[Trac] Re: memory leak with bzr version control?

2009-05-21 Thread Tim Black
If I recall correctly this is a known issue in bzr itself--I've lost my notes gathered from a number of bug comments out there, but my recollection is that in order to provide a diff between two revisions, trac-bzr requests the full content of each revision then does its own diff in memory.

[Trac] The source: TracLink does not work.

2009-05-21 Thread Mark Kharitonov
Hello. I have svn, trac, apache installed on the same linux box. SVN works fine, both http: and svn: access. Trac seems to work as well. However, it does not recognize the source: as a valid traclink prefix. Observe: 1. Looks like svn repository is correct, indeed:

[Trac] Re: The source: TracLink does not work.

2009-05-21 Thread Olemis Lang
On Thu, May 21, 2009 at 12:40 PM, Mark Kharitonov mark.kharito...@gmail.com wrote: However, when I write source:/trunk/NC/_Readme.txt in trac wiki it does not render it as a hyperlink, but displays it as is. What am I doing wrong? Perhaps the component is disabled in trac.ini . Is this the

[Trac] Re: Trac 0.11.4 and Subversion 1.6.1

2009-05-21 Thread Eberhard, Keith Civ USAF AFMC 517 SMXS/MXDED
The installs are on a Solaris 10 system. Since CollabNet_Subversion 1.6.2 just became available for Solaris, I uninstalled CollabNet_Subversion 1.6.1 and installed CollabNet_subversion 1.6.2. I did an svn dump and load of the svn repository. I still cannot get trac to browse the svn repository.