Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r54163 - sandbox/committee/LWG/cd_status
From: bdawes_at_[hidden]
Date: 2009-06-21 20:14:29


Author: bemandawes
Date: 2009-06-21 20:14:28 EDT (Sun, 21 Jun 2009)
New Revision: 54163
URL: http://svn.boost.org/trac/boost/changeset/54163

Log:
Add no_issues option
Text files modified:
   sandbox/committee/LWG/cd_status/comments_report.xsl | 3 ++-
   1 files changed, 2 insertions(+), 1 deletions(-)

Modified: sandbox/committee/LWG/cd_status/comments_report.xsl
==============================================================================
--- sandbox/committee/LWG/cd_status/comments_report.xsl (original)
+++ sandbox/committee/LWG/cd_status/comments_report.xsl 2009-06-21 20:14:28 EDT (Sun, 21 Jun 2009)
@@ -98,7 +98,8 @@
 
 ************************************************************ -->
 
- <xsl:if test="(not($open_only='yes') or @disp='') and (not($no_issue='yes') or @issue='')">
+ <xsl:if test="(not($open_only='yes') or @disp='')
+ and (not($no_issue='yes') or (@issue='' and not(@disp='rejected') and not(@disp='duplicate')))">
 
  
 <!-- ************************************************************


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk