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
0
votes
1 answer

Can I override new Trac ticket custom fields based on other info provided on submit?

After installing TracJsGantt on our 0.12.3 Trac install, I am trying to improve the process of setting intelligent default values for the custom date fields required by TracJsGantt to track the start and finish dates of the ticket after certain…
Joey T
  • 774
  • 7
  • 11
0
votes
1 answer

TracD / Python on Windows 8

Background: Upgrading development environment to Windows 8 (x64) with clean install. Trac/Python setup is identical to long established working and reliable implementation under Windows 7 (x64). Trac 1.0, ActivePython 2.7.2 (x86) using TracD as…
0
votes
1 answer

Hudson with Trac

Event provider HudsonTracPlugin failed for filters "Hudson Builds": IOError: Error getting build info from: 'http://localhost:8080/hudson/rssAll/api/python?tree=jobs[builds[building,timestamp,duration,result,description,url,fullDisplayName]]':…
0
votes
3 answers

Join table with composite key twice

Given the table ticket with the primary key id and the table ticket_custom with the composite key ticket,name how can I join for id = ticket and name=X and id = ticket and name=Y. The table ticket_custom allows the ticket table to be extended, it…
Chris Seymour
  • 83,387
  • 30
  • 160
  • 202
0
votes
3 answers

Receiving "MERGE" 200 OK error when committing using trac-post-commit-hook

When running a commit with the trac-post-commit-hook I receive a MERGE 200 OK error, I understand that this means that the commit has succeeded on the server but the file status has not updated on my local machine. But I can't find anyway to fix…
Lyon Blecher
0
votes
1 answer

Linking a Ticket in Trac to a Changeset

By using Intertrac we are able to link the change set to a ticket using the syntax: prefix:#ticketnumber This is useful when viewing change sets and seeing which tickets it links to. I also noticed you can do a search on the above link and it will…
Lyon Blecher
0
votes
1 answer

Use a Pygments lexer with no mime type in Trac?

I'd like to have Trac colorize my aspx files but I can't find a way to make it work. I can easily add a mime-type/extension mapping for most Pygments lexers, but the CSharpAspxLexer doesn't have an assigned mime type (see…
mlerley
  • 70
  • 1
  • 2
  • 10
0
votes
1 answer

set date closed trac ticket

I have a set of tickets that were managed via a primitive MS Excel sheet. The worksheet was as follows Opened Date | Closed Date | Ticket Content I want to put them on trac in order to have a complete overview of the tickets opened-closed and the…
nkorf
  • 59
  • 7
0
votes
1 answer

How to browse git branches in Trac 1.0?

I set up Trac 1.0, added the entry tracopt.versioncontrol.git.* = enabled to [components] and used the Admin panel to add my repository. While branches show up in the timeline, the source browser does not provide means to browse a different branch,…
Tobias Kienzler
  • 25,759
  • 22
  • 127
  • 221
0
votes
1 answer

writing my first Trac macro

Ok, I've looked all over, and I think I'm doing this right, but I'm not getting any results. Is there anyone out there who's written Trac macros that can guide me through the first steps? Here's what I've written: from trac.wiki.macros import…
end-user
  • 2,845
  • 6
  • 30
  • 56
0
votes
3 answers

Trac configured to access Perforce repository?

Have someone used with success TRAC ticketing + wiki system accessing a code base residing in Perforce repository? I've browsed in the TRAC related web sites and found this one, but the latest change on the page is something like an year ago, so I…
Singulus
  • 1,958
  • 2
  • 16
  • 16
0
votes
1 answer

Trac templating system

I am trying to understand the templating system. There is a /templating directory with following README: It is not advised to make local modifications to those files after installation, as they might be lost during the installation of a new Trac…
Vojtěch
  • 11,312
  • 31
  • 103
  • 173
0
votes
2 answers

Installation error when using easy_install

I installed Edgewall Trac0.11 in Linux Mandriva and I need a module setuptools-0.6c11-py2.5.egg for Python2.5. When I run the following: sh setuptools-0.6c11-py2.5.egg I get an error: error: Invalid Python installation: unable to open…
user1134181
0
votes
1 answer

Is it possible to enable hooks in Trac Wiki?

I just wonder is there any way to add hooks for default wiki editing actions in Trac. For simplicity, let's imagine I want to have something like pre-commit hook for editing pages.
shabunc
  • 23,119
  • 19
  • 77
  • 102
0
votes
3 answers

Edit components list in trac

How to add/edit components list in trac. Where's the 'trac.ini' file found?
mahi