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

Workflow based on component in trac

How is it possible to edit trac so a new ticket with component X follows workflow X and component Y follows workflow Y
Chris Seymour
  • 83,387
  • 30
  • 160
  • 202
0
votes
2 answers

Reading and processing an uploaded file for a Trac plugin

I'm trying to write a plugin for trac but I'm missing sthg. after reading all the tutorials made by the site trac. So I'm trying to upload a file to the sever using the POST method this a simplified example :
cyberbrain
  • 639
  • 2
  • 6
  • 12
0
votes
2 answers

trac roadmap progress bar

I've recently migrated a trac project to a new machine and now the roadmap progress bars are not displayed. I've tried enabling and disabling RoadmapModule under the Admin -> General -> Plugins -> Trac 0.12.3 menu. I've also checked the project file…
Chris Seymour
  • 83,387
  • 30
  • 160
  • 202
0
votes
1 answer

Getting user entries from a Form based on Genshi Template

I'm trying to write a Plugin for Trac. I've succeeded to export variables contents from my request (process_request) to my template ...but I still having problems doing it in the other way : how to catch the information taped by the user ?
cyberbrain
  • 639
  • 2
  • 6
  • 12
0
votes
2 answers

trac: modification roadmap thru style.css doesn't work

I'd like to add new group on the trac roadmap progress bar. To do this I've modified trac.ini file with: # Definition of an 'rejected' group: rejected = rejected rejected.order = 2 rejected.css_class =…
user1146081
  • 195
  • 15
0
votes
2 answers

Subversion: download files modified between 2 revisions

We are currently using trac and have become dependent on one of its features. Within the source browser, you can press View Changes and see all the diffs between 2 revisions. And we love being able to download a zip file that contains all the files…
Gabriel Solomon
  • 29,065
  • 15
  • 57
  • 79
0
votes
2 answers

Trac Advanced Reports

I have a trac report that displays how many tickets are at each stage of the workflow. Is it possible to make reports dynamic, so if a row is clicked a report for those tickets are shown. SELECT stage, count(status) as 'Number of Matches', id as…
Chris Seymour
  • 83,387
  • 30
  • 160
  • 202
0
votes
1 answer

Trac ticket type modification doesn't change workflow

I have two ticket types 'new' and 'update' each with different workflows. How do I implement in the trac.ini file that if a ticket type is modified the workflow is also changed to match the type. It should be modified to the first stage in the…
Chris Seymour
  • 83,387
  • 30
  • 160
  • 202
0
votes
2 answers

Web Server: SVN Repository

I am looking for a web server where I can place my SVN repository on. The solution should have a ticket tracking system like TRAC, and the ability to deploy to live from the server using a tool something like Hudson and have PHPUnit testing built-in…
Thomas
  • 342
  • 11
  • 29
0
votes
1 answer

TRAC: how to add a component/milestone to a wiki page?

TRAC tends to separate wiki pages and tickets quite a lot, but there is definitely an argument for cross-reference. I know that the TagsPlugin unifies both ticket "Keywords" and a new "Tag" list for wiki pages. I'm looking for a similar…
fommil
  • 5,757
  • 8
  • 41
  • 81
0
votes
3 answers

Does TRAC have a similar thing to MediaWiki's "CreateBox"?

I have previously used MediaWiki's excellent CreateBox plugin to make page creation really easy. Essentially, CreateBox presents the user with some pre-defined parameters (e.g. name of page possibly with suggestions from the current date) which will…
fommil
  • 5,757
  • 8
  • 41
  • 81
0
votes
1 answer

TRAC host that allows plugin customisation

My research and development environment calls for a heavily customised TRAC with a corresponding subversion repository and a binary file store (e.g. WebDAV). I have my eye on at least 10 plugins that I would like to use (from integration with time…
fommil
  • 5,757
  • 8
  • 41
  • 81
0
votes
2 answers

I need plugins for Edgewall Trac

I need the following plugins for Trac (if exist): Diagrams: Gantt and other; Export to MS Excel; Dashboards: control panels, monitors
user1134181
0
votes
1 answer

New Trac environment with new data base

When I run the Edgewall Trac setup wizard by using the following command: trac-admin c:\projects\trac\0project initenv I should specify the "Database connection string", such as: mysql://user:pasword@host:port/db Should I have a separate database…
user1134181
0
votes
2 answers

Trac JSON RPC Issue when using JQuery AJAX

I'm trying to access some data through JSON RPC using the trac XMLRPCPlugin using my own method 'plugged' into one of it's extension points on the server side and a JQuery AJAX request on the client side. I can access the data fine using the Firefox…
pwilding
  • 33
  • 1
  • 6