ajack       2004/03/17 12:55:22

  Modified:    python/gump/document forrest.py
  Log:
  Was showing the affected column on fixes, bogus 'cos ought be always 0
  
  Revision  Changes    Path
  1.109     +5 -7      gump/python/gump/document/forrest.py
  
  Index: forrest.py
  ===================================================================
  RCS file: /home/cvs/gump/python/gump/document/forrest.py,v
  retrieving revision 1.108
  retrieving revision 1.109
  diff -u -r1.108 -r1.109
  --- forrest.py        16 Mar 2004 19:50:15 -0000      1.108
  +++ forrest.py        17 Mar 2004 20:55:22 -0000      1.109
  @@ -571,7 +571,7 @@
               self.resolver.getFile(workspace,'project_fixes'))        
           self.documentSummary(document, workspace.getProjectSummary())
           
  -        projectsSection=document.createSection('Projects with fixes...')
  +        projectsSection=document.createSection('Projects recently fixed...')
           projectsSection.createParagraph("""These are the projects that were 'fixed' 
(state changed to success) within %s runs.
   This page helps Gumpmeisters (and others) observe community progress.
           """ % INSIGNIFICANT_DURATION)      
  @@ -596,8 +596,6 @@
               projectRow.createComment(project.getName())
                                       
               self.insertLink(project,workspace,projectRow.createData())   
  -                        
  -            projectRow.createData(affected)
               
               projectRow.createData( project.getFullDependeeCount())
               
  @@ -682,7 +680,7 @@
                       self.resolver.getFile(workspace,'module_fixes'),)            
           self.documentSummary(document, workspace.getProjectSummary())
           
  -        modulesSection=document.createSection('Modules with fixes')           
  +        modulesSection=document.createSection('Modules recently fixed')           
           modulesSection.createParagraph("""These are the modules that were 'fixed' 
(state changed to success), or contained projects that were fixed, within %s runs.
   This page helps Gumpmeisters (and others) observe community progress.
           """ % INSIGNIFICANT_DURATION)      
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to