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

trac-admin deploy not working

I'm trying to use the trac-admin deploy command. sudo trac-admin /home/****/repository deploy /home/****/trac_temp/ after entering my password i get: Error: Command not found Anyone know what I'm doing incorrectly?
Casey Flynn
  • 13,654
  • 23
  • 103
  • 194
1
vote
0 answers

Timeout when reading response headers from daemon process

I am using mod_wsgi with apache2. [Thu Aug 29 10:50:48.050923 2019] [mpm_prefork:notice] [pid 24309] AH00163: Apache/2.4.18 (Ubuntu) mod_fastcgi/mod_fastcgi-SNAP-0910052141 mod_wsgi/4.3.0 Python/2.7.12 configured -- resuming normal operations From…
Velu narasimman
  • 543
  • 1
  • 5
  • 18
1
vote
2 answers

Performance Analysis of mod_python Trac instance

I would like to enable a side-logging in our real-world Trac/mod_python installation that has gotten quite slow (lots of plugins, not so many tickets/pages). Can I proxy the request object, or add a python trace (with timestamps for each call)…
towi
  • 21,587
  • 28
  • 106
  • 187
1
vote
2 answers

How to view own permissions in Trac?

I'm a user on a publicly available Trac setup of some project. I've been using the XMLRPC interface now for quite some months but today I got a message in my UI that I need XMLRPC permissions. I'm unsure if this is an error on my end or the…
hakre
  • 193,403
  • 52
  • 435
  • 836
1
vote
1 answer

How to list the existing projects on a Trac server using xmlrpc?

I think it's all in the subject. It seems that XMLRPC Plugin can only export info about a precise project but not about the existing projects. I have been looking for some plugin doing that for hours but nothing comes out. Are you aware of…
damko
  • 301
  • 1
  • 12
1
vote
1 answer

serving TRAC on windows IIS using isapi_wsgi

any way to serve TRAC on windows IIS using isapi_wsgi ? The isapi_wsgi adapter is considered stable. It has been used to deploy many wsgi compliant Python web applications and frameworks including Django, TurboGears, Mercurial and…
ruby
  • 671
  • 5
  • 7
1
vote
0 answers

Migrating Trac Wiki

I am trying to move Trac data from an old server at my workplace to a new server but I am stuck on the last step of migrating our wiki data. We use Trac 1.0.1 and are trying to update to Trac 1.2. The part I am stuck on is dumping the wiki. I have…
David222
  • 11
  • 3
1
vote
2 answers

How to get max id of ticket list in a trac environment?

I'm developing a small utility script for trac which needs to know which is the max ticket id present in each environment. At this time (with trac 0.11) I'm getting this extracting directly from the trac database with sqlite api, but since we have…
theist
  • 3,270
  • 2
  • 22
  • 23
1
vote
1 answer

Starting TRAC server with multiple independant projects

I'm running a TRAC server (tracd service) with 3 independant projects configured. Each project has an own password file in order to keep the user management independant. TRAC is started as a Windows service as described on…
Widtmann
  • 13
  • 2
1
vote
2 answers

Autentication integration between Trac and MediaWiki

Hello and thanks for your time! Scenario: - one apache 2.2, one mediawiki 1.7.1 with his mysql database, many different trac installation(70+), every with version 0.11.4, user autenticate on my company website using apache but later need to…
Marco
  • 11
  • 3
1
vote
2 answers

Allowing anonymous users in Trac (apache/mod_wsgi)

I have trac installed and running great using apache2 and mod_wsgi. However when ever a user tries to access even the front page they are greeted with a login. I've tried several things, but everything I try either disables the authentication all…
chriscauley
  • 19,015
  • 9
  • 33
  • 33
1
vote
1 answer

In Trac, is it possible to add "text-decoration: line-through" as a custom __style__?

I'm getting Trac 0.12.1 set up for the first time, and have written a few custom report queries. However, I am having difficulty getting the custom __style__ macro thingy (described in the docs here) to display a text-decoration: line-through;…
Kamalnayan
  • 89
  • 4
1
vote
2 answers

trac rich client

My company uses trac for bug tracking, and while it works fine, I find the web interface a bit clunky, particularly when it comes to sorting and quickly switching between tickets. Are there any rich client interfaces or maybe Eclipse plugins? I've…
Jeff Storey
  • 56,312
  • 72
  • 233
  • 406
1
vote
1 answer

Trac - get programmatically wiki page content behind authentication

I'd like to get the content of a wiki page from my trac (1.0.9) using a script. My Trac is served through apache httpd and adopts a Basic AuthType. So I tried to use wget as follows wget http://my/trac/wiki/MyWikiPage?format=txt --user=
Federico Destefanis
  • 968
  • 1
  • 16
  • 27
1
vote
0 answers

Subversion & Trac : Age column displaying "48 years" after upgrading to 1.2.2 + Empty Author & Last change

We recently changed our development server, and upgraded from Trac 0.12.2 to Trac 1.2.2. But now, for all our files and directories, the "Age" column shows "48 years" (it thinks that the file/directly was last modified on 1970-01-01), the "Author"…
Emmanuel
  • 11
  • 1