You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ca...@apache.org on 2006/09/16 22:18:38 UTC

svn commit: r446940 - in /maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp: buildResult.jsp components/projectSummaryComponent.jsp groupSummary.jsp projectGroupMembers.jsp schedules.jsp summary.jsp surefireReport.jsp

Author: carlos
Date: Sat Sep 16 13:18:38 2006
New Revision: 446940

URL: http://svn.apache.org/viewvc?view=rev&rev=446940
Log:
[CONTINUUM-913] ExtremeTables currently redirects to an error page when clicking any column header.

Modified:
    maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/buildResult.jsp
    maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/components/projectSummaryComponent.jsp
    maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/groupSummary.jsp
    maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/projectGroupMembers.jsp
    maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/schedules.jsp
    maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/summary.jsp
    maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/surefireReport.jsp

Modified: maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/buildResult.jsp
URL: http://svn.apache.org/viewvc/maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/buildResult.jsp?view=diff&rev=446940&r1=446939&r2=446940
==============================================================================
--- maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/buildResult.jsp (original)
+++ maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/buildResult.jsp Sat Sep 16 13:18:38 2006
@@ -53,12 +53,13 @@
                       showExports="false"
                       showPagination="false"
                       showStatusBar="false"
+                      sortable="false"
                       filterable="false">
               <ec:row>
                 <ec:column property="author" title="buildResult.changes.author"/>
                 <ec:column property="date" title="buildResult.changes.date" cell="date"/>
-                <ec:column property="comment" title="buildResult.changes.comment" sortable="false"/>
-                <ec:column property="files" title="buildResult.changes.files" sortable="false">
+                <ec:column property="comment" title="buildResult.changes.comment" />
+                <ec:column property="files" title="buildResult.changes.files">
                     <c:forEach var="scmFile" items="${pageScope.change.files}">
                         <c:out value="${scmFile.name}"/><br />
                     </c:forEach>
@@ -89,12 +90,13 @@
                       showExports="false"
                       showPagination="false"
                       showStatusBar="false"
+                      sortable="false"
                       filterable="false">
               <ec:row>
                 <ec:column property="author" title="buildResult.changes.author"/>
                 <ec:column property="date" title="buildResult.changes.date" cell="date"/>
-                <ec:column property="comment" title="buildResult.changes.comment" sortable="false"/>
-                <ec:column property="files" title="buildResult.changes.files" sortable="false">
+                <ec:column property="comment" title="buildResult.changes.comment" />
+                <ec:column property="files" title="buildResult.changes.files">
                     <c:forEach var="scmFile" items="${pageScope.change.files}">
                         <c:out value="${scmFile.name}"/><br />
                     </c:forEach>

Modified: maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/components/projectSummaryComponent.jsp
URL: http://svn.apache.org/viewvc/maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/components/projectSummaryComponent.jsp?view=diff&rev=446940&r1=446939&r2=446940
==============================================================================
--- maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/components/projectSummaryComponent.jsp (original)
+++ maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/components/projectSummaryComponent.jsp Sat Sep 16 13:18:38 2006
@@ -8,6 +8,7 @@
             showExports="false"
             showPagination="false"
             showStatusBar="false"
+            sortable="false"
             filterable="false">
     <ec:row highlightRow="true">
       <ec:column property="state" title="&nbsp;" width="1%" cell="org.apache.maven.continuum.web.view.StateCell"/>
@@ -22,8 +23,8 @@
                  cell="org.apache.maven.continuum.web.view.BuildCell"/>
       <ec:column property="projectGroupName" title="summary.projectTable.group" width="13%"/>
       <ec:column property="buildNowAction" title="&nbsp;" width="1%"
-                 cell="org.apache.maven.continuum.web.view.BuildNowCell" sortable="false"/>
-      <ec:column property="buildHistoryAction" title="&nbsp;" width="1%" sortable="false">
+                 cell="org.apache.maven.continuum.web.view.BuildNowCell"/>
+      <ec:column property="buildHistoryAction" title="&nbsp;" width="1%">
         <c:choose>
           <c:when test="${pageScope.project.latestBuildId > 0}">
             <ww:url id="buildResultsUrl" action="buildResults" namespace="/">
@@ -39,14 +40,13 @@
           </c:otherwise>
         </c:choose>
       </ec:column>
-      <ec:column property="workingCopyAction" title="&nbsp;" width="1%" sortable="false">
+      <ec:column property="workingCopyAction" title="&nbsp;" width="1%">
         <c:choose>
-          <c:when
-              test="${pageScope.project.state == 10 || pageScope.project.state == 2 || pageScope.project.state == 3 || pageScope.project.state == 4 || pageScope.project.state == 6}">
+          <c:when test="${pageScope.project.state == 10 || pageScope.project.state == 2 || pageScope.project.state == 3 || pageScope.project.state == 4 || pageScope.project.state == 6}">
             <ww:url id="workingCopyUrl" action="workingCopy" namespace="/">
               <ww:param name="projectId" value="${project.id}"/>
             </ww:url>
-            <ww:a href="%{workingCopyurl}"><img src="<ww:url value='/images/workingcopy.gif'/>" alt="Working Copy"
+            <ww:a href="%{workingCopyUrl}"><img src="<ww:url value='/images/workingcopy.gif'/>" alt="Working Copy"
                                                 title="Working Copy" border="0"></ww:a>
           </c:when>
           <c:otherwise>
@@ -55,7 +55,7 @@
           </c:otherwise>
         </c:choose>
       </ec:column>
-      <ec:column property="releaseAction" title="&nbsp;" width="1%" sortable="false">
+      <ec:column property="releaseAction" title="&nbsp;" width="1%">
         <c:choose>
           <c:when test="${pageScope.project.state == 2}">
             <ww:url id="releaseProjectUrl" action="releaseProject!promptReleaseGoal.action" namespace="/">
@@ -72,7 +72,7 @@
           </c:otherwise>
         </c:choose>
       </ec:column>
-      <ec:column property="deleteAction" title="&nbsp;" width="1%" sortable="false">
+      <ec:column property="deleteAction" title="&nbsp;" width="1%">
         <c:choose>
           <c:when
               test="${pageScope.project.state == 1 || pageScope.project.state == 10 || pageScope.project.state == 2 || pageScope.project.state == 3 || pageScope.project.state == 4}">

Modified: maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/groupSummary.jsp
URL: http://svn.apache.org/viewvc/maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/groupSummary.jsp?view=diff&rev=446940&r1=446939&r2=446940
==============================================================================
--- maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/groupSummary.jsp (original)
+++ maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/groupSummary.jsp Sat Sep 16 13:18:38 2006
@@ -24,6 +24,7 @@
               showExports="false"
               showPagination="false"
               showStatusBar="false"
+              sortable="false"
               filterable="false">
       <ec:row highlightRow="true">
         <ec:column property="name" title="Name" width="20%" style="white-space: nowrap">

Modified: maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/projectGroupMembers.jsp
URL: http://svn.apache.org/viewvc/maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/projectGroupMembers.jsp?view=diff&rev=446940&r1=446939&r2=446940
==============================================================================
--- maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/projectGroupMembers.jsp (original)
+++ maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/projectGroupMembers.jsp Sat Sep 16 13:18:38 2006
@@ -30,6 +30,7 @@
                   showExports="false"
                   showPagination="false"
                   showStatusBar="false"
+                  sortable="false"
                   filterable="false">
           <ec:row highlightRow="true">
             <ec:column property="name" title="summary.projectTable.name" width="48%">
@@ -38,7 +39,7 @@
               </ww:url>
               <ww:a href="%{projectViewUrl}">${pageScope.project.name}</ww:a>
             </ec:column>
-            <ec:column property="editAction" title="Edit" width="1%" sortable="false">
+            <ec:column property="editAction" title="Edit" width="1%">
               <center>
                 <c:choose>
                   <c:when
@@ -57,7 +58,7 @@
                 </c:choose>
               </center>
             </ec:column>
-            <ec:column property="deleteAction" title="Remove" width="1%" sortable="false">
+            <ec:column property="deleteAction" title="Remove" width="1%">
               <center>
                 <c:choose>
                   <c:when

Modified: maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/schedules.jsp
URL: http://svn.apache.org/viewvc/maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/schedules.jsp?view=diff&rev=446940&r1=446939&r2=446940
==============================================================================
--- maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/schedules.jsp (original)
+++ maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/schedules.jsp Sat Sep 16 13:18:38 2006
@@ -15,6 +15,7 @@
                   showExports="false"
                   showPagination="false"
                   showStatusBar="false"
+                  sortable="false"
                   filterable="false">
          <ec:row>
             <ec:column property="name" title="schedules.table.name"/>

Modified: maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/summary.jsp
URL: http://svn.apache.org/viewvc/maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/summary.jsp?view=diff&rev=446940&r1=446939&r2=446940
==============================================================================
--- maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/summary.jsp (original)
+++ maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/summary.jsp Sat Sep 16 13:18:38 2006
@@ -16,6 +16,7 @@
               showExports="false"
               showPagination="false"
               showStatusBar="false"
+              sortable="false"
               filterable="false">
       <ec:row highlightRow="true">
         <ec:column property="state" title="&nbsp;" width="1%" cell="org.apache.maven.continuum.web.view.StateCell"/>
@@ -28,8 +29,8 @@
         <ec:column property="buildNumber" title="summary.projectTable.build" width="5%"
                    cell="org.apache.maven.continuum.web.view.BuildCell"/>
         <ec:column property="buildNowAction" title="&nbsp;" width="1%"
-                   cell="org.apache.maven.continuum.web.view.BuildNowCell" sortable="false"/>
-        <ec:column property="buildHistoryAction" title="&nbsp;" width="1%" sortable="false">
+                   cell="org.apache.maven.continuum.web.view.BuildNowCell"/>
+        <ec:column property="buildHistoryAction" title="&nbsp;" width="1%">
           <c:choose>
             <c:when test="${pageScope.project.latestBuildId > 0}">
               <a href='<ww:url action="buildResults">
@@ -43,7 +44,7 @@
             </c:otherwise>
           </c:choose>
         </ec:column>
-        <ec:column property="workingCopyAction" title="&nbsp;" width="1%" sortable="false">
+        <ec:column property="workingCopyAction" title="&nbsp;" width="1%">
           <c:choose>
             <c:when
                 test="${pageScope.project.state == 10 || pageScope.project.state == 2 || pageScope.project.state == 3 || pageScope.project.state == 4 || pageScope.project.state == 6}">

Modified: maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/surefireReport.jsp
URL: http://svn.apache.org/viewvc/maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/surefireReport.jsp?view=diff&rev=446940&r1=446939&r2=446940
==============================================================================
--- maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/surefireReport.jsp (original)
+++ maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/surefireReport.jsp Sat Sep 16 13:18:38 2006
@@ -30,13 +30,14 @@
                   showExports="false"
                   showPagination="false"
                   showStatusBar="false"
+                  sortable="false"
                   filterable="false">
           <ec:row>
-            <ec:column property="tests" title="surefireReport.tests" sortable="false"/>
-            <ec:column property="errors" title="surefireReport.errors" sortable="false"/>
-            <ec:column property="failures" title="surefireReport.failures" sortable="false"/>
-            <ec:column property="successRate" title="surefireReport.successRate" sortable="false"/>
-            <ec:column property="elapsedTime" title="surefireReport.time" sortable="false"/>
+            <ec:column property="tests" title="surefireReport.tests"/>
+            <ec:column property="errors" title="surefireReport.errors"/>
+            <ec:column property="failures" title="surefireReport.failures"/>
+            <ec:column property="successRate" title="surefireReport.successRate"/>
+            <ec:column property="elapsedTime" title="surefireReport.time"/>
           </ec:row>
         </ec:table>
 
@@ -46,16 +47,17 @@
                   showExports="false"
                   showPagination="false"
                   showStatusBar="false"
+                  sortable="false"
                   filterable="false">
           <ec:row>
-            <ec:column property="name" title="surefireReport.package" sortable="false">
+            <ec:column property="name" title="surefireReport.package">
               <a href="#<c:out value="${pageScope.report.name}"/>"><c:out value="${pageScope.report.name}"/></a>
             </ec:column>
-            <ec:column property="tests" title="surefireReport.tests" sortable="false"/>
-            <ec:column property="errors" title="surefireReport.errors" sortable="false"/>
-            <ec:column property="failures" title="surefireReport.failures" sortable="false"/>
-            <ec:column property="successRate" title="surefireReport.successRate" sortable="false"/>
-            <ec:column property="elapsedTime" title="surefireReport.time" sortable="false"/>
+            <ec:column property="tests" title="surefireReport.tests"/>
+            <ec:column property="errors" title="surefireReport.errors"/>
+            <ec:column property="failures" title="surefireReport.failures"/>
+            <ec:column property="successRate" title="surefireReport.successRate"/>
+            <ec:column property="elapsedTime" title="surefireReport.time"/>
           </ec:row>
         </ec:table>
 
@@ -66,6 +68,7 @@
                     showExports="false"
                     showPagination="false"
                     showStatusBar="false"
+                    sortable="false"
                     filterable="false">
             <ec:row>
               <!-- @todo there must be a better option than to use #attr -->
@@ -79,14 +82,14 @@
                   <img src="<ww:url value="/images/icon_success_sml.gif"/>" alt="<ww:text name="message.success"/>" title="<ww:text name="message.success"/>"/>
                 </ec:column>
               </ww:else>
-              <ec:column property="name" title="surefireReport.class" sortable="false">
+              <ec:column property="name" title="surefireReport.class">
                 <a href="#<c:out value="${pageScope.report.id}"/>"><c:out value="${pageScope.report.name}"/></a>
               </ec:column>
-              <ec:column property="tests" title="surefireReport.tests" sortable="false"/>
-              <ec:column property="errors" title="surefireReport.errors" sortable="false"/>
-              <ec:column property="failures" title="surefireReport.failures" sortable="false"/>
-              <ec:column property="successRate" title="surefireReport.successRate" sortable="false"/>
-              <ec:column property="elapsedTime" title="surefireReport.time" sortable="false"/>
+              <ec:column property="tests" title="surefireReport.tests"/>
+              <ec:column property="errors" title="surefireReport.errors"/>
+              <ec:column property="failures" title="surefireReport.failures"/>
+              <ec:column property="successRate" title="surefireReport.successRate"/>
+              <ec:column property="elapsedTime" title="surefireReport.time"/>
             </ec:row>
           </ec:table>
         </ww:iterator>
@@ -100,6 +103,7 @@
                       showExports="false"
                       showPagination="false"
                       showStatusBar="false"
+                      sortable="false"
                       filterable="false">
               <ec:row>
                 <!-- @todo there must be a better option than to use #attr -->
@@ -116,9 +120,9 @@
                   <ec:column property="icon" title="&nbsp;">
                     <img src="<ww:url value="/images/icon_success_sml.gif"/>" alt="<ww:text name="message.success"/>" title="<ww:text name="message.success"/>"/>
                   </ec:column>
-                  <ec:column property="name" title="surefireReport.testCase" sortable="false"/>
+                  <ec:column property="name" title="surefireReport.testCase"/>
                 </ww:else>
-                <ec:column property="time" title="surefireReport.time" sortable="false"/>
+                <ec:column property="time" title="surefireReport.time"/>
               </ec:row>
             </ec:table>
           </ww:iterator>