[Cherokee-commits] [3388] web:

SVN at cherokee-project.com SVN at cherokee-project.com
Fri Jun 26 08:41:44 CEST 2009


Revision: 3388
          http://svn.cherokee-project.com/changeset/3388
Author:   alo
Date:     2009-06-26 08:41:44 +0200 (Fri, 26 Jun 2009)

Log Message:
-----------


Modified Paths:
--------------
    web/widgets/render-commits.py

Property Changed:
----------------
    web/dynamic/


Property changes on: web/dynamic
___________________________________________________________________
Name: svn:ignore
   + *.html
*~


Modified: web/widgets/render-commits.py
===================================================================
--- web/widgets/render-commits.py	2009-06-25 11:22:55 UTC (rev 3387)
+++ web/widgets/render-commits.py	2009-06-26 06:41:44 UTC (rev 3388)
@@ -6,11 +6,11 @@
 
 # Retrieve the commit list
 #
-f = os.popen ("svn log svn://cherokee-project.com/cherokee/ | head -%d" % (LIMIT*8))
+f = os.popen ("svn log svn://cherokee-project.com/cherokee/ | head -%d" % (LIMIT*30))
 lines = [x.strip() for x in f.readlines()]
 f.close()
 
-lines = filter(lambda x: x and x[0]=='r', lines)
+lines = filter(lambda x: x and x[0]=='r' and ' | ' in x, lines)
 lines = [x.split(' | ') for x in lines]
 
 # Generate the HTML code

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.octality.com/pipermail/cherokee-commits/attachments/20090626/cbecf54e/attachment.htm 


More information about the Cherokee-commits mailing list