Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r53935 - sandbox/committee/LWG/cd_status
From: bdawes_at_[hidden]
Date: 2009-06-15 10:37:12


Author: bemandawes
Date: 2009-06-15 10:37:12 EDT (Mon, 15 Jun 2009)
New Revision: 53935
URL: http://svn.boost.org/trac/boost/changeset/53935

Log:
Add no_issue 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-15 10:37:12 EDT (Mon, 15 Jun 2009)
@@ -19,6 +19,7 @@
 
 <xsl:param name="responsible" select="'all'"/>
 <xsl:param name="open_only" select="'no'"/>
+<xsl:param name="no_issue" select="'no'"/>
 
 <xsl:output method="html" encoding="us-ascii"/>
 
@@ -97,7 +98,7 @@
 
 ************************************************************ -->
 
- <xsl:if test="not($open_only='yes') or @disp=''">
+ <xsl:if test="(not($open_only='yes') or @disp='') and (not($no_issue='yes') or @issue='')">
 
  
 <!-- ************************************************************


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