active questions tagged trac - Stack Overflowmost recent 30 from stackoverflow.com2009-12-22T08:59:22Zhttp://stackoverflow.com/feeds/tag/trachttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1936043/redmine-vs-retrospectiva2Redmine vs. Retrospectivazappan2009-12-20T14:50:50Z2009-12-21T18:16:32Z
<p>Has anyone tried both <a href="http://www.redmine.org/" rel="nofollow">Redmine</a> and <a href="http://retrospectiva.org/" rel="nofollow">Retrospectiva</a>, and is able to make some comparison between the two?</p>
<p>I'm currently using Trac for my projects management and issue-tracking, but I'm looking to test some alternative and the above two seems most likely to fit my needs. I understand Redmine is more of a Trac clone, but Retrospectiva seem to support agile methodologies via a nice plugin (<a href="http://retrospectiva.org/wiki/AgilePM" rel="nofollow">http://retrospectiva.org/wiki/AgilePM</a>).</p>
<p>Any experience with any of those in comparison to Trac would be also beneficial, from the features, but also installation and management point of view - that's where Trac gets a bit complicated, I'm not familiar with Python and I run into problems when something breaks. So something that is stable by itself and the underlying platform and needs minor maintenance work is an advantage. What are your experiences with those?</p>
http://stackoverflow.com/questions/1938532/how-to-link-to-html-file-in-trac0How to link to html file in TracAsaf David2009-12-21T06:31:28Z2009-12-21T08:56:49Z
<p>I want to link from my project trac page to my javadoc index.html file, which is located inside the source repository.<br>
However I don't know how to link in such a way that the file will be rendered as a usual page (I tried [source:.../index.html] and [<a href="http://.../index.html%5D" rel="nofollow">http://.../index.html%5D</a>, both just displays its content, as any other source file)</p>
<p>edit: 'export links' (as answered by Gregory Pakosz) seem to be exactly what i need, however they were added in 0.11 and we currently work with 10.3 (with no intention to upgrade due to some broken functionality with templates). Is there any plugin to support it in 10.3 version?</p>
http://stackoverflow.com/questions/1932026/trac-and-subversion-not-working-together0Trac and Subversion not working togethervk1232009-12-19T05:08:53Z2009-12-19T06:08:25Z
<p>I installed Trac on my vps</p>
<p>It loads the pages fine except for reading the svn repository which is working fine on my subversion client</p>
<p>the error i get is</p>
<p>Warning: Can't synchronize with the repository (Unsupported version control system "svn": "libsvn_fs-1.so.0: cannot open shared object file: No such file or directory" ). Look in the
Trac log for more information. </p>
http://stackoverflow.com/questions/661387/recommends-bug-tracking-system6Recommends bug tracking systemKarptonite2009-03-19T07:56:08Z2009-12-18T17:36:18Z
<p>I work on a web site with only a few other programmers. We've been using Fogbugz for issue tracking, and while we like it, it is expensive, and isn't exactly suited to our needs--we'd really like the users of our web site to be able to access the bug lists, rather than submitting bugs blindly with no way of knowing whether an issue has already been reported.</p>
<p>What bug tracking systems do people recommend that allow public searches? We are looking at Bugzilla, but the bug reporting screen has a lot of unnecessary stuff, creating what we think may be to much of a barrier for bug reporting. We'd like to make things as easy as possible on users who are reporting bugs--ideally, they we'd like them to be able to report bugs without even registering an account, although would only be a bonus. Also, the cheaper the better, although we will pay for good software if it is a significant improvement over what we can get for free.</p>
http://stackoverflow.com/questions/1630086/trac-submit-tickets-from-remote-website1trac: submit tickets from remote websitevito huang2009-10-27T11:04:43Z2009-12-18T16:46:13Z
<p>i have trac setup on a machine that's different from my website, what i want to do is, everytime there is error(like when direct to a 404/500 pages) on the website, it will automatically submit a new ticket to server with trac installed, i tried to use the most intuitive way: </p>
<p><a href="http://www.example/trac/newticket?reporter=anonymous&summary=test&type=defect&description=somethinginhere&action=create&status=new&priority=minor" rel="nofollow">http://www.example/trac/newticket?reporter=anonymous&summary=test&type=defect&description=somethinginhere&action=create&status=new&priority=minor</a></p>
<p>but somehow it doesn't submit, but preview it, so i just wondering how can i overcome this. what i planning to do is using a img tag with src with the above address.</p>
<p>or is there a better way to it, i know installing xmlrpcplugin might solve my problem, but for now i just need a quick solution.</p>
http://stackoverflow.com/questions/12328/what-bug-tracking-software-do-you-use71What bug tracking software do you use?Thomas Owens2008-08-15T15:05:06Z2009-12-16T16:56:43Z
<p>I'm currently looking at <a href="http://en.wikipedia.org/wiki/Bugzilla" rel="nofollow">Bugzilla</a> and <a href="http://en.wikipedia.org/wiki/Trac" rel="nofollow">Trac</a>, as they seem to be the most popular (and I'm hoping that also means if there are any problems, it will be easier to get help), but I'm curious what solutions you use or have used and what your thoughts are.</p>
<p>I'm currently leaning toward Trac, as it's Wiki functionality can be used to support documentation. But that might not be a good enough reason to jump on Trac.</p>
http://stackoverflow.com/questions/1833719/replace-a-trac-site-with-a-basic-redirect-page0Replace a trac site with a basic redirect pagewidgisoft2009-12-02T15:42:10Z2009-12-16T00:32:04Z
<p>We have trac site set up to listen on /tracproj/, this swiftly passes control onto mod_python and does some python magic (I'm a php coder :-p);</p>
<p>anyway. I have a project at /tracproj/{projectname} and I'd like to replace all requests to that url with another page that redirects them elsewhere (We're migrating one trac to anotehr bug tracking system)</p>
<p>The easiest method is to add a new entry in the httpd.conf to listen for that dir and redirect but it's a little messy :-D; I also don't seem to be able to get it to work :-p.</p>
<p>Is there any way - inside or as part of trac - to do what I'm after?</p>
<p>Many thanks,
Chris</p>
http://stackoverflow.com/questions/1907782/integrate-python-app-into-php-site2Integrate Python app into PHP siteFranz2009-12-15T14:21:15Z2009-12-15T18:07:04Z
<p>This might sound really crazy, but still...</p>
<p>For our revamped project site, we want to integrate Trac (as code browser, developer wiki and issue tracker) into the site design. That is, of course, difficult, since Trac is written in Python and our site in PHP. Does anybody here know a way how to integrate a header and footer (PHP) into the Trac template (preferrably without invoking a - or rather two for header and footer - PHP process from the command line)?</p>
http://stackoverflow.com/questions/1895464/trac-and-subversion0trac and subversionmrblah2009-12-13T03:21:15Z2009-12-15T15:20:46Z
<p>What kind of integration does trac have with subversion repositories?</p>
<p>Is it simply being able to view the source files or is there more to it?</p>
http://stackoverflow.com/questions/1900445/trac-how-to-change-order-of-menu-items0Trac: How to change order of menu itemsPekka2009-12-14T11:46:58Z2009-12-14T17:43:34Z
<p>How do I change a Trac project so the timeline is the first menu entry, <em>and</em> the default page when entering the project?</p>
<p>I can alter the order of entries in the project's conf file but I will still end up in the Wiki when entering. </p>
<p>I can disable the Wiki entry in <code>[mainnav]</code> but will still end up on the wiki page when entering.</p>
<p>I can't find anything in the trac documentation.</p>
<p>Any help?</p>
http://stackoverflow.com/questions/1892448/configure-svn-server-and-trac-on-ubuntu1Configure SVN Server and Trac on Ubuntu [closed]coderex2009-12-12T05:38:19Z2009-12-12T11:43:55Z
<p>Hi,</p>
<p>I would like to configure my Ubuntu Machine as local web server for multiple project handling. </p>
<p>Am bit confused about the URL/Folder structure of my above system.</p>
<p>I wish to get something like following.</p>
<p><strong><a href="http://localserver/svn/" rel="nofollow">http://localserver/svn/</a> - will manage the svn.</strong></p>
<p><strong><a href="http://localserver/trac/" rel="nofollow">http://localserver/trac/</a> - will manage all Trac system.</strong></p>
<p>How can i configure these for <strong>multiple project</strong>.</p>
<p><a href="http://localserver/svn/project1" rel="nofollow">http://localserver/svn/project1</a> - is this possible from a single svn server/trac installation or
<a href="http://localserver/trac/project1/" rel="nofollow">http://localserver/trac/project1/</a> ?????</p>
<p>and so on.. or any other easy method to handle these features together for handle multiple project.??</p>
<p>Thanks in advance!!</p>
http://stackoverflow.com/questions/1881370/trac-custom-ticket-state-not-visible-in-timeline0trac: custom ticket state not visible in timelinegruszczy2009-12-10T14:33:08Z2009-12-10T17:56:58Z
<p>I am using AdvancedTicketWorkflowPlugin 0.10dev and I have created my own ticket state (claimed_fixed). Everything seems to work, but changes about claiming fixed are not visible in the timeline. I checked timeline section in trac.ini, but haven't found and place I need to change. What I have to do, to make it visible?</p>
http://stackoverflow.com/questions/1855576/how-do-i-get-the-remote-user-agent-inside-a-genshi-template-when-using-trac-and1How do I get the remote user agent inside a Genshi template when using Trac, and WSGI?Pridkett2009-12-06T14:46:37Z2009-12-07T14:50:12Z
<p>I'm trying to do some customization of a Trac project management website and have run into an interesting problem. The project has a set of images that are both SVG and PNG. The SVG images have numerous advantages including multiple hyperlinks and a smaller transmitted size against PNG which is bigger and can only link to a single document.</p>
<p>I realize that it is possible to use jQuery to sniff out the user agent after the page has been loaded and replace the PNG with the SVG version of the image, but this results in the PNG being sent to all clients. I also can have Genshi replace the PNG with SVG for all clients and then use jQuery to put the PNG back, but the same problem results. I could use jQuery to insert the appropriate images for all clients, but that just seems silly to require the client to do what the server should.</p>
<p>Is there a way I can get browser information inside of a Genshi template? It's a little more difficult than just calling for environment variables because of the fact that I'm running Trac using WSGI. I've looked through the output of <code>repr(locals())</code> and didn't see anything that looked like it solved my problem. I'd also like to avoid modifying the Trac source code.</p>
http://stackoverflow.com/questions/1052673/how-do-i-submit-a-bug-to-tracker-mantisbt-or-trac-programatically1How do I submit a bug to Tracker, MantisBT, or Trac programatically?Jeff2009-06-27T11:28:53Z2009-12-07T04:05:11Z
<p>I've got a program that I've been working on at home for a while, and I decided finally to throw it up on SourceForge. SourceForge offers Tracker, MantisBT, or Trac for bug tracking.</p>
<p>My app already has a "Sorry, an error occurred" dialog, but I'd like to add a "Complain about it" button that will submit a bug to my bug tracker. Has anyone tried to do this with Tracker? Can you submit anonymous bugs via a query string interface, or something along those lines? Or, if Tracker can't do it, how about MantisBT? Or Trac?</p>
http://stackoverflow.com/questions/1854328/codaset-codebasehq-unfuddle-trac-or-redmine1Codaset, Codebasehq, Unfuddle, Trac or Redmine?Alex2009-12-06T04:13:05Z2009-12-06T04:30:43Z
<p>I have a handful of small Git repositories I would like to host remotely. They're all private projects, most of them in Java.</p>
<p>Codaset, Codebasehq, Unfuddle, Trac, Redmine..
There seems to be an abundance of solutions out there. They're all packed with features and useful functionality.</p>
<p>Putting aside pricing and the glossy layouts, what is the best way of comparing these options?</p>
http://stackoverflow.com/questions/1520479/how-to-generate-changelog-from-trac0How to generate changelog from Tracfrogbot2009-10-05T14:35:30Z2009-11-30T20:00:08Z
<p>I need to generate changelog from Trac for a specific version as XML and then process it with a custom XSL. It seems one of the default reports is the case (All Tickets By Milestone (Including closed)). However, if i request it as XML (by adding format=rss to the url) the output XML does not contain Status, Resolution, Milestone fields. How do i configure it to contain all the fields? How do you generate your changelogs from Trac to include it in release notes?</p>
http://stackoverflow.com/questions/1378802/how-can-i-use-custom-css-style-in-the-default-theme-of-trac0how can I use custom css style in the default theme of trac?Zappi2009-09-04T11:55:55Z2009-11-28T00:10:22Z
<p>Hi,</p>
<p>I have some trouble with my trac installation (version 11.4). What should I do to change i.e. some colors in the default theme? I've found various tips in the net, but nothing worked yet as most tips were for the 10.x version.</p>
<p>Are there any options in trac.ini or should I add a special xyz.css somewhere in my environment?</p>
<p>Please help me, I don't like the default black & white design ;)</p>
http://stackoverflow.com/questions/1791474/kanban-board-plug-in-for-trac0Kanban board plug-in for Trackirill_l2009-11-24T17:05:06Z2009-11-24T17:05:06Z
<p>Is there any plug-in/app for presenting/managing tickets from Trac bug tracking system on Kanban board? For example, I want to be able to change the status of Trac tickets by dragging-dropping them accross the board. I tried some standalone tools like AgileZen but but I couldn't find a way to integrate them with Trac. </p>
http://stackoverflow.com/questions/1761304/trac-task-context-sharing-with-mylyn0Trac task context sharing with mylynNathan Spears2009-11-19T06:36:28Z2009-11-19T07:01:04Z
<p>I've got trac working with mylyn (in eclipse obviously) through xmlrpc. Yay for six hours of my life. I can attach and retrieve context to tasks in trac.</p>
<p>Question setup: I have a project checked out into two workspaces. In workspace 1, I activate a task, open some files, edit some stuff, commit the changes to svn, and attach the context to the task. </p>
<p>In workspace 2, I update from svn, retrieve the context of a task and activate it. The correct files show in the Package Explorer (on the left), but the files (which I left open in workspace 1) do not open automatically and the cursor isn't placed at the last edit point.</p>
<p>Is it possible to get trac working that way? I checked this test project out from svn into two different workspaces in the exact same way to test this functionality out - I read something about project names needing to be the same so I eliminated that variable. It seems as if the way it's working now is still pretty great, but it would be even better if I could get it that last step.</p>
<p>ps question: I didn't setup the postcommit hooks from svn to trac yet because it seems like all they do is update ticket status for you. Am I missing some other cool thing they can do, or maybe updating ticket status is a bigger deal than I think it is?</p>
http://stackoverflow.com/questions/1740165/installing-trac-with-subversion-1-61Installing Trac with Subversion 1.6nickf2009-11-16T05:05:59Z2009-11-19T06:46:58Z
<p>I'm trying to set up Trac on my server and have successfully installed it, compiled the bytecode and run the tracd server. The only problem is that it's not reading my SVN repository.</p>
<p>The error I'm receiving is:</p>
<blockquote>
<p>Warning: Can't synchronize with the repository (Couldn't open Subversion repository /data1/repos: SubversionException: ("Expected FS format '2'; found format '4'", 160043)). Look in the Trac log for more information.</p>
</blockquote>
<p><sub><em>(Yes, my single repository is in a folder called "repos" - I didn't set that bit up)</em></sub></p>
<p>The <code>trac.ini</code> looks like this:</p>
<pre><code>repository_dir = /data1/repos
repository_type = svn
</code></pre>
<p>I'm running: Trac 0.11.5, Python 2.4.3, Collabnet SVN 1.6.5, SWIG 1.3.29</p>
http://stackoverflow.com/questions/1638155/tortoisesvn-never-runs-post-commit-bat1TortoiseSVN never runs post-commit.batmarty3d2009-10-28T15:51:08Z2009-11-12T01:45:30Z
<p>Hi!</p>
<p>I have set up my subversion/trac environment on Windows (Now Win7, previously tried on Vista) and all works perfectly. But I can't get my post-commit to work.
Here's the setup (using VisualSVN and Trac running on Apache):</p>
<p>C:\Users\Martin\Repositories\test_svn\hooks:</p>
<p><strong>post-commit.bat:</strong></p>
<pre><code>call %~dp0\trac-post-commit-hook.cmd %1 %2
</code></pre>
<p><strong>trac-post-commit-hook.cmd:</strong></p>
<pre><code>@ECHO OFF
::
:: Trac post-commit-hook script for Windows
::
:: Contributed by markus, modified by cboos.
:: Usage:
::
:: 1) Insert the following line in your post-commit.bat script
::
:: call %~dp0\trac-post-commit-hook.cmd %1 %2
::
:: 2) Check the 'Modify paths' section below, be sure to set at least TRAC_ENV
:: ----------------------------------------------------------
:: Modify paths here:
:: -- this one *must* be set
SET TRAC_ENV=C:\Users\Martin\Trac\test_svn
:: -- set if Python is not in the system path
SET PYTHON_PATH=
:: -- set to the folder containing trac/ if installed in a non-standard location
SET TRAC_PATH=
:: ----------------------------------------------------------
:: Do not execute hook if trac environment does not exist
IF NOT EXIST %TRAC_ENV% GOTO :EOF
set PATH=%PYTHON_PATH%;%PATH%
set PYTHONPATH=%TRAC_PATH%;%PYTHONPATH%
SET REV=%2
Python "%~dp0\trac-post-commit-hook" -p "%TRAC_ENV%" -r "%REV%"
</code></pre>
<p><strong>trac-post-commit-hook:</strong></p>
<p>Grabbed from <a href="http://trac.edgewall.org/browser/branches/0.11-stable/contrib/trac-post-commit-hook" rel="nofollow">http://trac.edgewall.org/browser/branches/0.11-stable/contrib/trac-post-commit-hook</a></p>
<p>I have tested the scripts in a cmd window and they work all the way. But on a TortoiseSVN commit, nothing happens, which makes me believe that Tortoise never runs the post-commit.bat. </p>
<p>I have also tested a simple pre-commit, and that works.
The strange thing is that is HAS worked before, but I think I used an earlier release of VisualSVN then.</p>
<p>Does anyone have any idea on what's going on here? </p>
<p>Thanks a lot!
/Martin</p>
http://stackoverflow.com/questions/1691760/scrum-project-managment-w-trac-integration0Scrum Project Managment w/ Trac IntegrationKevin2009-11-07T02:33:33Z2009-11-09T05:09:52Z
<p>Currently we use Trac to manage all of our tickets (bugs, enhancements, and new projects). It lacks a nice ability to map out the projects, releases and do time estimations. Is there a good scrum project management system that would integrate with Trac to use the tickets we are already making?</p>
http://stackoverflow.com/questions/1688442/trac-workflow-blocking0Trac Workflow blockingRodrigo Gama2009-11-06T15:49:49Z2009-11-06T16:22:45Z
<p>Is there a way to block a given change based on the user role? </p>
<p>For example, I don't want any developer to be able to change a ticket status from 'development' to 'closed'. I want it to go through 'test', and allow 'test' to 'closed' only to users with the test role.</p>
http://stackoverflow.com/questions/1111295/tools-to-manage-manual-testing-results-possibly-integrated-with-trac1Tools to manage manual testing results - possibly integrated with trac?Stacia2009-07-10T18:47:38Z2009-11-06T11:56:01Z
<p>At work we currently use Trac to manage our test cases. However, we have quite a few TCs that are listed on test plan wiki pages instead of tickets.</p>
<p>My manager has recently become interested in better documenting the results of manual testing. While this is a noble goal, and several of the people on the QA team are quite gung-ho about the idea, I actually feel that the overhead for such a system may be disastrous if not executed correctly. In fact, the only sane non-Trac integrated solution I can think of is just a simple task manager, where we can store and manage more casual results like, "X ran through Component Y on Env blah at this date and there were these problems". I think that porting over several TC numbers and stuff from the wiki would take ages and some kind of system like "X verified TC 23423432 at time Y and it's passing" is only suitable for automated tests when there's that many test cases (and a small team).</p>
<p>I have seen a few plugins for Trac that allow you to create test plans and the like and report results - but nothing that exciting. Has anyone had experience with these tools? Integration with trac would greatly reduce the overhead, but we still have the issue of not every TC being filed as a ticket, which we'd have to address.</p>
<p>What would you suggest for such a project? Have you been in a similar situation? Your input would be greatly appreciated, as I don't want to be the only nay-sayer on the team and look lazy because of my opinion that over-organizing manual testing with such a small team would be detrimental. </p>
http://stackoverflow.com/questions/1661110/get-number-of-added-hours-in-tracs-estimation-and-time-tracking-plugins0Get number of added hours in Trac's Estimation and Time Tracking pluginsJosef Sábl2009-11-02T12:44:55Z2009-11-02T14:32:51Z
<p>We are using <a href="http://trac-hacks.org/wiki/TimingAndEstimationPlugin" rel="nofollow">Estimation and Time Tracking plugin</a> for Trac.</p>
<p>I want to create the query that would show all additions of hours to tickets (As in <em>Add Hours to Ticket</em>).</p>
<p>Let's say we have developers: John, Fred and Peter and tickets Foo and Bar. I want to see something like this:</p>
<pre><code>Ticket Developer At HoursTotal
-------------------------------------
Bar John 11:00 0.8 hours
Bar Fred 10:13 2.0 hours
Foo Peter 09:50 1.0 hours
Foo John 09:00 0.5 hours
</code></pre>
http://stackoverflow.com/questions/1655914/a-trac-like-software1A TRAC-Like softwareMohamed Atia2009-10-31T23:27:30Z2009-11-01T08:59:46Z
<p>I tried TRAC before and knew how powerful it is
But I'm having lots of difficulties to to put it on an online host, it needs lots of resources and can't put it on a regular paid host</p>
<p>So I wanted to know if there is a TRAC-Like but written with PHP or something, I need it to have SVN, Wiki, Ticket issuing and maybe Forums</p>
http://stackoverflow.com/questions/1590809/how-can-i-provide-a-more-robust-link-between-svn-commits-and-tickets2How can I provide a more robust link between SVN commits and ticketsBobTheBuilder2009-10-19T20:06:57Z2009-10-29T17:44:05Z
<p>I'm just trying to hook Trac/SVN together so that my SVN commits manage my Trac Tickets. I've read the documentation and understand (kind of) that the ticket updates rely on a dev using the correct syntax in the comments field which not to put to fine a point on it I think is um... lets use the world unreliable to avoid offending anyone unnecessarily :P</p>
<p>I'm looking at adding a custom field to do this which won't require knowledge of specific syntax in order to update the tickets. The only issue is, I don't have the first clue where to start... I've never even programmed in Python before and while I can kind of interpret what's going on in any given script, I don't want to have to learn the whole language just to integrate the two systems together more robustly.</p>
<p>I have very little *NIX experience, I'm a Microsoft Developer so having to <em>hack</em> all these technologies together via the command line, scripts and configuration files is an environment that's somewhat alien to me.</p>
<p>So has anyone modified Trac/SVN in this fashion or done anything like this before and if so, is there a document or helpful user somewhere that would walk me through this process?</p>
<p><strong>Edit:</strong> Should I be considering modifying my SVN client integration to make this process more intuitive for the developer rather than modifying the link between SVN/Trac? Perhaps this would be a more suitable route?</p>
http://stackoverflow.com/questions/1627855/tried-redmine-and-trac-but-none-of-them-allows-me-to-share-milestones-and-bugs-b1Tried redmine and trac, but none of them allows me to share milestones and bugs between projectsAlex Rades2009-10-26T23:10:23Z2009-10-27T17:17:28Z
<p>Do you know a good alternative to redmine or trac which allows such a feature? I've also tried fogbugz, but is too poorly integrated with the svn repository browsing (and there is no sign of code review support).</p>
http://stackoverflow.com/questions/1604062/trac-to-bugzilla-migration1Trac to Bugzilla Migration?David M2009-10-21T22:40:04Z2009-10-26T16:35:34Z
<p>Any tips, scripts, or other artifacts that will make importing data from a Trac instance into a Bugzilla instance less work?</p>
<p>We have a modified Bugzilla, so it's likely that importxml.cgi won't be a good choice. Even if that were available, then the problem becomes "how to map Trac data to Bugzilla data."</p>
<p>As icky as it might be, I think we're going to have to do a database-to-database migration with some mapping tables on the side. Yuck.</p>
<p>Any help is appreciated!</p>
http://stackoverflow.com/questions/1616449/trac-page-with-svn-directory-list1Trac page with SVN directory list?Skeolan2009-10-23T23:30:39Z2009-10-23T23:30:39Z
<p>Say I have repository structure like:</p>
<pre><code>/svn
/Department A
/MyProj1
/MyProj2
/MyProj3
</code></pre>
<p>I'd like to have a page on my Trac wiki which looks like:</p>
<pre><code>Projects under Source Control for Department A:
- MyProj1
- MyProj2
- MyProj3
</code></pre>
<p>Is there an existing plugin, macro, or other neat Trac trick to allow this? I tried the IncludeMacro from TracHacks, and it comes close - it can include file output from repository items, but not directory listings.</p>
<p>Ideally I'd love to make these listed folders come out as wiki links (thereby implying the necessity for a wiki page named after each project).</p>