Modify ↓
Ticket #310 (closed enhancement: fixed)
Opened 8 years ago
Last modified 8 years ago
Move HTML generation of changeset diffs into template
| Reported by: | cmlenz@… | Owned by: | daniel |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.7 |
| Component: | version control/changeset view | Version: | 0.6.1 |
| Severity: | normal | Keywords: | |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
Currently, the generation of changeset diff HTML markup is performed by the python code in source:/trac/Changeset.py. Thus the generated HTML is not customizable without hacking the sources. Ideally, the python code would only construct the diff data set, and the corresponding template (source:/templates/changeset.cs) would take care of generating the actual markup.
Attachments
Change History
comment:1 Changed 8 years ago by daniel
- Milestone set to 0.8
comment:2 Changed 8 years ago by daniel
- Owner changed from jonas to daniel
- Status changed from new to assigned
comment:3 Changed 8 years ago by daniel
- Resolution set to fixed
- Status changed from assigned to closed
Cleaned up and applied in [481].
Thanks for the patch! :)
comment:4 Changed 8 years ago by daniel
- Milestone changed from 0.8 to 0.7
Note: See
TracTickets for help on using
tickets.



Got the patch. Great work, Chris. I'm reviewing and merging it.