[Trac] Re: trac.ini

2008-05-30 Thread Erik Andersson
You need to restart Trac (apache, tracd or whatever frontend you use) to make changes load. Cheers / Erik On Fri, May 30, 2008 at 12:35 AM, Eric Polino [EMAIL PROTECTED] wrote: Ahh, what I was playing with isn't right. It was found somewhere else on my drive. I think I've got it now, there

[Trac] graphviz child process issue with mastertickets

2008-05-30 Thread [EMAIL PROTECTED]
Hi, I would like to install graphviz to make TracMasterTickets plugin dependency graphs available. I installed graphviz-2.18.exe from graphviz.org on a Windows 2003 server. When trying to visualize these dependency graphs... nothing's displayed. Activating TRAC LOGGING, I get the foloowing which

[Trac] Re: graphviz child process issue with mastertickets

2008-05-30 Thread Noah Kantrowitz
I can't say I've tried it on Windows, but it should work. Try setting the dot_path option to the full path to executable. --Noah On May 30, 2008, at 12:02 AM, [EMAIL PROTECTED] wrote: Hi, I would like to install graphviz to make TracMasterTickets plugin dependency graphs available. I

[Trac] trac authentication how to change password

2008-05-30 Thread ben kez
hi all, just want to ask 3 question. 1- before set the user authentication, i cannot login to the server due to this error Authentication information not available. after set the authentication. only registered user can login and view the web... how to configure the authentication to make

[Trac] error occurs sometimes when i refresh pages

2008-05-30 Thread thinktwice
i'm using trac0.11rc, and i have installed several plugins authz- policy r6904, tracdiscussion0.6, tracfullblogplugin0.1, tracnav 4.0 pre6, tracwysiwyg 02-r3414 i don't know whether these error caused by one of these plugins. it's not stable, these error do occur everytime i refresh the page.

[Trac] Importing from Excel into TRAC

2008-05-30 Thread Nora
I am trying to determine the most efficient method to import a two column spreadsheet (one column with all the‘tickets’ Names and the other one, with Codes), into TRAC. Should I detour into Access? Use a text file? Any ideas??? Thanking you in advance,

[Trac] Re: Milestone or Component Hierarchy?

2008-05-30 Thread Gary Oberbrunner
[EMAIL PROTECTED] wrote: If we want to implement this hierarchy into the Trac code ourself, would this be a huge task? This discussion might give you some context and/or ideas: http://trac.edgewall.org/wiki/TracMultipleProjects/SingleEnvironment

[Trac] Re: Milestone or Component Hierarchy?

2008-05-30 Thread Culapov Andrei
Hi, Maybe you need for every project a new trac environment. We developed a plugin that addresses that problem, that makes easy management of multiple trac environments. http://code.optaros.com/trac/oforge/browser/trunk/plugins/oforgeplugin On Thu, May 29, 2008 at 9:23 PM, [EMAIL PROTECTED]

[Trac] Installing TagsPlugin

2008-05-30 Thread Michael Schmarck
Hello. I'm trying to install tags-0.6 in Trac 0.11rc1 on Solaris 10 Sparc. To do so, I did a SVN checkout from http://trac-hacks.org/svn/tagsplugin/tags/0.6. After that, I built and installed the eg by doing: python setup.py bdist_egg cp dist/TracTags-0.6-py2.5.egg

[Trac] Re: graphviz child process issue with mastertickets

2008-05-30 Thread [EMAIL PROTECTED]
thanks NOah... but don't know how to set this option... this is not explained in http://trac-hacks.org/wiki/MasterTicketsPlugin... thanks again for your time! On 30 mai, 09:14, Noah Kantrowitz [EMAIL PROTECTED] wrote: I can't say I've tried it on Windows, but it should work. Try setting the

[Trac] Re: Importing from Excel into TRAC

2008-05-30 Thread [EMAIL PROTECTED]
I imported such an excel file containing several comumn into trac using a perl script parsing the spreadsheet and generating an SQL file. Then, from sqlite command line, all the tickets where imported into Trac database. Hope that helps Pierre On 30 mai, 13:06, Nora [EMAIL PROTECTED] wrote: I

[Trac] Sort milestones alphabetically

2008-05-30 Thread Chris Mulligan
We have a fairly large number of milestones and we'd really prefer to sort them alphabetically (ideally case insensitive, with some kind of support for numbering). I saw a few tickets about it, but I don't know what, if anything, is implemented. This is in 0.12multirepos. Thanks, Chris

[Trac] Trac error while trying to install XMLRPC Plugin

2008-05-30 Thread Reynier Perez Mira
Hi every, I have Trac 0.11RC1 with TracXMLRPC Plugin. When I try to activate the plugin I get this error: Traceback (most recent call last): File /usr/lib/python2.5/site-packages/Trac-0.11rc1-py2.5.egg/trac/web/api.py, line 339, in send_error 'text/html') File

[Trac] Re: Milestone or Component Hierarchy?

2008-05-30 Thread rupert thurner
according to http://code.optaros.com/trac/oforge/wiki/AssembledComponents you integrated quite a lot of plugins which according to the trac- hacks do not support 0.11? did it run like that or you changed the plugins? rupert. On May 30, 3:37 pm, Culapov Andrei [EMAIL PROTECTED] wrote: Hi,

[Trac] Re: Milestone or Component Hierarchy?

2008-05-30 Thread rupert thurner
according to http://code.optaros.com/trac/oforge/wiki/AssembledComponents you integrated a lot of plugins which do not support 0.11? did you change them, or you run them like that? rupert. On May 30, 3:37 pm, Culapov Andrei [EMAIL PROTECTED] wrote: Hi, Maybe you need for every project a new

[Trac] http://www.trac-hacks.org/intertrac/S5Plugin does not work?

2008-05-30 Thread rupert thurner
hi, is it a trac bug as http://www.trac-hacks.org/intertrac/S5Plugin does not work, or just a 0.10.4 deficiency? the url is referenced from http://code.optaros.com/trac/oforge/wiki/AssembledComponents? rupert. --~--~-~--~~~---~--~~ You received this message

[Trac] Re: TracSvnPoliciesPlugin problem

2008-05-30 Thread rupert thurner
could you tell if policiesplug would be possible in conjunction with mercurial, and http://www.trac-hacks.org/wiki/HgTimelinePlugin as well? rupert. On May 22, 4:10 pm, Robert C Corsaro [EMAIL PROTECTED] wrote: On Wed, May 21, 2008 at 10:36 PM, Pablo Fabregat [EMAIL PROTECTED] wrote: Hi

[Trac] post-commit hook adding to ticket, but not sending e-mail

2008-05-30 Thread David Deller
Hi there, I'm trying to get post-commit hook working. It adds the SVN comment to the ticket, but it doesn't send the e-mail automatically. The puzzling part of this is: 1. Trac e-mails work fine when creating tickets, adding comments, etc. 2. The post-commit script works (both adding

[Trac] WikiRename

2008-05-30 Thread Andrew Gehring
I found the WikiRename plugin... Is that the recommended way to move a page or is there something else? I have a policy protected page, but the links on that page weren't put under the protected page, but parallel to them, so they aren't protected. There are about 14 links, so I'm trying to

[Trac] Re: TracSvnPoliciesPlugin problem

2008-05-30 Thread Chris Mulligan
Rupert, I suggest you consider using the 0.12 multirepo branch of trac in combination with the 0.12 trac mercurial plugin. We've found it to be far more satisfactory with our mercurial forest. On Fri, May 30, 2008 at 3:30 PM, rupert thurner [EMAIL PROTECTED] wrote: could you tell if

[Trac] Re: WikiRename

2008-05-30 Thread Noah Kantrowitz
It's the only way I know of. --Noah -Original Message- From: trac-users@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Andrew Gehring Sent: Friday, May 30, 2008 12:39 PM To: trac-users@googlegroups.com Subject: [Trac] WikiRename I found the WikiRename plugin... Is

[Trac] RE: WikiRename

2008-05-30 Thread Andrew Gehring
while trying to Install WikiRename, I get the following. Using /usr/lib/python2.4/site-packages/TracWikiRename-1.2-py2.4.egg Processing dependencies for TracWikiRename Searching for TracWebAdmin Reading http://pypi.python.org/simple/TracWebAdmin/ Couldn't find index page for 'TracWebAdmin'

[Trac] Re: error occurs sometimes when i refresh pages

2008-05-30 Thread Emmanuel Blot
ProgrammingError: library routine called out of sequence Search for this error on trac.edgewall.org. It may come from an issue with SQLite w/ multithreading support. -- Manu --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[Trac] Re: WikiRename

2008-05-30 Thread Erik Bray
On Fri, May 30, 2008 at 5:02 PM, Andrew Gehring [EMAIL PROTECTED] wrote: while trying to Install WikiRename, I get the following. Using /usr/lib/python2.4/site-packages/TracWikiRename-1.2-py2.4.egg Processing dependencies for TracWikiRename Searching for TracWebAdmin Reading

[Trac] Re: WikiRename

2008-05-30 Thread Andrew Gehring
Apparently I was in too much of a hurry, and didn't bother to check the releases available and just downloaded what was linked from Trac-Hacks... I checked out the 0.11 release, and it works! Thanks, Andrew On Fri, May 30, 2008 at 3:10 PM, Erik Bray [EMAIL PROTECTED] wrote: On Fri, May 30,

[Trac] Re: Wiki Templates

2008-05-30 Thread br
up On 29 maio, 09:47, José Renato (br) [EMAIL PROTECTED] wrote: Sorry. I would like to know if there is some kind of template system for Trac 0.10.4. I want this to create wiki pages with the same type of organization. For example: I would like to create a template to create a Use Case