Ticket #3579 (closed enhancement: fixed)
Add direct access to the raw content in the repository
| Reported by: | cboos | Owned by: | cboos |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.11 |
| Component: | version control | Version: | devel |
| Severity: | normal | Keywords: | raw format |
| Cc: |
Description (last modified by cboos) (diff)
As discussed on the Mailing List, this is a feature which is quite useful for being able to have direct access to the HTML resources in the repository (like documentation), when using the ?format=raw URL suffix is not wanted, as it doesn't get propagated by relative links within those documents.
Therefore I propose to add:
- /source request dispatcher, for accessing the raw source
- /source-rXYZ request dispatcher, for accessing the raw source at the specified revision
- the raw-source: TracLink prefix, for easily creating links to the above URLs, raw-source:/trunk/README.html or raw-source:/trunk/README.html@234 when specifying a revision.
The implementation will be based on this patch.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


