#7671 closed enhancement (fixed)
Missing documentation on new features in TracNotification
| Reported by: | Owned by: | Remy Blank | |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.11.3 |
| Component: | notification | Version: | 0.11 |
| Severity: | normal | Keywords: | notification, documentation |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
I'm just looking for some possible improvements for Template-handling in the TracNotification module like customizing the Template and so on.
Searching I found some tickets concerning a feature called ticket_subject_template.
Is there any Dokumentation available on this feature? (Purpose, parameters, examples…). I may try it out but perhaps I can save some time…
Are there any further features added to TracNotification?
Sorry if the dokumentation is already published. I tried my best to find it.
Attachments (0)
Change History (3)
comment:1 by , 17 years ago
| Milestone: | → 0.11.3 |
|---|---|
| Owner: | changed from to |
comment:2 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Added documentation for ticket_subject_template in TracNotification.
comment:3 by , 17 years ago
| Summary: | Missing dokumentation on new features in TracNotification → Missing documentation on new features in TracNotification |
|---|



TracIni mentions that it is a Genshi text template snippet, whose format is documented here. The default value is:
which should already give you an idea how you could use it.
prefixcontains the project name between square brackets,ticketis the ticket model object,summaryis the ticket summary.I agree that this should be documented in TracNotification.