On Fri, 2010-11-26 at 15:00 +0100, Eirik Schwenke wrote: > If you require listing of "hundreds of files" -- simply linking from the > wiki to your /download-dir might be the best approach.
I have a similar question. I have enabled the Download component in Trac 0.12 as follows: [navadd] add_items =,,,,downloads,,,, [components] tracdownloads.api.downloadsapi = enabled tracdownloads.consoleadmin.downloadsconsoleadmin = enabled tracdownloads.core.downloadscore = enabled tracdownloads.core.downloadsdownloads = enabled tracdownloads.init.downloadsinit = enabled tracdownloads.timeline.downloadstimeline = enabled tracdownloads.webadmin.downloadswebadmin = enabled tracdownloads.wiki.downloadswiki = enabled [downloads] consoleadmin_user = anonymous ext = iso,rar path = /vol1/Software/FinalReleases title = Downloads unique_filename = False visible_fields = id,file,description,size,time,count,author,tags,component,version,architecture,platform,type I was hoping that files in /vol1/Software/FinalReleases would show up in the Trac Downloads page. But they do not. I suspect that you need to upload the file in Trac in order to see it for Download. Is this the case? Any files that just exist there are not visible? -- Roger Oberholtzer -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.
