Edgewall Software
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

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

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
View

Add a comment

Modify Ticket

Change Properties
<Author field>
Action
as closed
The resolution will be deleted. Next status will be 'reopened'
to The owner will be changed from daniel. Next status will be 'closed'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.