trac

using apache location directive to list folders from trac

I have the following directory structure: --var ----trac ------company1 --------project1 --------project2 ------company2 --------project3 --------project4 and i was wondering if theres a way to specify in httpd.conf to list the directories when i go to domain.com/trac. Currently i wrote: <Location /trac> Options Indexes </Locatio...

"Selling" trac/buildbot/etc to upper management

My team works mostly w/ Flex-based applications. That being said, there are nearly no conventions at all (even getting them to refactor is a miracle in itself) and the like. Coming from a .NET + CruiseControl.NET background, I've been aching to getting everyone to use some decent tracking software (we're using a todo list coded in PHP n...

Recommends bug tracking system

I work on a web site with only a few other programmers. We've been using Fogbugz for issue tracking, and while we like it, it is expensive, and isn't exactly suited to our needs--we'd really like the users of our web site to be able to access the bug lists, rather than submitting bugs blindly with no way of knowing whether an issue has ...

Help with subprocess.call on a Windows machine

I am trying to modify a trac plugin that allows downloading of wiki pages to word documents. pagetodoc.py throws an exception on this line: # Call the subprocess using convenience method retval = subprocess.call(command, shell=True, stderr=errptr, stdout=outptr, close_fds = True) Saying that close_fds is not supported on Windows. The ...

How to set up Java to use user specific certificates for Eclipse?

I can't believe I'm the only person to run up against this problem. I've been googling for hours and have not had any luck. The Java security documentation doesn't seem to address PKCS12 certificates thoroughly. I am trying to setup Java for user specific PKCS12 certificates. Among other things, this will be used so that, in Eclipse, ...

Managing Milestones and Web development Project

Hello, I am trying to implement Trac+SVN. But am encountering a project management issue. To give you a background, most of my projects are related to web development (they go thru phases like design, programming, testing etc.). Now I am implementing Trac for my projects. Now the problem is what should I place as milestones and tickets...

Trac timezones

I am struggling with setting up timezones with Trac. I have searched around but I have found nothing helpful. What can I do? Both a whole site timezone or a per-user timezone settings would be helpful. ...

Multiple projects in trac

How can I manage multiple SVN repositories/trac instances easily? I have a bunch of projects that I want to consolidate into a single authentication scheme. Also, I want to be able to enable plugins for every project and configure a bunch of trac options for multiple projects all at one time. It would also be nice to be able to add and ...

GitPlugin for Trac doesn't work every few requests

I've set up and configured Trac with the GitPlugin (http://trac-hacks.org/wiki/GitPlugin) but for some reason every three or so requests to Trac pages, I get the error: Unsupported version control system "git". Check that the Python support libraries for "git" are correctly installed. After a refresh or two, it goes along happily bein...

Revenue System based on Versioning/Trac/Ticket Statistics

Lately I had the idea that a badge system system like stackoverflow's could be applied to trac (or whatever system) to stimulate your developers handle tickets, bugs and so on. The naive approach would be very vulnerable to abuse (obviously). The question is: Is there a system like that is applied in a work process (non-community). It m...

FogBugz SVN integration like Trac does?

Does FogBugz integrate with SVN like Trac does? ...

JIRA or Trac?

I used Atlassian JIRA for bug and issue tracking at my last job. I absolutely loved it and it was particularly easy on the eyes. My present company is using Trac instead, and while it does do all the basics, I am finding it really lacking, particularly with the inability to easily setup multiple projects and link issues. Oh, and the ...

Is there a way to run Trac offline?

I'd like to download the Trac database so I can view its tickets offline. Is there anyway to achieve this? I.e. if I need to leave the office and bring my laptop with me, how can I bring the tickets with me without having to connect to the company network? I know that Mylyn can download and sync tickets via it's trac connector but I'd ...

Query Trac for all tickets related to a user

How do I query for all trac tickets related to a user. i.e. all tickets for which the tickets were once assigned, assigned now, created , etc etc ...

Group revisions together with Trac?

How does one "group a bunch of revisions you've already committed to svn together" (see Jim T's answer) in Trac? ...

Any nice way to generate a timeline view of commits from subversion?

Just starting out with subversion, have set up repos for 3 current projects and all seems good. Subclipse is nice isn't it! Anyway, what I'd like to have is a nice timeline showing the commits with comments for these repos. They are all hosted on the same server as the websites that they contain. I've tried trac, which does what I want...

Migrating from Trac to Redmine on another computer

Is it possible to migrate a Trac database to Redmine if the two systems are in different machines any other way than by copying Trac to the other machine? Migration within the same box is easy: http://www.redmine.org/wiki/redmine/RedmineMigrate, but since the migration requires access to Trac files, I can't see how this could be done. ...

Trac: code review plugin

I'm looking for a code review plugin for our trac installation. I found these two as the top result for "trac code review" query on google PeerCodeReview CodeReview I'm leaning towards PeerCodeReview plugin. Requesting the SO community for inputs about these plugins to help me select the one for our trac installation. If you kn...

How should I debug Trac plugins?

I'm about to start a fair amount of work extending Trac to fit our business requirements. So far I've used pythonWin and now Netbeans 6.5 as the development environments - neither of these seem to provide any way of debugging the plugin I am working on. I'm totally new to Python so probably have not set up the development environment h...

Trac Using Database Authentication

Is it possible to use a database for authentication with Trac? .htpasswd auth is not desired in this install. Using Trac .11 and MySQL as the database. Trac is currently using the database, but provides no authentication. ...