#698 closed enhancement (wontfix)
file module links in WikiFormatting
| Reported by: | Owned by: | Jonas Borgström | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | wiki system | Version: | devel |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
In addition to source: and repos: taking you to the revision browser page, I thought it would be convenient to have a file: tag which would take you to the actual file contents page. Since this module already existed it was trivial to implement in WikiFormatting.py
Attachments (1)
Change History (4)
by , 21 years ago
| Attachment: | file_module_tag.patch added |
|---|
comment:1 by , 21 years ago
| Resolution: | → wontfix |
|---|---|
| Status: | new → closed |
You can already link to a specific file revision like this:
Or to the latest version:
source:/trunk/ChangeLog#latest or source:/trunk/ChangeLog#head
Of course "file:/trunk/ChangeLog" would be a shorter than "source:/trunk/ChangeLog#latest" but with file: it's not as obvious that the link might point to a different version of the file in the future.
comment:2 by , 20 years ago
As a side note, and to update the comment of jonas above, the usage of "#" as a separator in source: links is now deprecated in favor of using "@", as in:



patch to implement file: tag in wikiformatting