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

Errors with python-openid and Google Apps Federated Login

UPDATE I managed to get it working although I'm not quite sure why ;) It seems like python-openid uses a POST-request to issue the openid mode=associate and for some reason Google doesn't like that. When I patched python-openid to use a GET-request…
Markus Olsson
  • 22,402
  • 9
  • 55
  • 62
4
votes
1 answer

Trac - Windows - How's trac projects organized?

I'm following official guide to install Trac on windows xp. Now all were installed, and i am told to do trac-admin c:\trac initenv As i have multiple SVN repositories organized like ../SVN/Repository/project 1 ../SVN/Repository/project…
Edward
  • 4,858
  • 9
  • 37
  • 42
4
votes
3 answers

How to link to html file in Trac

I want to link from my project Trac page to my javadoc index.html file, which is located inside the source repository. However I don't know how to link in such a way that the file will be rendered as a usual page. I tried [source:.../index.html]…
Asaf David
  • 3,583
  • 3
  • 29
  • 33
4
votes
3 answers

Integrate Python app into PHP site

This might sound really crazy, but still... For our revamped project site, we want to integrate Trac (as code browser, developer wiki and issue tracker) into the site design. That is, of course, difficult, since Trac is written in Python and our…
Franz
  • 11,353
  • 8
  • 48
  • 70
4
votes
0 answers

Is there a simple Bugzilla/Trac client for use by non software folks?

I'm aware this isn't exactly a programming question, but it directly impacts our developers and the code we're assigned to write. If there's another SO-like forum where this could be better posted, please let me know and I'll take the question down…
delliottg
  • 3,950
  • 3
  • 38
  • 52
4
votes
3 answers

Detecting infinite recursion

I'm creating a macro for Trac, and one of the things it does is to render a bit of wiki text, that can in turn use the same macro. This can give rise to an infinite recursion if the inner macro is invoked with the same arguments (i.e., renders the…
Filipe Correia
  • 5,415
  • 6
  • 32
  • 47
4
votes
3 answers

Is there a wiki processor for Trac to format and colour Python tracebacks?

Understandably many of the tickets we file in Trac contain tracebacks. It would be excellent if these were nicely formatted and syntax highlighted. I've conducted a cursory Google search for a Python traceback wiki processor and have not found any…
brotchie
  • 491
  • 4
  • 10
4
votes
3 answers

Configure trac for anonymous ticket submissions

How would one configure trac to allow anonymous submission of tickets?
thr
  • 19,160
  • 23
  • 93
  • 130
4
votes
2 answers

Cannot load Python bindings for MySQL - Trac

I recently started getting the following error in my trac install: Cannot load Python bindings for MySQL I, unfortunately, had to reinstall MySQL, and, afterwards, I started getting those issues. I have spent the last hour trying to track something…
Sebastian Frohm
  • 418
  • 5
  • 16
4
votes
2 answers

How do I submit a bug to Tracker, MantisBT, or Trac programatically?

I've got a program that I've been working on at home for a while, and I decided finally to throw it up on SourceForge. SourceForge offers Tracker, MantisBT, or Trac for bug tracking. My app already has a "Sorry, an error occurred" dialog, but I'd…
Jeff
3
votes
2 answers

Extract JavaDoc with Python

I'd like to integrate the documentation of a Java/Android project in a Trac instance. As Trac is written in Python I need a way to extract the JavaDoc comments from within Python. Can anyone give me some hints how to accomplish this? I've thought of…
Julian
  • 2,051
  • 2
  • 22
  • 30
3
votes
4 answers

Trac Logo issue

I installed trac (v 0.11.7) on my debian box. Everything runs fine except I couldn't get logo to display. I used mod-wsgi and deployed the project to a folder named 'deploy'. Inside deploy folder, I have a htdocs folder that has two subfolders:…
Unplug
  • 709
  • 10
  • 27
3
votes
2 answers

Any nice way to generate a timeline view of commits from subversion?

Just starting out with subversion, have set up repos for 3 current projects and all seems good. Subclipse is nice isn't it! Anyway, what I'd like to have is a nice timeline showing the commits with comments for these repos. They are all hosted on…
Rich Bradshaw
  • 71,795
  • 44
  • 182
  • 241
3
votes
2 answers

How can I create new project in Trac?

I have installed Bitnami Trac for windows. (bitnami-trac-0.12.2-5-windows-installer) During installation, it asked me for creating project and username and password. I successfully created project and set up a user for me(admin). At the moment,…
Ata A-design
  • 49
  • 1
  • 4
3
votes
3 answers

How do I set the time zone in Trac?

I am struggling with setting up time zones with Trac. I have searched around but I have found nothing helpful. What can I do? Both a whole site timezone or a per-user timezone settings would be helpful.
George
  • 15,241
  • 22
  • 66
  • 83