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
1
vote
1 answer

Edgewall Trac: retrospectives of notifications

Hello, is it possible at all to include not only the status and most recent comment in messages sent on ticket creation and ticket changes? I'd like to see much more, say all available retrospective information, that is the entire Change…
user1134181
1
vote
3 answers

How to remove duplicate file in a previous revision

I have by mistake committed a file twice - the only difference is an upper case letter in the name of one of the files: Myfile.txt MyFile.txt Using Tortoise I can see the two files at a previous revision, I can select them and when I press…
Chau
  • 5,540
  • 9
  • 65
  • 95
1
vote
1 answer

Is it possible to integrate TFS 2010 with TRAC?

I work in a shop that's adopted TFS for source control. We're happy with the integration in VS and the other features it offers, so it's likely we're not going to switch to another platform. However, features for team collaboration and…
villecoder
  • 13,323
  • 2
  • 33
  • 52
1
vote
1 answer

Trac email notification template language

In Trac 0.12, one has the ability to change the contents of email notifications and I am trying to simplify the template to only include the changes, like {% choose ticket.new %}\ {% when True…
jpsecher
  • 4,461
  • 2
  • 33
  • 42
1
vote
2 answers

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…
Ronny Brendel
  • 4,777
  • 5
  • 35
  • 55
1
vote
1 answer

Trac. Uploading attachment shows its contents in History View for all users. How to customize privileges?

I'm using "MyPage" plugin for Trac. I have figured out it is useful to store SSH keys on my private page as an attachment, so I can clone my GIT repository from any computer. Then I have our found that any user who can view a History tab, can see…
killdaclick
  • 713
  • 1
  • 10
  • 19
1
vote
1 answer

IT Project Management tool aimed at developers, but still generic enough for general purpose use?

I am a lead software developer, and I have just been tasked with revamping our software development process. Part of this will be to implement a system with the following: Source Control Build automation Project management/ reporting Unit…
pgollo
  • 53
  • 4
1
vote
0 answers

problems with setuptools while setting up trac on remote system without internet connection

I am trying to set up trac on a remote system running Fedora 12 that doesn't have an internet connection. So, I am copying all files from my system with the internet connection to that system and trying to install from source on that system. When I…
Anirudh
  • 453
  • 2
  • 5
  • 18
1
vote
1 answer

How to use Trac date/time plugins DateFieldPlugin and CustomFieldAdminPlugin

I'm a Trac newbie, trying to add date/time fields to Trac bugs and queries. We are running Trac 0.11. I deployed both DateFieldPlugin and CustomFieldAdminPlugin plugins using easy install from the instructions on the following…
Gilad
  • 11
  • 2
1
vote
1 answer

Trac, mod_wsgi, premature end of script headers

When running Trac on a server where mod_wsgi is configured in daemon road, Trac throws many errors of the form :"Premature end of script headers". I've looked into this, and it seems that there is a mismatch of versions of the expat library between…
SixDegrees
  • 781
  • 1
  • 8
  • 19
1
vote
1 answer

Automatic reference to the SVN changesets in Trac tickets

I have followed this guide: http://trac.edgewall.org/wiki/Ubuntu-11.04-Subversion#AutomaticreferencetotheSVNchangesetsinTractickets I have no problem commiting and see it in tracs timeline... but if I use fixes or refs, it doesn't update the…
1
vote
1 answer

How can I exclude a certain wiki page from appearing in the trac search?

We use the trac project management software. I want to be able to prevent certain wiki pages appearing in the trac search results. For example, some developers keep timesheets in the wiki and they contain a lot of keywords but never much useful…
Tom
  • 14,041
  • 16
  • 64
  • 80
1
vote
0 answers

Instalation python2.7 in virtualenv

Some day I lost access to Trac which is Python2.7 software. (I suppose, that deprecation of Python2.x is clue). There is Python3 unstable version, but I can't use it, because there's no plugins yes, which are key for my Trac installation. So created…
Tomasz Brzezina
  • 1,452
  • 5
  • 21
  • 44
1
vote
3 answers

Trac Plugin Not working

At work we are using Trac on several internal wiki's and an external wiki. REcently we found the need for a new plugin. After we going through a few tutorials we went to install a plugin to make sure it would work. It didn't. We've been going…
shade34321
  • 11
  • 3
1
vote
2 answers

Trying to connect Trac 0.12 (privately hosted) with GitHub

Any ideas on connecting GitHub with a locally hosted Trac 0.12 instance? We were thinking of using GitHub's email service hook to shoot off an email anytime GitHub is pushed to, which would fire off a script to have our local repo pull from GitHub,…
Josh A.
  • 11
  • 1