Return-Path: Delivered-To: apmail-continuum-commits-archive@www.apache.org Received: (qmail 42789 invoked from network); 23 May 2009 00:32:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 23 May 2009 00:32:41 -0000 Received: (qmail 73800 invoked by uid 500); 23 May 2009 00:32:54 -0000 Delivered-To: apmail-continuum-commits-archive@continuum.apache.org Received: (qmail 73741 invoked by uid 500); 23 May 2009 00:32:54 -0000 Mailing-List: contact commits-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@continuum.apache.org Delivered-To: mailing list commits@continuum.apache.org Received: (qmail 73729 invoked by uid 99); 23 May 2009 00:32:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 23 May 2009 00:32:54 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 23 May 2009 00:32:49 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 1168E238886C; Sat, 23 May 2009 00:32:28 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r777753 - in /continuum/branches/continuum-1.3.x/continuum-webapp/src/main/webapp/WEB-INF/jsp/admin: buildQueueView.jsp viewDistributedBuilds.jsp Date: Sat, 23 May 2009 00:32:27 -0000 To: commits@continuum.apache.org From: ctan@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090523003228.1168E238886C@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: ctan Date: Sat May 23 00:32:27 2009 New Revision: 777753 URL: http://svn.apache.org/viewvc?rev=777753&view=rev Log: [CONTINUUM-2231] added link in project group columns of prepare build queue and reorder queues in the Queues page when distributed build is enabled Modified: continuum/branches/continuum-1.3.x/continuum-webapp/src/main/webapp/WEB-INF/jsp/admin/buildQueueView.jsp continuum/branches/continuum-1.3.x/continuum-webapp/src/main/webapp/WEB-INF/jsp/admin/viewDistributedBuilds.jsp Modified: continuum/branches/continuum-1.3.x/continuum-webapp/src/main/webapp/WEB-INF/jsp/admin/buildQueueView.jsp URL: http://svn.apache.org/viewvc/continuum/branches/continuum-1.3.x/continuum-webapp/src/main/webapp/WEB-INF/jsp/admin/buildQueueView.jsp?rev=777753&r1=777752&r2=777753&view=diff ============================================================================== --- continuum/branches/continuum-1.3.x/continuum-webapp/src/main/webapp/WEB-INF/jsp/admin/buildQueueView.jsp (original) +++ continuum/branches/continuum-1.3.x/continuum-webapp/src/main/webapp/WEB-INF/jsp/admin/buildQueueView.jsp Sat May 23 00:32:27 2009 @@ -256,7 +256,12 @@ sortable="false" filterable="false"> - + + + ${pageScope.currentPrepareBuild.projectGroupId} + + ${pageScope.currentPrepareBuild.projectGroupName} + @@ -287,7 +292,12 @@ - + + + ${pageScope.currentPrepareBuild.projectGroupId} + + ${pageScope.currentPrepareBuild.projectGroupName} + Modified: continuum/branches/continuum-1.3.x/continuum-webapp/src/main/webapp/WEB-INF/jsp/admin/viewDistributedBuilds.jsp URL: http://svn.apache.org/viewvc/continuum/branches/continuum-1.3.x/continuum-webapp/src/main/webapp/WEB-INF/jsp/admin/viewDistributedBuilds.jsp?rev=777753&r1=777752&r2=777753&view=diff ============================================================================== --- continuum/branches/continuum-1.3.x/continuum-webapp/src/main/webapp/WEB-INF/jsp/admin/viewDistributedBuilds.jsp (original) +++ continuum/branches/continuum-1.3.x/continuum-webapp/src/main/webapp/WEB-INF/jsp/admin/viewDistributedBuilds.jsp Sat May 23 00:32:27 2009 @@ -36,29 +36,7 @@ -
-
-

- - - - - - - - - - - - - -
+

@@ -71,7 +49,12 @@ sortable="false" filterable="false"> - + + + ${pageScope.currentBuild.projectId} + + ${pageScope.currentBuild.projectName} + @@ -93,16 +76,16 @@
- -
+ +

- +

- - - + + - - + + - - - + + + ${pageScope.currentBuild.projectId} + + ${pageScope.currentBuild.projectName} + + + + - - ${pageScope.prepareBuildQueue.projectGroupId} - ${pageScope.prepareBuildQueue.scmRootId} - ${pageScope.prepareBuildQueue.buildAgentUrl} + + ${pageScope.buildQueue.projectId} + ${pageScope.buildQueue.buildDefinitionId} + ${pageScope.buildQueue.buildAgentUrl} " alt="" title="" border="0"> @@ -134,32 +123,62 @@
- +
- " onclick="document.forms.removePrepareBuildForm.submit();" /> + " onclick="document.forms.removeBuildForm.submit();" />
- - + + - -
+ + +
+

+ + + + + + + ${pageScope.currentPrepareBuild.projectGroupId} + + ${pageScope.currentPrepareBuild.projectGroupName} + + + + + + + + + +
+
+ +

- +

- - - + + - - + + - - - - + + + ${pageScope.currentPrepareBuild.projectGroupId} + ${pageScope.currentPrepareBuild.projectGroupName} + + + + - - ${pageScope.buildQueue.projectId} - ${pageScope.buildQueue.buildDefinitionId} - ${pageScope.buildQueue.buildAgentUrl} + + ${pageScope.prepareBuildQueue.projectGroupId} + ${pageScope.prepareBuildQueue.scmRootId} + ${pageScope.prepareBuildQueue.buildAgentUrl} " alt="" title="" border="0"> @@ -192,23 +215,24 @@
- +
- " onclick="document.forms.removeBuildForm.submit();" /> + " onclick="document.forms.removePrepareBuildForm.submit();" />
- - + + - +
+ \ No newline at end of file