Trac is an enhanced wiki and issue tracking system for software development projects. Trac uses a minimalistic approach to web-based software project management.

learn more… | top users | synonyms

0
votes
1answer
6 views

TRAC. Return a javascript variable back to javascript

Is there any way to pass a javascript varialbe during process_request in trac 0.11? The code goes like this: def process_request(self, req): component = req.args.get('component_name') ...
2
votes
1answer
36 views

How can I trace a multi-thread software?

I have a multithreading client-server software and it's a bit hard to debug when 10 client is connected. I have a few questions regarding the tracing. How can I trace a only a certain file or class ...
0
votes
1answer
17 views

Which tables/fields reveal user activity in Trac?

(This may be a webapp question.) I would like to use Trac 1.0.1 activity for time tracking. For example, closing a ticket, editing a wiki page or leaving a comment I was imagining output something ...
0
votes
2answers
21 views

Trac - assign milestones to certain components

Is there a possibility to assign a number of milesstones to their respective components? The idea is a following: We've got components [A,B,C]. Component A has milestones [1,2,3] Component B has ...
0
votes
2answers
44 views

Trac query to show tickets that are past due date

SELECT id AS ticket, status, priority, reporter, owner, time AS created, summary FROM ticket WHERE status IN ('new', 'assigned', 'reopened') and reporter = $USER ORDER BY time, priority ...
0
votes
2answers
22 views

Modifying workflow to add a status and split on ticket type

I am hoping that someone can help me as I am completely lost. I need to modify the workflow for TRAC so that if the ticket type is SPR, it gets assigned to our QA, and they are the only ones allowed ...
1
vote
3answers
88 views

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 ...
0
votes
1answer
39 views

trac and subversion - adding comments to a ticket with subversion

Could anyone please help me with Apache Subversion and Trac? When I commit a change and say "message closes #123" then my message is displayed inside the actual ticket and shows that it has been ...
0
votes
1answer
57 views

How can I allow Git commit messages like “fixes #3” to update Trac tickets?

I have just installed Trac 1.0.1 on a server that also holds a Git repository. I’d like to be able to close Trac tickets by including things like “fixes #3” in the Git commit messages. This should ...
-1
votes
1answer
36 views

TracJSGanttChart throws errors [closed]

If I do not add the right custom ticket fields, TracJSGanttChart throws an error instead of rendering the chart. I tried to solve this by adding userstart and userfinish. But it still crashes with ...
1
vote
2answers
102 views

git trac post-receive hook

I have upgraded trac from 0.10 to 1.0 recently, and successfully linked the trac instance to svn and git repositories. However, I got some major problems during set up of git repositories ...
0
votes
1answer
51 views

How to remove trac cleanly?

I need to remove Trac but I don't have enough clue. I heard that I can simply remove all files and they are under /usr/lib [root@deadwood /]# find /usr/lib -name "*trac*" ...
0
votes
1answer
45 views

Sublocation for Trac on Apache2 web server

I need to put Trac on a URL path other than /. If I take the configuration from http://trac.edgewall.org/wiki/TracOnUbuntu and modify the Location blocks, I get the error message "No handler matched ...
0
votes
2answers
43 views

Where does trac store the users and passwords in a default installation?

I have a long list of users to delete. I logged in the trac.db but I don't find anything similar to a user/password table. where does trac store the users and passwords in a default installation?
0
votes
1answer
15 views

How to test in genshi if get parameter is set?

Is there way to test in genshi that certain get url parameter is set? There seems to be no documentation to this. I just need to render in template error message if there is parameter error in url.
0
votes
1answer
38 views

Automatically adding new Git branches to Trac

How can I tell Trac about newly-added Git branches? Since talk about Git can get confusing quickly, here's a concrete example: Suppose I have a "central" Git server, foo.example.com, which my Trac ...
0
votes
1answer
38 views

Show number of replies/comments on Trac report

I'd like to add a count of replies for each ticket shown in the Active Ticket report. Here's my current query: SELECT p.value AS __color__, id AS ticket, summary, component, version, milestone, ...
0
votes
0answers
58 views

Installing and configuring Trac

I have a bunch of SVN repositories on my server and I'm wanting to install Trac on in order to view the source of the repositories I got Trac from github and I'm running 1.1.2-dev I installed ...
0
votes
0answers
50 views

Genshi UnicodeDecodeError error while rendering template

In html file when I add this certain string of Russian to the element the genshi says this error Genshi UnicodeDecodeError error while rendering template. Any idea why and how I could fix it? If I ...
2
votes
1answer
57 views

git object folder permission

I am trying to hook the trac with git, and most are fine, except for SOME repositories, I could not get the revision information out of git. After I have done the following, the revision is correctly ...
1
vote
2answers
156 views

subversion 1.6.x(1.7.x) python 2.6+ bindings for Trac

I have Trac 0.12rc1(customized by somebody) it needs python subversion bindings to work with svn repos. But all of my attempts to compile the libraries ended with: Last command in make: /bin/sh ...
-1
votes
1answer
65 views

Trac 1.0.1 + AccountManagerPlugin + SQLAuthStorePlugin How To Use

I would like to use SQL plugin in AccountManagerPlugin for Trac 1.0.1, but I could not figure out how to set to use that: http://trac-hacks.org/wiki/SQLAuthStorePlugin Thank's
1
vote
1answer
27 views

how to fix a double LEFT JOIN in a trac report

We use a customized version of trac where people can give scores for the bugs based on two criteria, let us call them severity and importance. For simplicity, let us say that the database contains ...
0
votes
1answer
50 views

trac on windows - authentication

I wish to use trac (for defect tracking) on windows - as it has nice integration with svn (also on windows). I got it installed (winpy version) using python 2.7 and was able to get the standalone ...
0
votes
2answers
35 views

Invariants in trac's customizable ticket workflow

I tried looking at the documentation for Trac's (0.12) customizable ticket workflow. The authors claim that it is completely customizable, but there is something I don't get then. There must be an ...
0
votes
1answer
55 views

Can I override new Trac ticket custom fields based on other info provided on submit?

After installing TracJsGantt on our 0.12.3 Trac install, I am trying to improve the process of setting intelligent default values for the custom date fields required by TracJsGantt to track the start ...
0
votes
1answer
127 views

TracD / Python on Windows 8

Background: Upgrading development environment to Windows 8 (x64) with clean install. Trac/Python setup is identical to long established working and reliable implementation under Windows 7 (x64). ...
1
vote
1answer
29 views

Two completely seperate versions of trac

I would like to install a complete new version of Trac alongside of our current version (0.11.7) and I am looking for ways to do this. After some research, it says to use python's virtualenv, but I ...
0
votes
1answer
75 views

Installing Trac as a Windows Service on Windows Server 2008

As the title suggests, I'm trying to install Trac as a Windows Service on Windows Server 2008. I've looked into the instructions at Installing Trac as a Windows Service. Out of the different options ...
1
vote
0answers
89 views

Syncing SVN projects with TRAC

I have a TRAC (version 1.0) and SVN server (version 1.7.8) installed on my system (Ubuntu 12.04). There are many svn projects in repository (/var/lib/svn) and correspondingly many trac projects in ...
0
votes
1answer
55 views

Hudson with Trac

Event provider HudsonTracPlugin failed for filters "Hudson Builds": IOError: Error getting build info from: ...
0
votes
1answer
128 views

Is there any way to remote query tickets from trac

I have a trac server running at http://127.0.0.1:8001/project/ then i want to query the tickets by script rather than from web UI. So i searched in the internet and get the plugin tracxmlrpc, i ...
2
votes
1answer
98 views

svn track changes in single file throughout the project

I am in a situation where we have used a plugin in our project, I am a front end developer so, a guy blamed on me that I have made changes directly inside the plugin code which is obviously a bad ...
2
votes
1answer
137 views

Letting CommitTicketUpdater work in trac with svn

I use trac as my issue tracking system, together with svn. Lately I have discovered that commit messages may also modify tickets (add comments, close them) with the distributed CommitTicketUpdater ...
0
votes
3answers
142 views

Join table with composite key twice

Given the table ticket with the primary key id and the table ticket_custom with the composite key ticket,name how can I join for id = ticket and name=X and id = ticket and name=Y. The table ...
0
votes
1answer
78 views

Use a Pygments lexer with no mime type in Trac?

I'd like to have Trac colorize my aspx files but I can't find a way to make it work. I can easily add a mime-type/extension mapping for most Pygments lexers, but the CSharpAspxLexer doesn't have an ...
1
vote
1answer
43 views

Trac/Agilo got broken after OS upgrade

I did an os upgrade from debian etch to squeeze and after that my trac/agilo died, the problem is that when committing code to subversion it gets trough, but at the same time trac/agilo gives this ...
0
votes
1answer
37 views

set date closed trac ticket

I have a set of tickets that were managed via a primitive MS Excel sheet. The worksheet was as follows Opened Date | Closed Date | Ticket Content I want to put them on trac in order to have a ...
1
vote
2answers
474 views

post-commit-hook.bat (Windows+VisualSVN Server +Trac 0.12) close ticket from commit

Windows + VisualSVN Server + Trac 0.12 I want, that tickets automatic close, when commit text have "close #2" (or other command, all the same)
0
votes
1answer
150 views

How to browse git branches in Trac 1.0?

I set up Trac 1.0, added the entry tracopt.versioncontrol.git.* = enabled to [components] and used the Admin panel to add my repository. While branches show up in the timeline, the source browser does ...
2
votes
1answer
514 views

Trac 1.0 unable to browse source for Git repository

I am having a slew of problems concerning git with the new Trac 1.0. I have updated Trac from 0.12 to 1.0. The new version of Trac now comes with native git support, but I do not see the Browse Source ...
0
votes
1answer
68 views

writing my first Trac macro

Ok, I've looked all over, and I think I'm doing this right, but I'm not getting any results. Is there anyone out there who's written Trac macros that can guide me through the first steps? Here's ...
0
votes
2answers
50 views

How To share configurations between Two or more TRAC environments

hope this is a good spot for my question, for it i SW Related, but not code related. We, in our company are using TRAC for Issue tracking and management of the Code links, I am very satisfied by it, ...
0
votes
1answer
56 views

Trac templating system

I am trying to understand the templating system. There is a /templating directory with following README: It is not advised to make local modifications to those files after installation, as they ...
2
votes
1answer
343 views

Can Gerrit replace Trac for issue tracking and code browsing

My system contains: Multiple git repositories, Trac 0.12.2 for issue\feature tracking, wiki pages and code browsing (diffs etc.) Jenkins for CI, it pushes versioning changes to git when releasing. ...
1
vote
1answer
30 views

Edgewall Trac 0.12.3 in Linux Mandriva — missing section “Users”

I installed Edgewall Trac 0.12.3 in Linux Mandriva and add themselves to the administrators. In the administration panel, I see the following: How much I remember (from Windows- versions) should be ...
2
votes
1answer
93 views

Linux (ubuntu). SVN + TRAC. Displaying SVN project in TRAC

I have already installed trac + svn (Linux Ubuntu). It is necessary that a TRAC could see a list of files in the SVN repository. In localhost/trac/browser/ I see the error: "Unsupported version ...
0
votes
2answers
143 views

Python module (easy_install) installation error

I install Edgewall Trac 0.11 on Linux Mandriva and I need a module setuptools-0.6c11-py2.5.egg for Python 2.5 When I execute - sh setuptools-0.6c11-py2.5.egg I get an error - error: Invalid ...
3
votes
2answers
75 views

Include date closed in Trac custom report

I'm using the following to show tickets that have been closed, with newly closed tickets at the top: SELECT p.value AS __color__, id AS ticket, summary, component, version, ...
0
votes
2answers
479 views

Trac and fcgi Apache on CentOS 6 - error

I've been pulling my hair out over this one, so hopefully someone can shed some light on this. I've been trying to install Trac 1.0 on a CentOS 6.3 server using Apache and mod_fcgid. When I point my ...

1 2 3 4 5 10