You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by hw...@apache.org on 2010/08/18 13:44:32 UTC

svn commit: r986632 - in /subversion/site/publish: roadmap.html style/site.css

Author: hwright
Date: Wed Aug 18 11:44:32 2010
New Revision: 986632

URL: http://svn.apache.org/viewvc?rev=986632&view=rev
Log:
Add a section to the roadmap detailing the current progress toward the
1.7 release.  Folks are encouraged to expand and enhance this section,
including the addition of already completed items.  My own additions will
be forthcoming.

* publish/roadmap.html
  (release-status): New section.

* publish/style/site.css:
  Add a couple of additional styles.  My css is so rusty, this may not even
  work.

Modified:
    subversion/site/publish/roadmap.html
    subversion/site/publish/style/site.css

Modified: subversion/site/publish/roadmap.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/roadmap.html?rev=986632&r1=986631&r2=986632&view=diff
==============================================================================
--- subversion/site/publish/roadmap.html (original)
+++ subversion/site/publish/roadmap.html Wed Aug 18 11:44:32 2010
@@ -247,6 +247,55 @@ numbering, compatibility, and deprecatio
 </div> <!-- #features-most-wanted -->
 
 
+
+<div class="h2" id="release-status">
+<h2>Release Status
+  <a class="sectionlink" href="#release-status"
+    title="Link to this section">&para;</a>
+</h2>
+
+<p>The following table contains items currently targetted for the next major
+   release, along with their completion status.  It is meant mainly for
+   developers, but can help answer the oft-asked question "how is the next
+   release coming along?"  If you are interested in helping speed up the
+   next release, consider tackling one of the incomplete items below.</p>
+
+<table cellpadding="0" cellspacing="0" class="centered">
+<thead>
+  <tr>
+    <th>Task</th>
+    <th>Status</th>
+    <th>Notes</th>
+  </tr>
+</thead>
+<tbody>
+  <tr class="complete">
+    <td>Better handling of redirects</td>
+    <td>Complete</td>
+    <td><a href="http://subversion.tigris.org/issues/show_bug.cgi?id=2779">Issue 2779</a></td>
+  </tr>
+  <tr class="in-progress">
+    <td><code>svn patch</code></td>
+    <td>In Progress</td>
+    <td></td>
+  </tr>
+  <tr class="in-progress">
+    <td>New Working Copy Library (WC-NG)</td>
+    <td>In Progress</td>
+    <td><a href="http://subversion.tigris.org/issues/show_bug.cgi?id=3357">Issue 3357</a></td>
+  </tr>
+  <tr class="not-started">
+    <td>Test Review</td>
+    <td>Not Started</td>
+    <td>Determine which <code>XFail</code> and <code>WIP</code> tests should
+        remain so, and which need to be fixed before release.</td>
+  </tr>
+</tbody>
+</table>
+
+</div> <!-- #release-status -->
+
+
 <div class="h2" id="past-releases">
 <h2>Past Releases
   <a class="sectionlink" href="#past-releases"

Modified: subversion/site/publish/style/site.css
URL: http://svn.apache.org/viewvc/subversion/site/publish/style/site.css?rev=986632&r1=986631&r2=986632&view=diff
==============================================================================
--- subversion/site/publish/style/site.css (original)
+++ subversion/site/publish/style/site.css Wed Aug 18 11:44:32 2010
@@ -220,6 +220,15 @@ ul.topmenu li {
 ul.topmenu li a {
   text-decoration: none;
 }
+tr.completed {
+  background-color: rgb(92, 255, 92);
+}
+tr.in-progress {
+  background-color: rgb(255, 255, 92);
+}
+tr.not-started {
+  background-color: rgb(255, 92, 92);
+}
 
 /*
  * Hide class="sectionlink", except when an enclosing heading