Ticket #6562 (closed enhancement: fixed)

Opened 3 years ago

Last modified 3 years ago

Add revision info to macro

Reported by: rjollos Assigned to: gotoh
Priority: normal Component: TicketBoxMacro
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

Change History

02/08/10 03:52:35 changed by gotoh

  • status changed from new to closed.
  • resolution set to fixed.

(In [7506]) Add plugin module info supported by Trac 0.12. close #6562.

02/08/10 03:53:29 changed by gotoh

Thanks, I've updated like you said.

02/08/10 04:40:26 changed by rjollos

Thanks, I'll test it out with 0.12 to see if it works with the new version. Have you tested with 0.12dev?

02/08/10 08:27:33 changed by gotoh

I've tested and fixed some more (r7508). Now it should work with 0.12dev.

02/09/10 02:00:27 changed by rjollos

Thanks. I tested it out and it is also working well for me with Trac 0.12dev-r9098.


Add/Change #6562 (Add revision info to macro)




Change Properties
Action