Modify ↓
#6393 closed enhancement (fixed)
[Patch] Add revision info
Reported by: | Ryan J Ollos | Owned by: | David Roussel |
---|---|---|---|
Priority: | normal | Component: | ColorMacro |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.12 |
Description
Trac 0.12 displays plugin revision info in a Installed Plugins table on the /about page (you must have CONFIG_VIEW
permission to see this info). See t:#8921.
The attached patch adds revision info to the content of the macro and adds svn revision keywords to the .py
file.
See #6391 for screen capture of new Installed Plugins section on the About page.
Also suggest renaming file from Color.py to ColorMacro.py as this does not affect the functionality, but the filename is used in the Installed Plugins table.
Attachments (1)
Change History (6)
Changed 15 years ago by
Attachment: | Color.patch added |
---|
comment:1 Changed 15 years ago by
Summary: | Add revision info → [Patch] Add revision info |
---|
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 15 years ago by
Trac Release: | 0.11 → 0.12 |
---|
comment:4 Changed 13 years ago by
Note: See
TracTickets for help on using
tickets.
Patch for ColorMacro