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

Trac Wiki - XMLRpc

The company I work at has a wiki based on Trac. I have created this program that allows the user to generate an updated version of a wiki page. The program works and the page is updated, but in the history - the user is anonymous. I did all my…
mokko211
  • 597
  • 2
  • 9
  • 25
0
votes
2 answers

Unable to serialize datetime.datetime object in dictionary to JSON using python and trac

I have a list of dictionaries (each dictionary representing 1 record of an SQL query) which I am trying to serialize as JSON. There are several datetime.date and datetime.datetime objects in these dictionaries which are proving difficult to…
pwilding
  • 33
  • 1
  • 6
0
votes
1 answer

trac-past-commit-hook on remote repository

Trying to set up the svn commit with trac using this script. It is being called without issue, but the problem is this line here: 144 repos = self.env.get_repository() Because I am calling this remotely self.env_get_repository() looks for the…
going
  • 9,669
  • 4
  • 36
  • 37
0
votes
2 answers

Trac - WHERE statement in SQL lite query is "false" for all tuples altough it should not be

The following SQL Lite statement in Trac SELECT id, changetime / 1000000 as 'MODIFIED', strftime('%s',"now") as 'NOW', ((strftime('%s',"now")) - (changetime / 1000000)) as 'DIFF' FROM ticket WHERE (CAST(((strftime('%s',"now")) -…
Florian
  • 388
  • 2
  • 3
  • 13
0
votes
2 answers

How do I "semi install" a plugin that is normally installed as an egg, using setup.py develop?

I am trying to debug a plugin issue with Trac and TracMercurial. The plugin does not quite work for me when packaged as an egg and deployed normally. Using setup.py develop results in plugin not being visible. Using setup.py install works fine,…
Warren P
  • 65,725
  • 40
  • 181
  • 316
0
votes
1 answer

Post-Commit Hook & Trac

Having a few issues with my post-commit hook script and track - hoping someone can help. The scripts all work fine - no errors - but for some reason trac doesn't update. I turned on logging and found this: Trac[svn_fs] DEBUG: Subversion bindings…
Max
0
votes
1 answer

Post-Commit Hook with Trac

So I followed the instructions of the great post left here Post Commit Hook with Trac and SVN and the associated posts mentioned for Trac + VisualSVN on windows. I have set everything up - and when I run the "post-commit.cmd" - I get no errors at…
Thomas
0
votes
2 answers

Easy-Install, Setuptools and manual install of Python 2.7.3 on a computer : trying to upgrade Trac

I am working on a server and I am experiencing problems installing "easy-install" module for python 2.7.3 This is very unusual and that's why I come to you guys (couldn't find any solution on the Internet) This server is a debian 2.6.32. The company…
Yace
  • 165
  • 1
  • 3
  • 6
0
votes
1 answer

Trac plugin development: How to get access to trac.ini item from plugin

I have created a plugin which is working perfectly fine! Now I need to get access to some value in trac.ini from that plugin The plugin is implementing ITemplateStreamFilter the method is def filter_stream(self, req, method, filename, stream,…
bakytn
  • 344
  • 5
  • 17
0
votes
2 answers

TRAC, hide a project in available projects page depending on permissions

I have multiple projects in TRAC. I'm using mod_wsgi, and my wsgi script file TRAC_ENV_PARENT_DIR variable is pointing to the folder containing folders with all these projects. A few users have access to different projects. When a user visits the…
Andrew
  • 71
  • 6
0
votes
1 answer

Accessing Multiple Trac projects with IIS using isapi_wsgi

I'm a newbie in the bug tracking system world. I managed to install Trac 0.12 in Windows Server 2003 and was able to serve the project using IIS through an isapi_wsgi extension using the procedure found here:…
Pmalta
  • 3
  • 1
0
votes
4 answers

Does Trac modify the Subversion repository it's configured to browse?

I'm a control freak, so I wonder if there is a way to modify repo files from Trac? And if yes, how do I block it? I've been playing around trac.ini but nothing seems to suggest it actually writes to repository, but I guess it's better to ask first…
user796443
0
votes
1 answer

python 2.6: socket.error (fixing Trac)

I'm trying to fix the following exception I get while running Trac 0.11 with mod_fcgid on Apache2: Unhandled exception in thread started by > Traceback (most recent call…
lynix
  • 145
  • 8
0
votes
2 answers

When do we get an "AssertionError: HDF dataset not available. Check your clearsilver installation"

I am trying to install a dbauth plugin for trac. I know that I probably should be chasing this on other trac and trac-hacks related forums but still I am wondering, why do one get this error? What exactly is happening? In my case the dbauth plugin…
mbilyanov
  • 2,315
  • 4
  • 29
  • 49
0
votes
1 answer

Automatic assignment of tickets with Trac

I'm using Trac (v0.11), and I'd like to: automatically assign a ticket to someone, as it's opened, basing on certain rules hide the "assign to" and "CC" fields from the "new ticket" screen How can I do that (scripting, workflows, etc.)? Thanks
friol
  • 6,996
  • 4
  • 44
  • 81
1 2 3
47
48