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 2012/09/26 17:13:51 UTC

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

Author: cmpilato
Date: Wed Sep 26 15:13:50 2012
New Revision: 1390550

URL: http://svn.apache.org/viewvc?rev=1390550&view=rev
Log:
* site/publish/roadmap.html
  (#next-release-status): Add a divider row, and move deferred items below it.

* site/publish/style/site.css
  Add stylations for the divider row.

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=1390550&r1=1390549&r2=1390550&view=diff
==============================================================================
--- subversion/site/publish/roadmap.html (original)
+++ subversion/site/publish/roadmap.html Wed Sep 26 15:13:50 2012
@@ -298,12 +298,6 @@ numbering, compatibility, and deprecatio
         >Issue 4232</a>
     </td>
   </tr>
-  <tr class="task-level-1 deferred">
-    <td class="task-name">Improved handling of server-side moves/renames</td>
-    <td class="task-status">Deferred</td>
-    <td><a href="http://subversion.tigris.org/issues/show_bug.cgi?id=3633"
-        >Issue 3633</a></td>
-  </tr>
   <tr class="task-level-1 in-progress">
     <td class="task-name">Editor V2</td>
     <td class="task-status">In Progress</td>
@@ -322,13 +316,6 @@ 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 deferred">
-    <td class="task-name">Commit shelving / checkpointing</td>
-    <td class="task-status">Deferred</td>
-    <td><a href="http://subversion.tigris.org/issues/show_bug.cgi?id=3625"
-        >Issue 3625</a> and <a href="http://subversion.tigris.org/issues/show_bug.cgi?id=3626"
-        >Issue 3626</a></td>
-  </tr>
   <tr class="task-level-1 in-progress">
     <td class="task-name">libsvn_ra_serf stabilization</td>
     <td class="task-status">In Progress</td>
@@ -362,11 +349,6 @@ numbering, compatibility, and deprecatio
         <a href="http://wiki.apache.org/subversion/ServerDictatedConfiguration"
         >wiki page</a></td>
   </tr>
-  <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>
-  </tr>
   <tr class="task-level-1 not-started">
     <td class="task-name">Test Review</td>
     <td class="task-status">Not Started</td>
@@ -418,6 +400,30 @@ numbering, compatibility, and deprecatio
     <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>
   </tr>
+
+  <!-- PUT DEFERRED ITEMS DOWN HERE BELOW THIS DIVIDER ROW -->
+
+  <tr><td colspan="3" class="divider">Items original planned for, but
+      now deferred from, this release</td></tr>
+
+  <tr class="task-level-1 deferred">
+    <td class="task-name">Improved handling of server-side moves/renames</td>
+    <td class="task-status">Deferred</td>
+    <td><a href="http://subversion.tigris.org/issues/show_bug.cgi?id=3633"
+        >Issue 3633</a></td>
+  </tr>
+  <tr class="task-level-1 deferred">
+    <td class="task-name">Commit shelving / checkpointing</td>
+    <td class="task-status">Deferred</td>
+    <td><a href="http://subversion.tigris.org/issues/show_bug.cgi?id=3625"
+        >Issue 3625</a> and <a href="http://subversion.tigris.org/issues/show_bug.cgi?id=3626"
+        >Issue 3626</a></td>
+  </tr>
+  <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>
+  </tr>
 </tbody>
 </table>
 </div> <!-- #next-release-status -->

Modified: subversion/site/publish/style/site.css
URL: http://svn.apache.org/viewvc/subversion/site/publish/style/site.css?rev=1390550&r1=1390549&r2=1390550&view=diff
==============================================================================
--- subversion/site/publish/style/site.css (original)
+++ subversion/site/publish/style/site.css Wed Sep 26 15:13:50 2012
@@ -30,6 +30,11 @@ table.noborder td, table.noborder th {
 th {
   background-color: rgb(200,210,250);
 }
+table td.divider {
+  background-color: rgb(220,225,250);
+  font-weight: bold;
+  text-align: center;
+}
 a {
   color: rgb(50,50,210);
 }