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

Python Win32 Extensions not Available?

I am trying to get a post-commit.bat script running on a Windows Vista Ultimate machine for Trac. I have installed Trac and its working fine - but when I run this script I get the error: "The Python Win32 extensions for NT (service, event, logging)…
Andy
3
votes
6 answers

Tools to manage manual testing results - possibly integrated with trac?

At work we currently use Trac to manage our test cases. However, we have quite a few TCs that are listed on test plan wiki pages instead of tickets. My manager has recently become interested in better documenting the results of manual testing. While…
V_H
  • 1,793
  • 3
  • 34
  • 59
3
votes
2 answers

Trac wiki page list

I create some documentation in the Trac wiki. I set these pages to all start with the same pattern (like "MyDoc..."). I want to retrieve from Trac all the wiki page links for the pages starting with this pattern. Is there a way to do so ?
glmxndr
  • 45,516
  • 29
  • 93
  • 118
2
votes
1 answer

Control over trac TicketQuery: Is it possible to change the ticket color according to its priority?

I am configuring a trac installation (ver 0.12) at the moment and I am trying to make the startingpage a bit more talkative. In the report module of trac it was possible to change the backgroundcolor of a ticket according to its priority using SQL…
chris
  • 317
  • 2
  • 9
2
votes
2 answers

Trac JSON RPC Issue - Using jQuery AJAX with PHP proxy

Ok this is a tricky one, but I think I'm missing something really simple here. Goal I'm trying to create an interface to Trac from another domain using the XmlRpcPlugin's JSON interface to the Trac API. I'm using a PHP server-side script as a proxy…
Andrew Ensley
  • 11,611
  • 16
  • 61
  • 73
2
votes
2 answers

Trac PHP Syntax Highlighting not working in Wiki

Syntax highlighting for PHP refuses to work on Wiki pages in my installation of Trac. It works beautifully when browsing source, but not in the Wiki. Javascript, C, and Python syntax highlighting work in the Wiki, but not PHP. Woe is me. I have…
Andrew Ensley
  • 11,611
  • 16
  • 61
  • 73
2
votes
2 answers

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
Quintin Par
  • 15,862
  • 27
  • 93
  • 146
2
votes
1 answer

How do I query for empty/nonempty fields in a Trac reposoitory with Mylyn?

I'm trying to create four distinct queries to a Trac repository from the Mylyn plugin to Eclipse 3.7.1. What I want to do is to divide all tasks into exactly one of the following categories: My problem: non-resolved tickets assigned to me Somebody…
Tomas Aschan
  • 58,548
  • 56
  • 243
  • 402
2
votes
3 answers

How to prevent Trac to show some commits in the Timeline?

I'm trying to configure a trac server we are using in my team, in order to avoid an undesired behaviour. We are mainly developing free and open-source software in the team, but we sometimes need to be able to build our early prototypes as…
Agemen
  • 1,525
  • 9
  • 18
2
votes
0 answers

Trac not showing git branches

I have Trac running with a git repo - all was working well until I created a couple of branches - Master & Develop. Now the browse source doesn't show any updates. It does have the dropdown selector to choose a branch or tag - my branches and tags…
Guy Bowden
  • 4,997
  • 5
  • 38
  • 58
2
votes
1 answer

Trac spawning for nginx deployement without using tracd

I am trying to run Trac on nginx. There is a simple solution that consists of running the tracd server, but I'm trying to avoid that. It doesn't support unix sockets. Instead, I'm trying to use Spawning that should be able to launch any WSGI…
alexpirine
  • 3,023
  • 1
  • 26
  • 41
2
votes
1 answer

How to view users profile page in Trac?

How can I view user profile pages in Trac? I have Account Manager Plugin and User Manager Plugin already installed but I can only see user profiles in admin pages and only for user who is logged in with TRAC_ADMIN permission. What I need is to see…
mehdix
  • 4,984
  • 1
  • 28
  • 36
2
votes
2 answers

Is it possible to generate a changelog automatically from Trac?

Does Trac provide a way to automate generation of change logs from a group of tickets? I'm interesting in giving a list of completed tickets to someone with access to Trac, preferably in a human readable format, something like a word doc or…
James McMahon
  • 48,506
  • 64
  • 207
  • 283
2
votes
2 answers

php wiki parser for trac-style formatting

I am creating a very simple cms for my site and rather than using html, I'd like to insert content in the same kind of wiki-format that's used by the Trac project. Do you know of any open-source php scripts/classes that I can grab and use for…
JW.
  • 4,821
  • 5
  • 43
  • 60
2
votes
1 answer

Trigger action on change to Trac ticket?

We currently use FogBugz at work, and I'm using the URLTrigger plugin to call out to a CGI script every time a case is changed. I'm trying to figure out how to do something similar with Trac; does anyone know if this is possible? I can't find any…
Doug
  • 615
  • 8
  • 15