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

2007-03-22 Thread Christian Boos
Sandor W. Sklar wrote: > 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.

[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 >

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

2007-03-22 Thread Noah Kantrowitz
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 defect that block the completion of enhancement. In > Bugzilla there are dependency fields where you can associate diffe

[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 wonde

[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 workaro

[Trac] Re: Problems with account manager plugin

2007-03-22 Thread Chris Forsythe
On Mar 21, 2007, at 2:45 AM, Matt Good wrote: > > On Mar 20, 8:18 pm, Chris Forsythe <[EMAIL PROTECTED]> wrote: >> With Adium's trac we have a problem regarding the account >> manager >> plugin. Basically folks are unable to register, and get a >> "RuntimeError: input() already active"

[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 5

[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 T

[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 mass

[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] 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] 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 fo

[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 i

[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: Trac install question

2007-03-22 Thread Chris Forsythe
We use postgresql 8.x, if you're using sqlite currently it's also easy to migrate. I do not see a problem with python 2.3.4, but if it becomes a huge problem you could handle compile another installation of python in the local user for just trac and set some custom local setup (custom LD_LIBR

[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] 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 hang-u

[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/"

[Trac] Losing submitted data

2007-03-22 Thread Jason Winnebeck
We're using Trac over https, so Firefox and I think other browsers won't cache form data. A problem that we have is if you edit wiki or make comments on tickets if you submit the change and the wiki page or ticket has been modified it gives you an error, but the real problem is that your edits are

[Trac] Re: username -> fullname extensions

2007-03-22 Thread dserodio
I did a patch (for ticket assignment) a long time ago, maybe it's a start. See #2178 HTH, Daniel Serodio On Mar 2, 6:23 pm, "chmod" <[EMAIL PROTECTED]> wrote: > I work for a rather large company >100,000 employees and our team has > recently adopted Trac (finally!) > > Anyhow our svn checkins al

[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 wou

[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 insta

[Trac] A few questions regarding reports

2007-03-22 Thread Nate Carlson
Sorry if these are newbie questions, but one of my users asked, and I can't find a definitive answer. :) Without deleting/recreating the reports.. 1) Is it possible to re-order reports? 2) Is it possible to automatically re-number the reports so the numbers are sequential if you've deleted s

[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-users@googlegro

[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 rea

[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 subs

[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] 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 interprete

[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] Using a different wiki

2007-03-22 Thread Paresh
Hi Is there a way of linking trac to another wiki (such as twiki)? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to trac-users@googlegroups.com To unsubscribe

[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 dire