trac

Task Manager with Trac support for Mac

Found Mylyn as a very good task manager that supports Trac and Gmail Task. I've seen Tasktop, but looking for something with smaller memory footprint that I could always run in background. Is there any lighter client (not on Eclipse platform) to manager at least Trac tasks (via XML-RPC) and in best case scenario with GMail Tasks suppor...

How to automate updating a trac wiki page?

I have a trac wiki page I'd like to update automatically on a regular basis (say, once an hour) with data fetched by a script. I can get the script to generate the wiki markup. How would you then upload that to the trac page? I want to replace the whole body of the page. I would prefer a solution in python, as the rest of the stack (t...

Which Issue Tracker is suitable for a VPS?

Hi, I'm hosting my application on a Linode, but is hosted on a Tomcat instance, which uses most of the RAM. I also have Apache installed, so I can front Mercurial, and I believe a bug tracker is a must, however I can't decide on which is best, given scarce resources. JIRA seems to be out of the question, so I've been deciding on either ...

Python 2.6 bindings for SVN 1.6.6

I'm trying to install Trac 0.11 on Windows XP with Python 2.6 and VisualSVN server (Subversion 1.6.6) but I can't seem to find working bindings. ...

What headaches should I expect from using Trac?

No tool is perfect, and I'm about to start several long-term projects using Trac, and wanted a heads up of the kinds of problems I may or may not experience with it. In other words, Trac meets my needs in the short term, and I've already made the decision to use it, but I want to know what to expect down the road. I am not looking for: ...

Requirements management plugin for Trac?

Are there any requirements management plugins out there for Trac? I checked the list on Trac-Hacks and didn't see anything I'm picturing some functionality like IBM's DOORS system. Basic features include revisioning and change control of requirements, requirements baselining etc. Update: I suppose I could just use the wiki portion of ...

Securing trac from anonymous users?

I have set up trac on my domain for issue tracking. How to I configure it so that when anonymous users visit the domain, ALL they see is a login form. Basically I want 2 security levels: anonymous - visitors only have access to a login option users (i.e. everybody else who has logged in) - have access to everything Thanks! ...

Setting up authentication in Trac

Hi, I am in the works of setting up a Trac server for my (small) company and need a bit of help/guidance with the authentication mechanism. We have for some time developed our own web application which our users access in their day to day work. It is build in php5.3 and includes a users database stored in a mysql database. I have been ...

Is there any way to configure trac to use a custom mailing tool?

Is there any way trac could be made to work with a custom mail tool? For example, imagine a command line script which takes all of it's arguments from it's command line arguments: script -s sender -t title -to [email protected] -b body The tool is configured to use COM for email sending, and I think it would be impossible to define ...

Does trac have remote API?

I know there is xmlrpc plugin for trac. But I is not my trac site nor do I have admin rights. I just have a normal user account with limited priviledges. Beside the obvious low level of doing things (submitting requests by emulating web browser), is there a better way to do this? I'm interested mainly in these: View wiki page Edit wi...

Proper Trac Setup of Permissions

I have installed Trac on my webserver. First of all it seems in secure because it immediately exposed my repository to the world. How does Trac access my repository without providing it with some credentials to access the authz protected repository? Second, can I use the same users or groups in svn's authz to use as the users and groups ...

How to place Reporter name in Trac Notification email

I have trac notifications working. But I would like to be able to see who made the updates from the email address or subject line without having to open the email. Currently when a ticket is updated/created the email received looks loke this From Subject [email protected] Re: [PROJECT] #101: Testing trac notifica...

Internal bug tracking tickets - Redmine, Trac, or JIRA

I've been looking at setting up Redmine, Trac, or JIRA to track issues. I want to be able to have my development team create internal tickets that are never seen by clients, while clients can create/edit tickets that are seen by the internal team. From the Trac documentation, you can set permissions to create or view tickets, but it do...

How do I link to a network share in Trac Wiki?

I'm trying to include a link to documentation that lives on an internal network share from our internal Trac Wiki. I know that the formatting is [[file://...]] for a file located on the same machine as Trac, but do I use [[file:////server/share/folder/file.ext]] for a networked file? Thanks for the help and let me know if this isn't cle...

add user to turnkeylinux.org, Trac instance

I'm trying to get up and running on Trac quickly for a pending migration. Could someone tell me how to add new users to Trac. As I understand it trac authenticates against apache, which uses a password file. I know how to use htpasswd but I don't know where the password file is. Am I going down the wrong road here? ...

Should I start with Trac 0.12 ?

I'm going to start using Trac for the first time. From what I've gathered, the latest 0.12 is capable of supporting multiple project easily (which is something I will need since I got about 5 projects). However, it seems 0.12 is still in the development (0.12-dev). So, my question is, is it good enough for a newbie in Trac like me to use...

Install Trac on 64bits Windows 7

I'm configuring a new Developing Server that came with Windows 7 64bits. It must have installed Trac with Subversion integration. I install Subversion with VisualSVN 2.1.1, clients with TortoiseSVN 1.6.7 and AnkhSVN 2.1.7 for Visual Studio 2008 SP1 integration. All works fine! my problem begun when going to Trac installation. I insta...

Issues with Trac (installed with BitNami)

I'm facing some problems after installing Trac on my Windows 7 Ultimate 64bits using BitNami. The Issues are: Subversion Control During the installation process, when the BitNami setup asks for the project repository directory, it only accept if you write a path that doesn't exist, otherwise you can't continue. So i got forced to point...

Trac: Changesets lost after changing SVN repository path

Last evening I did some housekeeping on our code repository - basically moved the code from /repo/trunk to /repo/projectname/trunk. I changed the repo path on my trac.ini - after which trac complained the repository needed to be resynced. So I ran: trac-admin /var/trac/projectname resync and all was well. Then I checked the changes...

How to get data from http protected URL

so I have a Track system with some kind of protection. So to get some data from any URL you have to pass protection like this http://188.134.14.27/projects/cloudobserver/login and then (in browser) you can see some pages http://188.134.14.27/projects/cloudobserver/wiki/CloudObserverCMSSetup (if you havent passed login youll get no conte...