Trac

Last updated

Trac
Developer(s) Edgewall Software
Initial releaseFebruary 23, 2004;20 years ago (2004-02-23)
Stable release 1.6 [1]   OOjs UI icon edit-ltr-progressive.svg (23 September 2023;7 months ago (23 September 2023)) [±]
Repository
Written in Python
Operating system Windows, OS X, Linux, BSD
Available in36 languages [2]
Type Project management software, bug tracking system
License 2005: BSD-3-Clause [lower-alpha 1] [3]
2004: GPL-2.0-or-later [lower-alpha 2]
Website trac.edgewall.org

Trac is an open-source, web-based project management and bug tracking system. It has been adopted by a variety of organizations for use as a bug tracking system for both free and open-source software and proprietary projects and products. [4] Trac integrates with major version control systems including ("out of the box") Subversion and Git. Trac is used, among others, by the Internet Research Task Force, [5] Django, [6] FFmpeg, [7] jQuery UI, [8] WebKit, [9] 0 A.D., [10] and WordPress. [11]

Contents

Trac is available on all major operating systems including Windows via Installer or Bitnami, [12] OS X via MacPorts or pkgsrc, Debian, [13] Ubuntu, [14] Arch Linux [15] or FreeBSD, [16] as well as on various cloud hosting services.

History

Inspired by CVSTrac, Jonas Borgström and Daniel Lundin from Edgewall Software started writing svntrac in August 2003 using SQLite and Subversion. [17] In December 2003 they renamed it to Trac. In February 2004 the Trac version was changed first from 0.0.1 to 0.1 and then directly from 0.1 to 0.5. That release was followed in March 2004 by 0.6 and 0.7, and 0.8 in November 2004.

Edgewall Software is an umbrella organization for hosting edgewall.org for the community to collaborate on developing open source Python software. [18] It used to offer software development, consulting and support services. Some of the earliest community members to collaborate in the open source development of Trac were Rocky Burt in March 2004, Christopher Lenz and Francois Harvey in May 2004, Christian Boos and Otavio Salvador in December 2004 and Mark Rowe March 2005. [19]

In August 2005 the license was changed from GPL-2.0-or-later to BSD-3-Clause. The first release under this final license was Trac 0.9 in October 2005, which among other features introduced PostgreSQL database support.

Trac 0.10, released in September 2006, was an important release that first introduced the component system that to this day allows plugins to extend and add features to Trac's core. Trac itself since this point consists mainly of optional plugin components that can be disabled or replaced entirely. MySQL database support is added as one such core component. This release added support for version control systems other than Subversion by external plugins. Mercurial support was provided through a separate plugin due to its GPL license restrictions. [20] Trac 0.11, released in June 2008, changed the HTML template system from ClearSilver [21] to Genshi, breaking compatibility with many of the older plugins.

Trac 0.12 was released in June 2010 and became a stable long term release with the latest point release 0.12.7 from July 2015. It added internationalization and localization support using Babel, and allows using multiple version control repositories at once.

Trac 1.0 was released in September 2012, [22] the previous stable long term supported version with the latest point release 1.0.13 from September 2016. It included the previously external plugin for Git version control support.

Trac 1.1.1 from February 2013 through 1.1.6 from July 2015 are releases without long term support and compatibility guarantees, that turned into Trac 1.2 from November 2016. [23]

Trac 1.4 from August 2019 was the last stable release running on Python 2.7. It uses the Jinja template system.

Trac 1.6 from September 2023 is the current stable release and works exclusively on Python3. Many of the plugins have also been rewritten to work on Python3 as well as Jinja.

Core features

Trac offers a no-frills approach to project management by deeply integrating ticket tracking, version control (for which multiple repositories per environment are supported), and wiki. It allows hyperlinking information between these systems, include wiki content directly in a ticket or list tickets automatically on wiki pages. [24] [25] [26] [27] [28] [29]

The ticket system can be used for tracking bugs, tasks, issues, incidents or any other kind of ticket. Customized reports can be generated from parametric stored SQL queries or using an interactive ticket query system. There is also an integrated search engine and a fine-grained permission system.

Additional project management features include grouping tickets into milestones and a roadmap where the milestones and their progress are listed and visualized. The recent activity is shown on a timeline page, and users are notified by email or can subscribe to RSS or iCalendar feeds.

Additional features

Trac has a plugin system to add additional features and to integrate with external tools. [30] Besides the core SVN and Git support, Trac can connect via plugins to many other version control systems, including Bazaar, CVS, Darcs, Mercurial, Monotone, and Perforce.[ citation needed ] Features provided by plugins include Continuous integration, account management, tags, spam filtering, blogs and discussion fora, and connectors for XML-RPC and Pastebin.[ non-primary source needed ]

Apache Bloodhound

Apache Bloodhound
Developer(s) Apache Software Foundation
Initial releaseAugust 23, 2013;10 years ago (2013-08-23) [31]
Stable release
0.8 / December 11, 2014;9 years ago (2014-12-11) [32]
Repository Bloodhound Repository
Written in Python
License Apache License 2.0
Website bloodhound.apache.org

Apache Bloodhound is a web-based project management and bug tracking system built on top of Trac. [33] The Bloodhound project was initially submitted to the Apache Incubator by WANdisco. [34] Bloodhound became a top-level Apache project in 2013. [35] [36] [37] Bloodhound added multi-project support to Trac.

See also

Notes

  1. BSD-3-Clause since 2005-08-25.
  2. GPL-2.0-or-later from 2003-08-10 until 2005-08-25.

Related Research Articles

<span class="mw-page-title-main">Bugzilla</span> Web-based general-purpose bugtracker

Bugzilla is a web-based general-purpose bug tracking system and testing tool originally developed and used by the Mozilla project, and licensed under the Mozilla Public License.

ncurses Text-based user interface API

ncurses is a programming library providing an application programming interface (API) that allows the programmer to write text-based user interfaces (TUI) in a terminal-independent manner. It is a toolkit for developing "GUI-like" application software that runs under a terminal emulator. It also optimizes screen changes, in order to reduce the latency experienced when using remote shells.

<span class="mw-page-title-main">Apache Subversion</span> Free and open-source software versioning and revision control system

Apache Subversion is a software versioning and revision control system distributed as open source under the Apache License. Software developers use Subversion to maintain current and historical versions of files such as source code, web pages, and documentation. Its goal is to be a mostly compatible successor to the widely used Concurrent Versions System (CVS).

<span class="mw-page-title-main">KDevelop</span> Integrated development environment

KDevelop is a free and open-source integrated development environment (IDE) for Unix-like computer operating systems and Windows. It provides editing, navigation and debugging features for several programming languages, and integration with build automation and version-control systems, using a plugin-based architecture.

The following tables compare general and technical information for many wiki software packages.

<span class="mw-page-title-main">Mantis Bug Tracker</span> Bug tracking system

Mantis Bug Tracker is a free and open source, web-based bug tracking system. The most common use of MantisBT is to track software defects. However, MantisBT is often configured by users to serve as a more generic issue tracking system and project management tool.

Notable issue tracking systems, including bug tracking systems, help desk and service desk issue tracking systems, as well as asset management systems, include the following. The comparison includes client-server application, distributed and hosted systems.

<span class="mw-page-title-main">GNU Bazaar</span> Version control system

GNU Bazaar is a distributed and client–server revision control system sponsored by Canonical.

GNATS is the GNU project's issue-tracking software.


This is a comparison of notable free and open-source configuration management software, suitable for tasks like server configuration, orchestration and infrastructure as code typically performed by a system administrator.

Jira is a proprietary product developed by Atlassian that allows bug tracking, issue tracking and agile project management. Jira is used by a large number of clients and users globally for project, time, requirements, task, bug, change, code, test, release, sprint management.

SVNKit is an open-source, pure Java software library for working with the Subversion version control system. It is free to use on opensource projects but requires that you buy a commercial license to use to develop with proprietary software. It implements virtually all Subversion features and provides API to work with Subversion working copies, access and manipulate Subversion repositories.

<span class="mw-page-title-main">Agilo for Trac</span>

Agilo for Trac is an open source, web-based Scrum tool to support the agile Scrum software development process. Agilo is based on Trac, a widely used Issue tracking system. It is programmed in Python and is distributed under the Apache Software License 2.0.


The Wing Python IDE is a family of integrated development environments (IDEs) from Wingware created specifically for the Python programming language, with support for editing, testing, debugging, inspecting/browsing, and error-checking Python code.

<span class="mw-page-title-main">PyCharm</span> Python IDE

PyCharm is an integrated development environment (IDE) used for programming in Python. It provides code analysis, a graphical debugger, an integrated unit tester, integration with version control systems, and supports web development with Django. PyCharm is developed by the Czech company JetBrains.

Apache Allura is an open-source forge software for managing source code repositories, bug reports, discussions, wiki pages, blogs and more for any number of individual projects. Allura graduated from incubation with the Apache Software Foundation in March 2013.

<span class="mw-page-title-main">Kallithea (software)</span> Free software Git and Mercurial repository hosting

Kallithea is a cross-platform free software source code management system, the primary goal of which is to provide a repository hosting service with features for collaboration, such as forking, pull requests, code review, issue tracking etc. Kallithea is a fork of RhodeCode, created after the original developer had changed the license terms. While earlier versions of RhodeCode were licensed entirely under the GNU General Public License version 3, RhodeCode version 2.0 introduced exceptions for parts of the software distribution. According to Bradley M. Kuhn of Software Freedom Conservancy, this exception statement is ambiguous and "leaves the redistributor feeling unclear about their rights".

References

  1. "Trac 1.6 Released". September 23, 2023. Retrieved November 11, 2023.
  2. "Trac localization" . Retrieved November 6, 2023.
  3. "TracLicense - The Trac Project". Edgewall Trac. Retrieved March 6, 2007.
  4. "Who uses Trac?". Edgewall Trac. September 9, 2016. Retrieved September 18, 2016.
  5. "IRTF" . Retrieved September 18, 2016.
  6. "Django's bug tracker and wiki" . Retrieved September 18, 2016.
  7. "FFmpeg" . Retrieved September 18, 2016.
  8. "jQuery UI" . Retrieved September 20, 2016.
  9. "WebKit" . Retrieved September 18, 2016.
  10. "0 A.D." Retrieved June 23, 2018.
  11. "Making WordPress.org" . Retrieved September 18, 2016.
  12. "Bitnami Trac" . Retrieved September 21, 2016.
  13. "Debian - Details of package trac" . Retrieved September 21, 2016.
  14. "Ubuntu - Details of package trac" . Retrieved September 21, 2016.
  15. "Arch Linux - trac" . Retrieved September 21, 2016.
  16. "FreeBSD Ports trac-" . Retrieved September 21, 2016.
  17. "TracHistory - The Trac Project". Edgewall Trac. March 1, 2004. Retrieved September 17, 2016.
  18. "EdgewallSoftware - The Trac Project". Edgewall Trac. May 17, 2010. Retrieved September 17, 2016.
  19. "TracTeam - The Trac Project". Edgewall Trac. July 21, 2016. Retrieved September 17, 2016.
  20. Blank, Remy (May 6, 2010). "[Trac] The future of RepositoryHookSystem plugin". trac-users (Mailing list). Retrieved September 17, 2016.
  21. "ClearSilver - The Trac Project". Edgewall Trac. January 27, 2007. Retrieved February 6, 2007.
  22. Boos, Christian (September 9, 2012). "Trac 1.0 released". trac-dev (Mailing list). Retrieved September 17, 2016.
  23. Ollos, Ryan (November 5, 2016). "Trac 1.2 Released". trac-announce (Mailing list). Retrieved December 27, 2016.
  24. John Ferguson Smart (March 14, 2007). "What issue tracking system is best for you?". JavaWorld. Retrieved April 1, 2016.
  25. Baxter, R.; Hong, N.C. (July 2011). "Tracking community intelligence with Trac". Philosophical Transactions of the Royal Society A. 369 (1949): 3372–3383. Bibcode:2011RSPTA.369.3372B. doi: 10.1098/rsta.2011.0141 . PMID   21768145.
  26. Smart, John Ferguson (May 13, 2008). "Chapter 28: Trac". Java Power Tools. O'Reilly Media. pp. 769–804. ISBN   978-0596527938.
  27. Fogel, Karl (October 7, 2005). "Appendix B: Free Bug Trackers". Producing Open Source Software: How to Run a Successful Free Software Project (1 ed.). O'Reilly Media. p. 258. ISBN   978-0596007591.
  28. Nagel, William A. (May 6, 2005). "Chapter 13.3: Tying Revisions to Issue Tracking". Subversion Version Control: Using the Subversion Version Control System in Development Projects. Prentice Hall Professional Technical Reference. p. 248. ISBN   978-0131855182.
  29. Forcier, Jeff; Bissex, Paul; Chun, Wesley J. (October 24, 2008). "Appendix C: Tools for Practical Django Development". Python Web Development with Django. Addison-Wesley Professional. ISBN   978-0132356138.
  30. "15 Useful Project Management Tools". Smashing Magazine. November 13, 2008. Retrieved September 20, 2016.
  31. "[ANNOUNCE] Apache Bloodhound 0.1.0 incubating Released" . Retrieved April 2, 2013.
  32. "[ANNOUNCE] Apache Bloodhound 0.8 Released" . Retrieved July 5, 2019.
  33. "Apache Bloodhound Leads Open Source Trac Forward". Internetnews.com. April 2, 2013.
  34. "[PROPOSAL] Apache Bloodhound". Apache Software Foundation Incubator General mailing list. Retrieved April 2, 2013.
  35. Gold, Jon (April 4, 2013). "Apache Foundation promotes development framework Bloodhound to the top". Network World. Network World, Inc. Archived from the original on June 20, 2015. Retrieved October 23, 2014.
  36. "Apache Bloodhound sniffs out top level project status". H-online.com. April 2, 2013. Archived from the original on April 3, 2013.
  37. "Apache Bloodhound wird offizielles Apache-Projekt" (in German). Pro-Linux. April 3, 2013.