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

How to modify trac workflow from admin panel?

I've got a trac system v0.12.3 on remote host (mysvn.ru) and I haven't any access to the file trac.ini. And I have to modify trac workflow from admin panel. May be with the help of some plugins. I have trac_ini_editor plugin there, but I can't…
Mikhail Kopylov
  • 2,008
  • 5
  • 27
  • 58
0
votes
1 answer

Integrating SVN with Trac - dll load failed

I have a Wandisco SVN server installed using :WANdiscoSubversion_1.7.8-2.exe from Wandisco site on a Windows 2008 R2 server. I am using Python 2.7.5 (32 bit) and Trac 1.0.1 on the above mentioned server. I need to get SVN integrated with Trac for…
SDS
  • 73
  • 1
  • 6
0
votes
2 answers

Trac XML-RPC encoding problems when using phpxmlrpc

I am using trac 1.0.1 with the latest XmlRpcPlugin. When adding a ticket using python like this, non-ASCII characters (ä in this example) get inserted correctly: import xmlrpclib server =…
Zulakis
  • 7,859
  • 10
  • 42
  • 67
0
votes
1 answer

Twiki/Source Control with fine-grained permissions for internal and external use

We've been using trac and svn internally with fairly good results. Now we'd like to open up parts of our system to external vendors - eg. we'd like to create an area on the twiki for our external designer to upload images, document things, and so…
Parand
  • 102,950
  • 48
  • 151
  • 186
0
votes
2 answers

How to push/sync tickets between Trac instances/projects?

Does anyone know how to push tickets from one Trac instance to another? The problem that I'am trying to solve is the following: Our company is doing some development for big international firm (let's call it CompanyX) that has everything behind…
kolja
  • 164
  • 7
0
votes
1 answer

Can't post a comment in Trac from java application

I'm trying to post a comment from desktop application to Trac. I'm using apache http client library in this project here is a link Here is my code, sorry if it's hard to read public class TestComment { private static String cookie; public…
0
votes
1 answer

Report of all trac tickets that are not prioritized by a certain user

I use prioritisation for all tickets in Trac. All new tickets have to be prioritized by our Admin user. While a normal user creates a new ticket, he/she can already prioritize the ticket, but that can be quite arbitrary sometimes. Admin should look…
rubo77
  • 19,527
  • 31
  • 134
  • 226
0
votes
0 answers

TRAC SvnAuthzAdminPlugin install error

Have a problems installing the plugin SvnAuthzAdminPlugin. I run: easy_install trac-hacks.org/svn/svnauthzadminplugin/0.12 Plugin directory is created here:…
Andrei
  • 1,125
  • 2
  • 15
  • 29
0
votes
0 answers

Trac. Not all SVN revisions are displayed in the timeline

Some of the commits are not displayed in the timeline. What could be wrong? Here's the timeline section of the config: [timeline] abbreviated_messages = True changeset_collapse_events = false changeset_long_messages = false changeset_show_files =…
Andrei
  • 1,125
  • 2
  • 15
  • 29
0
votes
1 answer

Existing pages to subpages on trac

Is it possible to make existing page a subpage of some other existing page on Trac? When using the "parentToBe/SubToBe = markup, Trac notifies on a new page creation that page SubToBe is maybe relative.
mjgirl
  • 1,214
  • 7
  • 24
  • 42
0
votes
2 answers

Web interfaces for distribution rights to the Trac, SVN, proftpd

Are there any web interfaces for distribution rights to the trac, SVN, SFTP? To the right of the listed services could easily edit the man who does not make friends with the console?
Andrei
  • 1,125
  • 2
  • 15
  • 29
0
votes
2 answers

Limit results to x groups

I'm developing a system using Trac, and I want to limit the number of "changelog" entries returned. The issue is that Trac collates these entries from multiple tables using a union, and then later combines them into single 'changesets' based on…
Ian Clark
  • 9,237
  • 4
  • 32
  • 49
0
votes
2 answers

How to add a new project in Trac via Bitanami hosting

I have launched a TRAC demo server in cloud using Bitnami hosting. I just want to check how to work with multiple projects in TRAC. Now I can see only one project in the demo server and no options are there to add new project. Bitnami wiki explains…
bumblebee87
  • 81
  • 1
  • 3
  • 10
0
votes
1 answer

Trac plugin with support for HTTP get parameters

I am fairly new to Trac plugins and python in general. For most of this day I have been looking for a way to get parameters into a Trac plugin that I am creating, via URL request. So if I had a plugin on site wikitest, I could access it like this,…
Primoz
  • 3
  • 2
0
votes
1 answer

When I try to install Trac on Windows I get an error when I need to create a project

When I try to install Trac on Windows, I get an error: Traceback (most recent call last): File "C:\Python25\Scripts\trac-admin-script.py", line 5, in from pkg_resources import load_entry_point File…
ocespedes
  • 1,233
  • 4
  • 14
  • 27