trac

Scripting Trac installation on Windows

Hi, I'm currently working on some R&D for improving the process and practice that we approach development. As a first iteration something I'd like to do is develop an easy way to set up a project e.g. Run an ant script that will, when provided with a project name etc, Copy a template in svn Create a database (if needed) Automaticall...

Change ticket diskplay in Trac

With default template, trac ticket is available for viewing only, I must click modify to expand properties tab to modify, change state of a ticket. Now I want to expand that tab automatically? How can I change it quickly without changing the template itself? Is it possible to change it with trac.ini file? I cannot find where's location ...

How to download an svn archive from a trac tree?

There is a project which had an svn server that is down now, but the trac-browser is still available. Is there a simple way to acces that tree as if it was an svn server? Preferably I'd just donwload the whole repo via git-svn, but a wget solution for the current revision would also be great (the trouble with the latter is that simply cr...

Simplest way to automate ticket adding in Trac from C/C++

Hello, I developing program and i writing error handler, i want to do in her automate error ticket adding to trac webapge. Anyone know simplest way to do this? Simplest of connecting libcurl to PHP script on server who adding ticket. Maybe some library to do this? Or working code snipet? ...

How can I hide a Trac project from the project listing?

Right now I'm using Trac with multiple projects and have customized the project-listing template a bit, but currently there are about 5 Trac projects, and I only want 4 of them to be showing. I successfully hid the last one by adding a py:if conditional against the exact name of the project, but that seems like a terrible way of doing it...

multiple commands are not working in git post-receive

I'm using git with trac. After push I want two thing to be done: Sending email to development team with diff If there is some special phrase in commit message (like "see #1"), then I want the commit message to be placed in trac ticket. The first thing is solved by git-commit-notifier. It works perfectly after I have created post-rece...

How to disable the 'Cc', 'Assign to' and 'Keywords' - fields from the "new ticket" form in Trac?

Just want to simplify the form. ...

How do I restrict specific trac/svn users to access specific folders/trunk of SVN?

I have trac installed with svn. I have different trunks of projects. I want to limit few users, so that they can only access one specific trunk whichever I define. How do I do that? ...

TRAC 0.12 buildout error - no attribute 'env_open'.

I am trying to use Tarek Ziadé's Trac buildout recipe from PyPi (and his book 'Expert Python Programming', which I don't have access to.) It worked fine the first time round, however upon creating a new (Python 2.6 virtualenv) environment I got the following error on buildout. File "/usr/local/Plone/buildout-cache/eggs/pbp.recipe.trac-...

Source code security on Trac

I have trac set up together with subversion. I want to allow some people to be able to add tickets, but I don't want them to access the repository. There will be other users who will be able to access the repo via trac. Currently I am using Apache 2 for authentication. How secure is trac? How difficult is it for someone with limited acc...

Importing Roundup tickets to Trac.

Im trying to import a couple of thousand issues from Roundup to Trac. The usual Ticket Importer plug-in in Trac requires a csv in Trac format. Are there any solutions that can convert from roundup, or will I need to write my own? ...

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 it. Thanks for any help you can provide. ...

How to hide some text on TRAC wiki-page from anonymous user?

I have public TRAC installation, but i don't wont to show some links on wiki-pages (exceptionaly on the main) for non-logged(anonymous) uses. Can i hide some text for non-logged users, using WikiFormatting tricks ? ...

Do you need a project management system if you work alone?

Hello, Do you need a project management system if you work alone? I mean a project management system that includes issue tracking, wiki, etc. Currently I keep my issues in a very good organizer software and I keep project documentation in Word files (and of course I have a version control system), so I am not really sure if I need a proj...

SVN GUI frontends for managing projects and users?

Hi all, Our hackerspace (091labs.com) is getting a few software projects started at the moment, and we're using Trac and SVN for bug tracking/source control. However, every time I set up a new projects I've to go through the whole speil in the command line of creating the Trac project, creating the SVN repository, configuring auth, edi...

Running Trac 0.12 and Agilo/Trac 0.11.7 on same server

I am running Trac 0.12 for day to day SCM and trying to install Agilo on the same server for evaluation purposes. After discovering that Agilo does not run on Trac 0.12, I tried to install 0.11.7 alongside my existing 0.12 installation, using instructions found at: http://trac.edgewall.org/wiki/TracMultipleVersions While I did finally...

How to install Trac Plugin and what is a python egg?

In Trac on Admin -> Plugins there is an option to install Plug-ins. Now this option expect you to upload an Python egg. This would be all well but for the fact that all the Trac plug-ins I found are either plain .py files or zip files and are incompatible with the upload function (I tried it). This leaves my with a bunch of questions: ...

Upgrade from trac 0.10.3 to 0.12 mod_python database error

Hello! I´m trying to upgrade trac! from 0.10.3 to 0.12. Need help, i basiclally did steps shown here http://trac.edgewall.org/wiki/TracUpgrade So i went through this commands without errors: todasana:~# easy_install —upgrade Trac0.12 Searching for Trac0.12 todasana:~# trac-admin /usr/local/apache2/htdocs/trac_catw3 upgrade toda...

How to update a file in python egg

We are using trac. In our setup we have a problem that is solved in repository. So I got the fixed file commit_update.py from the repository and I need to place it into Trac-0.12-py2.6.egg. As egg is just a ziped filed I just unziped it, changed the file and ziped again. After restarting trac, I've got a an error message: ExtractionErr...

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. ...