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

  * status:  new => assigned

Comment:

 Please try out attachment:detect_big_changesets.patch

 This make use of the following configuration variables
 {{{
 [changeset]
 max_diff_size = 100000
 max_diff_files = 1000
 }}}

 This gives two hints for detecting big changesets.
 If a changeset is determined to be ''big'', then
 for each diff, only the link to the restricted changeset
 for that file will be shown.

 In the future, that link could be changed to an AJAX query
 for retrieving only that diff dynamically.

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