diff rhodecode/controllers/changelog.py @ 1130:1cecc7db3106 beta

fixed some limits in changesets and changelogs
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 13 Mar 2011 13:38:07 +0100
parents 41a695e604ba
children 6832ef664673
line wrap: on
line diff
--- a/rhodecode/controllers/changelog.py	Sun Mar 13 11:34:57 2011 +0100
+++ b/rhodecode/controllers/changelog.py	Sun Mar 13 13:38:07 2011 +0100
@@ -4,7 +4,7 @@
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
     changelog controller for rhodecode
-    
+
     :created_on: Apr 21, 2010
     :author: marcink
     :copyright: (C) 2009-2011 Marcin Kuzminski <marcin@python-works.com>    
@@ -49,6 +49,7 @@
                                    'repository.admin')
     def __before__(self):
         super(ChangelogController, self).__before__()
+        c.affected_files_cut_off = 60
 
     def index(self):
         limit = 100