Difference between revisions of "Trac"

From LIMSWiki
Jump to navigationJump to search
(Added cat.)
m (→‎Features: Added internal link.)
 
(5 intermediate revisions by the same user not shown)
Line 38: Line 38:
* Fine-grained permissions (since 0.11)
* Fine-grained permissions (since 0.11)
* Timeline of all recent activity
* Timeline of all recent activity
* Wiki (syntax similar to MoinMoin)
* Wiki (syntax similar to [[MoinMoin]])
* Customized reporting
* Customized reporting
* [[LIMS feature#Version control|Version control]] system web interface
* [[LIMS feature#Version control|Version control]] system web interface
Line 68: Line 68:


[[File:Trac screenshot.png|280px|Screenshot of Trac, version 0.11.7, with the default vanilla configuration]]
[[File:Trac screenshot.png|280px|Screenshot of Trac, version 0.11.7, with the default vanilla configuration]]
==Entities using Trac==
Examples of entities that use Trac include:
Australian National University Data Mining Group, Carinthia University of Applied Sciences, NASA Langley Research Center, National Taiwan University Department of Physics, Nokia, Open Knowledge Foundation, PhysioSonics, Rensselaer Polytechnic Institute, Sandia National Laboratories, SourceForge, University of Oxford, University of Wuppertal, [[WordPress]]
A full directory of Trac users can be found at the [http://trac.edgewall.org/wiki/TracUsers Trac website].


==Further reading==
==Further reading==
Line 85: Line 93:
[[Category:Bug tracking software (open source)]]
[[Category:Bug tracking software (open source)]]
[[Category:Project management software (open source)]]
[[Category:Project management software (open source)]]
[[Category:Software development tool (open source)]]
[[Category:Ticket tracking software (open source)]]
[[Category:Ticket tracking software (open source)]]
[[Category:Wiki software (open source)]]

Latest revision as of 18:23, 5 April 2012

Trac
Trac logo.svg
Developer(s) Edgewall Software
Initial release October 1, 2006 (2006-10-01)
Stable release 1.4.4  (August 11, 2023; 7 months ago (2023-08-11)) [±]
Preview release none [±]
Written in Python
Operating system Cross-platform
Type Project management software
Bug tracking software
License(s) Modified BSD license
Website trac.edgewall.org

Trac is open-source, web-based project management and bug-tracking software. The program is inspired by CVSTrac and was originally named svntrac due to its ability to interface with Subversion.[1]

Product history

Trac was available under the GNU General Public License until mid-2005; since version 0.9, it has been released under a modified BSD license.[2]

Features

Trac allows users to hyperlink information between a bug tracking database, revision control, and wiki content, allowing for seamless references between bugs, tasks, files, and changesets. It also serves as a web interface to the following revision control systems: Subversion, Git, Mercurial, Bazaar, Perforce and Darcs. Prior to version 0.11 the web front end presentation of Trac was handled by the ClearSilver template system. Starting with 0.11 an in-house template system called Genshi is used, although compatibility with ClearSilver-based plugins will remain until version 0.13dev.[3]

Other features include:

  • Project management (roadmap, milestones, etc.)
  • Ticket system (bug tracking, tasks, etc.)
  • Fine-grained permissions (since 0.11)
  • Timeline of all recent activity
  • Wiki (syntax similar to MoinMoin)
  • Customized reporting
  • Version control system web interface
  • RSS feeds
  • E-mail notifications
  • Multiple project support (planned for post-1.0 versions)
  • Environment extensibility (via Python plugins)
  • iCalendar export[4]
  • Multiple repository support per environment (since 0.12)
  • Interface localizations (since 0.12)
  • Roadmap for better managing projects and upcoming milestones

Hardware/software requirements

Requirements for this software to run properly include:

1. a Python software package, version >= 2.4 and < 3.0

2. the setuptools Python enhancement suite

3. Edgewall's Genshi Python toolkit for generation of web content

4. a SQLite, ​PostgreSQL, or ​MySQL database installation with the corresponding Python bindings

Depending on which database type you use, there are additional dependencies that should be observed. You can find out more about those dependencies and the optional dependencies for add-ons like Subversion here.

Videos, screenshots, and other media

Click a screenshot to see a larger version. Alternatively, right-click and choose to open it in a separate tab/window.

Screenshot of Trac, version 0.11.7, with the default vanilla configuration

Entities using Trac

Examples of entities that use Trac include:

Australian National University Data Mining Group, Carinthia University of Applied Sciences, NASA Langley Research Center, National Taiwan University Department of Physics, Nokia, Open Knowledge Foundation, PhysioSonics, Rensselaer Polytechnic Institute, Sandia National Laboratories, SourceForge, University of Oxford, University of Wuppertal, WordPress

A full directory of Trac users can be found at the Trac website.

Further reading


External links

References

  1. "Trac and Subversion". Edgewall Software. http://trac.edgewall.org/wiki/TracSubversion. Retrieved 9 March 2012. 
  2. "TracLicense - The Trac Project". Edgewall Software. http://trac.edgewall.org/wiki/TracLicense. Retrieved 9 March 2012. 
  3. "ClearSilver - The Trac Project". Edgewall Software. http://trac.edgewall.org/wiki/ClearSilver. Retrieved 09 March 2012. 
  4. "The Trac Roadmap". Edgewall Software. http://trac.edgewall.org/wiki/TracRoadmap. Retrieved 9 March 2012.