You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by cm...@apache.org on 2013/01/15 02:01:46 UTC

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

Author: cmpilato
Date: Tue Jan 15 01:01:46 2013
New Revision: 1433252

URL: http://svn.apache.org/viewvc?rev=1433252&view=rev
Log:
Update the roadmap page.

* site/publish/roadmap.html
  Group generic and specific release-prep tasks together under divider
  rows.  Update some task statuses along the way.

* site/publish/style/site.css
  Customize the color of dividers used in the task table.

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=1433252&r1=1433251&r2=1433252&view=diff
==============================================================================
--- subversion/site/publish/roadmap.html (original)
+++ subversion/site/publish/roadmap.html Tue Jan 15 01:01:46 2013
@@ -265,8 +265,8 @@ numbering, compatibility, and deprecatio
    release coming along?"  If you are interested in helping speed up the
    next release, consider tackling one of the incomplete items below.</p>
 
-<p><em>This table is incomplete and does not contain all features planned
-   for inclusion in Subversion 1.8.</em></p>
+<p><em>This table is nonexhaustive &mdash; it neither contains nor
+   attempts to contains all the features planned for this release.</em></p>
 
 <table cellpadding="0" cellspacing="0" class="centered task-table">
 <thead>
@@ -277,6 +277,10 @@ numbering, compatibility, and deprecatio
   </tr>
 </thead>
 <tbody>
+
+  <tr><td colspan="3" class="divider">Specific stuff aimed at this
+      release</td></tr>
+
   <tr class="task-level-1 completed">
     <td class="task-name">GPG Agent support</td>
     <td class="task-status">Completed</td>
@@ -305,18 +309,18 @@ numbering, compatibility, and deprecatio
     <td>Design spec is <a href="http://svn.apache.org/repos/asf/subversion/trunk/notes/wc-ng/conflict-storage"
        >here</a>. Implementation was planned for 1.7 but didn't make it.</td>
   </tr>
-  <tr class="task-level-1 in-progress">
+  <tr class="task-level-1 completed">
     <td class="task-name">libsvn_ra_serf stabilization</td>
-    <td class="task-status">In Progress</td>
+    <td class="task-status">Completed</td>
     <td>ra_neon is no more, so ra_serf must be brought up to parity
         with the previous ra_neon standards of performance and
-        utility. See <a href="http://subversion.tigris.org/issues/buglist.cgi?issue_status=UNCONFIRMED&amp;issue_status=NEW&amp;issue_status=STARTED&amp;issue_status=REOPENED&amp;subcomponent=libsvn_ra_serf&amp;subcomponent=libsvn_ra_neon"
-        >relevant issues</a> for details.</td>
+        utility.  This is largely done, modulo a few remaining bugs
+        which are mostly in Serf itself, not our use thereof.</td>
   </tr>
   <tr class="task-level-1 completed">
     <td class="task-name">Review of performance branch</td>
     <td class="task-status">Completed</td>
-    <td>Review items on the <a href="http://svn.apache.org/repos/asf/subversion/branches/performance/">performance branch</a>,
+    <td>Review items on the <a href="http://svn.apache.org/repos/asf/subversion/branches/performance/?p=1348841">performance branch</a>,
         and determine which bits can/should be included in 1.8.</td>
   </tr>
   <tr class="task-level-1 completed">
@@ -338,53 +342,58 @@ numbering, compatibility, and deprecatio
         <a href="http://wiki.apache.org/subversion/Inheritable-Ignores-AutoProps"
         >wiki page</a></td>
   </tr>
+
+  <tr><td colspan="3" class="divider">Generic stuff we do for every
+      release</td></tr>
+
   <tr class="task-level-1 in-progress">
-    <td class="task-name">Test Review</td>
+    <td class="task-name">Test review</td>
     <td class="task-status">In Progress</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>
   <tr class="task-level-1 not-started">
-    <td class="task-name">API Review</td>
+    <td class="task-name">API review</td>
     <td class="task-status">Not Started</td>
     <td><a href="http://svn.apache.org/repos/asf/subversion/trunk/notes/api-errata/1.8/"
         >api-errata/1.8/</a></td>
   </tr>
-  <tr class="task-level-1 not-started">
-    <td class="task-name">Issue triage</td>
-    <td class="task-status">Not Started</td>
-    <td>Review open issues for the 
-        <a href="http://subversion.tigris.org/issues/buglist.cgi?issue_status=UNCONFIRMED&amp;issue_status=NEW&amp;issue_status=STARTED&amp;issue_status=REOPENED&amp;target_milestone=1.8.0">1.8.0</a>,
-        <a href="http://subversion.tigris.org/issues/buglist.cgi?issue_status=UNCONFIRMED&amp;issue_status=NEW&amp;issue_status=STARTED&amp;issue_status=REOPENED&amp;target_milestone=1.8-consider">1.8-consider</a>,
-        and
-        <a href="http://subversion.tigris.org/issues/buglist.cgi?issue_status=UNCONFIRMED&amp;issue_status=NEW&amp;issue_status=STARTED&amp;issue_status=REOPENED&amp;target_milestone=1.7.x">1.7.x</a>,
-        milestones.</td>
-  </tr>
-  <tr class="task-level-1 not-started">
-    <td class="task-name">Remove temp APIs</td>
+  <tr class="task-level-2 not-started">
+    <td class="task-name">Remove temporary APIs</td>
     <td class="task-status">Not Started</td>
     <td>Review APIs added in 1.8 (including APIs internal to libsvn_wc), and
         determine which ones should stay, and which should be removed.</td>
   </tr>
-  <tr class="task-level-1 not-started">
+  <tr class="task-level-2 not-started">
     <td class="task-name">Review private APIs</td>
     <td class="task-status">Not Started</td>
     <td>Review private APIs (including APIs used by <tt>subversion/svn*/</tt>),
         and determine which of them should be promoted to public.</td>
   </tr>
-  <tr class="task-level-1 not-started">
+  <tr class="task-level-2 not-started">
     <td class="task-name">API performance analysis</td>
     <td class="task-status">Not Started</td>
     <td>Profile the new APIs to determine which can/should be optimized.</td>
   </tr>
   <tr class="task-level-1 not-started">
-    <td class="task-name">Updating the 1.7.x&rarr;1.8.x changelog</td>
+    <td class="task-name">Issue triage</td>
+    <td class="task-status">Not Started</td>
+    <td>Review open issues for the 
+        <a href="http://subversion.tigris.org/issues/buglist.cgi?issue_status=UNCONFIRMED&amp;issue_status=NEW&amp;issue_status=STARTED&amp;issue_status=REOPENED&amp;target_milestone=1.8.0">1.8.0</a>,
+        <a href="http://subversion.tigris.org/issues/buglist.cgi?issue_status=UNCONFIRMED&amp;issue_status=NEW&amp;issue_status=STARTED&amp;issue_status=REOPENED&amp;target_milestone=1.8-consider">1.8-consider</a>,
+        and
+        <a href="http://subversion.tigris.org/issues/buglist.cgi?issue_status=UNCONFIRMED&amp;issue_status=NEW&amp;issue_status=STARTED&amp;issue_status=REOPENED&amp;target_milestone=1.7.x">1.7.x</a>,
+        milestones.</td>
+  </tr>
+  <tr class="task-level-1 not-started">
+    <td class="task-name">Update changelog</td>
     <td class="task-status">Not Started</td>
-    <td><a href="http://svn.apache.org/repos/asf/subversion/trunk/CHANGES"
-        >CHANGES</a> (Note: this is not a blocker for the 1.8.x branch.)</td>
+    <td>Need to document in <a href="http://svn.apache.org/repos/asf/subversion/trunk/CHANGES"
+        >CHANGES</a> the 1.7.x&rarr;1.8.x changes. (Note: this is not
+        a blocker for the 1.8.x branch.)</td>
   </tr>
   <tr class="task-level-1 in-progress">
-    <td class="task-name">Compose 1.8 release notes</td>
+    <td class="task-name">Compose release notes</td>
     <td class="task-status">In Progress</td>
     <td><a href="/docs/release-notes/1.8.html">Subversion 1.8 Release
         Notes</a> (Note: this is not a blocker for the 1.8.x branch.)</td>
@@ -423,7 +432,9 @@ numbering, compatibility, and deprecatio
   <tr class="task-level-1 deferred">
     <td class="task-name">Master passphrase and encrypted auth cache support</td>
     <td class="task-status">Deferred</td>
-    <td>Work ongoing on <a href="http://svn.apache.org/repos/asf/subversion/branches/master-passphrase/">feature branch</a>.</td>
+    <td>Work ongoing on <a href="http://svn.apache.org/repos/asf/subversion/branches/master-passphrase/"
+        >feature branch</a>.  See the <a href="http://wiki.apache.org/subversion/MasterPassphrase"
+        >wiki page</a> for design notes.</td>
   </tr>
 </tbody>
 </table>

Modified: subversion/site/publish/style/site.css
URL: http://svn.apache.org/viewvc/subversion/site/publish/style/site.css?rev=1433252&r1=1433251&r2=1433252&view=diff
==============================================================================
--- subversion/site/publish/style/site.css (original)
+++ subversion/site/publish/style/site.css Tue Jan 15 01:01:46 2013
@@ -234,6 +234,9 @@ ul.topmenu li {
 ul.topmenu li a {
   text-decoration: none;
 }
+table.task-table td.divider {
+  background-color: rgb(245,235,160);
+}
 table.task-table .task-level-1 .task-name {
   padding-left: 30px;
 }