Difference between revisions of "Trac"

From LIMSWiki
Jump to navigationJump to search
m (Working on getting version code working.)
m (→‎Features: Added internal link.)
 
(9 intermediate revisions by the same user not shown)
Line 22: Line 22:
}}
}}


'''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 (software)|Subversion]].<ref>{{cite web |url=http://trac.edgewall.org/wiki/TracSubversion |title=Trac and Subversion |publisher=Edgewall Software |accessdate=9 March 2012}}</ref>
'''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 [[Apache Subversion|Subversion]].<ref>{{cite web |url=http://trac.edgewall.org/wiki/TracSubversion |title=Trac and Subversion |publisher=Edgewall Software |accessdate=9 March 2012}}</ref>


==Product history==
==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.<ref name="license">{{cite web |url=http://trac.edgewall.org/wiki/TracLicense |title=TracLicense - The Trac Project |publisher=Edgewall Software |accessdate=9 March 2012}}</ref>


==Features==


==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: [[Apache Subversion|Subversion]], [[Git (software)|Git]], [[Mercurial]], [[Bazaar (software)|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.<ref name="clearsilver">{{cite web |title=ClearSilver - The Trac Project |publisher=Edgewall Software |url=http://trac.edgewall.org/wiki/ClearSilver |accessdate=09 March 2012}}</ref>


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
* [[LIMS feature#Version control|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<ref>{{cite web |url=http://trac.edgewall.org/wiki/TracRoadmap |title=The Trac Roadmap |publisher=Edgewall Software |accessdate=9 March 2012}}</ref>
* Multiple repository support per environment (since 0.12)
* Interface localizations (since 0.12)
* Roadmap for better managing projects and upcoming milestones


==Hardware/software requirements==
==Hardware/software requirements==


Requirements for this software to run properly include:
1. a Python software package, version >= 2.4 and < 3.0
2. the [http://peak.telecommunity.com/DevCenter/setuptools setuptools] Python enhancement suite
3. Edgewall's [http://genshi.edgewall.org/ 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 [http://trac.edgewall.org/wiki/TracInstall 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.''
[[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==


* {{cite web |url=http://trac.edgewall.org/wiki/TracBooks |title=Trac Books - The Trac Project |publisher=Edgewall Software}}
* {{cite web |url=http://trac.edgewall.org/wiki/TracSubversion |title=Trac and Subversion |publisher=Edgewall Software}}
==External links==
* [http://trac.edgewall.org/ Trac project home]
* [http://trac-hacks.org/ Trac Hacks]


==References==
==References==
Line 43: Line 91:


<!---Place all category tags here-->
<!---Place all category tags here-->
[[Category:Project management software]]
[[Category:Bug tracking software (open source)]]
[[Category:Project management software (open source)]]
[[Category:Software development tool (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; 8 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.