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

Correct way to write setup script for setuptools? Can't find the error

For my Trac plugin, I want to pack my scripts and data together as an egg file. I used multiple different examples I found online as reference, but my egg file was not recognized by Trac. I looked inside the egg file with 7zip, and all of the files…
Raimund Krämer
  • 1,255
  • 1
  • 11
  • 29
2
votes
1 answer

IntelliJ Idea integration with trac

I'm using Intellij Idea 14.1.4 on a Windows 10. I'm having trouble getting the Trac (Task Management) integration plugin to work. Idea able connect to Trac ( 0.12.3 ) server and download a list of task for user, but it didn't show description of…
potapuff
  • 1,839
  • 4
  • 18
  • 36
2
votes
2 answers

Open and close trac tickets with a single commit

I am looking for a way to add a post-commit or pre-commit hook to my VCS that will allow me to both create and close a trac ticket in one go. The use-case is for when a bug has been found, and corrected, but a single developer who wants to make sure…
Jerub
  • 41,746
  • 15
  • 73
  • 90
2
votes
0 answers

Install SMTP server and send email from localhost to localhost

I see lot of posts regarding this. But I don't get the right information to work on this. I know that it is possible to send email from localhost to Gmail. But I want to send email from my localhost to my localhost. Is this possible ? If yes, how to…
Langdon
  • 53
  • 1
  • 8
2
votes
1 answer

VisualSVN Server + Trac Authentication Problems

I have Trac set up on my VisualSVN server (using Subversion authentication), however every time I navigate to the Trac home page after opening the browser, I get the basic authentication dialog asking me for my username/password. What I would like…
Dan Scott
  • 139
  • 1
  • 9
2
votes
2 answers

Multiple Trac projects

I'm building an integrated system where I am using Trac for wiki support running on apache webserver 2.2 with mod_wsgi. I had this idea to have a folder structure that is not \Trac\Project but something a little more complex. I want my filesystem…
Filipe Pinheiro
  • 1,082
  • 8
  • 32
2
votes
3 answers

Cannot Load Python Bindings for PostgreSQL - psycopg2

Once upgraded from Lion Mountain to Mavericks (10.9.4), Trac installation stopped working. First, I try to get it solved by upgrading the Trac installation, but I'm getting the following error message: $ trac-admin /Users/myuser/Documents/2014/trac…
emecas
  • 1,586
  • 3
  • 27
  • 43
2
votes
2 answers

how to get trac to run with apache?

i have some problems getting trac to be running with apache. have no idea of how to do and the tutorial i followed doesnt work. http://trac.edgewall.org/wiki/TracModPython i have an empty /etc/apache2/httpd.conf. should it be empty? then i followed…
never_had_a_name
  • 90,630
  • 105
  • 267
  • 383
2
votes
1 answer

Should I start with Trac 0.12?

I'm going to start using Trac for the first time. From what I've gathered, the latest 0.12 is capable of supporting multiple project easily (which is something I will need since I got about 5 projects). However, it seems 0.12 is still in the…
Amree
  • 2,890
  • 3
  • 30
  • 51
2
votes
3 answers

Setting up authentication in Trac

I am in the works of setting up a Trac server for my (small) company and need a bit of help/guidance with the authentication mechanism. We have for some time developed our own web application which our users access in their day to day work. It is…
2
votes
1 answer

Including JavaScript in a Trac Wiki page

I want to include a JS snippet in a Wiki page. I read this post: Referencing javascript from trac wiki and set rendering_unsafe_content = true under [wiki] and restarted the server. I then placed this in a new/empty wiki page: {{{ #!html
dlchambers
  • 3,511
  • 3
  • 29
  • 34
2
votes
1 answer

Using PHP to manage(add/edit/update) Trac via XML-RPC - Sample code/Tutorial?

I know there exists xml-rpc plugin for Trac (http://trac-hacks.org/wiki/XmlRpcPlugin), but I was wondering if anybody knows any example/tutorial for using xml-rpc PHP client to update Trac infos. Thanks
Hossain Khan
  • 6,332
  • 7
  • 41
  • 55
2
votes
2 answers

Unable to acquire db connection from Trac?

Attempting to install Apache Bloodhound (which is built atop Trac) on Ubuntu 13.10 x64 server. I have followed their installation guide precisely (for Postgres). Error output from bloodhound_setup.py Error: TimeoutError: Unable to get database…
stackoverflowuser95
  • 1,992
  • 3
  • 20
  • 30
2
votes
1 answer

trac and svn (tortoise) - "Issue Tracker Plugin" - ( yes, yet another svn and trac question)

I would like to be able to "get information from the issue tracker" as described in the section "Getting Information from the Issue Tracker" at: http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-dug-bugtracker.html (display a dlg box to the…
Tim
  • 20,184
  • 24
  • 117
  • 214
2
votes
1 answer

Create Trac ticket from Google Form GAS script?

This is a followup question to my original question here. The decision between Bugzilla & Trac seems to have been made for us, and Trac it is. Here are the options I've found so far: Leverage our current Google Form based bug report by…
delliottg
  • 3,950
  • 3
  • 38
  • 52