Modify ↓
#310 closed enhancement (fixed)
Move HTML generation of changeset diffs into template
Reported by: | Owned by: | daniel | |
---|---|---|---|
Priority: | normal | Milestone: | 0.7 |
Component: | version control/changeset view | Version: | 0.6.1 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal 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 (0)
Change History (4)
comment:1 by , 21 years ago
Milestone: | → 0.8 |
---|
comment:2 by , 21 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 21 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Cleaned up and applied in [481].
Thanks for the patch! :)
comment:4 by , 21 years ago
Milestone: | 0.8 → 0.7 |
---|
Note:
See TracTickets
for help on using tickets.
Got the patch. Great work, Chris. I'm reviewing and merging it.