Ticket #8533 (closed enhancement: wontfix)
Opened 3 years ago
Last modified 6 days ago
Zip download links in browser view
| Reported by: | DarTar <dartar@…> | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | version control/browser | Version: | none |
| Severity: | normal | Keywords: | browser downloads |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
It would be great if zip download links were also displayed in the source browser next to each child folder and not just in the footer of the current folder.
WebSVN has very user-friendly
tarball download links. Could Trac implement something similar in its GUI?
Attachments
Change History
comment:1 Changed 2 years ago by cboos
- Milestone set to 2.0
comment:2 Changed 22 months ago by cboos
- Milestone changed from 2.0 to unscheduled
Milestone 2.0 deleted
comment:3 Changed 19 months ago by rblank
Agreed about doing this in a plugin. Wontfix?
comment:4 Changed 19 months ago by cboos
- Milestone triaging deleted
- Resolution set to wontfix
- Status changed from new to closed
I vaguely had the idea of a column provider interface in the Browser, that this feature and a few others (icon for svn:lock IIRC) could use. But in any case, this can be done as a plugin, yes.
comment:5 Changed 6 days ago by framay <franz.mayer@…>
As I found this ticket first when searching "download folder", here some links for customizing download link in browse view:
Downloadable folders are implemented in r3117, referencing ticket #238.
Info about parametrizing it, can be found under TracIni#browser-section
comment:6 Changed 6 days ago by AdrianFritz
Just pointing related plugins, which they don´t do what is requested here but, can have implementation references to reach this goal:
- th:TracDownloaderPlugin (optional questionnaire before download of file, ...)
- th:DownloadsPlugin (provides downloads section)



This might be done using a plugin (and could be a nice small sample plugin).