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
1
vote
2 answers

Referencing javascript from trac wiki

I have a problem running javascripts from trac. I know there are security issues around this, but my trac installation is only used as an intranet. I have got the following code to work (requires setting rendering_unsafe_content = true under…
Bjørkman
  • 11
  • 2
1
vote
1 answer

Getting wiki output from TinyMCE/CKEditor (for Trac plugin)

I'm working for a company that uses Trac. Problem is, no one likes Trac's wiki-editor, and the wysiwyg plugin isn't as good as we'd like. To solve this, we've decided to create our own Trac wysiwyg plugin (hopefully, I'll be allowed to Opensource…
Editorman
  • 319
  • 1
  • 2
  • 7
1
vote
1 answer

updating trac timeline automatically

My svn revisions are not showing on the trac timeline every time I commit. I have to resync the repository in order to make the updates appear. I want the revisions to appear on the timeline without me having to resynchronize the revisions with:…
user3105533
  • 321
  • 3
  • 11
1
vote
1 answer

Trac - Logout force session delete

When I click on Logout link in Trac, the session still remain. How to force cleanup session when user click on Logout?
1
vote
2 answers

Does Trac provide URLs that are callable for GitLab Web Hooks?

Is it possible to notify a Trac installation about new revisions by calling a URL? I have that GitLab server that allows me to trigger WebHooks when new revisions were pushed. Is there an interface on my Trac server that I could call in order to…
eckes
  • 64,417
  • 29
  • 168
  • 201
1
vote
0 answers

trac authentication issue with mercurial

I'm trying to get a Trac install working on a Centos box. I have installed Trac (v 0.12.1) and tracmercurial plugin (http://trac.edgewall.org/wiki/TracMercurial) rev #@9946. So far everything seems to be working fine EXCEPT when i go to the login…
Adil
  • 2,092
  • 3
  • 25
  • 35
1
vote
4 answers

delete all trac pages at once

is there a way to clean, delete all the wiki pages so i can have a clean index, with only the pages i have created ?
Ernest
  • 962
  • 3
  • 12
  • 28
1
vote
0 answers

Migrating to Retrospectiva

We're interested in an Agile PM System and have picked out Retrospectiva. We really need to be able to migrate tickets out of our existing system and were interested in taking a look at the migration scripts. In their wiki they link to two scripts…
Thermionix
  • 669
  • 1
  • 6
  • 17
1
vote
1 answer

How can I close a Trac ticket with Git

I have the Bitnami Trac Version installed: Trac 1.0.10 Webserver: Apache 2 It is hostet on a Virtual Machine. Git is also installed there. My Repository is a "Server" Repository on another Server, so TortoiseGit can't do a push/fetch/pull there. I…
Evosoul
  • 197
  • 1
  • 12
1
vote
1 answer

Trac not following SVN access control permissions after Apache upgrade

Platform: Windows Server 2008 R2 Apache 2.2.23 (win32)/SSL 1.0.0j upgrading to Apache 2.4.23 (win32)/SSL 1.0.2h CollabNet Subversion Client SVNServe 1.7.8 Trac 1.0.9 (win32) Python 2.7.1 On a Windows server, I had Subversion and Trac interacting…
mloftis
  • 11
  • 2
1
vote
0 answers

Migrating from Trac to Redmine [Trac2Redmine]

Jump below for solution with Stable Release. Currently I am working on an older release of redmine with older ruby, and finally made it work, my question is still a question though, still all kind of answers & comments are accepted! Lately i am…
K. Furkan BEK
  • 233
  • 1
  • 2
  • 9
1
vote
1 answer

Trac: change ticket count per page in report

In Trac, by default, the the number of tickets per page in a report is 100. Is it possible to increase this count? How? Could I do this in the SQL query? Thanks.
moala
  • 5,094
  • 9
  • 45
  • 66
1
vote
1 answer

Trac Reporting export Change history with date time

am trying to export alle the change history of all my trac tickets via a tab delimited text file export. I successed so far with the following SQL Statement: SELECT id AS Ticket, tc.author as author, tc.field as field, tc.newvalue as…
1
vote
0 answers

Python pkg_resources.DistributionNotFound Error

I am trying to install Trac on windows (64-bit) and i have followed all the installation guidelines. But when i try to run the trac standalone server using tracd, i get this error: PS C:\Python27\Scripts> .\tracd.exe --port 8000…
sham1810
  • 173
  • 1
  • 11
1
vote
2 answers

Getting a listing of Trac projects in Python

Is it possible to do something like using the trac module in Python in order to get a listing of all of the projects in a given directory? If possible it would be nice to get things like the description, too. I can't seem to figure out how to do…
Evan Fosmark
  • 98,895
  • 36
  • 105
  • 117