Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r73001 - in website/public_html/beta: . common/code community
From: dnljms_at_[hidden]
Date: 2011-07-11 06:35:21


Author: danieljames
Date: 2011-07-11 06:35:20 EDT (Mon, 11 Jul 2011)
New Revision: 73001
URL: http://svn.boost.org/trac/boost/changeset/73001

Log:
Website: Merge from live to beta.
Properties modified:
   website/public_html/beta/ (props changed)
Text files modified:
   website/public_html/beta/common/code/boost_archive.php | 8
   website/public_html/beta/community/review_schedule.html | 233 ++++++++++++++++++++++++++++++---------
   2 files changed, 179 insertions(+), 62 deletions(-)

Modified: website/public_html/beta/common/code/boost_archive.php
==============================================================================
--- website/public_html/beta/common/code/boost_archive.php (original)
+++ website/public_html/beta/common/code/boost_archive.php 2011-07-11 06:35:20 EDT (Mon, 11 Jul 2011)
@@ -61,7 +61,7 @@
     {
         $check_file = $params['archive'];
 
- if (!is_file($check_file)) {
+ if (!is_readable($check_file)) {
             file_not_found($params, 'Unable to find zipfile.');
             return;
         }
@@ -79,8 +79,8 @@
             }
 
             $found_file = NULL;
- if (is_file("$check_file/index.html")) $found_file = 'index.html';
- else if (is_file("$check_file/index.htm")) $found_file = 'index.htm';
+ if (is_readable("$check_file/index.html")) $found_file = 'index.html';
+ else if (is_readable("$check_file/index.htm")) $found_file = 'index.htm';
 
             if ($found_file) {
                 $params['file'] = $check_file = $check_file.$found_file;
@@ -93,7 +93,7 @@
                 return display_dir($params, $check_file);
             }
         }
- else if (!is_file($check_file)) {
+ else if (!is_readable($check_file)) {
             file_not_found($params, 'Unable to find file.');
             return;
         }

Modified: website/public_html/beta/community/review_schedule.html
==============================================================================
--- website/public_html/beta/community/review_schedule.html (original)
+++ website/public_html/beta/community/review_schedule.html 2011-07-11 06:35:20 EDT (Mon, 11 Jul 2011)
@@ -105,7 +105,7 @@
                     </td>
                     <td>Joel Falcou</td>
 
- <td>-</td>
+ <td>September 5, 2011 - September 14, 2011</td>
                   </tr>
 
                   <tr>
@@ -114,12 +114,12 @@
                     <td>Vicente Botet</td>
 
                     <td><a href=
- "http://www.boostpro.com/vault/index.php?action=downloadfile&amp;filename=conversion.zip&amp;directory=Utilities&amp;">
- Boost Vault</a></td>
+ "http://svn.boost.org/svn/boost/sandbox/conversion/">
+ Boost Sandbox</a></td>
 
- <td>Needed</td>
+ <td>Gordon Woodhull</td>
 
- <td>-</td>
+ <td>August 20, 2011 - August 29, 2011</td>
                   </tr>
 
                   <tr>
@@ -168,7 +168,7 @@
 
                     <td>John Maddock</td>
 
- <td>-</td>
+ <td>August 3, 2011 - August 12, 2011</td>
                   </tr>
 
                   <tr>
@@ -176,8 +176,24 @@
 
                     <td>Tim Blechmann</td>
 
- <td><a href="http://tim.klingt.org/git?p=boost_lockfree.git;a=snapshot;h=HEAD;sf=tgz">Library
- </a></td>
+ <td>
+ <ul>
+ <li>Documentation</li>
+ <li>Source</li>
+</td>
+
+ <td>Hartmut Kaiser</td>
+
+ <td>July 18, 2011 - July 27, 2011</td>
+ </tr>
+
+ <tr>
+ <td>Quaternions, Vectors, Matrices (QVM)</td>
+
+ <td>Emil Dotchevski</td>
+
+ <td><a href="http://www.revergestudios.com/boost-qvm/">
+ http://www.revergestudios.com/boost-qvm/></td>
 
                     <td>Needed</td>
 
@@ -185,38 +201,36 @@
                   </tr>
 
                   <tr>
- <td>Fiber</td>
+ <td>Stopwatches</td>
 
- <td>Oliver Kowalke</td>
+ <td>Vicente Botet</td>
 
- <td><a href="
http://www.boostpro.com/vault/index.php?action=downloadfile&amp;filename=boost.fiber-0.3.10.zip&amp;directory=Concurrent%20Programming&amp;">
+ <td><a href="http://www.boostpro.com/vault/index.php?action=downloadfile&amp;filename=stopwatches.zip&amp;directory=System">
                         Boost Vault</a></td>
 
- <td>Needed</td>
+ <td>Anthony Williams</td>
 
                     <td>-</td>
                   </tr>
-<!--
+
                   <tr>
- <td>Creasing (Sequence Properties)</td>
+ <td>Variadic Macro Data</td>
 
- <td>Grant Erickson</td>
+ <td>Edward Diener</td>
 
- <td><a href="http://www.boostpro.com/vault/index.php?action=downloadfile&amp;filename=creasing.zip&amp;directory=Algorithms">
- Boost Vault</a></td>
+ <td>Boost Sandbox</td>
 
                     <td>Needed</td>
 
                     <td>-</td>
                   </tr>
--->
+
                   <tr>
- <td>Quaternions, Vectors, Matrices (QVM)</td>
+ <td>Block Pointer</td>
 
- <td>Emil Dotchevski</td>
+ <td>Phil Bouchard</td>
 
- <td><a href="http://www.revergestudios.com/boost-qvm/">
- http://www.revergestudios.com/boost-qvm/></td>
+ <td>
Boost Sandbox</td>
 
                     <td>Needed</td>
 
@@ -224,43 +238,38 @@
                   </tr>
 
                   <tr>
- <td>Stopwatches</td>
+ <td>Network</td>
 
- <td>Vicente Botet</td>
+ <td>Dean Michael Berris</td>
 
- <td><a href="http://www.boostpro.com/vault/index.php?action=downloadfile&amp;filename=stopwatches.zip&amp;directory=System">
- Boost Vault</a></td>
+ <td>
+ Source</td>
 
- <td>Anthony Williams</td>
+ <td>Needed</td>
 
                     <td>-</td>
                   </tr>
 
                   <tr>
- <td>AutoIndex (Tool)</td>
+ <td>Algorithm</td>
 
- <td>John Maddock</td>
+ <td>Marshall Clow</td>
 
                     <td>
- <ul>
- <li><a href="http://www.boostpro.com/vault/index.php?action=downloadfile&amp;filename=auto_index-0.9.zip">
- Source (Boost Vault)</a></li>
- <li><a href="http://svn.boost.org/svn/boost/sandbox/tools/auto_index/doc/html/index.html">
- Documentation (Boost Sandbox)</a></li>
- </ul>
- </td>
+ Boost Sandbox</td>
 
- <td>Daniel James</td>
+ <td>Dave Abrahams</td>
 
- <td>May 5, 2011 - May 14, 2011</td>
+ <td>September 22, 2011 - October 1, 2011</td>
                   </tr>
 
                   <tr>
- <td>Variadic Macro Data</td>
+ <td>Local</td>
 
- <td>Edward Diener</td>
+ <td>Lorenzo Caminiti</td>
 
- <td>Boost Sandbox</td>
+ <td>
+ Boost Sandbox</td>
 
                     <td>Needed</td>
 
@@ -268,15 +277,22 @@
                   </tr>
 
                   <tr>
- <td>Type Traits Introspection</td>
+ <td>Context</td>
 
- <td>Edward Diener</td>
+ <td>Oliver Kowalke</td>
 
- <td>Boost Sandbox</td>
+ <td>
+ <ul>
+ <li>Documentation</li>
+
+ <li>Source</li>
+ </ul>
+ </td>
 
- <td>Needed</td>
+ <td>Giovanni Deretta</td>
+
+ <td>July 28, 2011 - August 2, 2011</td>
 
- <td>-</td>
                   </tr>
 
                 </tbody>
@@ -300,6 +316,89 @@
                 </thead>
 
                   <tr>
+ <td>Type Traits Introspection</td>
+
+ <td>Edward Diener</td>
+
+ <td>Joel Falcou</td>
+
+ <td>July 1, 2011 - July 10, 2011</td>
+
+ <td><a href=
+ "http://lists.boost.org/boost-announce/2011/06/0320.php">
+ Ongoing</a></td>
+ </tr>
+
+
+ <tr>
+ <td>Assign v2</td>
+
+ <td>Erwann Rogard,<br> Thorsten Ottosen</td>
+
+ <td>John Bytheway</td>
+
+ <td>June 15, 2011 - June 24, 2011</td>
+
+ <td><del><a href=
+ "http://lists.boost.org/boost-announce/2011/06/0315.php">
+ Ongoing</a></del><br/>
+ <del><a href=
+ "http://lists.boost.org/boost-announce/2011/06/0319.php">
+ Pending</a></del><br/>
+ <a href=
+ "http://lists.boost.org/boost-announce/2011/07/0321.php">
+ Rejected</a>
+ </td>
+ </tr>
+
+
+ <tr>
+ <td>Heaps</td>
+
+ <td>Tim Blechmann</td>
+
+ <td>Andrew Sutton</td>
+
+ <td>May 30, 2011 - June 8, 2011</td>
+
+ <td><del><a href=
+ "http://lists.boost.org/boost-announce/2011/05/0314.php">
+ Pending</a></del><br/>
+ <a href=
+ "http://lists.boost.org/boost-announce/2011/06/0316.php">
+ Accepted</a></td>
+ </tr>
+
+ <tr>
+ <td>Review Wizard Status Report</td>
+
+ <td></td>
+
+ <td>Ronald Garcia</td>
+
+ <td>May 23, 2011</td>
+
+ <td><a href=
+ "http://lists.boost.org/boost-announce/2011/05/0311.php">
+ Report</a></td>
+ </tr>
+
+ <tr>
+ <td>AutoIndex (Tool)</td>
+
+ <td>John Maddock</td>
+
+ <td>Daniel James</td>
+
+ <td>May 5, 2011 - May 14, 2011</td>
+
+ <td><del><a href="http://lists.boost.org/boost-announce/2011/05/0308.php">
+ Pending</a></del><br/>
+ Accepted
+ </td>
+ </tr>
+
+ <tr>
                     <td>Convert</td>
 
                     <td>Vladimir Batov</td>
@@ -308,9 +407,17 @@
 
                     <td>April 23, 2011 - May 2, 2011-</td>
 
- <td><a href=
- "http://lists.boost.org/boost-announce/2011/04/0302.php">
- Ongoing</a></td>
+ <td>
+ <del><a href=
+ "http://lists.boost.org/boost-announce/2011/04/0302.php">
+ Pending</a></del><br/>
+ <a href=
+ "http://lists.boost.org/boost-announce/2011/05/0307.php">
+ Withdrawn</a>
+ <a href=
+ "http://lists.boost.org/boost-announce/2011/05/0309.php">
+ (Report)</a><br/>
+ </td>
                   </tr>
 
                   <tr>
@@ -343,9 +450,14 @@
 
                     <td>March 21, 2011 - March 30, 2011</td>
 
- <td><a href=
+ <td>
+ <del><a href=
                     "http://lists.boost.org/boost-announce/2011/03/0296.php">
- Pending</a></td>
+ Pending</a></del><br/>
+ <a href=
+ "http://lists.boost.org/boost-announce/2011/05/0310.php">
+ Accepted Provisionally</a>
+ </td>
                   </tr>
 
                   <tr>
@@ -398,9 +510,13 @@
 
                     <td>March 2, 2011 - March 12, 2011</td>
 
- <td><a href=
+ <td><del><a href=
                     "http://lists.boost.org/boost-announce/2011/03/0288.php">
- Pending</a></td>
+ Pending</a></del><br/>
+ <a href=
+ "http://lists.boost.org/boost-announce/2011/04/0305.php">
+ Rejected</a>
+ </td>
                   </tr>
 
                   <tr>
@@ -2227,11 +2343,12 @@
 
               <h2><a name="Managers" id="Managers"></a>Review Managers</h2>
 
- <p>We try to rotate the task of Review Manager between many
- experienced Boost members, both to ensure fairness, and to
- spread the workload. If you would like to volunteer to become a
- review manager, please contact John Phillips (phillips at mps
- dot ohio-state dot edu) or Ronald Garcia (garcia at cs dot
+ <p>We try to rotate the task of Review Manager between
+ many experienced Boost members, both to ensure fairness,
+ and to spread the workload. If you would like to
+ volunteer to become a review manager, please contact
+ John Phillips (phillips at pacific dot mps dot
+ ohio-state dot edu) or Ronald Garcia (garcia at cs dot
               indiana dot edu).</p>
             </div>
           </div>


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