#8533 closed enhancement (wontfix)
Zip download links in browser view
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | version control/browser | Version: | none |
Severity: | normal | Keywords: | browser downloads |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal 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 (0)
Change History (6)
comment:1 by , 15 years ago
Milestone: | → 2.0 |
---|
comment:4 by , 14 years ago
Milestone: | triaging |
---|---|
Resolution: | → wontfix |
Status: | new → 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 by , 13 years ago
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 by , 13 years ago
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).