[Trac] Trac install question

2007-03-22 Thread brian . mccann
Hi, Trac install instructions state: This will byte-compile the python source code and install it in the site-packages directory of your Python installation. The directories cgi-bin, templates, htdocs, wiki-default and wiki-macros are all copied to $prefix/share/trac/. conf and plugins stub

[Trac] Re: Using a different wiki

2007-03-22 Thread Christian Boos
Paresh wrote: Hi Is there a way of linking trac to another wiki (such as twiki)? If you're simply looking to easily link into another wiki from the Trac's wiki or tickets, then you can use InterWiki links (1). If you want to make all the normal wiki links to point to another system,

[Trac] SVN bindings

2007-03-22 Thread Bob Mattax
I realize this problem appears to be beaten to death, but I keep running into it, and the suggestions I've seen haven't worked. I keep getting the TracError: Unsupported version control system svn. Check that the Python bindings for svn are correctly installed. If I run the python interpreter

[Trac] Re: Using a different wiki

2007-03-22 Thread Jason Winnebeck
I wonder if it's possible to do delegation so that you delegate to Trac's wiki provider for the help pages (and maybe others), and use a different renderer for other pages. Or to do something where all pages not starting with SomeSection/ are rendered with Trac and SomeSection pages are rendered

[Trac] Re: Trac install question

2007-03-22 Thread Emmanuel Blot
What is $prefix's location? It depends on your installation, i.e. where Python has been installed. It can be for example /usr/lib/python2.x/site-packages on some Linux distributions. HTH, Manu --~--~-~--~~~---~--~~ You received this message because you are

[Trac] Re: SVN bindings

2007-03-22 Thread Emmanuel Blot
If I run the python interpreter from the command line, I can import svn fine. What am I missing? Why isn't trac happy with my Swig? There are several causes that may lead to this error: * Configuration issue with SElinux if it is enabled * Issue with the LD_LIBRARY_PATH (Python can reach

[Trac] Re: Trac install question

2007-03-22 Thread Brian McCann
manu, on my RH ES4 system python is installed /usr/lib/python2.3 so I should set $prefix=/usr/lib/python2.3 for the Trac install? Thanks, Brian From: trac-users@googlegroups.com on behalf of Emmanuel Blot Sent: Thu 3/22/2007 8:34 AM To:

[Trac] Trac install question

2007-03-22 Thread Brian McCann
Hi , Should I go with MySQL or PostgreSQL for the DB and which versions, and can I stay with my current version of python Python 2.3.4, since RH enterprise 4 depends on that version for many of it's admin processes. I'm also using CollabNets version of SVN, and configured SVN with their

[Trac] Re: Using a different wiki

2007-03-22 Thread Paresh
I'm not too hot on python programming yet, is there an 'out of the box' solution? The company I work for like Trac, but do not want a proliferation of wiki's, their standard wiki is twiki. I can use links, but if we could substitute Trac's wiki for some other wiki (Twiki in my case) then that

[Trac] Re: Using a different wiki

2007-03-22 Thread Malcolm J Harwood
On Thursday 22 March 2007, Jason Winnebeck wrote: I wonder if it's possible to do delegation so that you delegate to Trac's wiki provider for the help pages (and maybe others), and use a different renderer for other pages. Or to do something where all pages not starting with SomeSection/ are

[Trac] Custom Ticket Formats (not just custom fields)

2007-03-22 Thread Kevin Mehlbrech
Hi, First off I apologize if this has been asked before. I searched through the archives and the Trac documentation but I couldn't find exactly what I'm looking for. Like a lot of people, I would like to use Trac to track requirements, use cases, bugs, risks, test cases, etc. My main

[Trac] Re: Using a different wiki

2007-03-22 Thread Jason Winnebeck
Well I was thinking what if you wanted to switch out the renderer but keep the trac frame. If you just use mod_rewrite or something else then you'll basically be at a wholly different site. But really I'm just brainstorming on this, because I'm not sure such a system would be really worth it but

[Trac] Re: Custom Ticket Formats (not just custom fields)

2007-03-22 Thread Eoin Dunne
I think there is an enhancement request already in TRAC for having the ability to customize the look of a ticket based on ticket type. I think there are also plans to look at dependencies between tickets etc. For test test case management try: http://trac-hacks.org/wiki/TestCaseManagementPlugin

[Trac] Re: Limiting projects access by permissions being bypassed?

2007-03-22 Thread Matthew Carlson
That sounds like the root page / default project listingfor a Trac site. The default version of that page just lists all of the trac environments that have been setup on the server. The clearsilver template for that page is index.cs; it should be in the shared Trac templates directory (mine is

[Trac] ExpatError with mod_python and Trac 0.11dev-r510

2007-03-22 Thread Sandor W. Sklar
Hi all ... It appears that I've installed Trac 0.11dev-r510 sucessfully (along with its prereqs) on RHEL 4 x86_64. If I run the tracd webserver, I'm able to navigate through the pages, and I've successfully created a ticket. When I run it with apache2-2.0.59 and mod_python-3.3.1, I get the

[Trac] Re: Limiting projects access by permissions being bypassed?

2007-03-22 Thread Matthew Carlson
The Trac documentation talks a little about that page here: http://trac.edgewall.org/wiki/TracInterfaceCustomization#ProjectList . --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Trac Users group. To post to this

[Trac] Re: Losing submitted data

2007-03-22 Thread Emmanuel Blot
I know this probably has been addressed before but have there been any developments in this area? We're using version 0.10.2. You can track this issue from here: http://trac.edgewall.org/ticket/4100 Cheers, Manu --~--~-~--~~~---~--~~ You received this message

[Trac] Latest greatest

2007-03-22 Thread Parks, Aaron B.
I have an AMD 64, RHEL 4, Python 2.5. I fiddled around some to get trac to set up with today's source files for both Genshi 522 and trac 5113. After some aggravation I got it all linked and running with sqlite. I can init an environment and get to the pick a project page, but then get a

[Trac] Re: Trac install question

2007-03-22 Thread Matt Good
On Mar 22, 9:46 am, Brian McCann [EMAIL PROTECTED] wrote: manu, on my RH ES4 system python is installed /usr/lib/python2.3 so I should set $prefix=/usr/lib/python2.3 for the Trac install? No, $prefix in this case is just /usr. But you don't need to set it unless you want to install Trac in

[Trac] Re: Latest greatest

2007-03-22 Thread Emmanuel Blot
I fiddled around some to get trac to set up with today's source files for both Genshi 522 and trac 5113. Trac:trunk and Genshi 509 are not yet compatible. Check out the milestone:0.11 page on Trac web site. You either need Genshi 509 (recommended) or the special Trac version for genshi 510

[Trac] Re: No authentication when using short URL in mod_python?

2007-03-22 Thread Emmanuel Blot
It looks like quite similar to http://trac.edgewall.org/ticket/3821, so I added some comments there. To me it currently looks like it's impossible to have short URLs with mod_python. At least with the recent set of apache/mod_python/trac versions I'm trying it with. As a temporary

[Trac] How to link between enhancement, task and defects

2007-03-22 Thread Khundeen
Hi, I am trying to understand the work flow and feature of Trac. I like to be able to define set of tasks for enhancement and also associate the defect that block the completion of enhancement. In Bugzilla there are dependency fields where you can associate different bugs together. I

[Trac] Re: How to link between enhancement, task and defects

2007-03-22 Thread Deen Sethanandha
Thanks a bunch for your help. I will look into those plug-ins. On 3/22/07, Noah Kantrowitz [EMAIL PROTECTED] wrote: Khundeen wrote: Hi, I am trying to understand the work flow and feature of Trac. I like to be able to define set of tasks for enhancement and also associate the