Questions tagged [trac]

Trac is an enhanced wiki and issue tracking system for software development projects. Trac uses a minimalistic approach to web-based software project management.

Trac is an open source, web-based project management and bug-tracking tool. The program is inspired by CVSTrac, and was originally named svntrac due to its ability to interface with Subversion. It is developed and maintained by Edgewall Software.

Trac is written in Python. Until mid-2005, it was available under the GNU General Public License; since version 0.9, it has been released under a modified BSD license. Both are free software licenses.

Mission: to help developers write great software while staying out of the way. Trac should impose as little as possible on a team's established development process and policies.

It provides an interface to Subversion (or other version control systems), an integrated Wiki and convenient reporting facilities.

Trac allows wiki markup in issue descriptions and commit messages, creating links and seamless references between bugs, tasks, changesets, files and wiki pages. A timeline shows all current and past project events in order, making the acquisition of an overview of the project and tracking progress very easy. The roadmap shows the road ahead, listing the upcoming milestones.

719 questions
3
votes
1 answer

How to add modified time to trac report

I am trying to make modified time appear on trac report so I added change time to the sql query but now all I am getting is a long number in the modified column why?
Mir Khashkhash
  • 399
  • 2
  • 4
  • 7
3
votes
2 answers

codendi vs redmine vs Retrospectiva vs trac

Has anyone tried codendi, Redmine, Retrospectiva and trac ? or anyone is able to make some comparison between the four? whichone better related: performance easy to use installation and others and which better Operating System to implement…
bungdito
  • 3,556
  • 4
  • 31
  • 38
3
votes
2 answers

Trac, how to organize pages hierarchically?

I use trac to manage my projects and I'd like to organize wiki pages the same way trac project does, i.e. by category, subcategory, etc. TitleIndex page on trac site gives a good explanation of the result I want to obtain. How do I achieve this?
Paolo
  • 20,112
  • 21
  • 72
  • 113
3
votes
3 answers

How to create report with tickets closed at certain date in Trac

I wish to create a report that would list all the tickets that were closed in a certain period of time. The pseudo-code would be like SELECT * FROM tickets WHERE closed AND date_closed = 'january 2009' The part I am unable to resolve is date_closed…
Josef Sábl
  • 7,538
  • 9
  • 54
  • 66
3
votes
1 answer

Trouble configuring trac to work with Apache2

I've been trying to set up trac to be deployed with apache for a little while now and I'm running into a wall. I can get it to work via tracd but I'm probably going to have multiple projects and I might want to use TSL for connections to trac. This…
Casey Flynn
  • 13,654
  • 23
  • 103
  • 194
3
votes
1 answer

Trouble with a git bare repository after upgrading trac from 0.11 to 0.12

I just recently upgraded my Trac system so we could handle multiple repositories. I started getting some browser errors and tracked it down to GitPlugin (when I disable it all of the errors go away, though of course my version control tracking does…
Alex Shepard
  • 216
  • 2
  • 10
3
votes
2 answers

Is it possible to convert a TracQuery to a Trac SQL statement and vice versa?

I've created some TracReports but trying to do them with SQL, I don't get the result I was expecting. This was my SQL query: SELECT p.value AS __color__, reporter AS __group__, id AS ticket, summary, resolution ,…
2ndkauboy
  • 9,302
  • 3
  • 31
  • 65
3
votes
2 answers

Use of the severity-property for Trac tickets

I use Trac regularly in a team at work, as well as for my own project for the university. In both cases I have never felt the need to use the severity property for a ticket. I feel that by using the type and priority properties gives all the…
Björn Pollex
  • 75,346
  • 28
  • 201
  • 283
3
votes
4 answers

Should I allow my clients to open tickets/access trac?

I just installed trac for this project I'm working on, since it's turned out to be a bit bigger than I anticipated. I've added a bunch of tickets with my clients requests which come in the form of emails, phone calls, and meetings. I've also added…
mpen
  • 272,448
  • 266
  • 850
  • 1,236
3
votes
3 answers

Trac: "Waiting On" plugin?

Sometimes an issue can't be resolved until someone else does something, or until some event occurs. Is there an add-on for trac that adds a field for these situations?
mpen
  • 272,448
  • 266
  • 850
  • 1,236
3
votes
1 answer

How can I create a custom cleanup mode for git?

I'd like to have a commit message cleanup that will not necessarily remove lines beginning with a # in the message itself. The default --cleanup=strip removes all lines starting with a # character. The reason being is unfortunately, the Trac…
Danny
  • 13,194
  • 4
  • 31
  • 36
3
votes
1 answer

Prevent pull/push from an obsolete Git repo and redirect to a new one

We are moving a Git repository to a new server. After migration we could obviously just delete the old repository, so when people try to push or pull they get an error and look up the new repository URL on the wiki, but is it possible to instead…
Alexey Romanov
  • 167,066
  • 35
  • 309
  • 487
3
votes
2 answers

Managing users in a private TRAC

Are there plugins for trac that enable cookie based authentication instead of http authentication, and allow keeping the site private for unknown users? We want to allow customers outside the office to log in, add and look at the tickets on their…
rjmunro
  • 27,203
  • 20
  • 110
  • 132
3
votes
1 answer

Python 2.6 bindings for SVN 1.6.6

I'm trying to install Trac 0.11 on Windows XP with Python 2.6 and VisualSVN server (Subversion 1.6.6) but I can't seem to find working bindings.
Jonas Van der Aa
  • 1,441
  • 12
  • 27
3
votes
4 answers

How to improve Trac's performance

I have noticed that my particular instance of Trac is not running quickly and has big lags. This is at the very onset of a project, so not much is in Trac (except for plugins and code loaded into SVN). Setup Info: This is via a SELinux system…
torial
  • 13,085
  • 9
  • 62
  • 89