CIA.vc and Trac integration

Description

This plugin integrates Trac and CIA.vc by pushing all timeline changes (except source changes - CIA.vc already handles it well enough) to the provided CIA.vc project.

Bugs/Feature Requests

Existing bugs and feature requests for TracCiaPlugin are here.

If you have any issues, create a new ticket.

Configuration

TracCiaPlugin uses Trac configuration file:

[traccia]
# Your CIA project name
project_name=SomeProject
# CIA service URL. Defaults to http://cia.vc/, so you probably don't need to change it.
service_url=http://cia.intranet/
# Enable wiki change notifications? Defaults to True.
wiki_notifications=False
# Enable tickets notifications? Defaults to True.
tickets_notifications=True

Download

Download the zipped source from here.

Source

You can check out TracCiaPlugin from here using Subversion, or browse the source with Trac.

Recent Changes

[5659] by dottedmag on 05/05/09 15:31:45

Add wiki_notifications / tickets_notifications config options

[5644] by dottedmag on 04/29/09 13:12:03

Add #comment:N to the link in message

[5643] by dottedmag on 04/29/09 13:09:30

Fix runtime error: convert ticket id to string in concatenation.

[5642] by dottedmag on 04/29/09 13:05:46

Fix "every ticket is created by anonymous!" problem (#4844)

Author/Contributors

Author: dottedmag
Contributors: jenner