= Trac Screenshots == Wiki Engine The built-in wiki makes documenting your project, collaborative editing, feedback and discussion notes available - and editable - at all times. Documentation for Trac itself is also included as wiki pages. [[Image(trac-wiki.png)]] Editing wiki text is easy, using a simplified syntax rather than HTML. This makes editing easier and encourages people to annotate and contribute text content. [[Image(trac-wiki_edit.png)]] == Issue Tracker The Trac issue tracker is straight-forward and simple to use. Reporting bugs with Trac is very easy. With no required data fields, the user can focus on what's important, describing the case. [[Image(trac-newticket.png)]] Use the issue tracker to manage bugs, tasks, enhancement requests and customer feedback. Viewing a ticket reveals the entire history of the issue case, including added comments, change of status, priority and assignment. [[Image(trac-ticket.png)]] == Project Timeline The timeline gives you an ordered list of events throughout the project, an instant progress report. It is easy to acquire perspective on development and direction of a project using the timeline to correlate issues, code patches and wiki edits. [[Image(trac-timeline.png)]] == Code Browser The code browser lets you navigate a source code repository directly. You can browse revisions and access specific revisions of files, view changeset logs and download files. [[Image(trac-browser.png)]] Currently, Trac supports the [TracSubversion Subversion] revision control system as well as [TracGit Git], [TracMercurial Mercurial] and [VersionControlSystem#OtherVersioningSystems many more]. [[Image(trac-log.png)]] == Changeset Viewer Viewing changes to source code and text files in the repository is made easy using the built-in changeset viewer. When a someone commits a changeset, Trac shows the contents of a changeset by displaying the difference between the new and previous revisions of each file of the changeset. The display is an easy to read and intuitive side-by-side view clearly marking added, removed and modified lines in the source code. [[Image(trac-changeset.png)]] == Project Reports Reports lets project members and users search and visualize project data with a single click. For example: Show all active tickets sorted by priority, or list all tasks assigned to a specific developer. [[Image(trac-report.png)]] You can also create customized reports to suit your own project requirements. [[Image(trac-newreport.png)]] ---- Screenshots taken from the [http://web.archive.org/web/20060706062127/http://www.edgewall.com/trac/screenshots.html web archive].