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
2 answers

List components in a wiki page - or displaying a report's output in a wiki page

I want to list all components we have in our trac system on a wiki page - any ideas? I have written a report that lists them (using distinct etc. so they only display once) - can I use this? Part 2 - we have a custom field of "client", I then want…
Amykate
  • 485
  • 5
  • 8
1
vote
2 answers

Browsing svn with trac browser

I had a repository and today I installed the Trac, I want to browse my repository through Trac, repository_dir is pointing to my repository folder, but I'm still getting the following error: Error: No such changeset No changeset 313 in the…
Mokus
  • 10,174
  • 18
  • 80
  • 122
1
vote
1 answer

Trac: report execution failed: Dynamic variable '$MYVAR' not defined

I'm trying to develop a custom report for trac using SQL. On one of my trac instaces, if I specify I dynamic variable like $MYVAR, it will show a little form on the report where I can fill in that value. On other instances, I get an error that…
Tristan Havelick
  • 67,400
  • 20
  • 54
  • 64
1
vote
1 answer

Trac + AccountManagerPlugin: How do I get cookie sharing working?

I have an active Trac installation with multiple projects. I am using the AccountManagerPlugin to manage user accounts, and to allow users to manage their own accounts. My current AccountManagerPlugin configuration looks like…
Aaron Adams
  • 1,657
  • 16
  • 23
1
vote
1 answer

Trac API won't send email

The Trac web application sends out emails perfectly. I even configured the Trac Html Notification plugin and that works too. I want to use the API to update tickets and have them send out the notification as well and it is not working. I am doing…
javajoe316
  • 151
  • 1
  • 2
  • 11
1
vote
2 answers

Database issue when migrating a Trac project

I am trying to migrate a series of Trac projects originally hosted on CloudForge onto a new Bitnami virtual machine (debian with Trac stack installed). The documentation on the Trac wiki regarding restoring from a backup is a little vague for me but…
SpaceCadet
  • 121
  • 3
1
vote
1 answer

How do you add event to Trac event time line

I am writing a plug-in for Trac. I would like to add an event to the time line each time the plug-in receives some data from a Git post-receive hook. Looking at the timeline API, it seems you can only add new source of events. So you are responsible…
Dinoboff
  • 2,622
  • 2
  • 26
  • 26
1
vote
2 answers

When deploying TRAC/Subversion (SVN) on Apache with mod_wsgi, TRAC doesn't open any page at all

I've deployed trac using apache/mod_wsgi (no SSL) (preferable, since the problem I'm facing with CGI is performance), and it works fine WITHOUT SVN integration. But I actually need SVN, so when I configure the repository path (i.e: repository_dir =…
Lucas Fragomeni
  • 173
  • 1
  • 9
1
vote
1 answer

Detect unset $VARIABLE in query for trac report

I've kludged a trac report that does something like this: SELECT status, id AS ticket, summary, priority, keywords, datetime(changetime/1000000, 'unixepoch') AS last_updated, milestone AS __group__, reporter, owner FROM ticket t …
Arkaaito
  • 7,347
  • 3
  • 39
  • 56
1
vote
1 answer

Call post-receive hook in git in mirorred repo

I'm using trac and I need to call post-receive hook server where trac is installed. Main repository is located in github, so I cloned github repo to local server git clone --mirror ** ** and when I'm running git fetch --all I want, that git will run…
Ich
  • 11
  • 1
1
vote
1 answer

Trac, wiki pages inheritance

I'm managing a project using trac. I have structured pages hierarchically and they look as this excerpt from TitleIndex shows: 0.9 0.9 (this is a page) Xyz 0.9/XyzFaq (this is a page) 0.9/XyzReleaseNotes (this is a page) …
Paolo
  • 20,112
  • 21
  • 72
  • 113
1
vote
2 answers

Migrating Trac 0.12 from Debian wheezy to Trac 1.0.2 on jessie including all plugins

I try to migrate a trac installation from a debian wheezy server to another debian jessie. If I copy all files to the new server I get the message, that I have to upgrade with trac-admin /var/trac/blimus upgrade, which seems to work, but it seems…
rubo77
  • 19,527
  • 31
  • 134
  • 226
1
vote
2 answers

Bulk rename/delete on many wiki pages in trac, how?

does trac web interface provide a way to delete, rename, etc. a lot of wiki pages as a whole, without having to do the tedious task one by one and manually? Something like a checkbox for each page, followed by a Delete button. Thanks
Paolo
  • 20,112
  • 21
  • 72
  • 113
1
vote
1 answer

svn diff through SSH - not same results as Trac?

Greetings, I'm trying to generate a diff for a revision from a remotely hosted SVN repository (hosted with codesion.com). If I view the diff/changeset through Trac, i can see the changes made in the revision. But if I'm trying to generate the diff…
DavidC
  • 71
  • 6
1
vote
2 answers

Show active tickets in Trac wiki home page

in my trac installation I'm looking for a way to show Active tickets in a section of the homepage. How could I do this? Thanks
Paolo
  • 20,112
  • 21
  • 72
  • 113