Modify ↓
Opened 3 years ago
Closed 3 years ago
#6572 closed enhancement (fixed)
Add revision info to macro
| Reported by: | rjollos | Owned by: | rjollos |
|---|---|---|---|
| Priority: | high | Component: | InsertElementMacro |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.11 |
Description
Trac 0.12 allows revision info for plugins and macros to be displayed on the About page. For single file macros, revision info is made available by including the following two lines below the section of import statements:
revison="$Rev$" url="$URL$"
and applying the following svn:keywords properties:
svn propset svn:keywords "LastChangedRevision HeadURL" <filename>.py
For example, see changelogmacro/0.11/ChangeLogMacro.py@7473:9-10.
Attachments (0)
Change History (3)
comment:1 Changed 3 years ago by rjollos
comment:2 Changed 3 years ago by rjollos
- Owner changed from sanmarcos to rjollos
- Priority changed from normal to high
- Status changed from new to assigned
comment:3 Changed 3 years ago by rjollos
- Resolution set to fixed
- Status changed from assigned to closed
Added in [8522], but the post-commit hook failed to close this ticket.
Note: See
TracTickets for help on using
tickets.


I'd like to make this change, and have global rw access to t-h.o, so please post a quick message if you are okay with this harmless change.