Opened 15 years ago
Closed 14 years ago
#6454 closed enhancement (fixed)
[Patch] Add revision info
Reported by: | Ryan J Ollos | Owned by: | Terry Brown |
---|---|---|---|
Priority: | normal | Component: | ComponentsProcessorMacro |
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.
Attachments (2)
Change History (7)
Changed 15 years ago by
Attachment: | ComponentsListMacro.patch added |
---|
Changed 15 years ago by
Attachment: | ComponentsListMacro.2.patch added |
---|
Correct patch, please ignore the first.
comment:1 Changed 15 years ago by
ComponentsListMacro.2.patch
is the correct patch. I made an error with the first patch.
comment:3 Changed 15 years ago by
It looks like I made an error and the svn:keywords didn't get applied through the patch, but you can do that with the following:
svn propset svn:keywords "LastChangedRevision HeadURL" ComponentsListMacro.py
comment:4 Changed 15 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:5 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Patch file