trac

Trac default language

Hi, How can I set default language for trac. There's nothing about i18n in trac.ini ...

thinking about moving to Trac

We're starting development and are at a point where we need a bug tracking site. Our code is in SVN and we're thinking of using Bugzilla, but setup is tricky. I'm considering going for Trac instead. From what I understand, Trac would need to be on the same machine as SVN. I'm really having a hard time parsing through the Trac documen...

How to print gantt-charts generated on web using python?

I want to print or save gantt-chart(in pdf format). These charts are generated on web after a particular input. Our chart is a plug-in for Trac. I have used Genshi library to generate charts. ...

Finding which files were "FIXED"and how many times between two specific date by using Trac?

I need to find out that how many times and which files are fixed or changed due to a bug between two specific dates in an open source project which uses Trac. I selected Webkit project for that purpose. (https://trac.webkit.org/) However, it can be any open source project. What can I do for that? How do I start? Do i have to use versio...

How is the Trac Project List page customised?

We've been using Trac for a while now for our developers only. However we are now opening it up for our (internal) clients. We have a project listing page (based on the default one that comes with Trac). What we'd like to do, is display more information about the project than what is currently available. I have searched google and here,...

Finding existing tickets before opening new ones on trac

We're using Trac as the task management tool at the project we work in. However, Trac search is maybe not the most intuitive search out there, and we end up having multiple duplicates as the reporters can't effectively find if there already is a reported ticket of the question he or she found. Stack Overflow's "Related Questions" concep...

source code syntax highlighting for trac?

i've intalled trac on my ubuntu server but there is no php syntax hightlighting. i have installed pygments using apt-get install but how do i configure trac so it uses hightlighting for svn browsing? ...

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 the tutorial and typed in: LoadModule python_module modules/mod_python.so so now i...

trac with multiple svn repos?

is there a way to configure trac to use more than one svn repo in trac.ini? ...

How to restore from hotcopy backup in Trac

I have a hotcopy backup file from the trac sudo trac-admin /trac/projectname hotcopy /home/user/desktop/projctname.tracbkp How do i restore this into another project says "projectName2" ...

How can I create a custom cleanup mode for git?

I'd like to have a commit message cleanup that will not necessarily remove lines beginning with a # in the message itself. The default --cleanup=strip removes all lines starting with a # character. The reason being is unfortunately, the Trac engine's wiki formatter uses hashes in the beginning of a code block to denote the syntax type....

Getting logged on user name at any Trac wiki page (Trac 0.11)

When I create a report I can filter the results based on the logged on user name using the $USER magic variable. Is there any equivalent way to get the logged on user name at any Trac wiki page? E.g.: The logged on user is [[User]]. ...

How should the Version field be used in Trac?

I use Trac to track bugs, and future changes in my software projects. Tickets in Trac have a "Version" field and I'm trying to figure out the best way to use this field. Say I find a series of bugs in version 1.0 of my software. I create tickets in track for each and assign them to version 1.0. Now say I fix some of the bugs, and add s...

Trac FastCGI + Python on dreamhost leaves zombie python running

Hello there, Recently I installed trac in one of my dreamhost domains. I followed the instructions of http://trac.mlalonde.net/wiki/CreamyTrac and everything worked perfectly. At least i thought that was the case. After a few days, i started to notice that i was getting random 500 pages. I quickly checked the error log, and found a bun...

tracd server problems

Hello, I got the following error while accessing tracd server, what's going on ? Thanks. [oke@localhost Trac-0.11.7]$ sudo tracd -p 8000 /home/deddihp/trac/ Server starting in PID 5082. Serving on 0.0.0.0:8000 view at http://127.0.0.1:8000/ ---------------------------------------- Exception happened during processing of request from ...

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 structure to be like: -Trac -SomeContext -... -Project1 -Project2 -S...

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 to do is have a login form in Trac, which would allow me to log in forever using cookies. ...

mod_wsgi for multiple trac projects [Windows]

Hello, I have a system with windows server 2008, Apache httpd 2.2 and trac 0.11 i'm using mod_wsgi so the apache server do the web server job. Integration with Trac after read this site i found that the most suitable solution was the following (i have in my httpd.conf the line Include conf/extra/httpd-trac.conf) httpd-trac.conf Loa...

How to run own python script in Trac

Hi All, I want to customize the project page (trac/templates/index.html). I want to use a table to show more project-specific information. For instance the admin list of each project, the build status of each project. These information are stored in trac's database. I am afraid that the default template engine is not able to give me ...

Trac & Sqlite PK problem

I create my trac enviromnets using a sqlite database, it works very well. Now i want to get some information directly from the database and i'm using C# to do it using System.Data.SQLite. The problem i have is an error in the designer cause the tables don't have primary keys. After get this error i went and noticed that all tables that...