#2591: Option to limit the number of diff'ed files in the changeset view
----------------------------+-----------------------------------------------
 Reporter:  eblot           |        Owner:  cboos
     Type:  enhancement     |       Status:  new  
 Priority:  high            |    Milestone:  0.10 
Component:  changeset view  |      Version:  devel
 Severity:  normal          |   Resolution:       
 Keywords:  diff tracdiff   |  
----------------------------+-----------------------------------------------
Changes (by cboos):

  * priority:  low => high
  * owner:  jonas => cboos
  * milestone:  => 0.10
  * keywords:  diff => diff tracdiff

Comment:

 That's an important feature to have for TracDiff too.

 I'd suggest the following solution (copied from the ML thread):
 {{{
 [changeset]
 max_diff_shown = 100
 }}}
 (suggestion for a better name welcomed)

 If there are more than `max_diff_shown` actual diffs to show
 (Added/Deleted or Edits on Binary files wouldn't count),
 then ''no'' diffs would be inlined.
 Rather, the ''(n diff)'' link at the right of the file entry
 would link to the [wiki:TracDiff#CheckingtheLastChanges restricted
 changeset]
 for that file.

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/2591>
The Trac Project <http://trac.edgewall.com/>
_______________________________________________
Trac-Tickets mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac-tickets

Reply via email to